Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 092815c9c80b29b75a5b0805008015bd9b42a3db 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4968 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/181 [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/181 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 092815c9c80b29b75a5b0805008015bd9b42a3db (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 092815c9c80b29b75a5b0805008015bd9b42a3db # timeout=10 Commit message: "Merge pull request #2786 from jinlinGuan/issue-2740" > git rev-list --no-walk caa9902115aab2a11c5377c721c7af2e76b69b12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-13T03:27:30.667Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-13T03:27:30.944Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-13T03:27:31.052Z] ========================================================= [2020-10-13T03:27:31.052Z] EdgeX Global Pipelines Version Info [2020-10-13T03:27:31.052Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:27:33.592Z] ------------------- [2020-10-13T03:27:33.592Z] stable info: [2020-10-13T03:27:33.592Z] ------------------- [2020-10-13T03:27:33.592Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-13T03:27:33.592Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-13T03:27:33.592Z] Message: update stable to v1.0.131 [2020-10-13T03:27:34.170Z] ------------------- [2020-10-13T03:27:34.170Z] experimental info: [2020-10-13T03:27:34.170Z] ------------------- [2020-10-13T03:27:34.170Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-13T03:27:34.170Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-13T03:27:34.170Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-13T03:27:34.449Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-13T03:27:34.551Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-13T03:27:34.636Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-13T03:27:34.723Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-13T03:27:34.806Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-13T03:27:34.898Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-13T03:27:34.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-13T03:27:35.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-13T03:27:35.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-13T03:27:35.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-13T03:27:35.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-13T03:27:35.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-13T03:27:35.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-13T03:27:35.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-13T03:27:35.861Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-13T03:27:35.963Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-13T03:27:36.055Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-13T03:27:36.146Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-13T03:27:36.268Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-13T03:27:36.357Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-13T03:27:36.456Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-13T03:27:36.555Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-13T03:27:36.654Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-13T03:27:36.750Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-13T03:27:36.847Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] echo [2020-10-13T03:27:36.935Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 092815c [Pipeline] echo [2020-10-13T03:27:37.057Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-13T03:27:37.464Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-13T03:27:37.464Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T03:27:37.464Z] ++ dirname cmd/core-command/Dockerfile [2020-10-13T03:27:37.464Z] ++ cut -d/ -f2 [2020-10-13T03:27:37.464Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-13T03:27:37.464Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T03:27:37.464Z] ++ dirname cmd/core-data/Dockerfile [2020-10-13T03:27:37.464Z] ++ cut -d/ -f2 [2020-10-13T03:27:37.464Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-13T03:27:37.464Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T03:27:37.464Z] ++ cut -d/ -f2 [2020-10-13T03:27:37.464Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-13T03:27:37.464Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-13T03:27:37.464Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T03:27:37.464Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-13T03:27:37.464Z] ++ cut -d/ -f2 [2020-10-13T03:27:37.464Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-13T03:27:37.464Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T03:27:37.464Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-13T03:27:37.464Z] ++ cut -d/ -f2 [2020-10-13T03:27:37.464Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-13T03:27:37.464Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T03:27:37.464Z] ++ cut -d/ -f2 [2020-10-13T03:27:37.464Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-13T03:27:37.464Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-13T03:27:37.464Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T03:27:37.464Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-13T03:27:37.464Z] ++ cut -d/ -f2 [2020-10-13T03:27:37.464Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-13T03:27:37.464Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T03:27:37.464Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-13T03:27:37.464Z] ++ cut -d/ -f2 [2020-10-13T03:27:37.464Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-13T03:27:37.464Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T03:27:37.464Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-13T03:27:37.464Z] ++ cut -d/ -f2 [2020-10-13T03:27:37.464Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-13T03:27:37.464Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T03:27:37.464Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-13T03:27:37.464Z] ++ cut -d/ -f2 [2020-10-13T03:27:37.464Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-13T03:27:37.631Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:27:38.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T03:27:38.970Z] [2020-10-13T03:27:38.970Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:27:39.411Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T03:27:39.689Z] latest: Pulling from edgex-devops/git-semver [2020-10-13T03:27:39.689Z] 31603596830f: Pulling fs layer [2020-10-13T03:27:39.689Z] 2a8b12db71e7: Pulling fs layer [2020-10-13T03:27:39.689Z] 6ca5941a6612: Pulling fs layer [2020-10-13T03:27:39.689Z] ecc8261a40a4: Pulling fs layer [2020-10-13T03:27:39.689Z] ecc8261a40a4: Waiting [2020-10-13T03:27:39.689Z] 2a8b12db71e7: Verifying Checksum [2020-10-13T03:27:39.689Z] 2a8b12db71e7: Download complete [2020-10-13T03:27:39.973Z] ecc8261a40a4: Download complete [2020-10-13T03:27:39.973Z] 31603596830f: Verifying Checksum [2020-10-13T03:27:39.973Z] 31603596830f: Download complete [2020-10-13T03:27:40.274Z] 6ca5941a6612: Verifying Checksum [2020-10-13T03:27:40.274Z] 6ca5941a6612: Download complete [2020-10-13T03:27:40.576Z] 31603596830f: Pull complete [2020-10-13T03:27:40.856Z] 2a8b12db71e7: Pull complete [2020-10-13T03:27:42.328Z] 6ca5941a6612: Pull complete [2020-10-13T03:27:42.602Z] ecc8261a40a4: Pull complete [2020-10-13T03:27:42.888Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-13T03:27:42.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T03:27:42.888Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-13T03:27:43.213Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:27:43.385Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-13T03:27:46.989Z] $ docker top 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T03:27:47.406Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T03:27:47.406Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T03:27:47.836Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T03:27:47.846Z] $ docker exec 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 ssh-agent [2020-10-13T03:27:48.213Z] SSH_AUTH_SOCK=/tmp/ssh-Fuo2TIY99xGx/agent.12 [2020-10-13T03:27:48.213Z] SSH_AGENT_PID=17 [2020-10-13T03:27:48.276Z] Running ssh-add (command line suppressed) [2020-10-13T03:27:48.592Z] Identity added: /w/workspace/edgex-go/181@tmp/private_key_6920815438742859673.key (/w/workspace/edgex-go/181@tmp/private_key_6920815438742859673.key) [2020-10-13T03:27:48.745Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T03:27:49.268Z] + git describe --exact-match --tags HEAD [2020-10-13T03:27:49.268Z] fatal: no tag exactly matches '092815c9c80b29b75a5b0805008015bd9b42a3db' [Pipeline] } [2020-10-13T03:27:49.338Z] $ docker exec --env ******** --env ******** 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 ssh-agent -k [2020-10-13T03:27:49.559Z] unset SSH_AUTH_SOCK; [2020-10-13T03:27:49.561Z] unset SSH_AGENT_PID; [2020-10-13T03:27:49.561Z] echo Agent pid 17 killed; [2020-10-13T03:27:49.656Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-13T03:27:49.756Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-13T03:27:49.756Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-13T03:27:49.866Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T03:27:49.866Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T03:27:50.201Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T03:27:50.208Z] $ docker exec 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 ssh-agent [2020-10-13T03:27:50.502Z] SSH_AUTH_SOCK=/tmp/ssh-n0PsqtAqsRXR/agent.46 [2020-10-13T03:27:50.502Z] SSH_AGENT_PID=51 [2020-10-13T03:27:50.512Z] Running ssh-add (command line suppressed) [2020-10-13T03:27:50.712Z] Identity added: /w/workspace/edgex-go/181@tmp/private_key_9162137616862506908.key (/w/workspace/edgex-go/181@tmp/private_key_9162137616862506908.key) [2020-10-13T03:27:50.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T03:27:51.232Z] + git semver init [2020-10-13T03:27:51.577Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T03:27:51.577Z] # $GIT_DIR = /w/workspace/edgex-go/181/.git [2020-10-13T03:27:51.577Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/181 [2020-10-13T03:27:51.577Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T03:27:51.577Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T03:27:51.577Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T03:27:51.577Z] # $SEMVER_BRANCH = master [2020-10-13T03:27:51.577Z] # $SEMVER_TEMP = /tmp/semver-149727026 [2020-10-13T03:27:51.577Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-13T03:28:38.862Z] # '/tmp/semver-149727026' -> '/w/workspace/edgex-go/181/.semver' [2020-10-13T03:28:38.862Z] # -> Force: false [2020-10-13T03:28:38.862Z] # $SEMVER_DIR = /w/workspace/edgex-go/181/.semver [Pipeline] } [2020-10-13T03:28:38.886Z] $ docker exec --env ******** --env ******** 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 ssh-agent -k [2020-10-13T03:28:39.196Z] unset SSH_AUTH_SOCK; [2020-10-13T03:28:39.198Z] unset SSH_AGENT_PID; [2020-10-13T03:28:39.198Z] echo Agent pid 51 killed; [2020-10-13T03:28:39.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T03:28:39.943Z] + git semver [Pipeline] } [2020-10-13T03:28:39.976Z] $ docker stop --time=1 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 [2020-10-13T03:28:41.702Z] $ docker rm -f 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-13T03:29:04.517Z] Stashed 83 file(s) [Pipeline] echo [2020-10-13T03:29:04.520Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.66 [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 [2020-10-13T03:29:04.904Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4958 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] ws [2020-10-13T03:29:04.974Z] Running in /w/workspace/edgex-go/181 [Pipeline] { [Pipeline] checkout [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-13T03:29:05.108Z] ========================================================= [2020-10-13T03:29:05.108Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-13T03:29:05.108Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:29:05.462Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-13T03:29:09.823Z] using credential edgex-jenkins-ssh [2020-10-13T03:29:09.958Z] Cloning the remote Git repository [2020-10-13T03:29:10.009Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-13T03:29:10.132Z] > git init /w/workspace/edgex-go/181 # timeout=10 [2020-10-13T03:29:10.205Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-13T03:29:10.206Z] > git --version # timeout=10 [2020-10-13T03:29:10.226Z] > git --version # 'git version 2.17.1' [2020-10-13T03:29:10.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-13T03:29:10.290Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-13T03:29:12.193Z] Sending build context to Docker daemon 325MB [2020-10-13T03:29:12.193Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-13T03:29:12.193Z] Step 2/7 : FROM ${BASE} [2020-10-13T03:29:12.193Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-13T03:29:12.193Z] df20fa9351a1: Pulling fs layer [2020-10-13T03:29:12.193Z] ed8968b2872e: Pulling fs layer [2020-10-13T03:29:12.193Z] a92cc7c5fd73: Pulling fs layer [2020-10-13T03:29:12.194Z] e871e8e8d7a9: Pulling fs layer [2020-10-13T03:29:12.194Z] e73272ec9a57: Pulling fs layer [2020-10-13T03:29:12.194Z] 1e910a182e73: Pulling fs layer [2020-10-13T03:29:12.194Z] 4e634b169226: Pulling fs layer [2020-10-13T03:29:12.194Z] e73272ec9a57: Waiting [2020-10-13T03:29:12.194Z] e871e8e8d7a9: Waiting [2020-10-13T03:29:12.194Z] 1e910a182e73: Waiting [2020-10-13T03:29:12.194Z] 4e634b169226: Waiting [2020-10-13T03:29:12.194Z] a92cc7c5fd73: Verifying Checksum [2020-10-13T03:29:12.194Z] a92cc7c5fd73: Download complete [2020-10-13T03:29:12.194Z] ed8968b2872e: Verifying Checksum [2020-10-13T03:29:12.194Z] ed8968b2872e: Download complete [2020-10-13T03:29:12.194Z] e73272ec9a57: Verifying Checksum [2020-10-13T03:29:12.194Z] e73272ec9a57: Download complete [2020-10-13T03:29:12.194Z] 1e910a182e73: Download complete [2020-10-13T03:29:12.194Z] df20fa9351a1: Verifying Checksum [2020-10-13T03:29:12.194Z] df20fa9351a1: Download complete [2020-10-13T03:29:12.482Z] df20fa9351a1: Pull complete [2020-10-13T03:29:12.795Z] ed8968b2872e: Pull complete [2020-10-13T03:29:13.098Z] a92cc7c5fd73: Pull complete [2020-10-13T03:29:17.482Z] 4e634b169226: Verifying Checksum [2020-10-13T03:29:17.482Z] 4e634b169226: Download complete [2020-10-13T03:29:18.492Z] e871e8e8d7a9: Verifying Checksum [2020-10-13T03:29:18.492Z] e871e8e8d7a9: Download complete [2020-10-13T03:29:28.843Z] e871e8e8d7a9: Pull complete [2020-10-13T03:29:28.843Z] e73272ec9a57: Pull complete [2020-10-13T03:29:28.843Z] 1e910a182e73: Pull complete [2020-10-13T03:29:32.942Z] Checking out Revision 092815c9c80b29b75a5b0805008015bd9b42a3db (master) [2020-10-13T03:29:32.317Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-13T03:29:32.333Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-13T03:29:32.362Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-13T03:29:32.409Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-13T03:29:32.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-13T03:29:32.423Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-13T03:29:32.956Z] > git config core.sparsecheckout # timeout=10 [2020-10-13T03:29:32.969Z] > git checkout -f 092815c9c80b29b75a5b0805008015bd9b42a3db # timeout=10 [2020-10-13T03:29:34.496Z] 4e634b169226: Pull complete [2020-10-13T03:29:34.496Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-13T03:29:34.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-13T03:29:34.496Z] ---> f7629b54cfaa [2020-10-13T03:29:34.496Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-13T03:29:34.805Z] ---> Running in b3fd78603461 [2020-10-13T03:29:35.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:29:36.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:29:37.381Z] Commit message: "Merge pull request #2786 from jinlinGuan/issue-2740" [2020-10-13T03:29:37.975Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-13T03:29:38.579Z] (2/12) Installing file (5.38-r0) [2020-10-13T03:29:38.579Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-13T03:29:38.579Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] echo [2020-10-13T03:29:50.400Z] ========================================================= [2020-10-13T03:29:50.400Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-13T03:29:50.400Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:29:51.493Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-13T03:29:55.834Z] Sending build context to Docker daemon 325MB [2020-10-13T03:29:55.834Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-13T03:29:55.834Z] Step 2/7 : FROM ${BASE} [2020-10-13T03:29:55.834Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-13T03:29:55.834Z] b538f80385f9: Pulling fs layer [2020-10-13T03:29:55.834Z] 74f711af9a0d: Pulling fs layer [2020-10-13T03:29:55.834Z] 99f96fe45779: Pulling fs layer [2020-10-13T03:29:55.834Z] 8529a6b9a6be: Pulling fs layer [2020-10-13T03:29:55.834Z] 45590311c82a: Pulling fs layer [2020-10-13T03:29:55.834Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-13T03:29:55.834Z] 209524e5b208: Pulling fs layer [2020-10-13T03:29:55.834Z] 8529a6b9a6be: Waiting [2020-10-13T03:29:55.834Z] 45590311c82a: Waiting [2020-10-13T03:29:55.834Z] 69ca0ff8b7b3: Waiting [2020-10-13T03:29:55.834Z] 209524e5b208: Waiting [2020-10-13T03:29:55.834Z] 99f96fe45779: Download complete [2020-10-13T03:29:55.834Z] 74f711af9a0d: Verifying Checksum [2020-10-13T03:29:55.834Z] 74f711af9a0d: Download complete [2020-10-13T03:29:55.834Z] 45590311c82a: Verifying Checksum [2020-10-13T03:29:55.834Z] 45590311c82a: Download complete [2020-10-13T03:29:55.834Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-13T03:29:55.834Z] 69ca0ff8b7b3: Download complete [2020-10-13T03:29:55.834Z] b538f80385f9: Download complete [2020-10-13T03:29:56.436Z] b538f80385f9: Pull complete [2020-10-13T03:29:57.038Z] 74f711af9a0d: Pull complete [2020-10-13T03:29:57.643Z] 99f96fe45779: Pull complete [2020-10-13T03:29:58.634Z] 209524e5b208: Verifying Checksum [2020-10-13T03:29:58.634Z] 209524e5b208: Download complete [2020-10-13T03:30:00.066Z] 8529a6b9a6be: Verifying Checksum [2020-10-13T03:30:00.066Z] 8529a6b9a6be: Download complete [2020-10-13T03:30:10.233Z] 8529a6b9a6be: Pull complete [2020-10-13T03:30:10.233Z] 45590311c82a: Pull complete [2020-10-13T03:30:10.233Z] 69ca0ff8b7b3: Pull complete [2020-10-13T03:30:11.264Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-13T03:30:11.264Z] (6/12) Installing patch (2.7.6-r6) [2020-10-13T03:30:11.264Z] (7/12) Installing build-base (0.5-r2) [2020-10-13T03:30:11.264Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-13T03:30:11.264Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-13T03:30:11.264Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-13T03:30:11.264Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-13T03:30:11.534Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-13T03:30:11.534Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:30:11.534Z] OK: 233 MiB in 51 packages [2020-10-13T03:30:13.630Z] 209524e5b208: Pull complete [2020-10-13T03:30:13.630Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-13T03:30:13.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-13T03:30:13.630Z] ---> 5bddaf1c2fca [2020-10-13T03:30:13.630Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-13T03:30:15.963Z] Removing intermediate container b3fd78603461 [2020-10-13T03:30:15.963Z] ---> 6b3c213ebfa5 [2020-10-13T03:30:15.963Z] Step 4/7 : WORKDIR /edgex-go [2020-10-13T03:30:15.963Z] ---> Running in 39ae580f650e [2020-10-13T03:30:15.963Z] Removing intermediate container 39ae580f650e [2020-10-13T03:30:15.963Z] ---> 44cff63c66ea [2020-10-13T03:30:15.963Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-13T03:30:15.963Z] latest: Pulling from library/docker [2020-10-13T03:30:16.262Z] df20fa9351a1: Already exists [2020-10-13T03:30:16.262Z] 25ad7478873d: Pulling fs layer [2020-10-13T03:30:16.262Z] 4684f6177b5d: Pulling fs layer [2020-10-13T03:30:16.262Z] 8ba584e970af: Pulling fs layer [2020-10-13T03:30:16.262Z] 3cdc74d2b06d: Pulling fs layer [2020-10-13T03:30:16.262Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-13T03:30:16.262Z] fca0ccc462d5: Pulling fs layer [2020-10-13T03:30:16.262Z] 3cdc74d2b06d: Waiting [2020-10-13T03:30:16.262Z] 4cf5a0d07c1f: Waiting [2020-10-13T03:30:16.262Z] fca0ccc462d5: Waiting [2020-10-13T03:30:16.262Z] 4684f6177b5d: Download complete [2020-10-13T03:30:16.262Z] 25ad7478873d: Verifying Checksum [2020-10-13T03:30:16.262Z] 25ad7478873d: Download complete [2020-10-13T03:30:16.563Z] 3cdc74d2b06d: Verifying Checksum [2020-10-13T03:30:16.564Z] 3cdc74d2b06d: Download complete [2020-10-13T03:30:16.564Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-13T03:30:16.564Z] 4cf5a0d07c1f: Download complete [2020-10-13T03:30:16.871Z] fca0ccc462d5: Verifying Checksum [2020-10-13T03:30:16.871Z] fca0ccc462d5: Download complete [2020-10-13T03:30:16.871Z] 25ad7478873d: Pull complete [2020-10-13T03:30:17.209Z] 4684f6177b5d: Pull complete [2020-10-13T03:30:17.822Z] 8ba584e970af: Verifying Checksum [2020-10-13T03:30:17.822Z] 8ba584e970af: Download complete [2020-10-13T03:30:17.940Z] ---> Running in 577fe1ee54cb [2020-10-13T03:30:19.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:30:21.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:30:22.231Z] 8ba584e970af: Pull complete [2020-10-13T03:30:22.549Z] 3cdc74d2b06d: Pull complete [2020-10-13T03:30:22.549Z] 4cf5a0d07c1f: Pull complete [2020-10-13T03:30:22.976Z] fca0ccc462d5: Pull complete [2020-10-13T03:30:22.976Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-13T03:30:22.976Z] Status: Downloaded newer image for docker:latest [2020-10-13T03:30:23.287Z] (1/12) Installing libmagic (5.38-r0) [2020-10-13T03:30:23.287Z] (2/12) Installing file (5.38-r0) [2020-10-13T03:30:23.556Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-13T03:30:23.556Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-13T03:30:24.995Z] ---> b67634c871fd [2020-10-13T03:30:24.995Z] Step 6/7 : COPY go.mod . [2020-10-13T03:30:25.262Z] ---> 1996de3c01c8 [2020-10-13T03:30:25.262Z] Step 7/7 : RUN go mod download [2020-10-13T03:30:25.584Z] ---> Running in 3ea51541e6c3 [2020-10-13T03:30:35.932Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-13T03:30:35.933Z] (6/12) Installing patch (2.7.6-r6) [2020-10-13T03:30:35.933Z] (7/12) Installing build-base (0.5-r2) [2020-10-13T03:30:35.933Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-13T03:30:35.933Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-13T03:30:35.933Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-13T03:30:35.933Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-13T03:30:35.933Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-13T03:30:35.933Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:30:35.933Z] OK: 217 MiB in 51 packages [2020-10-13T03:30:40.239Z] Removing intermediate container 577fe1ee54cb [2020-10-13T03:30:40.239Z] ---> e7bb15b6532c [2020-10-13T03:30:40.239Z] Step 4/7 : WORKDIR /edgex-go [2020-10-13T03:30:40.239Z] ---> Running in f95f538b7c0b [2020-10-13T03:30:40.239Z] Removing intermediate container f95f538b7c0b [2020-10-13T03:30:40.239Z] ---> 626109b53c88 [2020-10-13T03:30:40.239Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-13T03:30:40.513Z] latest: Pulling from library/docker [2020-10-13T03:30:40.513Z] b538f80385f9: Already exists [2020-10-13T03:30:40.513Z] 259a493cd78d: Pulling fs layer [2020-10-13T03:30:40.513Z] b8e66b5100f5: Pulling fs layer [2020-10-13T03:30:40.513Z] 7f8258a56ab6: Pulling fs layer [2020-10-13T03:30:40.513Z] 75a0a0ebb566: Pulling fs layer [2020-10-13T03:30:40.513Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-13T03:30:40.513Z] 294320357d30: Pulling fs layer [2020-10-13T03:30:40.513Z] 4a2c62f0a2a3: Waiting [2020-10-13T03:30:40.513Z] 75a0a0ebb566: Waiting [2020-10-13T03:30:40.513Z] 294320357d30: Waiting [2020-10-13T03:30:40.513Z] b8e66b5100f5: Download complete [2020-10-13T03:30:40.787Z] 259a493cd78d: Verifying Checksum [2020-10-13T03:30:40.787Z] 259a493cd78d: Download complete [2020-10-13T03:30:40.787Z] 75a0a0ebb566: Verifying Checksum [2020-10-13T03:30:40.787Z] 75a0a0ebb566: Download complete [2020-10-13T03:30:40.787Z] 4a2c62f0a2a3: Download complete [2020-10-13T03:30:40.787Z] 294320357d30: Verifying Checksum [2020-10-13T03:30:40.787Z] 294320357d30: Download complete [2020-10-13T03:30:41.386Z] 259a493cd78d: Pull complete [2020-10-13T03:30:41.985Z] b8e66b5100f5: Pull complete [2020-10-13T03:30:41.985Z] 7f8258a56ab6: Verifying Checksum [2020-10-13T03:30:41.985Z] 7f8258a56ab6: Download complete [2020-10-13T03:30:45.375Z] 7f8258a56ab6: Pull complete [2020-10-13T03:30:45.375Z] 75a0a0ebb566: Pull complete [2020-10-13T03:30:45.649Z] 4a2c62f0a2a3: Pull complete [2020-10-13T03:30:46.243Z] 294320357d30: Pull complete [2020-10-13T03:30:46.243Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-13T03:30:46.243Z] Status: Downloaded newer image for docker:latest [2020-10-13T03:30:49.640Z] ---> 21439fd3ee28 [2020-10-13T03:30:49.640Z] Step 6/7 : COPY go.mod . [2020-10-13T03:30:50.276Z] ---> 23e9e15bf2a0 [2020-10-13T03:30:50.276Z] Step 7/7 : RUN go mod download [2020-10-13T03:30:50.276Z] ---> Running in 90a56e59b5a8 [2020-10-13T03:30:53.138Z] Removing intermediate container 3ea51541e6c3 [2020-10-13T03:30:53.138Z] ---> d49f6a5160f3 [2020-10-13T03:30:53.138Z] Successfully built d49f6a5160f3 [2020-10-13T03:30:53.138Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:30:53.871Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-13T03:30:53.871Z] . [Pipeline] withDockerContainer [2020-10-13T03:30:54.324Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:30:54.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-x86_64 cat [2020-10-13T03:30:56.397Z] $ docker top 37ec9d0d34c65baf56f15f122b2d674650001e64caed722043b3cf2060759965 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T03:30:57.133Z] + go version [2020-10-13T03:30:57.133Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-13T03:30:57.240Z] $ docker stop --time=1 37ec9d0d34c65baf56f15f122b2d674650001e64caed722043b3cf2060759965 [2020-10-13T03:30:59.303Z] $ docker rm -f 37ec9d0d34c65baf56f15f122b2d674650001e64caed722043b3cf2060759965 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:31:04.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T03:31:04.476Z] [2020-10-13T03:31:04.476Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:31:05.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T03:31:05.000Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-13T03:31:05.000Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-13T03:31:05.000Z] ca9280d653b3: Pulling fs layer [2020-10-13T03:31:05.000Z] 7e9c9ca2126c: Pulling fs layer [2020-10-13T03:31:05.315Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-13T03:31:05.315Z] cbdbe7a5bc2a: Download complete [2020-10-13T03:31:05.918Z] cbdbe7a5bc2a: Pull complete [2020-10-13T03:31:06.190Z] ca9280d653b3: Verifying Checksum [2020-10-13T03:31:06.191Z] ca9280d653b3: Download complete [2020-10-13T03:31:07.966Z] ca9280d653b3: Pull complete [2020-10-13T03:31:10.830Z] 7e9c9ca2126c: Verifying Checksum [2020-10-13T03:31:10.830Z] 7e9c9ca2126c: Download complete [2020-10-13T03:31:17.213Z] Removing intermediate container 90a56e59b5a8 [2020-10-13T03:31:17.213Z] ---> e3205f37552c [2020-10-13T03:31:17.213Z] Successfully built e3205f37552c [2020-10-13T03:31:17.213Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:31:17.719Z] + docker inspect -f . ci-base-image-arm64 [2020-10-13T03:31:17.719Z] . [Pipeline] withDockerContainer [2020-10-13T03:31:18.015Z] prd-ubuntu18.04-docker-arm64-4c-16g-4958 does not seem to be running inside a container [2020-10-13T03:31:18.135Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-arm64 cat [2020-10-13T03:31:20.070Z] $ docker top 570e16d6743a49f2402b5c0380685280c346c81277dead9afed5c9d811cb266b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T03:31:21.570Z] + go version [2020-10-13T03:31:21.570Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-13T03:31:21.593Z] $ docker stop --time=1 570e16d6743a49f2402b5c0380685280c346c81277dead9afed5c9d811cb266b [2020-10-13T03:31:23.533Z] $ docker rm -f 570e16d6743a49f2402b5c0380685280c346c81277dead9afed5c9d811cb266b [2020-10-13T03:31:23.730Z] 7e9c9ca2126c: Pull complete [2020-10-13T03:31:23.730Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-13T03:31:23.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T03:31:23.730Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2020-10-13T03:31:24.196Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:31:24.459Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-10-13T03:31:26.896Z] $ docker top ccc1a942a7891e76a11dbe29591df371af6477190841dc9a9fe2f14096a1372a -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-10-13T03:31:27.634Z] + docker-compose build --help [2020-10-13T03:31:27.634Z] + grep parallel [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:31:28.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T03:31:28.172Z] [2020-10-13T03:31:28.172Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:31:28.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T03:31:28.899Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-13T03:31:28.899Z] 29e5d40040c1: Pulling fs layer [2020-10-13T03:31:28.899Z] 1ce36da41761: Pulling fs layer [2020-10-13T03:31:28.899Z] 25b303627fd3: Pulling fs layer [2020-10-13T03:31:28.899Z] 29e5d40040c1: Verifying Checksum [2020-10-13T03:31:28.899Z] 29e5d40040c1: Download complete [2020-10-13T03:31:29.116Z] --parallel Build images in parallel. [Pipeline] } [2020-10-13T03:31:29.155Z] $ docker stop --time=1 ccc1a942a7891e76a11dbe29591df371af6477190841dc9a9fe2f14096a1372a [2020-10-13T03:31:29.504Z] 1ce36da41761: Verifying Checksum [2020-10-13T03:31:29.504Z] 1ce36da41761: Download complete [2020-10-13T03:31:29.781Z] 29e5d40040c1: Pull complete [2020-10-13T03:31:30.740Z] $ docker rm -f ccc1a942a7891e76a11dbe29591df371af6477190841dc9a9fe2f14096a1372a [2020-10-13T03:31:30.773Z] 1ce36da41761: Pull complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:31:31.379Z] 25b303627fd3: Download complete [2020-10-13T03:31:31.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T03:31:31.430Z] . [Pipeline] withDockerContainer [2020-10-13T03:31:31.853Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:31:32.145Z] $ 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/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-13T03:31:33.184Z] $ docker top 05a6186b45d231483e92fb04dd63ae5b2e294a9cd4409c5b2dbcec1eab6288ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T03:31:33.902Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-13T03:31:35.995Z] Building docker-core-command-go ... [2020-10-13T03:31:35.995Z] Building docker-core-data-go ... [2020-10-13T03:31:35.995Z] Building docker-core-metadata-go ... [2020-10-13T03:31:35.995Z] Building docker-security-proxy-setup-go ... [2020-10-13T03:31:35.995Z] Building docker-security-secrets-setup-go ... [2020-10-13T03:31:35.995Z] Building docker-security-secretstore-setup-go ... [2020-10-13T03:31:35.995Z] Building docker-support-logging-go ... [2020-10-13T03:31:35.995Z] Building docker-support-notifications-go ... [2020-10-13T03:31:35.995Z] Building docker-support-scheduler-go ... [2020-10-13T03:31:35.995Z] Building docker-sys-mgmt-agent-go ... [2020-10-13T03:31:35.995Z] Building docker-support-logging-go [2020-10-13T03:31:35.995Z] Building docker-security-proxy-setup-go [2020-10-13T03:31:35.995Z] Building docker-core-metadata-go [2020-10-13T03:31:35.995Z] Building docker-core-command-go [2020-10-13T03:31:35.995Z] Building docker-support-scheduler-go [2020-10-13T03:31:41.596Z] 25b303627fd3: Pull complete [2020-10-13T03:31:41.596Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-13T03:31:41.596Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T03:31:41.596Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-13T03:31:41.838Z] prd-ubuntu18.04-docker-arm64-4c-16g-4958 does not seem to be running inside a container [2020-10-13T03:31:41.924Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-arm64:latest cat [2020-10-13T03:31:45.773Z] $ docker top c4eec576840e01d8aea57afbbe49fcb44de858f323f22ad7c806ad50811651c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T03:31:47.191Z] + docker-compose build --help [2020-10-13T03:31:47.191Z] + grep parallel [2020-10-13T03:31:50.556Z] --parallel Build images in parallel. [Pipeline] } [2020-10-13T03:31:50.578Z] $ docker stop --time=1 c4eec576840e01d8aea57afbbe49fcb44de858f323f22ad7c806ad50811651c8 [2020-10-13T03:31:52.587Z] $ docker rm -f c4eec576840e01d8aea57afbbe49fcb44de858f323f22ad7c806ad50811651c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:31:53.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T03:31:53.429Z] . [Pipeline] withDockerContainer [2020-10-13T03:31:53.712Z] prd-ubuntu18.04-docker-arm64-4c-16g-4958 does not seem to be running inside a container [2020-10-13T03:31:53.820Z] $ 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/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-13T03:31:55.287Z] $ docker top b6944e55ff0b9ac12da61f549624ec1fb0a28c3d6beadf6f94cacf3b69e3b741 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T03:31:56.339Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-13T03:31:59.719Z] Building docker-core-command-go ... [2020-10-13T03:31:59.719Z] Building docker-core-data-go ... [2020-10-13T03:31:59.719Z] Building docker-core-metadata-go ... [2020-10-13T03:31:59.719Z] Building docker-security-proxy-setup-go ... [2020-10-13T03:31:59.719Z] Building docker-security-secrets-setup-go ... [2020-10-13T03:31:59.719Z] Building docker-security-secretstore-setup-go ... [2020-10-13T03:31:59.719Z] Building docker-support-logging-go ... [2020-10-13T03:31:59.719Z] Building docker-support-notifications-go ... [2020-10-13T03:31:59.719Z] Building docker-support-scheduler-go ... [2020-10-13T03:31:59.719Z] Building docker-sys-mgmt-agent-go ... [2020-10-13T03:31:59.719Z] Building docker-sys-mgmt-agent-go [2020-10-13T03:31:59.719Z] Building docker-support-logging-go [2020-10-13T03:31:59.719Z] Building docker-security-secrets-setup-go [2020-10-13T03:31:59.719Z] Building docker-core-command-go [2020-10-13T03:31:59.719Z] Building docker-core-data-go [2020-10-13T03:32:15.683Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:32:15.683Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:32:15.683Z] ---> d49f6a5160f3 [2020-10-13T03:32:15.683Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T03:32:15.683Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:32:15.683Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:32:15.683Z] ---> d49f6a5160f3 [2020-10-13T03:32:15.683Z] Step 3/20 : WORKDIR /edgex-go [2020-10-13T03:32:15.683Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:32:15.683Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:32:15.683Z] ---> d49f6a5160f3 [2020-10-13T03:32:15.683Z] Step 3/21 : WORKDIR /edgex-go [2020-10-13T03:32:15.683Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:32:15.683Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:32:15.683Z] ---> d49f6a5160f3 [2020-10-13T03:32:15.683Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T03:32:15.683Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:32:15.683Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:32:15.683Z] ---> d49f6a5160f3 [2020-10-13T03:32:15.683Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T03:32:15.683Z] ---> Running in 1cb7f3d3d161 [2020-10-13T03:32:15.683Z] ---> Running in 40977183e792 [2020-10-13T03:32:15.683Z] ---> Running in 627eff4e4c4c [2020-10-13T03:32:15.683Z] ---> Running in c0ff15ad6a82 [2020-10-13T03:32:15.683Z] ---> Running in 1d842671d05c [2020-10-13T03:32:15.683Z] Removing intermediate container 1d842671d05c [2020-10-13T03:32:15.683Z] ---> ac38674e92cf [2020-10-13T03:32:15.683Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:32:15.683Z] Removing intermediate container c0ff15ad6a82 [2020-10-13T03:32:15.683Z] ---> ee78650bfd4f [2020-10-13T03:32:15.683Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:32:15.683Z] Removing intermediate container 40977183e792 [2020-10-13T03:32:15.683Z] ---> cd2dac81625c [2020-10-13T03:32:15.683Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:32:15.683Z] Removing intermediate container 627eff4e4c4c [2020-10-13T03:32:15.683Z] ---> 3a9b6957a541 [2020-10-13T03:32:15.683Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:32:15.683Z] Removing intermediate container 1cb7f3d3d161 [2020-10-13T03:32:15.683Z] ---> 7b974189bea4 [2020-10-13T03:32:15.683Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:32:15.684Z] ---> Running in 44504d002f04 [2020-10-13T03:32:15.684Z] ---> Running in 9783690c5656 [2020-10-13T03:32:15.684Z] ---> Running in b57866cdbef6 [2020-10-13T03:32:15.684Z] ---> Running in 0cae5994441d [2020-10-13T03:32:15.684Z] ---> Running in f33d203af8da [2020-10-13T03:32:19.031Z] Removing intermediate container 44504d002f04 [2020-10-13T03:32:19.031Z] ---> 90405d87ab23 [2020-10-13T03:32:19.031Z] Step 5/20 : RUN apk update && apk add make git [2020-10-13T03:32:19.031Z] Removing intermediate container 9783690c5656 [2020-10-13T03:32:19.031Z] ---> 3cb544d7a74f [2020-10-13T03:32:19.031Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T03:32:19.031Z] ---> Running in 30ef576d50f0 [2020-10-13T03:32:19.031Z] Removing intermediate container b57866cdbef6 [2020-10-13T03:32:19.031Z] ---> 07efeba06748 [2020-10-13T03:32:19.031Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-13T03:32:19.031Z] ---> Running in 32868c01d2d4 [2020-10-13T03:32:19.031Z] ---> Running in 744b77eb0a69 [2020-10-13T03:32:19.031Z] Removing intermediate container 0cae5994441d [2020-10-13T03:32:19.031Z] ---> 4f015b8786bd [2020-10-13T03:32:19.031Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T03:32:19.031Z] Removing intermediate container f33d203af8da [2020-10-13T03:32:19.031Z] ---> 47a966119efc [2020-10-13T03:32:19.031Z] Step 5/21 : RUN apk update && apk add make git [2020-10-13T03:32:19.031Z] ---> Running in 2ab2c7127908 [2020-10-13T03:32:19.539Z] ---> Running in 7caa4c127301 [2020-10-13T03:32:20.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:32:20.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:32:20.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:32:20.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:32:20.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:32:21.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:32:21.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:32:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:32:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:32:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:32:22.166Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:32:22.167Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:32:22.167Z] OK: 12752 distinct packages available [2020-10-13T03:32:22.167Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:32:22.167Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:32:22.167Z] OK: 12752 distinct packages available [2020-10-13T03:32:22.462Z] OK: 233 MiB in 51 packages [2020-10-13T03:32:22.462Z] OK: 233 MiB in 51 packages [2020-10-13T03:32:23.599Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:32:23.599Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:32:23.599Z] OK: 12752 distinct packages available [2020-10-13T03:32:23.952Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:32:23.952Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:32:23.952Z] OK: 12752 distinct packages available [2020-10-13T03:32:23.952Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:32:23.952Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:32:23.952Z] OK: 12752 distinct packages available [2020-10-13T03:32:23.952Z] OK: 233 MiB in 51 packages [2020-10-13T03:32:24.312Z] Removing intermediate container 32868c01d2d4 [2020-10-13T03:32:24.312Z] ---> 1a3eb3d6637a [2020-10-13T03:32:24.312Z] Step 6/22 : COPY go.mod . [2020-10-13T03:32:24.312Z] Removing intermediate container 30ef576d50f0 [2020-10-13T03:32:24.312Z] ---> ad0cf7f9758e [2020-10-13T03:32:24.312Z] Step 6/20 : COPY go.mod . [2020-10-13T03:32:24.312Z] OK: 233 MiB in 51 packages [2020-10-13T03:32:24.312Z] OK: 233 MiB in 51 packages [2020-10-13T03:32:24.938Z] ---> b8a3cccd0dbe [2020-10-13T03:32:24.938Z] Step 7/22 : RUN go mod download [2020-10-13T03:32:24.938Z] OK: 233 MiB in 51 packages [2020-10-13T03:32:24.938Z] ---> Running in 4120aa30e409 [2020-10-13T03:32:25.253Z] ---> 9dd26c5401ec [2020-10-13T03:32:25.253Z] Step 7/20 : RUN go mod download [2020-10-13T03:32:25.592Z] ---> Running in 2e33c3a8c6a5 [2020-10-13T03:32:25.592Z] Removing intermediate container 7caa4c127301 [2020-10-13T03:32:25.592Z] ---> 0ee55ff14f57 [2020-10-13T03:32:25.592Z] Step 6/21 : COPY go.mod . [2020-10-13T03:32:26.321Z] Removing intermediate container 2ab2c7127908 [2020-10-13T03:32:26.321Z] ---> 41ea29da405a [2020-10-13T03:32:26.321Z] Step 6/22 : COPY go.mod . [2020-10-13T03:32:26.321Z] ---> 85c1b7c88320 [2020-10-13T03:32:26.321Z] Step 7/21 : RUN go mod download [2020-10-13T03:32:26.704Z] ---> Running in 5177423e36f3 [2020-10-13T03:32:27.101Z] Removing intermediate container 744b77eb0a69 [2020-10-13T03:32:27.101Z] ---> 93c684f16cc9 [2020-10-13T03:32:27.101Z] Step 6/22 : COPY go.mod . [2020-10-13T03:32:27.394Z] ---> a7ca3ae2b462 [2020-10-13T03:32:27.394Z] Step 7/22 : RUN go mod download [2020-10-13T03:32:28.013Z] ---> Running in a697f0e525d2 [2020-10-13T03:32:28.013Z] ---> ae8588b1e10d [2020-10-13T03:32:28.013Z] Step 7/22 : RUN go mod download [2020-10-13T03:32:28.311Z] ---> Running in 2f7a3de48334 [2020-10-13T03:32:29.904Z] Removing intermediate container 5177423e36f3 [2020-10-13T03:32:29.904Z] ---> 7fc4ca88aea9 [2020-10-13T03:32:29.904Z] Step 8/21 : COPY . . [2020-10-13T03:32:29.904Z] Removing intermediate container 2e33c3a8c6a5 [2020-10-13T03:32:29.904Z] ---> 836b19f8d165 [2020-10-13T03:32:29.904Z] Step 8/20 : COPY . . [2020-10-13T03:32:31.064Z] Removing intermediate container 4120aa30e409 [2020-10-13T03:32:31.064Z] ---> e7a3dac53d5b [2020-10-13T03:32:31.064Z] Step 8/22 : COPY . . [2020-10-13T03:32:36.728Z] Removing intermediate container a697f0e525d2 [2020-10-13T03:32:36.728Z] ---> bc5a2cc6818c [2020-10-13T03:32:36.728Z] Step 8/22 : COPY . . [2020-10-13T03:32:36.728Z] Removing intermediate container 2f7a3de48334 [2020-10-13T03:32:36.728Z] ---> 55e8d314d108 [2020-10-13T03:32:36.728Z] Step 8/22 : COPY . . [2020-10-13T03:33:17.478Z] ---> e2742ffc39e6 [2020-10-13T03:33:17.478Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-13T03:33:17.478Z] ---> db9a76e16027 [2020-10-13T03:33:17.478Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-13T03:33:17.478Z] ---> 7feaa9b22a9c [2020-10-13T03:33:17.478Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-13T03:33:17.773Z] ---> Running in 0ac136cb4d33 [2020-10-13T03:33:17.773Z] ---> Running in 8738c7be8056 [2020-10-13T03:33:17.773Z] ---> Running in 4ac8a74e9138 [2020-10-13T03:33:18.079Z] ---> 73af13ed2d67 [2020-10-13T03:33:18.079Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-13T03:33:18.079Z] ---> ae5a54e3cfd8 [2020-10-13T03:33:18.079Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-13T03:33:18.359Z] ---> Running in 0189d47f51fc [2020-10-13T03:33:18.359Z] ---> Running in 281001c082db [2020-10-13T03:33:20.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/core-command/core-command ./cmd/core-command [2020-10-13T03:33:20.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-13T03:33:20.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-13T03:33:20.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-13T03:33:20.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-13T03:33:21.522Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:33:21.522Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:33:21.522Z] ---> e3205f37552c [2020-10-13T03:33:21.523Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T03:33:21.523Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:33:21.523Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:33:21.523Z] ---> e3205f37552c [2020-10-13T03:33:21.523Z] Step 3/27 : WORKDIR /edgex-go [2020-10-13T03:33:21.523Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:33:21.523Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:33:21.523Z] ---> e3205f37552c [2020-10-13T03:33:21.523Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T03:33:21.523Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:33:21.523Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-13T03:33:21.523Z] ---> e3205f37552c [2020-10-13T03:33:21.523Z] Step 3/29 : WORKDIR /edgex-go [2020-10-13T03:33:21.523Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:33:21.523Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:33:21.523Z] ---> e3205f37552c [2020-10-13T03:33:21.523Z] Step 3/23 : WORKDIR /edgex-go [2020-10-13T03:33:21.804Z] ---> Running in ecc944b54169 [2020-10-13T03:33:21.804Z] ---> Running in a0449537edce [2020-10-13T03:33:21.804Z] ---> Running in f701e79bdb2a [2020-10-13T03:33:21.804Z] ---> Running in 8632d0e50853 [2020-10-13T03:33:21.804Z] ---> Running in cc7b69b5cc8a [2020-10-13T03:33:22.783Z] Removing intermediate container ecc944b54169 [2020-10-13T03:33:22.783Z] ---> 3764438b499c [2020-10-13T03:33:22.783Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:33:23.056Z] ---> Running in da55c17f4820 [2020-10-13T03:33:23.056Z] Removing intermediate container f701e79bdb2a [2020-10-13T03:33:23.056Z] ---> d193ce8709dd [2020-10-13T03:33:23.056Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:33:23.329Z] Removing intermediate container a0449537edce [2020-10-13T03:33:23.329Z] ---> 5f2c3666e0db [2020-10-13T03:33:23.329Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:33:23.329Z] Removing intermediate container 8632d0e50853 [2020-10-13T03:33:23.329Z] ---> 12d406d95902 [2020-10-13T03:33:23.329Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:33:23.605Z] Removing intermediate container cc7b69b5cc8a [2020-10-13T03:33:23.605Z] ---> 63672ffb351c [2020-10-13T03:33:23.605Z] Step 4/29 : RUN apk update && apk add make git [2020-10-13T03:33:24.201Z] ---> Running in 9f89ca88fc2f [2020-10-13T03:33:24.486Z] ---> Running in e214478f70c5 [2020-10-13T03:33:24.486Z] ---> Running in 19a959270530 [2020-10-13T03:33:24.760Z] ---> Running in 880285e7a25d [2020-10-13T03:33:27.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:33:28.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:33:28.994Z] Removing intermediate container da55c17f4820 [2020-10-13T03:33:28.994Z] ---> f07b309180bc [2020-10-13T03:33:28.994Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T03:33:29.976Z] Removing intermediate container 9f89ca88fc2f [2020-10-13T03:33:29.976Z] ---> 68970a65b1f6 [2020-10-13T03:33:29.976Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-13T03:33:30.248Z] ---> Running in 5572f992bb4c [2020-10-13T03:33:30.248Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:33:30.248Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:33:30.248Z] OK: 12623 distinct packages available [2020-10-13T03:33:30.845Z] ---> Running in 4c1935eab24d [2020-10-13T03:33:30.845Z] Removing intermediate container e214478f70c5 [2020-10-13T03:33:30.845Z] ---> 938c850f36c2 [2020-10-13T03:33:30.845Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-13T03:33:30.845Z] Removing intermediate container 19a959270530 [2020-10-13T03:33:30.845Z] ---> ec6713fc7d69 [2020-10-13T03:33:30.845Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-13T03:33:31.121Z] OK: 217 MiB in 51 packages [2020-10-13T03:33:32.100Z] ---> Running in 31c9408c9fce [2020-10-13T03:33:32.100Z] ---> Running in 865758c80933 [2020-10-13T03:33:34.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:33:34.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:33:34.117Z] Removing intermediate container 880285e7a25d [2020-10-13T03:33:34.117Z] ---> 8b7a44e676ea [2020-10-13T03:33:34.117Z] Step 5/29 : COPY go.mod . [2020-10-13T03:33:35.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:33:35.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:33:35.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:33:35.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:33:35.104Z] ---> c1620c2aac33 [2020-10-13T03:33:35.104Z] Step 6/29 : RUN go mod download [2020-10-13T03:33:35.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:33:35.985Z] ---> Running in 691195d2108f [2020-10-13T03:33:36.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:33:36.858Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:33:36.858Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:33:36.858Z] OK: 12623 distinct packages available [2020-10-13T03:33:37.458Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:33:37.458Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:33:37.458Z] OK: 12623 distinct packages available [2020-10-13T03:33:37.458Z] OK: 217 MiB in 51 packages [2020-10-13T03:33:37.736Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:33:37.736Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:33:37.736Z] OK: 12623 distinct packages available [2020-10-13T03:33:38.355Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:33:38.355Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:33:38.355Z] OK: 12623 distinct packages available [2020-10-13T03:33:38.355Z] OK: 217 MiB in 51 packages [2020-10-13T03:33:38.633Z] OK: 217 MiB in 51 packages [2020-10-13T03:33:39.245Z] OK: 217 MiB in 51 packages [2020-10-13T03:33:39.524Z] Removing intermediate container 4c1935eab24d [2020-10-13T03:33:39.524Z] ---> dfd7abf5b17a [2020-10-13T03:33:39.524Z] Step 6/23 : COPY go.mod . [2020-10-13T03:33:39.800Z] Removing intermediate container 691195d2108f [2020-10-13T03:33:39.800Z] ---> 9c8fe82caf5b [2020-10-13T03:33:39.800Z] Step 7/29 : COPY . . [2020-10-13T03:33:40.408Z] OK: 217 MiB in 51 packages [2020-10-13T03:33:40.408Z] Removing intermediate container 865758c80933 [2020-10-13T03:33:40.408Z] ---> e9eb35bb65fe [2020-10-13T03:33:40.408Z] Step 6/27 : COPY go.mod . [2020-10-13T03:33:40.686Z] ---> 05459ad90777 [2020-10-13T03:33:40.686Z] Step 7/23 : RUN go mod download [2020-10-13T03:33:40.686Z] Removing intermediate container 5572f992bb4c [2020-10-13T03:33:40.686Z] ---> e9501d02c171 [2020-10-13T03:33:40.686Z] Step 6/22 : COPY go.mod . [2020-10-13T03:33:40.965Z] ---> Running in e1fc7423ca52 [2020-10-13T03:33:41.958Z] ---> 9c0ab2e4ddc4 [2020-10-13T03:33:41.958Z] Step 7/27 : RUN go mod download [2020-10-13T03:33:41.959Z] ---> dd99d6157460 [2020-10-13T03:33:41.959Z] Step 7/22 : RUN go mod download [2020-10-13T03:33:42.235Z] ---> Running in f163cf9e234e [2020-10-13T03:33:42.235Z] ---> Running in c116293a60fb [2020-10-13T03:33:42.509Z] Removing intermediate container 31c9408c9fce [2020-10-13T03:33:42.509Z] ---> 97a39d398d6c [2020-10-13T03:33:42.509Z] Step 6/22 : COPY go.mod . [2020-10-13T03:33:44.505Z] ---> 61d85de342c8 [2020-10-13T03:33:44.505Z] Step 7/22 : RUN go mod download [2020-10-13T03:33:44.779Z] ---> Running in bfefbebb4305 [2020-10-13T03:33:46.228Z] Removing intermediate container e1fc7423ca52 [2020-10-13T03:33:46.228Z] ---> a852ef420d8c [2020-10-13T03:33:46.228Z] Step 8/23 : COPY . . [2020-10-13T03:33:48.224Z] Removing intermediate container c116293a60fb [2020-10-13T03:33:48.224Z] ---> 084eec5e2c77 [2020-10-13T03:33:48.224Z] Step 8/22 : COPY . . [2020-10-13T03:33:48.224Z] Removing intermediate container f163cf9e234e [2020-10-13T03:33:48.224Z] ---> 23f8f8ce47b4 [2020-10-13T03:33:48.224Z] Step 8/27 : COPY . . [2020-10-13T03:33:50.209Z] Removing intermediate container bfefbebb4305 [2020-10-13T03:33:50.210Z] ---> 6e90e6ddcb9e [2020-10-13T03:33:50.210Z] Step 8/22 : COPY . . [2020-10-13T03:34:12.567Z] ---> 9b064f83073c [2020-10-13T03:34:12.567Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-13T03:34:12.567Z] ---> 0ebec8cf856f [2020-10-13T03:34:12.567Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-13T03:34:12.567Z] ---> 82d6f00a3946 [2020-10-13T03:34:12.567Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-13T03:34:12.567Z] ---> Running in 96cf5cc5a4a7 [2020-10-13T03:34:12.567Z] ---> e0be69d815da [2020-10-13T03:34:12.567Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-13T03:34:12.567Z] ---> 31d806896e4a [2020-10-13T03:34:12.567Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-13T03:34:12.567Z] ---> Running in 0755b4f12ddc [2020-10-13T03:34:12.567Z] ---> Running in 0be52da49407 [2020-10-13T03:34:12.567Z] ---> Running in 79747a8e00e4 [2020-10-13T03:34:12.567Z] ---> Running in 25c74397fb02 [2020-10-13T03:34:12.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-13T03:34:12.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-13T03:34:12.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-13T03:34:12.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/core-command/core-command ./cmd/core-command [2020-10-13T03:34:12.851Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/core-data/core-data ./cmd/core-data [2020-10-13T03:34:18.353Z] Removing intermediate container 0ac136cb4d33 [2020-10-13T03:34:18.353Z] ---> a8200550f75e [2020-10-13T03:34:18.353Z] [2020-10-13T03:34:18.353Z] Step 10/20 : FROM alpine [2020-10-13T03:34:18.353Z] latest: Pulling from library/alpine [2020-10-13T03:34:18.353Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-13T03:34:18.353Z] Status: Downloaded newer image for alpine:latest [2020-10-13T03:34:18.353Z] ---> a24bb4013296 [2020-10-13T03:34:18.353Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-13T03:34:18.353Z] ---> Running in 7bc74b5f58a4 [2020-10-13T03:34:20.582Z] Removing intermediate container 281001c082db [2020-10-13T03:34:20.582Z] ---> f1829c6b47f0 [2020-10-13T03:34:20.582Z] [2020-10-13T03:34:20.582Z] Step 10/22 : FROM scratch [2020-10-13T03:34:20.582Z] ---> [2020-10-13T03:34:20.582Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T03:34:21.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:34:21.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:34:21.551Z] ---> Running in 422500c89bd0 [2020-10-13T03:34:22.427Z] Removing intermediate container 422500c89bd0 [2020-10-13T03:34:22.427Z] ---> f5fd92f17fb9 [2020-10-13T03:34:22.427Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-13T03:34:22.427Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:34:22.427Z] v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:34:22.427Z] OK: 12750 distinct packages available [2020-10-13T03:34:22.987Z] ---> Running in 280b1a73873f [2020-10-13T03:34:22.987Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-13T03:34:22.987Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T03:34:23.392Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-13T03:34:23.392Z] (4/4) Installing curl (7.69.1-r1) [2020-10-13T03:34:23.392Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:34:23.782Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T03:34:23.782Z] OK: 7 MiB in 18 packages [2020-10-13T03:34:24.712Z] Removing intermediate container 280b1a73873f [2020-10-13T03:34:24.712Z] ---> 07c393810e7a [2020-10-13T03:34:24.712Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T03:34:26.297Z] ---> Running in 6dddd953a574 [2020-10-13T03:34:27.301Z] Removing intermediate container 8738c7be8056 [2020-10-13T03:34:27.301Z] ---> a49bcee52964 [2020-10-13T03:34:27.301Z] [2020-10-13T03:34:27.301Z] Step 10/21 : FROM scratch [2020-10-13T03:34:27.301Z] ---> [2020-10-13T03:34:27.301Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T03:34:28.823Z] ---> Running in fd8c5a51fa1a [2020-10-13T03:34:28.823Z] Removing intermediate container 6dddd953a574 [2020-10-13T03:34:28.823Z] ---> 9624ae1cea09 [2020-10-13T03:34:28.823Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-13T03:34:28.823Z] Removing intermediate container 4ac8a74e9138 [2020-10-13T03:34:28.823Z] ---> 757c610da727 [2020-10-13T03:34:28.823Z] [2020-10-13T03:34:28.823Z] Step 10/22 : FROM scratch [2020-10-13T03:34:28.823Z] ---> [2020-10-13T03:34:28.823Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T03:34:28.823Z] Removing intermediate container 7bc74b5f58a4 [2020-10-13T03:34:28.823Z] ---> b2c48164b2e9 [2020-10-13T03:34:28.823Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T03:34:28.823Z] ---> Running in f70f48bfd008 [2020-10-13T03:34:29.241Z] ---> Running in c76bce5e26ac [2020-10-13T03:34:29.241Z] Removing intermediate container fd8c5a51fa1a [2020-10-13T03:34:29.241Z] ---> 54982ce35440 [2020-10-13T03:34:29.241Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-13T03:34:29.531Z] ---> Running in 902eca562cb0 [2020-10-13T03:34:29.531Z] Removing intermediate container f70f48bfd008 [2020-10-13T03:34:29.531Z] ---> ff022bfb0d14 [2020-10-13T03:34:29.531Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-13T03:34:29.531Z] ---> 4a110e323489 [2020-10-13T03:34:29.531Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-13T03:34:29.866Z] Removing intermediate container c76bce5e26ac [2020-10-13T03:34:29.866Z] ---> b853b16eac58 [2020-10-13T03:34:29.866Z] Step 13/20 : WORKDIR /edgex [2020-10-13T03:34:29.866Z] ---> Running in 31c09dfad64f [2020-10-13T03:34:29.866Z] ---> Running in b625b3877090 [2020-10-13T03:34:29.866Z] Removing intermediate container 902eca562cb0 [2020-10-13T03:34:29.866Z] ---> 328395c49202 [2020-10-13T03:34:29.866Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-13T03:34:30.891Z] ---> Running in 7a191af1b71f [2020-10-13T03:34:32.126Z] ---> ec4ecf693369 [2020-10-13T03:34:32.126Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-13T03:34:32.126Z] Removing intermediate container 31c09dfad64f [2020-10-13T03:34:32.126Z] ---> 88c26c3e71ea [2020-10-13T03:34:32.126Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T03:34:32.126Z] Removing intermediate container b625b3877090 [2020-10-13T03:34:32.126Z] ---> 8ad805f99f69 [2020-10-13T03:34:32.126Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-13T03:34:32.126Z] Removing intermediate container 7a191af1b71f [2020-10-13T03:34:32.126Z] ---> ca7c6c92abc8 [2020-10-13T03:34:32.126Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-13T03:34:32.126Z] ---> Running in 120497e4ea0d [2020-10-13T03:34:32.472Z] Removing intermediate container 0189d47f51fc [2020-10-13T03:34:32.472Z] ---> 94d77fec997f [2020-10-13T03:34:32.472Z] [2020-10-13T03:34:32.472Z] Step 10/22 : FROM scratch [2020-10-13T03:34:32.472Z] ---> [2020-10-13T03:34:32.472Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T03:34:32.472Z] ---> Using cache [2020-10-13T03:34:32.472Z] ---> ff022bfb0d14 [2020-10-13T03:34:32.472Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-13T03:34:32.770Z] ---> Running in 4c4fa01cc416 [2020-10-13T03:34:32.770Z] Removing intermediate container 120497e4ea0d [2020-10-13T03:34:32.770Z] ---> 864d5b98e465 [2020-10-13T03:34:32.770Z] Step 14/22 : WORKDIR / [2020-10-13T03:34:33.439Z] ---> Running in 3bc41b5cb00c [2020-10-13T03:34:33.883Z] ---> 9377f0710711 [2020-10-13T03:34:33.883Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-13T03:34:33.883Z] ---> 2982978b68f9 [2020-10-13T03:34:33.883Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-13T03:34:34.282Z] Removing intermediate container 4c4fa01cc416 [2020-10-13T03:34:34.282Z] ---> 622612e9335b [2020-10-13T03:34:34.282Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T03:34:34.282Z] ---> 51300656a78a [2020-10-13T03:34:34.282Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-13T03:34:34.282Z] Removing intermediate container 3bc41b5cb00c [2020-10-13T03:34:34.282Z] ---> a23b83948d92 [2020-10-13T03:34:34.282Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-13T03:34:35.556Z] ---> Running in 326cf287766f [2020-10-13T03:34:35.556Z] ---> 5d2f55423317 [2020-10-13T03:34:35.556Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-13T03:34:35.556Z] ---> f7a7bc0f6fe0 [2020-10-13T03:34:36.033Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-13T03:34:36.396Z] ---> 5bc92e725b6a [2020-10-13T03:34:36.396Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-13T03:34:36.396Z] ---> 86d85a382eea [2020-10-13T03:34:36.396Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-13T03:34:36.396Z] Removing intermediate container 326cf287766f [2020-10-13T03:34:36.396Z] ---> ef539beacf80 [2020-10-13T03:34:36.396Z] Step 14/22 : WORKDIR / [2020-10-13T03:34:36.731Z] ---> Running in 5fdcb2144b2e [2020-10-13T03:34:36.731Z] ---> Running in 9224c872d2ae [2020-10-13T03:34:36.731Z] ---> Running in 14854bbcd8dd [2020-10-13T03:34:37.382Z] ---> 7f48543caec0 [2020-10-13T03:34:37.382Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-13T03:34:37.382Z] Removing intermediate container 5fdcb2144b2e [2020-10-13T03:34:37.382Z] ---> 668f7186ba06 [2020-10-13T03:34:37.382Z] Step 17/20 : CMD ["--init=true"] [2020-10-13T03:34:37.382Z] Removing intermediate container 9224c872d2ae [2020-10-13T03:34:37.382Z] ---> 425c45689f6f [2020-10-13T03:34:37.382Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:34:37.382Z] ---> d66a064196f8 [2020-10-13T03:34:37.382Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-13T03:34:37.672Z] Removing intermediate container 14854bbcd8dd [2020-10-13T03:34:37.672Z] ---> 62413243a8bc [2020-10-13T03:34:37.672Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-13T03:34:37.672Z] ---> Running in 3acf6a2c0026 [2020-10-13T03:34:37.963Z] ---> Running in a2f79b9599c3 [2020-10-13T03:34:37.963Z] ---> Running in e5c044156a6b [2020-10-13T03:34:38.259Z] ---> 10c60b74e781 [2020-10-13T03:34:38.260Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-13T03:34:38.260Z] Removing intermediate container a2f79b9599c3 [2020-10-13T03:34:38.260Z] ---> 19d410e44e1d [2020-10-13T03:34:38.260Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:34:38.260Z] Removing intermediate container 3acf6a2c0026 [2020-10-13T03:34:38.260Z] ---> b6e68ba19d6f [2020-10-13T03:34:38.260Z] Step 18/20 : LABEL arch=x86_64 [2020-10-13T03:34:38.538Z] ---> Running in bbde9df33fdf [2020-10-13T03:34:38.538Z] Removing intermediate container e5c044156a6b [2020-10-13T03:34:38.538Z] ---> a17badf3e0c5 [2020-10-13T03:34:38.538Z] Step 20/22 : LABEL arch=x86_64 [2020-10-13T03:34:38.538Z] ---> a0d77a9bee68 [2020-10-13T03:34:38.538Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-13T03:34:38.538Z] ---> Running in 77bffce1f0ba [2020-10-13T03:34:38.538Z] ---> Running in 64953d35ef93 [2020-10-13T03:34:38.538Z] ---> Running in cf7b34105d52 [2020-10-13T03:34:38.810Z] Removing intermediate container bbde9df33fdf [2020-10-13T03:34:38.810Z] ---> 582331a8e226 [2020-10-13T03:34:38.810Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:34:39.087Z] ---> Running in be070a2cf09b [2020-10-13T03:34:39.087Z] Removing intermediate container 64953d35ef93 [2020-10-13T03:34:39.087Z] ---> 28544cb29e11 [2020-10-13T03:34:39.087Z] Step 19/20 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:34:39.087Z] Removing intermediate container 77bffce1f0ba [2020-10-13T03:34:39.087Z] ---> 7e815153855e [2020-10-13T03:34:39.087Z] Step 19/21 : LABEL arch=x86_64 [2020-10-13T03:34:39.087Z] Removing intermediate container cf7b34105d52 [2020-10-13T03:34:39.087Z] ---> 362928367ec6 [2020-10-13T03:34:39.087Z] Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:34:39.362Z] ---> Running in a54749c77131 [2020-10-13T03:34:39.362Z] ---> Running in 213c33f65fea [2020-10-13T03:34:39.362Z] ---> Running in 69aa5570cbdb [2020-10-13T03:34:39.362Z] Removing intermediate container be070a2cf09b [2020-10-13T03:34:39.362Z] ---> e15ceaa131cd [2020-10-13T03:34:39.362Z] Step 20/22 : LABEL arch=x86_64 [2020-10-13T03:34:39.662Z] ---> 94f9bbe49ff5 [2020-10-13T03:34:39.662Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-13T03:34:39.662Z] ---> Running in 61b020de2483 [2020-10-13T03:34:39.662Z] Removing intermediate container a54749c77131 [2020-10-13T03:34:39.662Z] ---> 2082fa7d69e7 [2020-10-13T03:34:39.662Z] Step 20/20 : LABEL version=1.2.2-dev.66 [2020-10-13T03:34:39.985Z] Removing intermediate container 213c33f65fea [2020-10-13T03:34:39.985Z] ---> 52b7a3312ca6 [2020-10-13T03:34:39.985Z] Step 20/21 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:34:39.985Z] Removing intermediate container 69aa5570cbdb [2020-10-13T03:34:39.985Z] ---> 936bf448a8c0 [2020-10-13T03:34:39.985Z] Step 22/22 : LABEL version=1.2.2-dev.66 [2020-10-13T03:34:40.289Z] ---> Running in ccbc6e46b49a [2020-10-13T03:34:40.289Z] ---> Running in 12329bdc75dd [2020-10-13T03:34:40.289Z] ---> Running in 18537b18ac5c [2020-10-13T03:34:40.289Z] Removing intermediate container 61b020de2483 [2020-10-13T03:34:40.289Z] ---> cfd7e7da9dc8 [2020-10-13T03:34:40.289Z] Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:34:40.289Z] ---> 94419e031a99 [2020-10-13T03:34:40.289Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-13T03:34:40.587Z] ---> Running in fd0ea8679740 [2020-10-13T03:34:40.587Z] Removing intermediate container ccbc6e46b49a [2020-10-13T03:34:40.587Z] ---> 12379926c468 [2020-10-13T03:34:40.587Z] Step 21/21 : LABEL version=1.2.2-dev.66 [2020-10-13T03:34:40.587Z] ---> Running in 69a00f1f9004 [2020-10-13T03:34:40.587Z] Removing intermediate container 12329bdc75dd [2020-10-13T03:34:40.587Z] ---> 118ec83bd390 [2020-10-13T03:34:40.587Z] [2020-10-13T03:34:40.872Z] ---> Running in 269877c108a0 [2020-10-13T03:34:40.872Z] Removing intermediate container 18537b18ac5c [2020-10-13T03:34:40.872Z] ---> 7197dcd9f10b [2020-10-13T03:34:40.872Z] [2020-10-13T03:34:40.872Z] Removing intermediate container fd0ea8679740 [2020-10-13T03:34:40.872Z] ---> 2699034920d8 [2020-10-13T03:34:40.872Z] Step 22/22 : LABEL version=1.2.2-dev.66 [2020-10-13T03:34:41.165Z] ---> Running in 50ba51dd9e58 [2020-10-13T03:34:41.165Z] Removing intermediate container 69a00f1f9004 [2020-10-13T03:34:41.165Z] ---> 55312c567675 [2020-10-13T03:34:41.165Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:34:41.450Z] Successfully built 118ec83bd390 [2020-10-13T03:34:41.450Z] Successfully built 7197dcd9f10b [2020-10-13T03:34:41.450Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-13T03:34:41.450Z] Building docker-sys-mgmt-agent-go [2020-10-13T03:34:41.450Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-logging-go:latest [2020-10-13T03:34:41.450Z] Building docker-security-secrets-setup-go [2020-10-13T03:34:41.450Z]  Building docker-support-logging-go ... done  ---> Running in 2f8bb8d7e221 [2020-10-13T03:34:41.450Z] Removing intermediate container 269877c108a0 [2020-10-13T03:34:41.450Z] ---> 6cc2adbf2bc7 [2020-10-13T03:34:41.450Z] [2020-10-13T03:34:41.979Z] Removing intermediate container 50ba51dd9e58 [2020-10-13T03:34:41.979Z] ---> 4af47e2fc07e [2020-10-13T03:34:41.979Z] [2020-10-13T03:34:42.335Z] Successfully built 6cc2adbf2bc7 [2020-10-13T03:34:42.335Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-13T03:34:42.335Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-10-13T03:34:42.709Z] Successfully built 4af47e2fc07e [2020-10-13T03:34:42.709Z] Successfully tagged docker-core-command-go:latest [2020-10-13T03:34:42.709Z] Building docker-support-notifications-go [2020-10-13T03:34:42.709Z]  Building docker-core-command-go ... done Removing intermediate container 2f8bb8d7e221 [2020-10-13T03:34:42.709Z] ---> fa1a62118877 [2020-10-13T03:34:42.709Z] Step 20/22 : LABEL arch=x86_64 [2020-10-13T03:34:42.709Z] ---> Running in e043d844386d [2020-10-13T03:34:43.500Z] Removing intermediate container e043d844386d [2020-10-13T03:34:43.500Z] ---> d8fc507dbfd4 [2020-10-13T03:34:43.500Z] Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:34:43.826Z] ---> Running in 6398a370ca13 [2020-10-13T03:34:45.400Z] Removing intermediate container 6398a370ca13 [2020-10-13T03:34:45.400Z] ---> aae78195b0fa [2020-10-13T03:34:45.400Z] Step 22/22 : LABEL version=1.2.2-dev.66 [2020-10-13T03:34:45.782Z] ---> Running in 71aacaeca1c1 [2020-10-13T03:34:48.970Z] Removing intermediate container 71aacaeca1c1 [2020-10-13T03:34:48.971Z] ---> 8c952a857235 [2020-10-13T03:34:48.971Z] [2020-10-13T03:34:48.971Z] Successfully built 8c952a857235 [2020-10-13T03:34:48.971Z] Successfully tagged docker-core-metadata-go:latest [2020-10-13T03:34:48.971Z] Building docker-security-secretstore-setup-go [2020-10-13T03:35:29.303Z]  Building docker-core-metadata-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:35:29.303Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:35:29.303Z] ---> d49f6a5160f3 [2020-10-13T03:35:29.303Z] Step 3/27 : WORKDIR /edgex-go [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 7b974189bea4 [2020-10-13T03:35:29.303Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 47a966119efc [2020-10-13T03:35:29.303Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-13T03:35:29.303Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:35:29.303Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:35:29.303Z] ---> d49f6a5160f3 [2020-10-13T03:35:29.303Z] Step 3/23 : WORKDIR /edgex-go [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 7b974189bea4 [2020-10-13T03:35:29.303Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 47a966119efc [2020-10-13T03:35:29.303Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-13T03:35:29.303Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:35:29.303Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-13T03:35:29.303Z] ---> d49f6a5160f3 [2020-10-13T03:35:29.303Z] Step 3/29 : WORKDIR /edgex-go [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 7b974189bea4 [2020-10-13T03:35:29.303Z] Step 4/29 : RUN apk update && apk add make git [2020-10-13T03:35:29.303Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:35:29.303Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:35:29.303Z] ---> d49f6a5160f3 [2020-10-13T03:35:29.303Z] Step 3/24 : WORKDIR /edgex-go [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 7b974189bea4 [2020-10-13T03:35:29.303Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 47a966119efc [2020-10-13T03:35:29.303Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-13T03:35:29.303Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:35:29.303Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:35:29.303Z] ---> d49f6a5160f3 [2020-10-13T03:35:29.303Z] Step 3/26 : WORKDIR /edgex-go [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 7b974189bea4 [2020-10-13T03:35:29.303Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 47a966119efc [2020-10-13T03:35:29.303Z] Step 5/26 : RUN apk update && apk add make git [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 0ee55ff14f57 [2020-10-13T03:35:29.303Z] Step 6/26 : COPY go.mod . [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 85c1b7c88320 [2020-10-13T03:35:29.303Z] Step 7/26 : RUN go mod download [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> 7fc4ca88aea9 [2020-10-13T03:35:29.303Z] Step 8/26 : COPY . . [2020-10-13T03:35:29.303Z] ---> Using cache [2020-10-13T03:35:29.303Z] ---> e2742ffc39e6 [2020-10-13T03:35:29.303Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-13T03:35:29.303Z] ---> Running in 2f43531abfa9 [2020-10-13T03:35:29.303Z] ---> Running in 93e7e029ce05 [2020-10-13T03:35:29.303Z] ---> Running in 0c86ea7a871b [2020-10-13T03:35:29.303Z] ---> Running in 08419460818d [2020-10-13T03:35:29.303Z] ---> Running in 27e05da92d6f [2020-10-13T03:35:29.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-13T03:35:29.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:35:29.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:35:29.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:35:29.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:35:30.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:35:30.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:35:30.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:35:30.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:35:33.487Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:35:33.487Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:35:33.487Z] OK: 12752 distinct packages available [2020-10-13T03:35:33.487Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:35:33.487Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:35:33.487Z] OK: 12752 distinct packages available [2020-10-13T03:35:33.487Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:35:33.487Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:35:33.487Z] OK: 12752 distinct packages available [2020-10-13T03:35:33.842Z] OK: 233 MiB in 51 packages [2020-10-13T03:35:33.842Z] OK: 233 MiB in 51 packages [2020-10-13T03:35:34.175Z] OK: 233 MiB in 51 packages [2020-10-13T03:35:34.503Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:35:34.503Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:35:34.503Z] OK: 12752 distinct packages available [2020-10-13T03:35:34.708Z] Removing intermediate container 96cf5cc5a4a7 [2020-10-13T03:35:34.709Z] ---> dcd9016e1ad6 [2020-10-13T03:35:34.709Z] [2020-10-13T03:35:34.709Z] Step 9/29 : FROM alpine:latest [2020-10-13T03:35:34.709Z] latest: Pulling from library/alpine [2020-10-13T03:35:34.709Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-13T03:35:34.709Z] Status: Downloaded newer image for alpine:latest [2020-10-13T03:35:34.709Z] ---> 62ee0e9f8440 [2020-10-13T03:35:34.709Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-13T03:35:34.802Z] OK: 233 MiB in 51 packages [2020-10-13T03:35:34.984Z] ---> Running in 578b40705005 [2020-10-13T03:35:35.691Z] Removing intermediate container 578b40705005 [2020-10-13T03:35:35.691Z] ---> 7f3b7160cbb3 [2020-10-13T03:35:35.691Z] Step 11/29 : USER root [2020-10-13T03:35:35.969Z] ---> Running in 356cf425db5b [2020-10-13T03:35:36.568Z] Removing intermediate container 356cf425db5b [2020-10-13T03:35:36.568Z] ---> 08b7eb593f62 [2020-10-13T03:35:36.568Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-13T03:35:36.781Z] Removing intermediate container 2f43531abfa9 [2020-10-13T03:35:36.782Z] ---> 9474a3753f68 [2020-10-13T03:35:36.782Z] Step 6/23 : COPY go.mod . [2020-10-13T03:35:36.782Z] Removing intermediate container 27e05da92d6f [2020-10-13T03:35:36.782Z] ---> 15e4161d096e [2020-10-13T03:35:36.782Z] Step 6/27 : COPY go.mod . [2020-10-13T03:35:36.849Z] ---> Running in ddaef53e3680 [2020-10-13T03:35:37.075Z] Removing intermediate container 08419460818d [2020-10-13T03:35:37.075Z] ---> 13582236051c [2020-10-13T03:35:37.075Z] Step 6/24 : COPY go.mod . [2020-10-13T03:35:37.075Z] Removing intermediate container 0c86ea7a871b [2020-10-13T03:35:37.075Z] ---> 29cafab53bb9 [2020-10-13T03:35:37.075Z] Step 5/29 : COPY go.mod . [2020-10-13T03:35:37.382Z] ---> c9da209d1de9 [2020-10-13T03:35:37.382Z] Step 7/23 : RUN go mod download [2020-10-13T03:35:37.691Z] ---> Running in ff3911b2c7ec [2020-10-13T03:35:37.691Z] ---> e26216a69a44 [2020-10-13T03:35:37.691Z] Step 7/27 : RUN go mod download [2020-10-13T03:35:37.691Z] ---> a563ee9f0aa9 [2020-10-13T03:35:37.691Z] Step 7/24 : RUN go mod download [2020-10-13T03:35:37.691Z] ---> d3c662026641 [2020-10-13T03:35:37.691Z] Step 6/29 : RUN go mod download [2020-10-13T03:35:37.990Z] ---> Running in 6007d77092cb [2020-10-13T03:35:37.990Z] ---> Running in adf14a4d42b7 [2020-10-13T03:35:37.990Z] ---> Running in 09d1e914f4b8 [2020-10-13T03:35:39.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:35:40.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:35:40.693Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:35:40.693Z] v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:35:40.693Z] OK: 12621 distinct packages available [2020-10-13T03:35:41.682Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-13T03:35:41.682Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-13T03:35:41.682Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:35:41.682Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T03:35:42.292Z] OK: 6 MiB in 16 packages [2020-10-13T03:35:42.456Z] Removing intermediate container 6007d77092cb [2020-10-13T03:35:42.456Z] ---> 157e631e0de5 [2020-10-13T03:35:42.456Z] Step 8/24 : COPY . . [2020-10-13T03:35:42.758Z] Removing intermediate container ff3911b2c7ec [2020-10-13T03:35:42.758Z] ---> 21a10e4a392f [2020-10-13T03:35:42.758Z] Step 8/23 : COPY . . [2020-10-13T03:35:43.409Z] Removing intermediate container adf14a4d42b7 [2020-10-13T03:35:43.409Z] ---> 96665ca869fd [2020-10-13T03:35:43.409Z] Step 8/27 : COPY . . [2020-10-13T03:35:43.765Z] Removing intermediate container 09d1e914f4b8 [2020-10-13T03:35:43.765Z] ---> 33dff5f6a6dd [2020-10-13T03:35:43.765Z] Step 7/29 : COPY . . [2020-10-13T03:35:45.740Z] Removing intermediate container ddaef53e3680 [2020-10-13T03:35:45.740Z] ---> 21cae915a441 [2020-10-13T03:35:45.740Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-13T03:35:46.014Z] ---> Running in 28aa946d4bc1 [2020-10-13T03:35:47.492Z] Removing intermediate container 28aa946d4bc1 [2020-10-13T03:35:47.492Z] ---> c2386147b151 [2020-10-13T03:35:47.492Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-13T03:35:47.784Z] ---> Running in 5dccd677b7a2 [2020-10-13T03:35:49.274Z] Removing intermediate container 5dccd677b7a2 [2020-10-13T03:35:49.274Z] ---> 901cd027ee8b [2020-10-13T03:35:49.274Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-13T03:35:49.274Z] Removing intermediate container 79747a8e00e4 [2020-10-13T03:35:49.274Z] ---> 8dd2e7dc27a8 [2020-10-13T03:35:49.274Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-13T03:35:49.550Z] ---> Running in 37bbc7c0fd12 [2020-10-13T03:35:49.830Z] Removing intermediate container 0755b4f12ddc [2020-10-13T03:35:49.830Z] ---> fe7410fe17a2 [2020-10-13T03:35:49.830Z] [2020-10-13T03:35:49.830Z] Step 10/22 : FROM scratch [2020-10-13T03:35:49.830Z] ---> [2020-10-13T03:35:49.830Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T03:35:49.830Z] ---> Running in b0ceff5a456f [2020-10-13T03:35:50.108Z] ---> Running in 7ca363aa31c8 [2020-10-13T03:35:51.095Z] Removing intermediate container 7ca363aa31c8 [2020-10-13T03:35:51.095Z] ---> 6b2954e2e112 [2020-10-13T03:35:51.095Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-13T03:35:51.369Z] ---> Running in 59a2cf7a60a6 [2020-10-13T03:35:52.359Z] Removing intermediate container 59a2cf7a60a6 [2020-10-13T03:35:52.359Z] ---> 0212ca3a0640 [2020-10-13T03:35:52.359Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T03:35:52.359Z] ---> Running in e222c4a8c037 [2020-10-13T03:35:52.953Z] Removing intermediate container e222c4a8c037 [2020-10-13T03:35:52.953Z] ---> 369ddd0a8bc0 [2020-10-13T03:35:52.953Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-13T03:35:53.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-13T03:35:54.677Z] ---> eee250c5918f [2020-10-13T03:35:54.677Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-13T03:35:55.269Z] Removing intermediate container 37bbc7c0fd12 [2020-10-13T03:35:55.269Z] ---> 7c9e5f87e4bd [2020-10-13T03:35:55.269Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-13T03:35:55.544Z] ---> fb287cae3c81 [2020-10-13T03:35:55.544Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-13T03:35:57.573Z] ---> a6321d50bc11 [2020-10-13T03:35:57.574Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-13T03:35:57.855Z] ---> 8b9bafbd2ea8 [2020-10-13T03:35:57.855Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-13T03:35:59.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-13T03:35:59.912Z] Removing intermediate container b0ceff5a456f [2020-10-13T03:35:59.912Z] ---> a57da8ed8b9b [2020-10-13T03:35:59.912Z] [2020-10-13T03:35:59.912Z] Step 11/27 : FROM docker:latest [2020-10-13T03:35:59.912Z] ---> 45884bde0078 [2020-10-13T03:35:59.912Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-13T03:35:59.912Z] ---> 601987fc4a44 [2020-10-13T03:35:59.912Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-13T03:35:59.912Z] ---> f8f473e3212a [2020-10-13T03:35:59.912Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-13T03:35:59.912Z] ---> Running in 75e9158785e0 [2020-10-13T03:35:59.912Z] ---> Running in cadb79e52c6f [2020-10-13T03:36:01.371Z] Removing intermediate container cadb79e52c6f [2020-10-13T03:36:01.371Z] ---> d134dd8139cf [2020-10-13T03:36:01.371Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:36:01.655Z] ---> Running in eb9b106a04f9 [2020-10-13T03:36:02.266Z] ---> 8bc59915d6a2 [2020-10-13T03:36:02.266Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-13T03:36:02.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:36:02.542Z] Removing intermediate container eb9b106a04f9 [2020-10-13T03:36:02.542Z] ---> 1236971a1b5e [2020-10-13T03:36:02.542Z] Step 20/22 : LABEL arch=arm64 [2020-10-13T03:36:02.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:36:03.101Z] ---> Running in fa244174476c [2020-10-13T03:36:03.702Z] (1/2) Installing readline (8.0.4-r0) [2020-10-13T03:36:03.702Z] (2/2) Installing bash (5.0.17-r0) [2020-10-13T03:36:03.702Z] Executing bash-5.0.17-r0.post-install [2020-10-13T03:36:03.702Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:36:03.702Z] OK: 12 MiB in 22 packages [2020-10-13T03:36:03.980Z] ---> 2a07882166f8 [2020-10-13T03:36:03.980Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-13T03:36:04.262Z] Removing intermediate container fa244174476c [2020-10-13T03:36:04.262Z] ---> 08c5467288b4 [2020-10-13T03:36:04.262Z] Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:36:04.542Z] ---> Running in 8bc793e2d7ef [2020-10-13T03:36:04.542Z] Removing intermediate container 25c74397fb02 [2020-10-13T03:36:04.542Z] ---> 2f78b35f2da8 [2020-10-13T03:36:04.542Z] [2020-10-13T03:36:04.542Z] Step 10/22 : FROM scratch [2020-10-13T03:36:04.542Z] ---> [2020-10-13T03:36:04.542Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T03:36:05.146Z] ---> adf79a130c6c [2020-10-13T03:36:05.146Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-13T03:36:05.146Z] ---> Running in e04f7b205538 [2020-10-13T03:36:05.473Z] ---> Running in 6673f16e71ba [2020-10-13T03:36:05.473Z] Removing intermediate container 8bc793e2d7ef [2020-10-13T03:36:05.473Z] ---> 3176b3a04db4 [2020-10-13T03:36:05.473Z] Step 22/22 : LABEL version=1.2.2-dev.66 [2020-10-13T03:36:05.786Z] ---> Running in 124032b98443 [2020-10-13T03:36:06.083Z] Removing intermediate container 75e9158785e0 [2020-10-13T03:36:06.083Z] ---> ccbd30cb7540 [2020-10-13T03:36:06.083Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-13T03:36:06.455Z] Removing intermediate container e04f7b205538 [2020-10-13T03:36:06.455Z] ---> f22654e8522c [2020-10-13T03:36:06.455Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-13T03:36:06.455Z] ---> Running in 835342258c73 [2020-10-13T03:36:06.455Z] ---> Running in de56d4864562 [2020-10-13T03:36:07.123Z] Removing intermediate container 124032b98443 [2020-10-13T03:36:07.123Z] ---> 754e0e0242aa [2020-10-13T03:36:07.123Z] [2020-10-13T03:36:07.745Z] Successfully built 754e0e0242aa [2020-10-13T03:36:07.745Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-13T03:36:07.745Z] Building docker-support-scheduler-go [2020-10-13T03:36:07.745Z]  Building docker-support-logging-go ... done Removing intermediate container de56d4864562 [2020-10-13T03:36:07.745Z] ---> 306ed5d8ca9d [2020-10-13T03:36:07.745Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T03:36:07.745Z] ---> Running in f9f554de24bf [2020-10-13T03:36:08.746Z] Removing intermediate container f9f554de24bf [2020-10-13T03:36:08.746Z] ---> d02b1d3d4c7c [2020-10-13T03:36:08.746Z] Step 14/22 : WORKDIR / [2020-10-13T03:36:08.746Z] ---> Running in cc341e42fde9 [2020-10-13T03:36:09.792Z] Removing intermediate container cc341e42fde9 [2020-10-13T03:36:09.792Z] ---> 4227f34fc19d [2020-10-13T03:36:09.792Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-13T03:36:10.421Z] Removing intermediate container 6673f16e71ba [2020-10-13T03:36:10.421Z] ---> f365f096744c [2020-10-13T03:36:10.421Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T03:36:10.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-13T03:36:10.707Z] ---> b5167ffc12ce [2020-10-13T03:36:10.707Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-13T03:36:10.707Z] Removing intermediate container 835342258c73 [2020-10-13T03:36:10.707Z] ---> 1fa4d2b9d8c7 [2020-10-13T03:36:10.707Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-13T03:36:11.711Z] ---> Running in 2fbc2281eebc [2020-10-13T03:36:11.711Z] ---> d023c8366a67 [2020-10-13T03:36:11.711Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T03:36:12.336Z] ---> Running in 9fce0e2338a4 [2020-10-13T03:36:12.336Z] Removing intermediate container 2fbc2281eebc [2020-10-13T03:36:12.336Z] ---> f6daaad74fd6 [2020-10-13T03:36:12.336Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-13T03:36:12.960Z] ---> 618d29fdd1bd [2020-10-13T03:36:12.960Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-13T03:36:12.960Z] ---> Running in 2a85c76e28ed [2020-10-13T03:36:14.447Z] Removing intermediate container 2a85c76e28ed [2020-10-13T03:36:14.447Z] ---> e8f7a8bc0fc4 [2020-10-13T03:36:14.447Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-13T03:36:14.447Z] ---> 3acec3841d39 [2020-10-13T03:36:14.447Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-13T03:36:14.725Z] ---> Running in 1dfb91b00af1 [2020-10-13T03:36:15.004Z] ---> Running in edaa0097402e [2020-10-13T03:36:15.608Z] Removing intermediate container 1dfb91b00af1 [2020-10-13T03:36:15.608Z] ---> 3c9d2a184963 [2020-10-13T03:36:15.608Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-13T03:36:15.608Z] Removing intermediate container edaa0097402e [2020-10-13T03:36:15.608Z] ---> 47eaaebc19b1 [2020-10-13T03:36:15.608Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:36:16.224Z] ---> Running in ec230f314470 [2020-10-13T03:36:16.832Z] Removing intermediate container ec230f314470 [2020-10-13T03:36:16.832Z] ---> e9d81338920e [2020-10-13T03:36:16.832Z] Step 20/22 : LABEL arch=arm64 [2020-10-13T03:36:17.107Z] Removing intermediate container 9fce0e2338a4 [2020-10-13T03:36:17.107Z] ---> 9d68c7d76645 [2020-10-13T03:36:17.107Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-13T03:36:17.107Z] ---> Running in 9ce9d7e35654 [2020-10-13T03:36:17.388Z] ---> d651b1720b04 [2020-10-13T03:36:17.388Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-13T03:36:17.388Z] ---> Running in f1d92112eadb [2020-10-13T03:36:18.391Z] Removing intermediate container 9ce9d7e35654 [2020-10-13T03:36:18.391Z] ---> 0f34f54fa4e0 [2020-10-13T03:36:18.391Z] Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:36:18.391Z] ---> Running in df7fed3ca5ed [2020-10-13T03:36:18.674Z] ---> 8328d71b95dd [2020-10-13T03:36:18.674Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-13T03:36:19.273Z] Removing intermediate container df7fed3ca5ed [2020-10-13T03:36:19.273Z] ---> c30024c91226 [2020-10-13T03:36:19.273Z] Step 22/22 : LABEL version=1.2.2-dev.66 [2020-10-13T03:36:19.873Z] ---> Running in 5b2bf4799593 [2020-10-13T03:36:20.875Z] Removing intermediate container 5b2bf4799593 [2020-10-13T03:36:20.875Z] ---> f2ba692661cf [2020-10-13T03:36:20.875Z] [2020-10-13T03:36:20.875Z] ---> 0e0e84d123fa [2020-10-13T03:36:20.875Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-13T03:36:21.157Z] ---> Running in 6ba65599358b [2020-10-13T03:36:21.275Z] ---> 5f5bd061f24a [2020-10-13T03:36:21.275Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-13T03:36:21.275Z] ---> 91431e88228d [2020-10-13T03:36:21.275Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-13T03:36:21.275Z] ---> 1fdd01b63add [2020-10-13T03:36:21.275Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-13T03:36:21.276Z] ---> 3579d7890dc8 [2020-10-13T03:36:21.276Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-13T03:36:21.276Z] ---> Running in 2fd55da2e298 [2020-10-13T03:36:21.276Z] ---> Running in fb3855f5e892 [2020-10-13T03:36:21.276Z] ---> Running in 55ce4e83e31e [2020-10-13T03:36:21.276Z] ---> Running in 777b155efdda [2020-10-13T03:36:21.433Z] Successfully built f2ba692661cf [2020-10-13T03:36:21.710Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-13T03:36:21.710Z] Building docker-security-proxy-setup-go [2020-10-13T03:36:21.884Z] Removing intermediate container 93e7e029ce05 [2020-10-13T03:36:21.884Z] ---> 31c73cd6cccd [2020-10-13T03:36:21.884Z] [2020-10-13T03:36:21.884Z] Step 10/26 : FROM alpine:3.10 [2020-10-13T03:36:22.000Z]  Building docker-core-command-go ... done Removing intermediate container f1d92112eadb [2020-10-13T03:36:22.000Z] ---> 81842cf77f98 [2020-10-13T03:36:22.000Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T03:36:22.277Z] ---> Running in 01f6132e15b7 [2020-10-13T03:36:22.582Z] 3.10: Pulling from library/alpine [2020-10-13T03:36:22.582Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/core-data/core-data ./cmd/core-data [2020-10-13T03:36:22.898Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-13T03:36:22.898Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-13T03:36:22.898Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-13T03:36:23.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:36:23.512Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-13T03:36:23.512Z] Status: Downloaded newer image for alpine:3.10 [2020-10-13T03:36:23.512Z] ---> be4e4bea2c2e [2020-10-13T03:36:23.512Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-13T03:36:23.539Z] Removing intermediate container 01f6132e15b7 [2020-10-13T03:36:23.539Z] ---> b5baaab716db [2020-10-13T03:36:23.539Z] Step 26/29 : CMD [ "generate" ] [2020-10-13T03:36:23.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:36:23.793Z] ---> Running in 540ddbb467ec [2020-10-13T03:36:24.524Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-13T03:36:24.524Z] (2/33) Installing expat (2.2.9-r1) [2020-10-13T03:36:24.524Z] (3/33) Installing libffi (3.3-r2) [2020-10-13T03:36:24.524Z] (4/33) Installing gdbm (1.13-r1) [2020-10-13T03:36:24.524Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-13T03:36:24.524Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-13T03:36:24.524Z] ---> Running in 956dabdf6b5c [2020-10-13T03:36:24.524Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-13T03:36:25.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:36:25.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:36:25.851Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-13T03:36:25.851Z] v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-13T03:36:25.851Z] OK: 10346 distinct packages available [2020-10-13T03:36:25.979Z] Removing intermediate container 0be52da49407 [2020-10-13T03:36:25.980Z] ---> b5a50678f39b [2020-10-13T03:36:25.980Z] [2020-10-13T03:36:25.980Z] Step 10/23 : FROM alpine [2020-10-13T03:36:25.980Z] ---> 62ee0e9f8440 [2020-10-13T03:36:25.980Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T03:36:26.509Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-13T03:36:26.509Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-13T03:36:26.509Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-13T03:36:26.509Z] (4/5) Installing curl (7.66.0-r1) [2020-10-13T03:36:26.509Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-13T03:36:26.509Z] Executing busybox-1.30.1-r3.trigger [2020-10-13T03:36:26.509Z] Executing ca-certificates-20191127-r2.trigger [2020-10-13T03:36:26.585Z] Removing intermediate container 956dabdf6b5c [2020-10-13T03:36:26.585Z] ---> fddd58a0f442 [2020-10-13T03:36:26.585Z] Step 27/29 : LABEL arch=arm64 [2020-10-13T03:36:26.800Z] OK: 7 MiB in 19 packages [2020-10-13T03:36:26.862Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-13T03:36:26.862Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-13T03:36:26.862Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-13T03:36:26.862Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-13T03:36:26.862Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-13T03:36:26.862Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-13T03:36:26.862Z] ---> Running in d1864545e814 [2020-10-13T03:36:26.862Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-13T03:36:27.137Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-13T03:36:27.137Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-13T03:36:27.137Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-13T03:36:27.137Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-13T03:36:27.137Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-13T03:36:27.137Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-13T03:36:27.137Z] ---> Running in df1588bdd82f [2020-10-13T03:36:27.137Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-13T03:36:27.137Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-13T03:36:27.409Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-13T03:36:27.409Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-13T03:36:27.409Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-13T03:36:27.409Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-13T03:36:27.409Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-13T03:36:27.409Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-13T03:36:27.695Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-13T03:36:27.695Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-13T03:36:27.695Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-13T03:36:27.695Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-13T03:36:27.695Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-13T03:36:27.695Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:36:27.695Z] Removing intermediate container d1864545e814 [2020-10-13T03:36:27.695Z] ---> 196eec95ebb7 [2020-10-13T03:36:27.695Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-13T03:36:27.695Z] OK: 71 MiB in 55 packages [2020-10-13T03:36:28.306Z] Removing intermediate container df1588bdd82f [2020-10-13T03:36:28.306Z] ---> ebda163c415d [2020-10-13T03:36:28.306Z] Step 28/29 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:36:28.306Z] ---> Running in dd803c1f94b3 [2020-10-13T03:36:28.590Z] ---> Running in 317f111836a2 [2020-10-13T03:36:29.215Z] Removing intermediate container dd803c1f94b3 [2020-10-13T03:36:29.215Z] ---> 644cf377bd17 [2020-10-13T03:36:29.215Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-13T03:36:29.497Z] Removing intermediate container 317f111836a2 [2020-10-13T03:36:29.497Z] ---> 145f4cb8d16a [2020-10-13T03:36:29.497Z] Step 29/29 : LABEL version=1.2.2-dev.66 [2020-10-13T03:36:29.773Z] ---> Running in 7aed5fd23b13 [2020-10-13T03:36:30.393Z] ---> Running in f291171f298c [2020-10-13T03:36:31.000Z] Removing intermediate container 7aed5fd23b13 [2020-10-13T03:36:31.001Z] ---> 42b90cf413ac [2020-10-13T03:36:31.001Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:36:31.001Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:36:31.001Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:36:31.001Z] ---> e3205f37552c [2020-10-13T03:36:31.001Z] Step 3/21 : WORKDIR /edgex-go [2020-10-13T03:36:31.001Z] ---> Using cache [2020-10-13T03:36:31.001Z] ---> d193ce8709dd [2020-10-13T03:36:31.001Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:36:31.001Z] ---> Using cache [2020-10-13T03:36:31.001Z] ---> 68970a65b1f6 [2020-10-13T03:36:31.001Z] Step 5/21 : RUN apk update && apk add make git [2020-10-13T03:36:31.001Z] ---> Running in d810e783ec08 [2020-10-13T03:36:31.274Z] Removing intermediate container f291171f298c [2020-10-13T03:36:31.275Z] ---> 06d9bd6fb5fa [2020-10-13T03:36:31.275Z] [2020-10-13T03:36:31.275Z] ---> Running in 63c28a5a2547 [2020-10-13T03:36:31.570Z] Removing intermediate container 540ddbb467ec [2020-10-13T03:36:31.570Z] ---> b031ab392ead [2020-10-13T03:36:31.570Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T03:36:31.570Z] ---> Running in 0415f00e2c0f [2020-10-13T03:36:32.254Z] Successfully built 06d9bd6fb5fa [2020-10-13T03:36:32.531Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-13T03:36:32.531Z] Building docker-security-secretstore-setup-go [2020-10-13T03:36:32.824Z] Removing intermediate container 0415f00e2c0f [2020-10-13T03:36:32.824Z] ---> 0a2c4dea3336 [2020-10-13T03:36:32.824Z] Step 13/26 : WORKDIR / [2020-10-13T03:36:33.143Z] ---> Running in f2196bb37446 [2020-10-13T03:36:33.853Z] Removing intermediate container f2196bb37446 [2020-10-13T03:36:33.853Z] ---> 1733ff928489 [2020-10-13T03:36:33.853Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-13T03:36:33.977Z]  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:36:35.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:36:35.631Z] ---> d10de901e31b [2020-10-13T03:36:35.631Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-13T03:36:36.024Z] Removing intermediate container 63c28a5a2547 [2020-10-13T03:36:36.024Z] ---> 881d7d6289e2 [2020-10-13T03:36:36.024Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-13T03:36:36.621Z] ---> Running in bc550d640205 [2020-10-13T03:36:37.228Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:36:37.228Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:36:37.228Z] OK: 12623 distinct packages available [2020-10-13T03:36:37.228Z] Removing intermediate container 6ba65599358b [2020-10-13T03:36:37.228Z] ---> 2763a55d7e1c [2020-10-13T03:36:37.228Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-13T03:36:37.355Z] ---> cf695031f3c2 [2020-10-13T03:36:37.355Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-13T03:36:37.829Z] ---> Running in a1deada7223b [2020-10-13T03:36:38.017Z] ---> 40a49876ded2 [2020-10-13T03:36:38.017Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-13T03:36:38.107Z] OK: 217 MiB in 51 packages [2020-10-13T03:36:38.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:36:39.175Z] ---> 0c1c328b3459 [2020-10-13T03:36:39.175Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-13T03:36:39.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:36:40.679Z] Removing intermediate container d810e783ec08 [2020-10-13T03:36:40.679Z] ---> 0eb62293f6e6 [2020-10-13T03:36:40.679Z] Step 6/21 : COPY go.mod . [2020-10-13T03:36:40.679Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-13T03:36:40.950Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-13T03:36:40.950Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-13T03:36:41.401Z] ---> 2896ffef096d [2020-10-13T03:36:41.401Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-13T03:36:41.555Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-13T03:36:41.555Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-13T03:36:41.830Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:36:41.830Z] OK: 8 MiB in 19 packages [2020-10-13T03:36:42.108Z] ---> 0a42b98b03db [2020-10-13T03:36:42.108Z] Step 7/21 : RUN go mod download [2020-10-13T03:36:42.384Z] ---> Running in 60ec8bd925c0 [2020-10-13T03:36:42.508Z] ---> a72d010e820a [2020-10-13T03:36:42.508Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-13T03:36:43.840Z] Removing intermediate container bc550d640205 [2020-10-13T03:36:43.840Z] ---> 4a1221449375 [2020-10-13T03:36:43.840Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-13T03:36:44.597Z] ---> efb996be4e9a [2020-10-13T03:36:44.597Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T03:36:44.927Z] ---> 20f98160c43b [2020-10-13T03:36:44.927Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T03:36:45.210Z] ---> Running in 77de116320c4 [2020-10-13T03:36:45.380Z] Collecting docker-compose==1.23.2 [2020-10-13T03:36:45.380Z] ---> dea17badf2d9 [2020-10-13T03:36:45.380Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-13T03:36:45.380Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-13T03:36:46.401Z] Collecting cached-property<2,>=1.2.0 [2020-10-13T03:36:46.401Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-13T03:36:47.844Z] Removing intermediate container 60ec8bd925c0 [2020-10-13T03:36:47.844Z] ---> 32ce44a6be5f [2020-10-13T03:36:47.844Z] Step 8/21 : COPY . . [2020-10-13T03:36:47.844Z] ---> 00d237b5fb3a [2020-10-13T03:36:47.844Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-13T03:36:47.844Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-13T03:36:47.844Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-13T03:36:48.455Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-13T03:36:48.732Z] Collecting texttable<0.10,>=0.9.0 [2020-10-13T03:36:48.732Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-13T03:36:48.813Z] Removing intermediate container 77de116320c4 [2020-10-13T03:36:48.813Z] ---> db2071da559d [2020-10-13T03:36:48.813Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T03:36:49.160Z] ---> Running in e494d4065257 [2020-10-13T03:36:49.470Z] Removing intermediate container e494d4065257 [2020-10-13T03:36:49.470Z] ---> 6af840c80eea [2020-10-13T03:36:49.470Z] Step 24/26 : LABEL arch=x86_64 [2020-10-13T03:36:49.738Z] ---> d9841f3c8359 [2020-10-13T03:36:49.738Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-13T03:36:49.775Z] ---> Running in f588f2a1db8d [2020-10-13T03:36:50.012Z] ---> Running in 8b9720aac747 [2020-10-13T03:36:50.458Z] Removing intermediate container f588f2a1db8d [2020-10-13T03:36:50.458Z] ---> c46365f72b60 [2020-10-13T03:36:50.458Z] Step 25/26 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:36:50.458Z] ---> Running in d6c681f7930b [2020-10-13T03:36:50.788Z] Removing intermediate container d6c681f7930b [2020-10-13T03:36:50.788Z] ---> 34d412d6909e [2020-10-13T03:36:50.788Z] Step 26/26 : LABEL version=1.2.2-dev.66 [2020-10-13T03:36:50.997Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:36:50.997Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:36:50.997Z] ---> e3205f37552c [2020-10-13T03:36:50.997Z] Step 3/20 : WORKDIR /edgex-go [2020-10-13T03:36:50.997Z] ---> Using cache [2020-10-13T03:36:50.997Z] ---> d193ce8709dd [2020-10-13T03:36:50.997Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:36:50.997Z] ---> Using cache [2020-10-13T03:36:50.997Z] ---> 68970a65b1f6 [2020-10-13T03:36:50.997Z] Step 5/20 : RUN apk update && apk add make git [2020-10-13T03:36:50.997Z] ---> Using cache [2020-10-13T03:36:50.997Z] ---> 0eb62293f6e6 [2020-10-13T03:36:50.997Z] Step 6/20 : COPY go.mod . [2020-10-13T03:36:50.997Z] ---> Using cache [2020-10-13T03:36:50.997Z] ---> 0a42b98b03db [2020-10-13T03:36:50.997Z] Step 7/20 : RUN go mod download [2020-10-13T03:36:50.997Z] ---> Using cache [2020-10-13T03:36:50.997Z] ---> 32ce44a6be5f [2020-10-13T03:36:50.997Z] Step 8/20 : COPY . . [2020-10-13T03:36:50.997Z] Removing intermediate container 8b9720aac747 [2020-10-13T03:36:50.997Z] ---> 6677bc0dcb77 [2020-10-13T03:36:50.997Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:36:51.123Z] ---> Running in a12036f04d27 [2020-10-13T03:36:51.272Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-13T03:36:51.272Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-13T03:36:52.714Z] ---> Running in eb161a31a78e [2020-10-13T03:36:52.714Z] Collecting jsonschema<3,>=2.5.1 [2020-10-13T03:36:52.714Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-13T03:36:53.081Z] Removing intermediate container a12036f04d27 [2020-10-13T03:36:53.081Z] ---> f6ca88856e77 [2020-10-13T03:36:53.081Z] [2020-10-13T03:36:54.160Z] Collecting PyYAML<4,>=3.10 [2020-10-13T03:36:54.160Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-13T03:36:54.281Z] Successfully built f6ca88856e77 [2020-10-13T03:36:54.281Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-13T03:36:54.753Z] Removing intermediate container eb161a31a78e [2020-10-13T03:36:54.753Z] ---> 0519117719f8 [2020-10-13T03:36:54.753Z] Step 21/23 : LABEL arch=arm64 [2020-10-13T03:36:56.192Z] ---> Running in 80e2fca22921 [2020-10-13T03:36:57.645Z] Removing intermediate container 80e2fca22921 [2020-10-13T03:36:57.645Z] ---> 4781f7529abf [2020-10-13T03:36:57.645Z] Step 22/23 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:36:57.918Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:36:57.918Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:36:57.918Z] ---> e3205f37552c [2020-10-13T03:36:57.918Z] Step 3/26 : WORKDIR /edgex-go [2020-10-13T03:36:57.918Z] ---> Using cache [2020-10-13T03:36:57.918Z] ---> d193ce8709dd [2020-10-13T03:36:57.918Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:36:57.918Z] ---> Using cache [2020-10-13T03:36:57.918Z] ---> 68970a65b1f6 [2020-10-13T03:36:57.918Z] Step 5/26 : RUN apk update && apk add make git [2020-10-13T03:36:57.918Z] ---> Using cache [2020-10-13T03:36:57.918Z] ---> 0eb62293f6e6 [2020-10-13T03:36:57.918Z] Step 6/26 : COPY go.mod . [2020-10-13T03:36:57.918Z] ---> Using cache [2020-10-13T03:36:57.918Z] ---> 0a42b98b03db [2020-10-13T03:36:57.918Z] Step 7/26 : RUN go mod download [2020-10-13T03:36:57.918Z] ---> Using cache [2020-10-13T03:36:57.918Z] ---> 32ce44a6be5f [2020-10-13T03:36:57.918Z] Step 8/26 : COPY . . [2020-10-13T03:36:58.518Z] Collecting docopt<0.7,>=0.6.1 [2020-10-13T03:36:58.518Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-13T03:36:59.120Z] ---> Running in 33fc5b21674c [2020-10-13T03:37:01.116Z] Removing intermediate container 33fc5b21674c [2020-10-13T03:37:01.399Z] ---> c255258e8694 [2020-10-13T03:37:01.399Z] Step 23/23 : LABEL version=1.2.2-dev.66 [2020-10-13T03:37:01.399Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-13T03:37:01.399Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-13T03:37:03.393Z] ---> Running in 42f18a441427 [2020-10-13T03:37:04.836Z] Removing intermediate container 42f18a441427 [2020-10-13T03:37:04.836Z] ---> 82b806b4b666 [2020-10-13T03:37:04.836Z] [2020-10-13T03:37:04.836Z] Collecting docker<4.0,>=3.6.0 [2020-10-13T03:37:04.836Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-13T03:37:04.902Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 777b155efdda [2020-10-13T03:37:04.903Z] ---> 743d8ee4435a [2020-10-13T03:37:04.903Z] [2020-10-13T03:37:04.903Z] Step 9/29 : FROM alpine:latest [2020-10-13T03:37:04.903Z] ---> a24bb4013296 [2020-10-13T03:37:04.903Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-13T03:37:05.108Z] Successfully built 82b806b4b666 [2020-10-13T03:37:05.108Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-13T03:37:05.108Z] Building docker-support-notifications-go [2020-10-13T03:37:05.383Z]  Building docker-core-data-go ... done Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-13T03:37:05.654Z] Collecting idna<2.8,>=2.5 [2020-10-13T03:37:05.654Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-13T03:37:05.948Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-13T03:37:06.544Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-13T03:37:06.544Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-13T03:37:06.820Z] Collecting docker-pycreds>=0.4.0 [2020-10-13T03:37:06.820Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-13T03:37:07.094Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-13T03:37:07.094Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-13T03:37:07.094Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-13T03:37:07.094Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-13T03:37:07.858Z] ---> Running in c3048c179832 [2020-10-13T03:37:08.123Z] Installing collected packages: cached-property, idna, urllib3, requests, texttable, websocket-client, jsonschema, PyYAML, docopt, dockerpty, docker-pycreds, docker, docker-compose [2020-10-13T03:37:08.498Z] Removing intermediate container fb3855f5e892 [2020-10-13T03:37:08.498Z] ---> 069d2fd67359 [2020-10-13T03:37:08.498Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-13T03:37:08.498Z] Removing intermediate container c3048c179832 [2020-10-13T03:37:08.498Z] ---> 609d87642a93 [2020-10-13T03:37:08.498Z] Step 11/29 : USER root [2020-10-13T03:37:08.843Z] ---> Running in 40ed36c49855 [2020-10-13T03:37:09.134Z] ---> Running in 6d7744129951 [2020-10-13T03:37:09.579Z] Attempting uninstall: idna [2020-10-13T03:37:09.579Z] Found existing installation: idna 2.9 [2020-10-13T03:37:09.579Z] Uninstalling idna-2.9: [2020-10-13T03:37:09.579Z] Successfully uninstalled idna-2.9 [2020-10-13T03:37:09.769Z] Removing intermediate container 6d7744129951 [2020-10-13T03:37:09.769Z] ---> 5b31ebf8a10d [2020-10-13T03:37:09.769Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-13T03:37:10.075Z] ---> Running in d9495bc09a9d [2020-10-13T03:37:10.200Z] Attempting uninstall: urllib3 [2020-10-13T03:37:10.200Z] Found existing installation: urllib3 1.25.9 [2020-10-13T03:37:10.200Z] Uninstalling urllib3-1.25.9: [2020-10-13T03:37:10.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-13T03:37:10.498Z] Successfully uninstalled urllib3-1.25.9 [2020-10-13T03:37:10.787Z] ---> 0ecd5e60fedb [2020-10-13T03:37:10.787Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-13T03:37:11.393Z] Attempting uninstall: requests [2020-10-13T03:37:11.393Z] Found existing installation: requests 2.23.0 [2020-10-13T03:37:11.393Z] Uninstalling requests-2.23.0: [2020-10-13T03:37:11.393Z] Successfully uninstalled requests-2.23.0 [2020-10-13T03:37:11.675Z] ---> b852a05d5ef6 [2020-10-13T03:37:11.675Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-13T03:37:11.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:37:11.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:37:11.954Z] Running setup.py install for texttable: started [2020-10-13T03:37:11.954Z] ---> Running in 2586512fef95 [2020-10-13T03:37:12.151Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:37:12.151Z] v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:37:12.151Z] OK: 12750 distinct packages available [2020-10-13T03:37:12.228Z] ---> Running in 113f10803f9e [2020-10-13T03:37:12.465Z] Removing intermediate container 55ce4e83e31e [2020-10-13T03:37:12.465Z] ---> 5dc64670b879 [2020-10-13T03:37:12.465Z] [2020-10-13T03:37:12.465Z] Step 10/24 : FROM scratch [2020-10-13T03:37:12.465Z] ---> [2020-10-13T03:37:12.465Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T03:37:12.745Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-13T03:37:12.745Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-13T03:37:12.745Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:37:12.745Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T03:37:13.058Z] OK: 6 MiB in 16 packages [2020-10-13T03:37:13.058Z] ---> Using cache [2020-10-13T03:37:13.058Z] ---> f5fd92f17fb9 [2020-10-13T03:37:13.058Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-13T03:37:13.368Z] ---> Running in 7d73478db0f9 [2020-10-13T03:37:13.746Z] Removing intermediate container 40ed36c49855 [2020-10-13T03:37:13.746Z] ---> f4c881186aa2 [2020-10-13T03:37:13.746Z] [2020-10-13T03:37:13.746Z] Step 11/27 : FROM docker:latest [2020-10-13T03:37:13.746Z] ---> 809cc4dba987 [2020-10-13T03:37:13.746Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-13T03:37:14.068Z] ---> Running in d1432fc691d8 [2020-10-13T03:37:14.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-13T03:37:14.500Z] Running setup.py install for texttable: finished with status 'done' [2020-10-13T03:37:14.632Z] Removing intermediate container 7d73478db0f9 [2020-10-13T03:37:14.632Z] ---> 2c1dd0840d17 [2020-10-13T03:37:14.632Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-13T03:37:14.632Z] Removing intermediate container d9495bc09a9d [2020-10-13T03:37:14.632Z] ---> 7eab5e3e16cb [2020-10-13T03:37:14.632Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-13T03:37:14.632Z] ---> Running in 6ca5eec92690 [2020-10-13T03:37:14.632Z] ---> Running in 3dd3dc5d6f97 [2020-10-13T03:37:14.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-13T03:37:15.386Z] Running setup.py install for PyYAML: started [2020-10-13T03:37:15.460Z] Removing intermediate container 6ca5eec92690 [2020-10-13T03:37:15.461Z] ---> ce909d39cfbc [2020-10-13T03:37:15.461Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-13T03:37:15.461Z] Removing intermediate container 3dd3dc5d6f97 [2020-10-13T03:37:15.461Z] ---> a8bf098dd0af [2020-10-13T03:37:15.461Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-13T03:37:15.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:37:15.788Z] ---> Running in 00e7dedc23ba [2020-10-13T03:37:16.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:37:16.267Z] ---> f367543482ed [2020-10-13T03:37:16.267Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-13T03:37:16.267Z] Removing intermediate container 00e7dedc23ba [2020-10-13T03:37:16.267Z] ---> c4b86d27e748 [2020-10-13T03:37:16.267Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-13T03:37:16.267Z] ---> Running in 64479045b963 [2020-10-13T03:37:16.561Z] (1/2) Installing readline (8.0.4-r0) [2020-10-13T03:37:16.561Z] (2/2) Installing bash (5.0.17-r0) [2020-10-13T03:37:16.561Z] Executing bash-5.0.17-r0.post-install [2020-10-13T03:37:16.561Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:37:16.561Z] OK: 12 MiB in 22 packages [2020-10-13T03:37:18.044Z] ---> 44c4b6a70c06 [2020-10-13T03:37:18.044Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-13T03:37:18.044Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-13T03:37:18.044Z] Running setup.py install for docopt: started [2020-10-13T03:37:18.324Z] ---> Running in 3e24eff77372 [2020-10-13T03:37:20.105Z] ---> 21b1fcad57ea [2020-10-13T03:37:20.105Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-13T03:37:20.447Z] Removing intermediate container 2fd55da2e298 [2020-10-13T03:37:20.447Z] ---> 8a8d41dcecd1 [2020-10-13T03:37:20.447Z] [2020-10-13T03:37:20.447Z] Step 10/23 : FROM alpine [2020-10-13T03:37:20.447Z] ---> a24bb4013296 [2020-10-13T03:37:20.447Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T03:37:20.447Z] Removing intermediate container d1432fc691d8 [2020-10-13T03:37:20.447Z] ---> 9035db648faa [2020-10-13T03:37:20.447Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-13T03:37:20.447Z] ---> Running in 965dba3235b5 [2020-10-13T03:37:20.447Z] ---> Running in d4d837b395e0 [2020-10-13T03:37:20.794Z] Removing intermediate container 64479045b963 [2020-10-13T03:37:20.794Z] ---> 4017862efe0c [2020-10-13T03:37:20.794Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-13T03:37:21.129Z] ---> 74c056f7b0c2 [2020-10-13T03:37:21.129Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-13T03:37:21.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-13T03:37:21.744Z] Running setup.py install for docopt: finished with status 'done' [2020-10-13T03:37:21.744Z] Running setup.py install for dockerpty: started [2020-10-13T03:37:21.796Z] Removing intermediate container d4d837b395e0 [2020-10-13T03:37:21.796Z] ---> 22925122794a [2020-10-13T03:37:21.796Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-13T03:37:22.086Z] ---> Running in a11667193049 [2020-10-13T03:37:22.086Z] ---> 83cd1cbc1c6e [2020-10-13T03:37:22.086Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-13T03:37:22.086Z] ---> 46c89845ae33 [2020-10-13T03:37:22.086Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-13T03:37:22.373Z] Removing intermediate container a11667193049 [2020-10-13T03:37:22.373Z] ---> d7fb180f5733 [2020-10-13T03:37:22.373Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-13T03:37:22.705Z] ---> Running in 94ad87c62d05 [2020-10-13T03:37:23.385Z] ---> 20894eca8f9e [2020-10-13T03:37:23.385Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-13T03:37:23.385Z] Removing intermediate container 94ad87c62d05 [2020-10-13T03:37:23.385Z] ---> 252cb7719372 [2020-10-13T03:37:23.385Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:37:23.385Z] ---> 69d9009d3181 [2020-10-13T03:37:23.385Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-13T03:37:23.385Z] Removing intermediate container 965dba3235b5 [2020-10-13T03:37:23.385Z] ---> 8852ca0c37ba [2020-10-13T03:37:23.385Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-13T03:37:23.712Z] ---> Running in 6a51e46dc0c2 [2020-10-13T03:37:23.712Z] ---> Running in ce499ecb67cc [2020-10-13T03:37:24.016Z] ---> 861954380ca2 [2020-10-13T03:37:24.016Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-13T03:37:24.016Z] ---> 115394166691 [2020-10-13T03:37:24.016Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-13T03:37:24.016Z] Removing intermediate container ce499ecb67cc [2020-10-13T03:37:24.016Z] ---> ca1c4ea410a1 [2020-10-13T03:37:24.016Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-13T03:37:24.016Z] ---> Running in 8db92ef40d79 [2020-10-13T03:37:24.304Z] ---> Running in 0394886eb47d [2020-10-13T03:37:24.304Z] ---> 97be24bd2f6c [2020-10-13T03:37:24.304Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-13T03:37:24.386Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-13T03:37:24.592Z] Removing intermediate container 8db92ef40d79 [2020-10-13T03:37:24.592Z] ---> 77b4cc5eafff [2020-10-13T03:37:24.592Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:37:24.592Z] Removing intermediate container 0394886eb47d [2020-10-13T03:37:24.592Z] ---> f34b91cd53b1 [2020-10-13T03:37:24.592Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-13T03:37:25.184Z] ---> Running in ea31d1bff513 [2020-10-13T03:37:25.184Z] ---> Running in 1b3c1e7203f1 [2020-10-13T03:37:25.456Z] ---> 1cc72ba0014e [2020-10-13T03:37:25.456Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-13T03:37:25.456Z] ---> Running in 64a07fa01beb [2020-10-13T03:37:25.746Z] Removing intermediate container ea31d1bff513 [2020-10-13T03:37:25.746Z] ---> 1a44453328b5 [2020-10-13T03:37:25.746Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-13T03:37:25.746Z] Removing intermediate container 1b3c1e7203f1 [2020-10-13T03:37:25.746Z] ---> f6e0ed9ce2a6 [2020-10-13T03:37:25.746Z] Step 22/24 : LABEL arch=x86_64 [2020-10-13T03:37:26.068Z] Removing intermediate container 6a51e46dc0c2 [2020-10-13T03:37:26.068Z] ---> 788d2860921c [2020-10-13T03:37:26.068Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-13T03:37:26.068Z] ---> Running in dfa6c64a1145 [2020-10-13T03:37:26.068Z] ---> Running in 4a6fc180a53f [2020-10-13T03:37:26.369Z] Removing intermediate container dfa6c64a1145 [2020-10-13T03:37:26.369Z] ---> 995eb38515f5 [2020-10-13T03:37:26.369Z] Step 23/24 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:37:26.381Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:37:26.381Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:37:26.381Z] ---> e3205f37552c [2020-10-13T03:37:26.381Z] Step 3/24 : WORKDIR /edgex-go [2020-10-13T03:37:26.381Z] ---> Using cache [2020-10-13T03:37:26.381Z] ---> d193ce8709dd [2020-10-13T03:37:26.381Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:37:26.381Z] ---> Using cache [2020-10-13T03:37:26.381Z] ---> 68970a65b1f6 [2020-10-13T03:37:26.381Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-13T03:37:26.653Z] ---> Running in fe9ad866ee45 [2020-10-13T03:37:26.653Z] ---> 20a994baf019 [2020-10-13T03:37:26.654Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-13T03:37:26.961Z] Removing intermediate container fe9ad866ee45 [2020-10-13T03:37:26.961Z] ---> 5539f06d61ad [2020-10-13T03:37:26.961Z] Step 24/24 : LABEL version=1.2.2-dev.66 [2020-10-13T03:37:27.257Z] ---> Running in d83b2b51ab19 [2020-10-13T03:37:27.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:37:27.257Z] ---> f1c68173834c [2020-10-13T03:37:27.257Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-13T03:37:27.257Z] Removing intermediate container 64a07fa01beb [2020-10-13T03:37:27.257Z] ---> 2a3e588b7b2d [2020-10-13T03:37:27.257Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T03:37:27.370Z] ---> Running in 4cc572890f06 [2020-10-13T03:37:27.572Z] Removing intermediate container d83b2b51ab19 [2020-10-13T03:37:27.572Z] ---> 11fb3a29c988 [2020-10-13T03:37:27.572Z] [2020-10-13T03:37:27.666Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-13T03:37:28.168Z] Successfully built 11fb3a29c988 [2020-10-13T03:37:28.168Z] ---> c52710170714 [2020-10-13T03:37:28.168Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T03:37:28.168Z] Successfully tagged docker-support-notifications-go:latest [2020-10-13T03:37:28.168Z]  Building docker-support-notifications-go ... done  ---> 15acb8ea2a5d [2020-10-13T03:37:28.168Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-13T03:37:28.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:37:28.168Z] ---> Running in 0bc75557bf47 [2020-10-13T03:37:28.168Z] ---> Running in 5ed71c021378 [2020-10-13T03:37:28.811Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-13T03:37:28.811Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-13T03:37:29.147Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-13T03:37:29.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:37:29.498Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-13T03:37:29.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:37:29.498Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-13T03:37:29.498Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:37:29.498Z] OK: 8 MiB in 19 packages [2020-10-13T03:37:29.770Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-13T03:37:29.770Z] (2/33) Installing expat (2.2.9-r1) [2020-10-13T03:37:29.770Z] (3/33) Installing libffi (3.3-r2) [2020-10-13T03:37:29.770Z] (4/33) Installing gdbm (1.13-r1) [2020-10-13T03:37:29.770Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-13T03:37:29.770Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-13T03:37:29.770Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-13T03:37:30.435Z] Removing intermediate container 0bc75557bf47 [2020-10-13T03:37:30.435Z] ---> b03c5e06e24c [2020-10-13T03:37:30.435Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-13T03:37:30.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:37:31.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:37:32.613Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:37:32.613Z] v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:37:32.613Z] OK: 12623 distinct packages available [2020-10-13T03:37:33.221Z] Removing intermediate container a1deada7223b [2020-10-13T03:37:33.221Z] ---> 85931c5eca64 [2020-10-13T03:37:33.221Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-13T03:37:33.500Z] ---> Running in 460e8a972795 [2020-10-13T03:37:33.790Z] OK: 217 MiB in 51 packages [2020-10-13T03:37:33.860Z] ---> Running in c63bd87943e9 [2020-10-13T03:37:33.860Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-13T03:37:33.860Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-13T03:37:33.860Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-13T03:37:33.860Z] Removing intermediate container 4a6fc180a53f [2020-10-13T03:37:33.860Z] ---> 55a9378f35c7 [2020-10-13T03:37:33.860Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-13T03:37:33.860Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-13T03:37:33.860Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-13T03:37:33.860Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-13T03:37:33.860Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-13T03:37:33.860Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-13T03:37:33.860Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-13T03:37:33.860Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-13T03:37:33.860Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-13T03:37:33.860Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-13T03:37:34.137Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-13T03:37:34.137Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-13T03:37:34.137Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-13T03:37:34.137Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-13T03:37:35.112Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-13T03:37:35.762Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-13T03:37:35.801Z] Removing intermediate container 4cc572890f06 [2020-10-13T03:37:35.801Z] ---> 5d5c0c4687b9 [2020-10-13T03:37:35.801Z] Step 6/24 : COPY go.mod . [2020-10-13T03:37:36.162Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-13T03:37:36.162Z] ---> af3d8c487daa [2020-10-13T03:37:36.162Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-13T03:37:36.681Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-13T03:37:36.681Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-13T03:37:36.681Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-13T03:37:36.681Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-13T03:37:36.681Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-13T03:37:36.681Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-13T03:37:36.681Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-13T03:37:36.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:37:36.807Z] ---> 4628100227e3 [2020-10-13T03:37:36.807Z] Step 7/24 : RUN go mod download [2020-10-13T03:37:36.807Z] ---> Running in ae05b9901af0 [2020-10-13T03:37:37.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:37:37.699Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T03:37:37.699Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-13T03:37:37.907Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:37:37.908Z] OK: 71 MiB in 55 packages [2020-10-13T03:37:37.908Z] ---> 711c6e5ce9d0 [2020-10-13T03:37:37.908Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-13T03:37:37.976Z] (3/3) Installing curl (7.69.1-r1) [2020-10-13T03:37:37.976Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:37:37.976Z] OK: 71 MiB in 58 packages [2020-10-13T03:37:38.677Z] Removing intermediate container c63bd87943e9 [2020-10-13T03:37:38.677Z] ---> 86511ca9832b [2020-10-13T03:37:38.677Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T03:37:38.677Z] ---> bad21bf3c9c6 [2020-10-13T03:37:38.677Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-13T03:37:38.677Z] ---> Running in 131b83c40348 [2020-10-13T03:37:38.971Z] ---> Running in 601d481fe728 [2020-10-13T03:37:39.352Z] Removing intermediate container 131b83c40348 [2020-10-13T03:37:39.352Z] ---> 0a635ca39cd6 [2020-10-13T03:37:39.352Z] Step 26/29 : CMD [ "generate" ] [2020-10-13T03:37:40.009Z] Removing intermediate container 460e8a972795 [2020-10-13T03:37:40.009Z] ---> 761b64fd96f0 [2020-10-13T03:37:40.009Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-13T03:37:40.069Z] Removing intermediate container 601d481fe728 [2020-10-13T03:37:40.069Z] ---> 73370f047ea1 [2020-10-13T03:37:40.069Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:37:40.285Z] ---> Running in 883eeaddceb3 [2020-10-13T03:37:40.412Z] ---> Running in 0b9558d86c90 [2020-10-13T03:37:40.907Z] Removing intermediate container 883eeaddceb3 [2020-10-13T03:37:40.907Z] ---> 990fef147699 [2020-10-13T03:37:40.907Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:37:41.079Z] ---> Running in 3c538322586d [2020-10-13T03:37:41.079Z] Removing intermediate container 0b9558d86c90 [2020-10-13T03:37:41.079Z] ---> bb55c946d8f1 [2020-10-13T03:37:41.079Z] Step 27/29 : LABEL arch=x86_64 [2020-10-13T03:37:41.188Z] ---> Running in 364f0b07e1d3 [2020-10-13T03:37:42.202Z] Removing intermediate container 364f0b07e1d3 [2020-10-13T03:37:42.202Z] ---> 8bd172422af2 [2020-10-13T03:37:42.202Z] Step 25/27 : LABEL arch=arm64 [2020-10-13T03:37:42.202Z] ---> Running in 5cc0d0266c37 [2020-10-13T03:37:42.267Z] ---> Running in 9370fafa4cad [2020-10-13T03:37:42.482Z] Removing intermediate container ae05b9901af0 [2020-10-13T03:37:42.483Z] ---> 236c11e760bc [2020-10-13T03:37:42.483Z] Step 8/24 : COPY . . [2020-10-13T03:37:43.012Z] Removing intermediate container 3c538322586d [2020-10-13T03:37:43.012Z] ---> 479d69e835fe [2020-10-13T03:37:43.012Z] Step 21/23 : LABEL arch=x86_64 [2020-10-13T03:37:43.429Z] Removing intermediate container 9370fafa4cad [2020-10-13T03:37:43.429Z] ---> 091e00f6825b [2020-10-13T03:37:43.429Z] Step 28/29 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:37:43.429Z] ---> Running in ea235777ba72 [2020-10-13T03:37:43.474Z] Removing intermediate container 5cc0d0266c37 [2020-10-13T03:37:43.475Z] ---> 157d2073304d [2020-10-13T03:37:43.475Z] Step 26/27 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:37:43.773Z] ---> Running in 22db0561a825 [2020-10-13T03:37:44.149Z] Removing intermediate container 5ed71c021378 [2020-10-13T03:37:44.149Z] ---> c587a5aaa78f [2020-10-13T03:37:44.149Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-13T03:37:44.149Z] ---> Running in edbcc7376d9f [2020-10-13T03:37:44.149Z] Removing intermediate container ea235777ba72 [2020-10-13T03:37:44.149Z] ---> 9700504ced01 [2020-10-13T03:37:44.149Z] Step 22/23 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:37:44.149Z] ---> Running in f8364748ef8b [2020-10-13T03:37:44.726Z] ---> Running in e60484a1e73e [2020-10-13T03:37:44.726Z] Removing intermediate container edbcc7376d9f [2020-10-13T03:37:44.726Z] ---> a41e155da895 [2020-10-13T03:37:44.726Z] Step 29/29 : LABEL version=1.2.2-dev.66 [2020-10-13T03:37:45.124Z] Removing intermediate container e60484a1e73e [2020-10-13T03:37:45.124Z] ---> 8a646866e1ab [2020-10-13T03:37:45.124Z] Step 23/23 : LABEL version=1.2.2-dev.66 [2020-10-13T03:37:45.124Z] ---> Running in 9c6d16949abb [2020-10-13T03:37:45.239Z] Removing intermediate container 22db0561a825 [2020-10-13T03:37:45.239Z] ---> d902c0ffeb21 [2020-10-13T03:37:45.239Z] Step 27/27 : LABEL version=1.2.2-dev.66 [2020-10-13T03:37:45.426Z] ---> Running in 0e20424f6735 [2020-10-13T03:37:45.800Z] Removing intermediate container 9c6d16949abb [2020-10-13T03:37:45.800Z] ---> 8cc00ed5e39a [2020-10-13T03:37:45.800Z] [2020-10-13T03:37:45.800Z] Removing intermediate container 0e20424f6735 [2020-10-13T03:37:45.800Z] ---> 0a3a6987180d [2020-10-13T03:37:45.800Z] [2020-10-13T03:37:45.878Z] ---> Running in 8982ed966aea [2020-10-13T03:37:46.448Z] Successfully built 8cc00ed5e39a [2020-10-13T03:37:46.448Z] Successfully built 0a3a6987180d [2020-10-13T03:37:46.448Z] Successfully tagged docker-core-data-go:latest [2020-10-13T03:37:46.448Z]  Building docker-core-data-go ... done Successfully tagged docker-security-secrets-setup-go:latest [2020-10-13T03:37:47.349Z] Removing intermediate container 8982ed966aea [2020-10-13T03:37:47.349Z] ---> 56ade04b2a39 [2020-10-13T03:37:47.349Z] [2020-10-13T03:37:47.460Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-10-13T03:37:47.727Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-13T03:37:47.995Z] Collecting PyYAML<4,>=3.10 [2020-10-13T03:37:47.995Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-13T03:37:48.352Z] Successfully built 56ade04b2a39 [2020-10-13T03:37:48.352Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-13T03:37:48.352Z] Building docker-core-metadata-go [2020-10-13T03:37:49.105Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-13T03:37:49.105Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-13T03:37:49.719Z] Collecting cached-property<2,>=1.2.0 [2020-10-13T03:37:49.719Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-13T03:37:50.036Z] Collecting jsonschema<3,>=2.5.1 [2020-10-13T03:37:50.036Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-13T03:37:50.036Z] Collecting texttable<0.10,>=0.9.0 [2020-10-13T03:37:50.036Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-13T03:37:51.046Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-13T03:37:51.046Z] Collecting docker<4.0,>=3.6.0 [2020-10-13T03:37:51.046Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-13T03:37:51.658Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-13T03:37:51.658Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-13T03:37:51.658Z] Collecting docopt<0.7,>=0.6.1 [2020-10-13T03:37:51.658Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-13T03:37:52.679Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-13T03:37:52.679Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-13T03:37:52.679Z] Collecting docker-pycreds>=0.4.0 [2020-10-13T03:37:52.679Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-13T03:37:53.069Z] Collecting idna<2.8,>=2.5 [2020-10-13T03:37:53.069Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-13T03:37:53.069Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-13T03:37:53.069Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-13T03:37:53.069Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-13T03:37:53.365Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-13T03:37:53.365Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-13T03:37:53.365Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-13T03:37:53.365Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-13T03:37:53.365Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-13T03:37:53.654Z] Installing collected packages: PyYAML, dockerpty, cached-property, jsonschema, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, docker-compose [2020-10-13T03:37:53.654Z] Running setup.py install for PyYAML: started [2020-10-13T03:37:54.311Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-13T03:37:54.311Z] Running setup.py install for dockerpty: started [2020-10-13T03:37:55.012Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-13T03:37:55.277Z] Running setup.py install for texttable: started [2020-10-13T03:37:55.882Z] Running setup.py install for texttable: finished with status 'done' [2020-10-13T03:37:55.882Z] Attempting uninstall: idna [2020-10-13T03:37:55.882Z] Found existing installation: idna 2.9 [2020-10-13T03:37:55.882Z] Uninstalling idna-2.9: [2020-10-13T03:37:56.166Z] Successfully uninstalled idna-2.9 [2020-10-13T03:37:56.438Z] Attempting uninstall: urllib3 [2020-10-13T03:37:56.438Z] Found existing installation: urllib3 1.25.9 [2020-10-13T03:37:56.438Z] Uninstalling urllib3-1.25.9: [2020-10-13T03:37:56.438Z] Successfully uninstalled urllib3-1.25.9 [2020-10-13T03:37:56.718Z] Attempting uninstall: requests [2020-10-13T03:37:56.718Z] Found existing installation: requests 2.23.0 [2020-10-13T03:37:56.718Z] Uninstalling requests-2.23.0: [2020-10-13T03:37:56.718Z] Successfully uninstalled requests-2.23.0 [2020-10-13T03:37:57.480Z] Running setup.py install for docopt: started [2020-10-13T03:37:58.126Z] Running setup.py install for docopt: finished with status 'done' [2020-10-13T03:37:58.768Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-13T03:38:02.158Z] Removing intermediate container f8364748ef8b [2020-10-13T03:38:02.158Z] ---> 7f7203f3075a [2020-10-13T03:38:02.158Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-13T03:38:02.534Z] ---> Running in 4fa0c43cfef8 [2020-10-13T03:38:03.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T03:38:03.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T03:38:04.177Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T03:38:04.177Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-13T03:38:04.177Z] (3/3) Installing curl (7.69.1-r1) [2020-10-13T03:38:04.177Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:38:04.456Z] OK: 72 MiB in 58 packages [2020-10-13T03:38:05.988Z] Removing intermediate container 4fa0c43cfef8 [2020-10-13T03:38:05.988Z] ---> 84cb2babd7e0 [2020-10-13T03:38:05.988Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-13T03:38:05.988Z] ---> Running in e34668b49033 [2020-10-13T03:38:06.365Z] Removing intermediate container e34668b49033 [2020-10-13T03:38:06.365Z] ---> 641371a613e9 [2020-10-13T03:38:06.365Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:38:06.365Z] ---> Running in e465f7a41e33 [2020-10-13T03:38:07.089Z]  Building docker-sys-mgmt-agent-go ... done  ---> e03f4d126386 [2020-10-13T03:38:07.089Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-13T03:38:07.089Z] ---> Running in c19e2f558b99 [2020-10-13T03:38:07.239Z] Removing intermediate container e465f7a41e33 [2020-10-13T03:38:07.239Z] ---> fd1eb227fa7d [2020-10-13T03:38:07.239Z] Step 25/27 : LABEL arch=x86_64 [2020-10-13T03:38:07.239Z] ---> Running in 214b3cc64d4e [2020-10-13T03:38:07.855Z] Removing intermediate container 214b3cc64d4e [2020-10-13T03:38:07.855Z] ---> b1c6c50611be [2020-10-13T03:38:07.855Z] Step 26/27 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:07.855Z] ---> Running in ebceea700849 [2020-10-13T03:38:08.140Z] Removing intermediate container ebceea700849 [2020-10-13T03:38:08.140Z] ---> 883a782fbdbc [2020-10-13T03:38:08.140Z] Step 27/27 : LABEL version=1.2.2-dev.66 [2020-10-13T03:38:08.457Z] ---> Running in 02ece80172a4 [2020-10-13T03:38:09.116Z] Removing intermediate container 02ece80172a4 [2020-10-13T03:38:09.116Z] ---> 2beae2f7b1d6 [2020-10-13T03:38:09.116Z] [2020-10-13T03:38:09.116Z] Successfully built 2beae2f7b1d6 [2020-10-13T03:38:09.116Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-13T03:38:09.722Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-13T03:38:09.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-13T03:38:09.743Z] $ docker stop --time=1 05a6186b45d231483e92fb04dd63ae5b2e294a9cd4409c5b2dbcec1eab6288ca [2020-10-13T03:38:11.210Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T03:38:11.210Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T03:38:11.210Z] ---> e3205f37552c [2020-10-13T03:38:11.210Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T03:38:11.210Z] ---> Using cache [2020-10-13T03:38:11.210Z] ---> d193ce8709dd [2020-10-13T03:38:11.210Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T03:38:11.210Z] ---> Using cache [2020-10-13T03:38:11.210Z] ---> 68970a65b1f6 [2020-10-13T03:38:11.210Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T03:38:11.210Z] ---> Using cache [2020-10-13T03:38:11.210Z] ---> 0eb62293f6e6 [2020-10-13T03:38:11.210Z] Step 6/22 : COPY go.mod . [2020-10-13T03:38:11.210Z] ---> Using cache [2020-10-13T03:38:11.210Z] ---> 0a42b98b03db [2020-10-13T03:38:11.210Z] Step 7/22 : RUN go mod download [2020-10-13T03:38:11.210Z] ---> Using cache [2020-10-13T03:38:11.210Z] ---> 32ce44a6be5f [2020-10-13T03:38:11.210Z] Step 8/22 : COPY . . [2020-10-13T03:38:11.210Z] ---> Using cache [2020-10-13T03:38:11.210Z] ---> 44c4b6a70c06 [2020-10-13T03:38:11.210Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-13T03:38:11.845Z] $ docker rm -f 05a6186b45d231483e92fb04dd63ae5b2e294a9cd4409c5b2dbcec1eab6288ca [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:38:12.220Z] ---> Running in a5d340c8d92e [2020-10-13T03:38:12.500Z] + docker images [2020-10-13T03:38:12.501Z] + grep docker [2020-10-13T03:38:12.501Z] docker-sys-mgmt-agent-go latest 2beae2f7b1d6 4 seconds ago 290MB [2020-10-13T03:38:12.501Z] docker-security-secrets-setup-go latest 8cc00ed5e39a 27 seconds ago 24MB [2020-10-13T03:38:12.501Z] docker-core-data-go latest 0a3a6987180d 27 seconds ago 23.6MB [2020-10-13T03:38:12.501Z] docker-support-notifications-go latest 11fb3a29c988 45 seconds ago 13.6MB [2020-10-13T03:38:12.501Z] docker-security-secretstore-setup-go latest f6ca88856e77 About a minute ago 32.4MB [2020-10-13T03:38:12.501Z] docker-core-metadata-go latest 8c952a857235 3 minutes ago 14.2MB [2020-10-13T03:38:12.501Z] docker-core-command-go latest 4af47e2fc07e 3 minutes ago 12.2MB [2020-10-13T03:38:12.501Z] docker-support-scheduler-go latest 6cc2adbf2bc7 3 minutes ago 12.3MB [2020-10-13T03:38:12.501Z] docker-support-logging-go latest 7197dcd9f10b 3 minutes ago 11.1MB [2020-10-13T03:38:12.501Z] docker-security-proxy-setup-go latest 118ec83bd390 3 minutes ago 15.8MB [2020-10-13T03:38:12.501Z] docker latest 809cc4dba987 3 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-13T03:38:13.343Z] provisioning config files... [2020-10-13T03:38:13.402Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/181@tmp/config8868033066508224347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:38:13.830Z] ---> docker-login.sh [2020-10-13T03:38:13.830Z] nexus3.edgexfoundry.org:10001 [2020-10-13T03:38:14.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T03:38:14.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T03:38:14.104Z] Configure a credential helper to remove this warning. See [2020-10-13T03:38:14.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T03:38:14.104Z] [2020-10-13T03:38:14.104Z] Login Succeeded [2020-10-13T03:38:14.104Z] nexus3.edgexfoundry.org:10002 [2020-10-13T03:38:14.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-13T03:38:15.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T03:38:15.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T03:38:15.610Z] Configure a credential helper to remove this warning. See [2020-10-13T03:38:15.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T03:38:15.610Z] [2020-10-13T03:38:15.610Z] Login Succeeded [2020-10-13T03:38:15.610Z] nexus3.edgexfoundry.org:10003 [2020-10-13T03:38:15.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T03:38:15.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T03:38:15.883Z] Configure a credential helper to remove this warning. See [2020-10-13T03:38:15.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T03:38:15.883Z] [2020-10-13T03:38:15.883Z] Login Succeeded [2020-10-13T03:38:15.883Z] nexus3.edgexfoundry.org:10004 [2020-10-13T03:38:16.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T03:38:16.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T03:38:16.556Z] Configure a credential helper to remove this warning. See [2020-10-13T03:38:16.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T03:38:16.557Z] [2020-10-13T03:38:16.557Z] Login Succeeded [2020-10-13T03:38:16.557Z] docker.io [2020-10-13T03:38:16.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T03:38:17.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T03:38:17.154Z] Configure a credential helper to remove this warning. See [2020-10-13T03:38:17.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T03:38:17.154Z] [2020-10-13T03:38:17.154Z] Login Succeeded [2020-10-13T03:38:17.154Z] ---> docker-login.sh ends [Pipeline] } [2020-10-13T03:38:17.186Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:38:17.476Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-13T03:38:17.477Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:17.477Z] 1.2.2-dev.66 [2020-10-13T03:38:17.477Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:17.477Z] master [2020-10-13T03:38:17.477Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:18.119Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:18.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:19.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T03:38:19.097Z] 559780410850: Preparing [2020-10-13T03:38:19.097Z] 6150bd9b2657: Preparing [2020-10-13T03:38:19.097Z] a3b80777d7f1: Preparing [2020-10-13T03:38:19.487Z] 559780410850: Pushed [2020-10-13T03:38:19.487Z] a3b80777d7f1: Pushed [2020-10-13T03:38:21.829Z] 6150bd9b2657: Pushed [2020-10-13T03:38:21.829Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:1d6092df3bb002d7f332532f80cb6ab16502a881400e98adb81010b154d4b8f6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:22.290Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:23.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.66 [2020-10-13T03:38:23.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T03:38:23.029Z] 559780410850: Preparing [2020-10-13T03:38:23.029Z] 6150bd9b2657: Preparing [2020-10-13T03:38:23.029Z] a3b80777d7f1: Preparing [2020-10-13T03:38:23.435Z] 6150bd9b2657: Layer already exists [2020-10-13T03:38:23.435Z] 559780410850: Layer already exists [2020-10-13T03:38:23.435Z] a3b80777d7f1: Layer already exists [2020-10-13T03:38:23.435Z] 1.2.2-dev.66: digest: sha256:1d6092df3bb002d7f332532f80cb6ab16502a881400e98adb81010b154d4b8f6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:24.137Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:24.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:24.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T03:38:24.810Z] 559780410850: Preparing [2020-10-13T03:38:24.810Z] 6150bd9b2657: Preparing [2020-10-13T03:38:24.810Z] a3b80777d7f1: Preparing [2020-10-13T03:38:25.088Z] 6150bd9b2657: Layer already exists [2020-10-13T03:38:25.088Z] 559780410850: Layer already exists [2020-10-13T03:38:25.088Z] a3b80777d7f1: Layer already exists [2020-10-13T03:38:25.088Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:1d6092df3bb002d7f332532f80cb6ab16502a881400e98adb81010b154d4b8f6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:25.583Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:26.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-13T03:38:26.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T03:38:26.476Z] 559780410850: Preparing [2020-10-13T03:38:26.476Z] 6150bd9b2657: Preparing [2020-10-13T03:38:26.476Z] a3b80777d7f1: Preparing [2020-10-13T03:38:26.779Z] 6150bd9b2657: Layer already exists [2020-10-13T03:38:26.779Z] 559780410850: Layer already exists [2020-10-13T03:38:26.779Z] a3b80777d7f1: Layer already exists [2020-10-13T03:38:26.779Z] master: digest: sha256:1d6092df3bb002d7f332532f80cb6ab16502a881400e98adb81010b154d4b8f6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:38:27.020Z] ===================================================== [Pipeline] echo [2020-10-13T03:38:27.072Z] taggedImages: [2020-10-13T03:38:27.072Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:27.072Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.66 [2020-10-13T03:38:27.072Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:27.072Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-13T03:38:27.147Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-13T03:38:27.147Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:27.147Z] 1.2.2-dev.66 [2020-10-13T03:38:27.147Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:27.147Z] master [2020-10-13T03:38:27.147Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:27.739Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:28.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:28.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T03:38:28.152Z] 11c9b5115e44: Preparing [2020-10-13T03:38:28.152Z] 85316085fb84: Preparing [2020-10-13T03:38:28.152Z] a1bb95004765: Preparing [2020-10-13T03:38:28.152Z] fc43d2a87d95: Preparing [2020-10-13T03:38:28.152Z] fe5bf8d2cb79: Preparing [2020-10-13T03:38:28.152Z] 50644c29ef5a: Preparing [2020-10-13T03:38:28.152Z] 50644c29ef5a: Waiting [2020-10-13T03:38:28.438Z] 11c9b5115e44: Pushed [2020-10-13T03:38:28.438Z] fe5bf8d2cb79: Pushed [2020-10-13T03:38:28.438Z] a1bb95004765: Pushed [2020-10-13T03:38:28.438Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:28.726Z] fc43d2a87d95: Pushed [2020-10-13T03:38:30.787Z] 85316085fb84: Pushed [2020-10-13T03:38:31.089Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:bc7426e18a93c4c289b77d1fc302b76a1384fe7970b1dc87da2311f10d38dcde size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:31.483Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:31.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.66 [2020-10-13T03:38:31.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T03:38:31.957Z] 11c9b5115e44: Preparing [2020-10-13T03:38:31.957Z] 85316085fb84: Preparing [2020-10-13T03:38:31.957Z] a1bb95004765: Preparing [2020-10-13T03:38:31.957Z] fc43d2a87d95: Preparing [2020-10-13T03:38:31.957Z] fe5bf8d2cb79: Preparing [2020-10-13T03:38:31.957Z] 50644c29ef5a: Preparing [2020-10-13T03:38:31.957Z] 50644c29ef5a: Waiting [2020-10-13T03:38:32.268Z] 11c9b5115e44: Layer already exists [2020-10-13T03:38:32.268Z] fc43d2a87d95: Layer already exists [2020-10-13T03:38:32.268Z] fe5bf8d2cb79: Layer already exists [2020-10-13T03:38:32.268Z] 85316085fb84: Layer already exists [2020-10-13T03:38:32.268Z] a1bb95004765: Layer already exists [2020-10-13T03:38:32.268Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:32.268Z] 1.2.2-dev.66: digest: sha256:bc7426e18a93c4c289b77d1fc302b76a1384fe7970b1dc87da2311f10d38dcde size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:32.686Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:33.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:33.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T03:38:33.517Z] 11c9b5115e44: Preparing [2020-10-13T03:38:33.517Z] 85316085fb84: Preparing [2020-10-13T03:38:33.517Z] a1bb95004765: Preparing [2020-10-13T03:38:33.517Z] fc43d2a87d95: Preparing [2020-10-13T03:38:33.517Z] fe5bf8d2cb79: Preparing [2020-10-13T03:38:33.517Z] 50644c29ef5a: Preparing [2020-10-13T03:38:33.517Z] 50644c29ef5a: Waiting [2020-10-13T03:38:33.811Z] 11c9b5115e44: Layer already exists [2020-10-13T03:38:33.811Z] fe5bf8d2cb79: Layer already exists [2020-10-13T03:38:33.811Z] 85316085fb84: Layer already exists [2020-10-13T03:38:33.811Z] a1bb95004765: Layer already exists [2020-10-13T03:38:33.811Z] fc43d2a87d95: Layer already exists [2020-10-13T03:38:33.811Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:33.812Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:bc7426e18a93c4c289b77d1fc302b76a1384fe7970b1dc87da2311f10d38dcde size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:34.191Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:34.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-13T03:38:34.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T03:38:34.588Z] 11c9b5115e44: Preparing [2020-10-13T03:38:34.588Z] 85316085fb84: Preparing [2020-10-13T03:38:34.588Z] a1bb95004765: Preparing [2020-10-13T03:38:34.588Z] fc43d2a87d95: Preparing [2020-10-13T03:38:34.588Z] fe5bf8d2cb79: Preparing [2020-10-13T03:38:34.588Z] 50644c29ef5a: Preparing [2020-10-13T03:38:34.588Z] 50644c29ef5a: Waiting [2020-10-13T03:38:34.588Z] 11c9b5115e44: Layer already exists [2020-10-13T03:38:34.588Z] a1bb95004765: Layer already exists [2020-10-13T03:38:34.588Z] fc43d2a87d95: Layer already exists [2020-10-13T03:38:34.588Z] fe5bf8d2cb79: Layer already exists [2020-10-13T03:38:34.588Z] 85316085fb84: Layer already exists [2020-10-13T03:38:34.588Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:34.890Z] master: digest: sha256:bc7426e18a93c4c289b77d1fc302b76a1384fe7970b1dc87da2311f10d38dcde size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:38:35.128Z] ===================================================== [Pipeline] echo [2020-10-13T03:38:35.228Z] taggedImages: [2020-10-13T03:38:35.228Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:35.228Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.66 [2020-10-13T03:38:35.228Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:35.228Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-13T03:38:35.305Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-13T03:38:35.305Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:35.305Z] 1.2.2-dev.66 [2020-10-13T03:38:35.305Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:35.305Z] master [2020-10-13T03:38:35.305Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:35.945Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:36.350Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:36.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T03:38:36.350Z] 53e269eabfba: Preparing [2020-10-13T03:38:36.350Z] 2dc888edb5a2: Preparing [2020-10-13T03:38:36.350Z] 94489ead2632: Preparing [2020-10-13T03:38:36.652Z] 53e269eabfba: Pushed [2020-10-13T03:38:36.652Z] 94489ead2632: Pushed [2020-10-13T03:38:38.837Z] 2dc888edb5a2: Pushed [2020-10-13T03:38:39.104Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:e7602c8a2d2a54d64f244a71bee17cdb435ea58aaa5941235e25506e0ec32abc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:39.438Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:39.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.66 [2020-10-13T03:38:39.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T03:38:39.783Z] 53e269eabfba: Preparing [2020-10-13T03:38:39.783Z] 2dc888edb5a2: Preparing [2020-10-13T03:38:39.783Z] 94489ead2632: Preparing [2020-10-13T03:38:39.783Z] 2dc888edb5a2: Layer already exists [2020-10-13T03:38:39.783Z] 94489ead2632: Layer already exists [2020-10-13T03:38:39.783Z] 53e269eabfba: Layer already exists [2020-10-13T03:38:39.783Z] 1.2.2-dev.66: digest: sha256:e7602c8a2d2a54d64f244a71bee17cdb435ea58aaa5941235e25506e0ec32abc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:40.556Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:41.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:41.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T03:38:41.003Z] 53e269eabfba: Preparing [2020-10-13T03:38:41.003Z] 2dc888edb5a2: Preparing [2020-10-13T03:38:41.003Z] 94489ead2632: Preparing [2020-10-13T03:38:41.003Z] 2dc888edb5a2: Layer already exists [2020-10-13T03:38:41.003Z] 94489ead2632: Layer already exists [2020-10-13T03:38:41.003Z] 53e269eabfba: Layer already exists [2020-10-13T03:38:41.344Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:e7602c8a2d2a54d64f244a71bee17cdb435ea58aaa5941235e25506e0ec32abc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:41.913Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:42.037Z] Removing intermediate container 113f10803f9e [2020-10-13T03:38:42.037Z] ---> 45478fea0a72 [2020-10-13T03:38:42.037Z] [2020-10-13T03:38:42.037Z] Step 10/20 : FROM alpine [2020-10-13T03:38:42.037Z] ---> 62ee0e9f8440 [2020-10-13T03:38:42.037Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-13T03:38:42.037Z] ---> Running in 42ee48bb15aa [2020-10-13T03:38:42.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-13T03:38:42.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T03:38:42.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-13T03:38:42.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T03:38:42.287Z] 53e269eabfba: Preparing [2020-10-13T03:38:42.287Z] 2dc888edb5a2: Preparing [2020-10-13T03:38:42.287Z] 94489ead2632: Preparing [2020-10-13T03:38:42.287Z] 94489ead2632: Layer already exists [2020-10-13T03:38:42.287Z] 53e269eabfba: Layer already exists [2020-10-13T03:38:42.287Z] 2dc888edb5a2: Layer already exists [2020-10-13T03:38:42.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T03:38:42.652Z] master: digest: sha256:e7602c8a2d2a54d64f244a71bee17cdb435ea58aaa5941235e25506e0ec32abc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:38:43.075Z] ===================================================== [Pipeline] echo [2020-10-13T03:38:43.128Z] taggedImages: [2020-10-13T03:38:43.128Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:43.128Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.66 [2020-10-13T03:38:43.128Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:43.128Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-13T03:38:43.197Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-13T03:38:43.197Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:43.197Z] 1.2.2-dev.66 [2020-10-13T03:38:43.197Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:43.197Z] master [2020-10-13T03:38:43.197Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:43.576Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T03:38:43.576Z] v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T03:38:43.576Z] OK: 12621 distinct packages available [2020-10-13T03:38:44.013Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:44.408Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-13T03:38:44.408Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T03:38:44.408Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-13T03:38:44.408Z] (4/4) Installing curl (7.69.1-r1) [2020-10-13T03:38:44.408Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T03:38:44.408Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T03:38:44.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:44.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T03:38:44.683Z] 3e81d731aaa3: Preparing [2020-10-13T03:38:44.683Z] 33469f4c058d: Preparing [2020-10-13T03:38:44.683Z] db48941641fa: Preparing [2020-10-13T03:38:44.683Z] 337995072974: Preparing [2020-10-13T03:38:44.683Z] 50644c29ef5a: Preparing [2020-10-13T03:38:44.683Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:44.690Z] OK: 7 MiB in 18 packages [2020-10-13T03:38:45.049Z] db48941641fa: Pushed [2020-10-13T03:38:45.049Z] 33469f4c058d: Pushed [2020-10-13T03:38:45.486Z] 337995072974: Pushed [2020-10-13T03:38:46.286Z] 3e81d731aaa3: Pushed [2020-10-13T03:38:46.596Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:6faddf00f34838c413c1ce1bdd6d5bafae11ef5b455fe691b6c335c8697e2569 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:47.002Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:47.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.66 [2020-10-13T03:38:47.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T03:38:47.565Z] 3e81d731aaa3: Preparing [2020-10-13T03:38:47.565Z] 33469f4c058d: Preparing [2020-10-13T03:38:47.565Z] db48941641fa: Preparing [2020-10-13T03:38:47.565Z] 337995072974: Preparing [2020-10-13T03:38:47.565Z] 50644c29ef5a: Preparing [2020-10-13T03:38:47.565Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:47.565Z] db48941641fa: Layer already exists [2020-10-13T03:38:47.565Z] 3e81d731aaa3: Layer already exists [2020-10-13T03:38:47.565Z] 337995072974: Layer already exists [2020-10-13T03:38:47.565Z] 33469f4c058d: Layer already exists [2020-10-13T03:38:47.922Z] 1.2.2-dev.66: digest: sha256:6faddf00f34838c413c1ce1bdd6d5bafae11ef5b455fe691b6c335c8697e2569 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:48.062Z] Removing intermediate container 42ee48bb15aa [2020-10-13T03:38:48.063Z] ---> 98778b3d0608 [2020-10-13T03:38:48.063Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T03:38:48.063Z] ---> Running in b34491d2320d [2020-10-13T03:38:48.369Z] Removing intermediate container b34491d2320d [2020-10-13T03:38:48.369Z] ---> b4bc92d3dfd2 [2020-10-13T03:38:48.369Z] Step 13/20 : WORKDIR /edgex [2020-10-13T03:38:48.556Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:48.654Z] ---> Running in f24f7cb9a160 [2020-10-13T03:38:49.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:49.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T03:38:49.050Z] 3e81d731aaa3: Preparing [2020-10-13T03:38:49.050Z] 33469f4c058d: Preparing [2020-10-13T03:38:49.050Z] db48941641fa: Preparing [2020-10-13T03:38:49.050Z] 337995072974: Preparing [2020-10-13T03:38:49.050Z] 50644c29ef5a: Preparing [2020-10-13T03:38:49.050Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:49.050Z] db48941641fa: Layer already exists [2020-10-13T03:38:49.050Z] 33469f4c058d: Layer already exists [2020-10-13T03:38:49.050Z] 3e81d731aaa3: Layer already exists [2020-10-13T03:38:49.050Z] 337995072974: Layer already exists [2020-10-13T03:38:49.050Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:6faddf00f34838c413c1ce1bdd6d5bafae11ef5b455fe691b6c335c8697e2569 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:49.331Z] Removing intermediate container f24f7cb9a160 [2020-10-13T03:38:49.331Z] ---> 63c5ea0c0778 [2020-10-13T03:38:49.331Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-13T03:38:49.584Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:50.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-13T03:38:50.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T03:38:50.089Z] 3e81d731aaa3: Preparing [2020-10-13T03:38:50.089Z] 33469f4c058d: Preparing [2020-10-13T03:38:50.089Z] db48941641fa: Preparing [2020-10-13T03:38:50.089Z] 337995072974: Preparing [2020-10-13T03:38:50.089Z] 50644c29ef5a: Preparing [2020-10-13T03:38:50.388Z] ---> 72c760d0b857 [2020-10-13T03:38:50.388Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-13T03:38:50.406Z] db48941641fa: Layer already exists [2020-10-13T03:38:50.406Z] 33469f4c058d: Layer already exists [2020-10-13T03:38:50.406Z] 337995072974: Layer already exists [2020-10-13T03:38:50.406Z] 3e81d731aaa3: Layer already exists [2020-10-13T03:38:50.406Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:50.406Z] master: digest: sha256:6faddf00f34838c413c1ce1bdd6d5bafae11ef5b455fe691b6c335c8697e2569 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:38:50.775Z] ===================================================== [Pipeline] echo [2020-10-13T03:38:50.829Z] taggedImages: [2020-10-13T03:38:50.829Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:50.829Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.66 [2020-10-13T03:38:50.829Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:50.829Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-13T03:38:50.896Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-13T03:38:50.896Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:50.896Z] 1.2.2-dev.66 [2020-10-13T03:38:50.896Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:50.896Z] master [2020-10-13T03:38:50.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:51.528Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:51.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:51.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T03:38:51.960Z] ee6388157056: Preparing [2020-10-13T03:38:51.960Z] 0fb63dfb019c: Preparing [2020-10-13T03:38:51.960Z] afb5cf652a0b: Preparing [2020-10-13T03:38:51.960Z] 535ae10ef3ab: Preparing [2020-10-13T03:38:51.960Z] 535ae10ef3ab: Preparing [2020-10-13T03:38:51.960Z] 60723301a117: Preparing [2020-10-13T03:38:51.960Z] 9175e374fd9c: Preparing [2020-10-13T03:38:51.960Z] 4f6a6e6fd1e7: Preparing [2020-10-13T03:38:51.960Z] ee6388157056: Preparing [2020-10-13T03:38:51.960Z] 8d8f255b2599: Preparing [2020-10-13T03:38:51.960Z] 7fb2a7ece6a9: Preparing [2020-10-13T03:38:51.961Z] f4f74a10a8c0: Preparing [2020-10-13T03:38:51.961Z] 50644c29ef5a: Preparing [2020-10-13T03:38:51.961Z] 9175e374fd9c: Waiting [2020-10-13T03:38:51.961Z] 4f6a6e6fd1e7: Waiting [2020-10-13T03:38:51.961Z] 8d8f255b2599: Waiting [2020-10-13T03:38:51.961Z] 7fb2a7ece6a9: Waiting [2020-10-13T03:38:51.961Z] f4f74a10a8c0: Waiting [2020-10-13T03:38:51.961Z] 50644c29ef5a: Waiting [2020-10-13T03:38:52.535Z] ---> 600be3ed7658 [2020-10-13T03:38:52.535Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-13T03:38:52.535Z] ---> Running in 6a719aa24c5d [2020-10-13T03:38:52.608Z] 535ae10ef3ab: Pushed [2020-10-13T03:38:52.608Z] 60723301a117: Pushed [2020-10-13T03:38:52.608Z] afb5cf652a0b: Pushed [2020-10-13T03:38:52.608Z] 0fb63dfb019c: Pushed [2020-10-13T03:38:52.608Z] 9175e374fd9c: Pushed [2020-10-13T03:38:52.608Z] 4f6a6e6fd1e7: Pushed [2020-10-13T03:38:52.888Z] 7fb2a7ece6a9: Pushed [2020-10-13T03:38:52.888Z] 8d8f255b2599: Pushed [2020-10-13T03:38:52.888Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:53.184Z] f4f74a10a8c0: Pushed [2020-10-13T03:38:53.552Z] Removing intermediate container 6a719aa24c5d [2020-10-13T03:38:53.552Z] ---> e7d254f90f85 [2020-10-13T03:38:53.552Z] Step 17/20 : CMD ["--init=true"] [2020-10-13T03:38:53.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.66" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-13T03:38:53.552Z] ---> Running in d3f71dd30b0f [2020-10-13T03:38:53.775Z] ee6388157056: Pushed [2020-10-13T03:38:54.053Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:314cac38bcf56f113cf9d3fc5e8b02d6ab766ec4ed1390c195a631dc085c82a8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:54.180Z] Removing intermediate container d3f71dd30b0f [2020-10-13T03:38:54.180Z] ---> d060ded617be [2020-10-13T03:38:54.180Z] Step 18/20 : LABEL arch=arm64 [2020-10-13T03:38:54.467Z] ---> Running in 23b3c1bb7fb3 [2020-10-13T03:38:54.482Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:55.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.66 [2020-10-13T03:38:55.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T03:38:55.004Z] ee6388157056: Preparing [2020-10-13T03:38:55.004Z] 0fb63dfb019c: Preparing [2020-10-13T03:38:55.004Z] afb5cf652a0b: Preparing [2020-10-13T03:38:55.004Z] 535ae10ef3ab: Preparing [2020-10-13T03:38:55.004Z] 535ae10ef3ab: Preparing [2020-10-13T03:38:55.004Z] 60723301a117: Preparing [2020-10-13T03:38:55.004Z] 9175e374fd9c: Preparing [2020-10-13T03:38:55.004Z] 4f6a6e6fd1e7: Preparing [2020-10-13T03:38:55.004Z] ee6388157056: Preparing [2020-10-13T03:38:55.004Z] 8d8f255b2599: Preparing [2020-10-13T03:38:55.004Z] 7fb2a7ece6a9: Preparing [2020-10-13T03:38:55.004Z] f4f74a10a8c0: Preparing [2020-10-13T03:38:55.004Z] 50644c29ef5a: Preparing [2020-10-13T03:38:55.004Z] 4f6a6e6fd1e7: Waiting [2020-10-13T03:38:55.004Z] 8d8f255b2599: Waiting [2020-10-13T03:38:55.004Z] 7fb2a7ece6a9: Waiting [2020-10-13T03:38:55.004Z] f4f74a10a8c0: Waiting [2020-10-13T03:38:55.004Z] 50644c29ef5a: Waiting [2020-10-13T03:38:55.004Z] 9175e374fd9c: Waiting [2020-10-13T03:38:55.078Z] Removing intermediate container 23b3c1bb7fb3 [2020-10-13T03:38:55.078Z] ---> 2eade80aab56 [2020-10-13T03:38:55.078Z] Step 19/20 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:55.078Z] ---> Running in 4271d0b0709f [2020-10-13T03:38:55.356Z] 60723301a117: Layer already exists [2020-10-13T03:38:55.357Z] afb5cf652a0b: Layer already exists [2020-10-13T03:38:55.357Z] ee6388157056: Layer already exists [2020-10-13T03:38:55.357Z] 0fb63dfb019c: Layer already exists [2020-10-13T03:38:55.357Z] 535ae10ef3ab: Layer already exists [2020-10-13T03:38:55.357Z] 8d8f255b2599: Layer already exists [2020-10-13T03:38:55.357Z] f4f74a10a8c0: Layer already exists [2020-10-13T03:38:55.357Z] 4f6a6e6fd1e7: Layer already exists [2020-10-13T03:38:55.357Z] 9175e374fd9c: Layer already exists [2020-10-13T03:38:55.357Z] 7fb2a7ece6a9: Layer already exists [2020-10-13T03:38:55.357Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:55.679Z] 1.2.2-dev.66: digest: sha256:314cac38bcf56f113cf9d3fc5e8b02d6ab766ec4ed1390c195a631dc085c82a8 size: 3027 [2020-10-13T03:38:55.689Z] Removing intermediate container 4271d0b0709f [2020-10-13T03:38:55.689Z] ---> 5849afaca5cf [2020-10-13T03:38:55.689Z] Step 20/20 : LABEL version=1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:55.966Z] ---> Running in bbb60bc7243a [2020-10-13T03:38:56.317Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:56.573Z] Removing intermediate container bbb60bc7243a [2020-10-13T03:38:56.573Z] ---> 6443a749516e [2020-10-13T03:38:56.573Z] [2020-10-13T03:38:56.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:56.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T03:38:56.718Z] ee6388157056: Preparing [2020-10-13T03:38:56.718Z] 0fb63dfb019c: Preparing [2020-10-13T03:38:56.718Z] afb5cf652a0b: Preparing [2020-10-13T03:38:56.718Z] 535ae10ef3ab: Preparing [2020-10-13T03:38:56.718Z] 535ae10ef3ab: Preparing [2020-10-13T03:38:56.718Z] 60723301a117: Preparing [2020-10-13T03:38:56.718Z] 9175e374fd9c: Preparing [2020-10-13T03:38:56.718Z] 4f6a6e6fd1e7: Preparing [2020-10-13T03:38:56.718Z] ee6388157056: Preparing [2020-10-13T03:38:56.718Z] 8d8f255b2599: Preparing [2020-10-13T03:38:56.718Z] 7fb2a7ece6a9: Preparing [2020-10-13T03:38:56.718Z] f4f74a10a8c0: Preparing [2020-10-13T03:38:56.718Z] 50644c29ef5a: Preparing [2020-10-13T03:38:56.718Z] 9175e374fd9c: Waiting [2020-10-13T03:38:56.718Z] 4f6a6e6fd1e7: Waiting [2020-10-13T03:38:56.718Z] 8d8f255b2599: Waiting [2020-10-13T03:38:56.718Z] 7fb2a7ece6a9: Waiting [2020-10-13T03:38:56.718Z] f4f74a10a8c0: Waiting [2020-10-13T03:38:56.718Z] 50644c29ef5a: Waiting [2020-10-13T03:38:56.718Z] 60723301a117: Layer already exists [2020-10-13T03:38:56.718Z] ee6388157056: Layer already exists [2020-10-13T03:38:56.718Z] 0fb63dfb019c: Layer already exists [2020-10-13T03:38:56.718Z] 535ae10ef3ab: Layer already exists [2020-10-13T03:38:56.718Z] afb5cf652a0b: Layer already exists [2020-10-13T03:38:56.718Z] 9175e374fd9c: Layer already exists [2020-10-13T03:38:56.718Z] 7fb2a7ece6a9: Layer already exists [2020-10-13T03:38:56.718Z] 4f6a6e6fd1e7: Layer already exists [2020-10-13T03:38:56.718Z] 8d8f255b2599: Layer already exists [2020-10-13T03:38:57.020Z] f4f74a10a8c0: Layer already exists [2020-10-13T03:38:57.020Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:57.020Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:314cac38bcf56f113cf9d3fc5e8b02d6ab766ec4ed1390c195a631dc085c82a8 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:57.187Z] Successfully built 6443a749516e [2020-10-13T03:38:57.187Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-13T03:38:57.483Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:57.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-13T03:38:57.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T03:38:57.843Z] ee6388157056: Preparing [2020-10-13T03:38:57.843Z] 0fb63dfb019c: Preparing [2020-10-13T03:38:57.843Z] afb5cf652a0b: Preparing [2020-10-13T03:38:57.843Z] 535ae10ef3ab: Preparing [2020-10-13T03:38:57.843Z] 535ae10ef3ab: Preparing [2020-10-13T03:38:57.843Z] 60723301a117: Preparing [2020-10-13T03:38:57.843Z] 9175e374fd9c: Preparing [2020-10-13T03:38:57.843Z] 4f6a6e6fd1e7: Preparing [2020-10-13T03:38:57.843Z] ee6388157056: Preparing [2020-10-13T03:38:57.843Z] 8d8f255b2599: Preparing [2020-10-13T03:38:57.843Z] 7fb2a7ece6a9: Preparing [2020-10-13T03:38:57.843Z] f4f74a10a8c0: Preparing [2020-10-13T03:38:57.843Z] 50644c29ef5a: Preparing [2020-10-13T03:38:57.843Z] 8d8f255b2599: Waiting [2020-10-13T03:38:57.843Z] 7fb2a7ece6a9: Waiting [2020-10-13T03:38:57.843Z] f4f74a10a8c0: Waiting [2020-10-13T03:38:57.843Z] 50644c29ef5a: Waiting [2020-10-13T03:38:57.843Z] 9175e374fd9c: Waiting [2020-10-13T03:38:57.843Z] 4f6a6e6fd1e7: Waiting [2020-10-13T03:38:57.843Z] 0fb63dfb019c: Layer already exists [2020-10-13T03:38:57.843Z] 60723301a117: Layer already exists [2020-10-13T03:38:57.843Z] ee6388157056: Layer already exists [2020-10-13T03:38:57.843Z] afb5cf652a0b: Layer already exists [2020-10-13T03:38:57.843Z] 535ae10ef3ab: Layer already exists [2020-10-13T03:38:58.148Z] 7fb2a7ece6a9: Layer already exists [2020-10-13T03:38:58.148Z] 9175e374fd9c: Layer already exists [2020-10-13T03:38:58.148Z] 8d8f255b2599: Layer already exists [2020-10-13T03:38:58.148Z] 4f6a6e6fd1e7: Layer already exists [2020-10-13T03:38:58.148Z] f4f74a10a8c0: Layer already exists [2020-10-13T03:38:58.148Z] 50644c29ef5a: Layer already exists [2020-10-13T03:38:58.148Z] master: digest: sha256:314cac38bcf56f113cf9d3fc5e8b02d6ab766ec4ed1390c195a631dc085c82a8 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:38:58.352Z] ===================================================== [Pipeline] echo [2020-10-13T03:38:58.412Z] taggedImages: [2020-10-13T03:38:58.412Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:58.412Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.66 [2020-10-13T03:38:58.412Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:58.412Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-13T03:38:58.479Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-13T03:38:58.479Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:58.479Z] 1.2.2-dev.66 [2020-10-13T03:38:58.479Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:38:58.479Z] master [2020-10-13T03:38:58.479Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:59.075Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:38:59.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:38:59.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T03:38:59.502Z] dc7709290ed1: Preparing [2020-10-13T03:38:59.502Z] c30bc3e4a015: Preparing [2020-10-13T03:38:59.502Z] 716956d13867: Preparing [2020-10-13T03:38:59.502Z] 207f846f644e: Preparing [2020-10-13T03:38:59.502Z] 9041aad82fdb: Preparing [2020-10-13T03:38:59.502Z] 9461b48a4ea5: Preparing [2020-10-13T03:38:59.502Z] 24b3f7d77ec2: Preparing [2020-10-13T03:38:59.502Z] 55f9dbde84a9: Preparing [2020-10-13T03:38:59.502Z] 265050cf7c17: Preparing [2020-10-13T03:38:59.502Z] 0bdc2ce7e303: Preparing [2020-10-13T03:38:59.502Z] 1b3ee35aacca: Preparing [2020-10-13T03:38:59.502Z] 9461b48a4ea5: Waiting [2020-10-13T03:38:59.502Z] 24b3f7d77ec2: Waiting [2020-10-13T03:38:59.502Z] 55f9dbde84a9: Waiting [2020-10-13T03:38:59.502Z] 265050cf7c17: Waiting [2020-10-13T03:38:59.502Z] 0bdc2ce7e303: Waiting [2020-10-13T03:38:59.502Z] 1b3ee35aacca: Waiting [2020-10-13T03:38:59.878Z] dc7709290ed1: Pushed [2020-10-13T03:39:00.239Z] c30bc3e4a015: Pushed [2020-10-13T03:39:00.619Z] 9461b48a4ea5: Pushed [2020-10-13T03:39:00.619Z] 24b3f7d77ec2: Pushed [2020-10-13T03:39:01.079Z] 55f9dbde84a9: Pushed [2020-10-13T03:39:01.360Z] 265050cf7c17: Pushed [2020-10-13T03:39:01.360Z] 716956d13867: Pushed [2020-10-13T03:39:01.360Z] 1b3ee35aacca: Layer already exists [2020-10-13T03:39:01.630Z] 9041aad82fdb: Pushed [2020-10-13T03:39:01.630Z] 207f846f644e: Pushed [2020-10-13T03:39:01.630Z] 0bdc2ce7e303: Pushed [2020-10-13T03:39:01.920Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:96d6ce6dfa27d64737d42e367da2b26210c21753ea8b0f021ba3967de191233a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:02.321Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:02.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.66 [2020-10-13T03:39:02.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T03:39:02.725Z] dc7709290ed1: Preparing [2020-10-13T03:39:02.725Z] c30bc3e4a015: Preparing [2020-10-13T03:39:02.725Z] 716956d13867: Preparing [2020-10-13T03:39:02.725Z] 207f846f644e: Preparing [2020-10-13T03:39:02.725Z] 9041aad82fdb: Preparing [2020-10-13T03:39:02.725Z] 9461b48a4ea5: Preparing [2020-10-13T03:39:02.725Z] 24b3f7d77ec2: Preparing [2020-10-13T03:39:02.725Z] 55f9dbde84a9: Preparing [2020-10-13T03:39:02.725Z] 265050cf7c17: Preparing [2020-10-13T03:39:02.725Z] 0bdc2ce7e303: Preparing [2020-10-13T03:39:02.725Z] 1b3ee35aacca: Preparing [2020-10-13T03:39:02.725Z] 24b3f7d77ec2: Waiting [2020-10-13T03:39:02.725Z] 55f9dbde84a9: Waiting [2020-10-13T03:39:02.725Z] 265050cf7c17: Waiting [2020-10-13T03:39:02.725Z] 0bdc2ce7e303: Waiting [2020-10-13T03:39:02.725Z] 1b3ee35aacca: Waiting [2020-10-13T03:39:02.725Z] 9461b48a4ea5: Waiting [2020-10-13T03:39:02.725Z] c30bc3e4a015: Layer already exists [2020-10-13T03:39:02.725Z] dc7709290ed1: Layer already exists [2020-10-13T03:39:02.725Z] 716956d13867: Layer already exists [2020-10-13T03:39:02.725Z] 9041aad82fdb: Layer already exists [2020-10-13T03:39:02.725Z] 207f846f644e: Layer already exists [2020-10-13T03:39:03.010Z] 24b3f7d77ec2: Layer already exists [2020-10-13T03:39:03.010Z] 265050cf7c17: Layer already exists [2020-10-13T03:39:03.010Z] 55f9dbde84a9: Layer already exists [2020-10-13T03:39:03.010Z] 9461b48a4ea5: Layer already exists [2020-10-13T03:39:03.010Z] 0bdc2ce7e303: Layer already exists [2020-10-13T03:39:03.010Z] 1b3ee35aacca: Layer already exists [2020-10-13T03:39:03.010Z] 1.2.2-dev.66: digest: sha256:96d6ce6dfa27d64737d42e367da2b26210c21753ea8b0f021ba3967de191233a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:03.323Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:03.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:03.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T03:39:03.651Z] dc7709290ed1: Preparing [2020-10-13T03:39:03.651Z] c30bc3e4a015: Preparing [2020-10-13T03:39:03.651Z] 716956d13867: Preparing [2020-10-13T03:39:03.651Z] 207f846f644e: Preparing [2020-10-13T03:39:03.651Z] 9041aad82fdb: Preparing [2020-10-13T03:39:03.651Z] 9461b48a4ea5: Preparing [2020-10-13T03:39:03.651Z] 24b3f7d77ec2: Preparing [2020-10-13T03:39:03.651Z] 55f9dbde84a9: Preparing [2020-10-13T03:39:03.651Z] 265050cf7c17: Preparing [2020-10-13T03:39:03.651Z] 0bdc2ce7e303: Preparing [2020-10-13T03:39:03.651Z] 1b3ee35aacca: Preparing [2020-10-13T03:39:03.651Z] 24b3f7d77ec2: Waiting [2020-10-13T03:39:03.651Z] 55f9dbde84a9: Waiting [2020-10-13T03:39:03.651Z] 265050cf7c17: Waiting [2020-10-13T03:39:03.651Z] 0bdc2ce7e303: Waiting [2020-10-13T03:39:03.651Z] 1b3ee35aacca: Waiting [2020-10-13T03:39:03.651Z] 9461b48a4ea5: Waiting [2020-10-13T03:39:03.651Z] c30bc3e4a015: Layer already exists [2020-10-13T03:39:03.651Z] dc7709290ed1: Layer already exists [2020-10-13T03:39:03.651Z] 207f846f644e: Layer already exists [2020-10-13T03:39:03.651Z] 716956d13867: Layer already exists [2020-10-13T03:39:03.651Z] 9041aad82fdb: Layer already exists [2020-10-13T03:39:03.651Z] 9461b48a4ea5: Layer already exists [2020-10-13T03:39:03.651Z] 24b3f7d77ec2: Layer already exists [2020-10-13T03:39:03.651Z] 0bdc2ce7e303: Layer already exists [2020-10-13T03:39:03.651Z] 265050cf7c17: Layer already exists [2020-10-13T03:39:03.651Z] 55f9dbde84a9: Layer already exists [2020-10-13T03:39:03.651Z] 1b3ee35aacca: Layer already exists [2020-10-13T03:39:03.913Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:96d6ce6dfa27d64737d42e367da2b26210c21753ea8b0f021ba3967de191233a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:04.251Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:04.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-13T03:39:04.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T03:39:04.738Z] dc7709290ed1: Preparing [2020-10-13T03:39:04.738Z] c30bc3e4a015: Preparing [2020-10-13T03:39:04.738Z] 716956d13867: Preparing [2020-10-13T03:39:04.738Z] 207f846f644e: Preparing [2020-10-13T03:39:04.738Z] 9041aad82fdb: Preparing [2020-10-13T03:39:04.738Z] 9461b48a4ea5: Preparing [2020-10-13T03:39:04.738Z] 24b3f7d77ec2: Preparing [2020-10-13T03:39:04.738Z] 55f9dbde84a9: Preparing [2020-10-13T03:39:04.738Z] 265050cf7c17: Preparing [2020-10-13T03:39:04.738Z] 0bdc2ce7e303: Preparing [2020-10-13T03:39:04.738Z] 1b3ee35aacca: Preparing [2020-10-13T03:39:04.738Z] 24b3f7d77ec2: Waiting [2020-10-13T03:39:04.738Z] 55f9dbde84a9: Waiting [2020-10-13T03:39:04.738Z] 265050cf7c17: Waiting [2020-10-13T03:39:04.738Z] 0bdc2ce7e303: Waiting [2020-10-13T03:39:04.738Z] 1b3ee35aacca: Waiting [2020-10-13T03:39:04.738Z] 9461b48a4ea5: Waiting [2020-10-13T03:39:04.738Z] 716956d13867: Layer already exists [2020-10-13T03:39:04.738Z] c30bc3e4a015: Layer already exists [2020-10-13T03:39:04.738Z] 9041aad82fdb: Layer already exists [2020-10-13T03:39:04.738Z] 207f846f644e: Layer already exists [2020-10-13T03:39:04.738Z] dc7709290ed1: Layer already exists [2020-10-13T03:39:04.738Z] 9461b48a4ea5: Layer already exists [2020-10-13T03:39:04.738Z] 265050cf7c17: Layer already exists [2020-10-13T03:39:04.738Z] 24b3f7d77ec2: Layer already exists [2020-10-13T03:39:04.738Z] 0bdc2ce7e303: Layer already exists [2020-10-13T03:39:04.738Z] 55f9dbde84a9: Layer already exists [2020-10-13T03:39:04.738Z] 1b3ee35aacca: Layer already exists [2020-10-13T03:39:05.007Z] master: digest: sha256:96d6ce6dfa27d64737d42e367da2b26210c21753ea8b0f021ba3967de191233a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:39:05.232Z] ===================================================== [Pipeline] echo [2020-10-13T03:39:05.285Z] taggedImages: [2020-10-13T03:39:05.285Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:05.285Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.66 [2020-10-13T03:39:05.285Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:05.285Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-13T03:39:05.353Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-13T03:39:05.354Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:05.354Z] 1.2.2-dev.66 [2020-10-13T03:39:05.354Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:05.354Z] master [2020-10-13T03:39:05.354Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:05.909Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:06.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:06.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T03:39:06.299Z] 0391b5bada6a: Preparing [2020-10-13T03:39:06.299Z] 81ab58dcc045: Preparing [2020-10-13T03:39:06.299Z] 7144cf6892b6: Preparing [2020-10-13T03:39:06.299Z] 6ec364300fb3: Preparing [2020-10-13T03:39:06.646Z] 7144cf6892b6: Pushed [2020-10-13T03:39:06.646Z] 0391b5bada6a: Pushed [2020-10-13T03:39:06.927Z] 6ec364300fb3: Pushed [2020-10-13T03:39:07.436Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3e24eff77372 [2020-10-13T03:39:07.437Z] ---> 9c06bc30963a [2020-10-13T03:39:07.437Z] [2020-10-13T03:39:07.437Z] Step 10/26 : FROM alpine:3.10 [2020-10-13T03:39:07.437Z] 3.10: Pulling from library/alpine [2020-10-13T03:39:08.040Z] Removing intermediate container 2586512fef95 [2020-10-13T03:39:08.040Z] ---> 5758cb7eec66 [2020-10-13T03:39:08.040Z] [2020-10-13T03:39:08.040Z] Step 10/21 : FROM scratch [2020-10-13T03:39:08.040Z] ---> [2020-10-13T03:39:08.040Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T03:39:08.329Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-13T03:39:08.329Z] ---> Using cache [2020-10-13T03:39:08.329Z] ---> f22654e8522c [2020-10-13T03:39:08.329Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-13T03:39:08.329Z] Status: Downloaded newer image for alpine:3.10 [2020-10-13T03:39:08.329Z] ---> 536a684cf733 [2020-10-13T03:39:08.329Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-13T03:39:08.329Z] ---> Running in d1b617e44891 [2020-10-13T03:39:08.429Z] 81ab58dcc045: Pushed [2020-10-13T03:39:08.429Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:16e64c90bf3935dbf3ba8c6b2622abb8c17058000839f39849eed9b4056b900a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:08.634Z] ---> Running in 0d92c9ac1eaa [2020-10-13T03:39:08.813Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:09.253Z] Removing intermediate container d1b617e44891 [2020-10-13T03:39:09.253Z] ---> 5d52d1a205cd [2020-10-13T03:39:09.253Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-13T03:39:09.253Z] ---> Running in 619f2765374b [2020-10-13T03:39:09.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.66 [2020-10-13T03:39:09.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T03:39:09.422Z] 0391b5bada6a: Preparing [2020-10-13T03:39:09.422Z] 81ab58dcc045: Preparing [2020-10-13T03:39:09.422Z] 7144cf6892b6: Preparing [2020-10-13T03:39:09.422Z] 6ec364300fb3: Preparing [2020-10-13T03:39:09.422Z] 81ab58dcc045: Layer already exists [2020-10-13T03:39:09.422Z] 6ec364300fb3: Layer already exists [2020-10-13T03:39:09.422Z] 7144cf6892b6: Layer already exists [2020-10-13T03:39:09.422Z] 0391b5bada6a: Layer already exists [2020-10-13T03:39:09.422Z] 1.2.2-dev.66: digest: sha256:16e64c90bf3935dbf3ba8c6b2622abb8c17058000839f39849eed9b4056b900a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:09.754Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:10.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:10.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T03:39:10.084Z] 0391b5bada6a: Preparing [2020-10-13T03:39:10.084Z] 81ab58dcc045: Preparing [2020-10-13T03:39:10.084Z] 7144cf6892b6: Preparing [2020-10-13T03:39:10.084Z] 6ec364300fb3: Preparing [2020-10-13T03:39:10.084Z] 81ab58dcc045: Layer already exists [2020-10-13T03:39:10.084Z] 7144cf6892b6: Layer already exists [2020-10-13T03:39:10.084Z] 0391b5bada6a: Layer already exists [2020-10-13T03:39:10.084Z] 6ec364300fb3: Layer already exists [2020-10-13T03:39:10.254Z] Removing intermediate container 619f2765374b [2020-10-13T03:39:10.255Z] ---> e6674f9bbd7d [2020-10-13T03:39:10.255Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-13T03:39:10.348Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:16e64c90bf3935dbf3ba8c6b2622abb8c17058000839f39849eed9b4056b900a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:10.675Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:11.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-13T03:39:11.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T03:39:11.250Z] ---> f8d19d93297b [2020-10-13T03:39:11.250Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-13T03:39:11.316Z] 0391b5bada6a: Preparing [2020-10-13T03:39:11.316Z] 81ab58dcc045: Preparing [2020-10-13T03:39:11.316Z] 7144cf6892b6: Preparing [2020-10-13T03:39:11.316Z] 6ec364300fb3: Preparing [2020-10-13T03:39:11.316Z] 81ab58dcc045: Layer already exists [2020-10-13T03:39:11.316Z] 6ec364300fb3: Layer already exists [2020-10-13T03:39:11.316Z] 7144cf6892b6: Layer already exists [2020-10-13T03:39:11.316Z] 0391b5bada6a: Layer already exists [2020-10-13T03:39:11.316Z] master: digest: sha256:16e64c90bf3935dbf3ba8c6b2622abb8c17058000839f39849eed9b4056b900a size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-13T03:39:11.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-10-13T03:39:11.544Z] ===================================================== [Pipeline] echo [2020-10-13T03:39:11.594Z] taggedImages: [2020-10-13T03:39:11.594Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:11.594Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.66 [2020-10-13T03:39:11.594Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:11.594Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-13T03:39:11.657Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-13T03:39:11.657Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:11.657Z] 1.2.2-dev.66 [2020-10-13T03:39:11.657Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:11.657Z] master [2020-10-13T03:39:11.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-10-13T03:39:11.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:12.185Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:12.408Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-13T03:39:12.408Z] v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-13T03:39:12.408Z] OK: 10167 distinct packages available [2020-10-13T03:39:12.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:12.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T03:39:12.516Z] 878bebbeb4db: Preparing [2020-10-13T03:39:12.516Z] 426efa19a1e1: Preparing [2020-10-13T03:39:12.516Z] c2ac173c14ce: Preparing [2020-10-13T03:39:12.516Z] 974b1ccb694b: Preparing [2020-10-13T03:39:12.516Z] 6b15e642e4da: Preparing [2020-10-13T03:39:12.516Z] 46a579bc97bf: Preparing [2020-10-13T03:39:12.516Z] 46a579bc97bf: Waiting [2020-10-13T03:39:12.784Z] c2ac173c14ce: Pushed [2020-10-13T03:39:12.784Z] 974b1ccb694b: Pushed [2020-10-13T03:39:12.784Z] 878bebbeb4db: Pushed [2020-10-13T03:39:12.784Z] 6b15e642e4da: Pushed [2020-10-13T03:39:13.012Z] ---> 3d7edf0b9e2c [2020-10-13T03:39:13.012Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-13T03:39:13.012Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-13T03:39:13.070Z] 46a579bc97bf: Pushed [2020-10-13T03:39:13.291Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-13T03:39:13.291Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-13T03:39:13.291Z] (4/5) Installing curl (7.66.0-r1) [2020-10-13T03:39:13.291Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-13T03:39:13.291Z] Executing busybox-1.30.1-r3.trigger [2020-10-13T03:39:13.291Z] Executing ca-certificates-20191127-r2.trigger [2020-10-13T03:39:13.567Z] OK: 7 MiB in 19 packages [2020-10-13T03:39:14.178Z] ---> 54119db5e8cf [2020-10-13T03:39:14.178Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-13T03:39:14.461Z] ---> Running in 589ce436ae55 [2020-10-13T03:39:14.499Z] 426efa19a1e1: Pushed [2020-10-13T03:39:14.499Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:d5f23b788241fd35171fb6686c2351bec70e1cd8a241459ef003b40eb3bb82f4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:14.814Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:15.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.66 [2020-10-13T03:39:15.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T03:39:15.310Z] 878bebbeb4db: Preparing [2020-10-13T03:39:15.310Z] 426efa19a1e1: Preparing [2020-10-13T03:39:15.310Z] c2ac173c14ce: Preparing [2020-10-13T03:39:15.310Z] 974b1ccb694b: Preparing [2020-10-13T03:39:15.310Z] 6b15e642e4da: Preparing [2020-10-13T03:39:15.310Z] 46a579bc97bf: Preparing [2020-10-13T03:39:15.310Z] 46a579bc97bf: Waiting [2020-10-13T03:39:15.310Z] 426efa19a1e1: Layer already exists [2020-10-13T03:39:15.310Z] 878bebbeb4db: Layer already exists [2020-10-13T03:39:15.310Z] 974b1ccb694b: Layer already exists [2020-10-13T03:39:15.310Z] c2ac173c14ce: Layer already exists [2020-10-13T03:39:15.310Z] 6b15e642e4da: Layer already exists [2020-10-13T03:39:15.310Z] 46a579bc97bf: Layer already exists [2020-10-13T03:39:15.310Z] 1.2.2-dev.66: digest: sha256:d5f23b788241fd35171fb6686c2351bec70e1cd8a241459ef003b40eb3bb82f4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:15.454Z] Removing intermediate container 589ce436ae55 [2020-10-13T03:39:15.454Z] ---> a946d654069f [2020-10-13T03:39:15.454Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:39:15.454Z] ---> Running in 026d1a5a7ad1 [2020-10-13T03:39:15.677Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:15.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:15.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T03:39:15.988Z] 878bebbeb4db: Preparing [2020-10-13T03:39:15.988Z] 426efa19a1e1: Preparing [2020-10-13T03:39:15.988Z] c2ac173c14ce: Preparing [2020-10-13T03:39:15.988Z] 974b1ccb694b: Preparing [2020-10-13T03:39:15.988Z] 6b15e642e4da: Preparing [2020-10-13T03:39:15.988Z] 46a579bc97bf: Preparing [2020-10-13T03:39:15.988Z] 46a579bc97bf: Waiting [2020-10-13T03:39:15.988Z] 6b15e642e4da: Layer already exists [2020-10-13T03:39:15.988Z] c2ac173c14ce: Layer already exists [2020-10-13T03:39:15.988Z] 878bebbeb4db: Layer already exists [2020-10-13T03:39:15.988Z] 426efa19a1e1: Layer already exists [2020-10-13T03:39:15.988Z] 974b1ccb694b: Layer already exists [2020-10-13T03:39:15.988Z] 46a579bc97bf: Layer already exists [2020-10-13T03:39:16.252Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:d5f23b788241fd35171fb6686c2351bec70e1cd8a241459ef003b40eb3bb82f4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:16.446Z] Removing intermediate container 026d1a5a7ad1 [2020-10-13T03:39:16.446Z] ---> 8f9ebdb8af41 [2020-10-13T03:39:16.446Z] Step 19/21 : LABEL arch=arm64 [2020-10-13T03:39:16.446Z] Removing intermediate container 0d92c9ac1eaa [2020-10-13T03:39:16.446Z] ---> 23508122d8af [2020-10-13T03:39:16.446Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T03:39:16.577Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:16.734Z] ---> Running in 0cd3fb212196 [2020-10-13T03:39:16.734Z] ---> Running in bcf39388b560 [2020-10-13T03:39:16.924Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-13T03:39:16.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T03:39:16.924Z] 878bebbeb4db: Preparing [2020-10-13T03:39:16.924Z] 426efa19a1e1: Preparing [2020-10-13T03:39:16.924Z] c2ac173c14ce: Preparing [2020-10-13T03:39:16.924Z] 974b1ccb694b: Preparing [2020-10-13T03:39:16.924Z] 6b15e642e4da: Preparing [2020-10-13T03:39:16.924Z] 46a579bc97bf: Preparing [2020-10-13T03:39:16.924Z] 46a579bc97bf: Waiting [2020-10-13T03:39:16.924Z] 878bebbeb4db: Layer already exists [2020-10-13T03:39:16.924Z] 6b15e642e4da: Layer already exists [2020-10-13T03:39:16.924Z] c2ac173c14ce: Layer already exists [2020-10-13T03:39:16.924Z] 426efa19a1e1: Layer already exists [2020-10-13T03:39:16.924Z] 974b1ccb694b: Layer already exists [2020-10-13T03:39:16.924Z] 46a579bc97bf: Layer already exists [2020-10-13T03:39:17.198Z] master: digest: sha256:d5f23b788241fd35171fb6686c2351bec70e1cd8a241459ef003b40eb3bb82f4 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-10-13T03:39:17.336Z] Removing intermediate container 0cd3fb212196 [2020-10-13T03:39:17.336Z] ---> 99d91f11b543 [2020-10-13T03:39:17.336Z] Step 20/21 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] echo [2020-10-13T03:39:17.379Z] ===================================================== [Pipeline] echo [2020-10-13T03:39:17.424Z] taggedImages: [2020-10-13T03:39:17.424Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:17.424Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.66 [2020-10-13T03:39:17.424Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:17.424Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-13T03:39:17.497Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-13T03:39:17.497Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:17.497Z] 1.2.2-dev.66 [2020-10-13T03:39:17.497Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:17.497Z] master [2020-10-13T03:39:17.497Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-10-13T03:39:17.623Z] ---> Running in 604e94ee380a [2020-10-13T03:39:17.624Z] Removing intermediate container bcf39388b560 [2020-10-13T03:39:17.624Z] ---> 45182696987e [2020-10-13T03:39:17.624Z] Step 13/26 : WORKDIR / [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:17.903Z] ---> Running in a74204a8c073 [2020-10-13T03:39:18.031Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:18.183Z] Removing intermediate container 604e94ee380a [2020-10-13T03:39:18.183Z] ---> 68378e7d59c9 [2020-10-13T03:39:18.183Z] Step 21/21 : LABEL version=1.2.2-dev.66 [2020-10-13T03:39:18.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:18.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T03:39:18.401Z] 6edda020bda6: Preparing [2020-10-13T03:39:18.401Z] 5dc96a59ea53: Preparing [2020-10-13T03:39:18.401Z] 540e66c01e9f: Preparing [2020-10-13T03:39:18.459Z] ---> Running in 7603d23067b4 [2020-10-13T03:39:18.459Z] Removing intermediate container a74204a8c073 [2020-10-13T03:39:18.459Z] ---> f99977a44589 [2020-10-13T03:39:18.459Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-13T03:39:18.683Z] 540e66c01e9f: Pushed [2020-10-13T03:39:18.683Z] 6edda020bda6: Pushed [2020-10-13T03:39:19.067Z] Removing intermediate container 7603d23067b4 [2020-10-13T03:39:19.067Z] ---> fdb464cb3012 [2020-10-13T03:39:19.067Z] [2020-10-13T03:39:19.673Z] Successfully built fdb464cb3012 [2020-10-13T03:39:19.954Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-13T03:39:19.954Z]  Building docker-support-scheduler-go ... done  ---> 5c3beab3a0e9 [2020-10-13T03:39:19.954Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-13T03:39:20.854Z] 5dc96a59ea53: Pushed [2020-10-13T03:39:20.955Z] ---> b63b37c1320e [2020-10-13T03:39:20.955Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-13T03:39:21.116Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:88c182d8eeaa341339f47cc118f40f11e046f3de2da799876a783a61f948e25f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:21.500Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:22.406Z] ---> 7525bcf56759 [2020-10-13T03:39:22.406Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-13T03:39:22.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.66 [2020-10-13T03:39:22.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T03:39:22.584Z] 6edda020bda6: Preparing [2020-10-13T03:39:22.584Z] 5dc96a59ea53: Preparing [2020-10-13T03:39:22.584Z] 540e66c01e9f: Preparing [2020-10-13T03:39:22.584Z] 5dc96a59ea53: Layer already exists [2020-10-13T03:39:22.584Z] 540e66c01e9f: Layer already exists [2020-10-13T03:39:22.585Z] 6edda020bda6: Layer already exists [2020-10-13T03:39:22.961Z] 1.2.2-dev.66: digest: sha256:88c182d8eeaa341339f47cc118f40f11e046f3de2da799876a783a61f948e25f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:23.401Z] ---> 3661683e3765 [2020-10-13T03:39:23.401Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-13T03:39:23.448Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:23.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:23.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T03:39:23.781Z] 6edda020bda6: Preparing [2020-10-13T03:39:23.781Z] 5dc96a59ea53: Preparing [2020-10-13T03:39:23.781Z] 540e66c01e9f: Preparing [2020-10-13T03:39:23.781Z] 540e66c01e9f: Layer already exists [2020-10-13T03:39:23.781Z] 6edda020bda6: Layer already exists [2020-10-13T03:39:23.781Z] 5dc96a59ea53: Layer already exists [2020-10-13T03:39:23.781Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:88c182d8eeaa341339f47cc118f40f11e046f3de2da799876a783a61f948e25f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:24.164Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:24.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-13T03:39:24.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T03:39:24.515Z] 6edda020bda6: Preparing [2020-10-13T03:39:24.515Z] 5dc96a59ea53: Preparing [2020-10-13T03:39:24.515Z] 540e66c01e9f: Preparing [2020-10-13T03:39:24.515Z] 5dc96a59ea53: Layer already exists [2020-10-13T03:39:24.515Z] 6edda020bda6: Layer already exists [2020-10-13T03:39:24.515Z] 540e66c01e9f: Layer already exists [2020-10-13T03:39:24.820Z] master: digest: sha256:88c182d8eeaa341339f47cc118f40f11e046f3de2da799876a783a61f948e25f size: 944 [Pipeline] } [2020-10-13T03:39:24.857Z] ---> 5d1bcb3d50d5 [2020-10-13T03:39:24.857Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:39:25.021Z] ===================================================== [Pipeline] echo [2020-10-13T03:39:25.068Z] taggedImages: [2020-10-13T03:39:25.068Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:25.068Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.66 [2020-10-13T03:39:25.068Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:25.068Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-13T03:39:25.130Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-13T03:39:25.130Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:25.130Z] 1.2.2-dev.66 [2020-10-13T03:39:25.130Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:25.130Z] master [2020-10-13T03:39:25.130Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:25.728Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:26.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:26.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T03:39:26.353Z] 87042e9011d7: Preparing [2020-10-13T03:39:26.353Z] 1ff71f1aef3e: Preparing [2020-10-13T03:39:26.353Z] 2b652277385b: Preparing [2020-10-13T03:39:26.353Z] 59b5d44b47fd: Preparing [2020-10-13T03:39:26.353Z] 69cd4ecb5b4a: Preparing [2020-10-13T03:39:26.353Z] 33b886360141: Preparing [2020-10-13T03:39:26.353Z] d6b3c869ccda: Preparing [2020-10-13T03:39:26.353Z] 527eef706b20: Preparing [2020-10-13T03:39:26.353Z] 224742e9e948: Preparing [2020-10-13T03:39:26.353Z] 5391e5290f13: Preparing [2020-10-13T03:39:26.353Z] 13baed61c795: Preparing [2020-10-13T03:39:26.353Z] 51d6d3d09136: Preparing [2020-10-13T03:39:26.353Z] 1507bc794612: Preparing [2020-10-13T03:39:26.353Z] 50644c29ef5a: Preparing [2020-10-13T03:39:26.353Z] 224742e9e948: Waiting [2020-10-13T03:39:26.353Z] 5391e5290f13: Waiting [2020-10-13T03:39:26.353Z] 13baed61c795: Waiting [2020-10-13T03:39:26.353Z] 51d6d3d09136: Waiting [2020-10-13T03:39:26.353Z] 1507bc794612: Waiting [2020-10-13T03:39:26.353Z] 50644c29ef5a: Waiting [2020-10-13T03:39:26.353Z] 33b886360141: Waiting [2020-10-13T03:39:26.353Z] d6b3c869ccda: Waiting [2020-10-13T03:39:26.353Z] 527eef706b20: Waiting [2020-10-13T03:39:26.861Z] ---> 3ae2c29d2ee9 [2020-10-13T03:39:26.861Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-13T03:39:27.153Z] 69cd4ecb5b4a: Pushed [2020-10-13T03:39:27.153Z] 87042e9011d7: Pushed [2020-10-13T03:39:27.447Z] 59b5d44b47fd: Pushed [2020-10-13T03:39:27.447Z] 527eef706b20: Layer already exists [2020-10-13T03:39:27.447Z] d6b3c869ccda: Pushed [2020-10-13T03:39:27.447Z] 224742e9e948: Layer already exists [2020-10-13T03:39:27.735Z] 5391e5290f13: Layer already exists [2020-10-13T03:39:27.735Z] 13baed61c795: Layer already exists [2020-10-13T03:39:27.735Z] 51d6d3d09136: Layer already exists [2020-10-13T03:39:27.735Z] 1507bc794612: Layer already exists [2020-10-13T03:39:27.735Z] 50644c29ef5a: Layer already exists [2020-10-13T03:39:27.735Z] 1ff71f1aef3e: Pushed [2020-10-13T03:39:28.323Z] ---> 787b5303bd4c [2020-10-13T03:39:28.323Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T03:39:28.741Z] 33b886360141: Pushed [2020-10-13T03:39:29.311Z] ---> 7da41ec95b62 [2020-10-13T03:39:29.311Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T03:39:29.589Z] ---> Running in 89d165327824 [2020-10-13T03:39:33.990Z] Removing intermediate container 89d165327824 [2020-10-13T03:39:33.991Z] ---> ab6818eab192 [2020-10-13T03:39:33.991Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T03:39:33.991Z] ---> Running in c06db56f5ba5 [2020-10-13T03:39:33.991Z] Removing intermediate container c06db56f5ba5 [2020-10-13T03:39:33.991Z] ---> a176227a5e73 [2020-10-13T03:39:33.991Z] Step 24/26 : LABEL arch=arm64 [2020-10-13T03:39:34.270Z] ---> Running in f10b7e2a78ac [2020-10-13T03:39:34.284Z] 2b652277385b: Pushed [2020-10-13T03:39:34.284Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:be615dc706fdde51a533b9d896310b56e92ec5dfd359e32cf313d1e27e935c3d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:34.711Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:34.886Z] Removing intermediate container f10b7e2a78ac [2020-10-13T03:39:34.886Z] ---> 5a3c09d11bcd [2020-10-13T03:39:34.886Z] Step 25/26 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:35.085Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.66 [2020-10-13T03:39:35.160Z] ---> Running in 3433155acb75 [2020-10-13T03:39:35.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T03:39:35.350Z] 87042e9011d7: Preparing [2020-10-13T03:39:35.350Z] 1ff71f1aef3e: Preparing [2020-10-13T03:39:35.350Z] 2b652277385b: Preparing [2020-10-13T03:39:35.350Z] 59b5d44b47fd: Preparing [2020-10-13T03:39:35.350Z] 69cd4ecb5b4a: Preparing [2020-10-13T03:39:35.350Z] 33b886360141: Preparing [2020-10-13T03:39:35.350Z] d6b3c869ccda: Preparing [2020-10-13T03:39:35.350Z] 527eef706b20: Preparing [2020-10-13T03:39:35.350Z] 224742e9e948: Preparing [2020-10-13T03:39:35.350Z] 5391e5290f13: Preparing [2020-10-13T03:39:35.350Z] 13baed61c795: Preparing [2020-10-13T03:39:35.350Z] 51d6d3d09136: Preparing [2020-10-13T03:39:35.350Z] 1507bc794612: Preparing [2020-10-13T03:39:35.350Z] 50644c29ef5a: Preparing [2020-10-13T03:39:35.350Z] 33b886360141: Waiting [2020-10-13T03:39:35.350Z] d6b3c869ccda: Waiting [2020-10-13T03:39:35.350Z] 527eef706b20: Waiting [2020-10-13T03:39:35.350Z] 224742e9e948: Waiting [2020-10-13T03:39:35.350Z] 5391e5290f13: Waiting [2020-10-13T03:39:35.350Z] 13baed61c795: Waiting [2020-10-13T03:39:35.350Z] 51d6d3d09136: Waiting [2020-10-13T03:39:35.350Z] 1507bc794612: Waiting [2020-10-13T03:39:35.350Z] 50644c29ef5a: Waiting [2020-10-13T03:39:35.350Z] 2b652277385b: Layer already exists [2020-10-13T03:39:35.350Z] 87042e9011d7: Layer already exists [2020-10-13T03:39:35.350Z] 1ff71f1aef3e: Layer already exists [2020-10-13T03:39:35.350Z] 59b5d44b47fd: Layer already exists [2020-10-13T03:39:35.350Z] 69cd4ecb5b4a: Layer already exists [2020-10-13T03:39:35.350Z] d6b3c869ccda: Layer already exists [2020-10-13T03:39:35.350Z] 33b886360141: Layer already exists [2020-10-13T03:39:35.350Z] 5391e5290f13: Layer already exists [2020-10-13T03:39:35.350Z] 527eef706b20: Layer already exists [2020-10-13T03:39:35.350Z] 224742e9e948: Layer already exists [2020-10-13T03:39:35.350Z] 13baed61c795: Layer already exists [2020-10-13T03:39:35.350Z] 51d6d3d09136: Layer already exists [2020-10-13T03:39:35.350Z] 1507bc794612: Layer already exists [2020-10-13T03:39:35.350Z] 50644c29ef5a: Layer already exists [2020-10-13T03:39:35.350Z] 1.2.2-dev.66: digest: sha256:be615dc706fdde51a533b9d896310b56e92ec5dfd359e32cf313d1e27e935c3d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:35.690Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:36.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:36.136Z] Removing intermediate container 3433155acb75 [2020-10-13T03:39:36.136Z] ---> 15fa6b3d7b62 [2020-10-13T03:39:36.136Z] Step 26/26 : LABEL version=1.2.2-dev.66 [2020-10-13T03:39:36.136Z] ---> Running in 9d63285cfbd2 [2020-10-13T03:39:36.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T03:39:36.324Z] 87042e9011d7: Preparing [2020-10-13T03:39:36.324Z] 1ff71f1aef3e: Preparing [2020-10-13T03:39:36.324Z] 2b652277385b: Preparing [2020-10-13T03:39:36.324Z] 59b5d44b47fd: Preparing [2020-10-13T03:39:36.324Z] 69cd4ecb5b4a: Preparing [2020-10-13T03:39:36.324Z] 33b886360141: Preparing [2020-10-13T03:39:36.324Z] d6b3c869ccda: Preparing [2020-10-13T03:39:36.324Z] 527eef706b20: Preparing [2020-10-13T03:39:36.324Z] 224742e9e948: Preparing [2020-10-13T03:39:36.324Z] 5391e5290f13: Preparing [2020-10-13T03:39:36.324Z] 13baed61c795: Preparing [2020-10-13T03:39:36.324Z] 51d6d3d09136: Preparing [2020-10-13T03:39:36.324Z] 1507bc794612: Preparing [2020-10-13T03:39:36.324Z] 50644c29ef5a: Preparing [2020-10-13T03:39:36.324Z] 33b886360141: Waiting [2020-10-13T03:39:36.324Z] d6b3c869ccda: Waiting [2020-10-13T03:39:36.324Z] 527eef706b20: Waiting [2020-10-13T03:39:36.324Z] 224742e9e948: Waiting [2020-10-13T03:39:36.324Z] 5391e5290f13: Waiting [2020-10-13T03:39:36.324Z] 13baed61c795: Waiting [2020-10-13T03:39:36.324Z] 51d6d3d09136: Waiting [2020-10-13T03:39:36.324Z] 1507bc794612: Waiting [2020-10-13T03:39:36.324Z] 50644c29ef5a: Waiting [2020-10-13T03:39:36.324Z] 1ff71f1aef3e: Layer already exists [2020-10-13T03:39:36.324Z] 87042e9011d7: Layer already exists [2020-10-13T03:39:36.324Z] 2b652277385b: Layer already exists [2020-10-13T03:39:36.324Z] 59b5d44b47fd: Layer already exists [2020-10-13T03:39:36.324Z] 69cd4ecb5b4a: Layer already exists [2020-10-13T03:39:36.324Z] 224742e9e948: Layer already exists [2020-10-13T03:39:36.324Z] d6b3c869ccda: Layer already exists [2020-10-13T03:39:36.324Z] 527eef706b20: Layer already exists [2020-10-13T03:39:36.324Z] 5391e5290f13: Layer already exists [2020-10-13T03:39:36.324Z] 33b886360141: Layer already exists [2020-10-13T03:39:36.324Z] 51d6d3d09136: Layer already exists [2020-10-13T03:39:36.324Z] 13baed61c795: Layer already exists [2020-10-13T03:39:36.324Z] 1507bc794612: Layer already exists [2020-10-13T03:39:36.324Z] 50644c29ef5a: Layer already exists [2020-10-13T03:39:36.605Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:be615dc706fdde51a533b9d896310b56e92ec5dfd359e32cf313d1e27e935c3d size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:36.737Z] Removing intermediate container 9d63285cfbd2 [2020-10-13T03:39:36.737Z] ---> ade3b96e8703 [2020-10-13T03:39:36.737Z] [2020-10-13T03:39:37.014Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:39:37.344Z] Successfully built ade3b96e8703 [2020-10-13T03:39:37.344Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-13T03:39:37.526Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-13T03:39:37.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T03:39:37.815Z] 87042e9011d7: Preparing [2020-10-13T03:39:37.815Z] 1ff71f1aef3e: Preparing [2020-10-13T03:39:37.815Z] 2b652277385b: Preparing [2020-10-13T03:39:37.815Z] 59b5d44b47fd: Preparing [2020-10-13T03:39:37.815Z] 69cd4ecb5b4a: Preparing [2020-10-13T03:39:37.815Z] 33b886360141: Preparing [2020-10-13T03:39:37.815Z] d6b3c869ccda: Preparing [2020-10-13T03:39:37.815Z] 527eef706b20: Preparing [2020-10-13T03:39:37.815Z] 224742e9e948: Preparing [2020-10-13T03:39:37.815Z] 5391e5290f13: Preparing [2020-10-13T03:39:37.815Z] 13baed61c795: Preparing [2020-10-13T03:39:37.815Z] 51d6d3d09136: Preparing [2020-10-13T03:39:37.815Z] 1507bc794612: Preparing [2020-10-13T03:39:37.815Z] 50644c29ef5a: Preparing [2020-10-13T03:39:37.815Z] 33b886360141: Waiting [2020-10-13T03:39:37.815Z] d6b3c869ccda: Waiting [2020-10-13T03:39:37.815Z] 527eef706b20: Waiting [2020-10-13T03:39:37.815Z] 224742e9e948: Waiting [2020-10-13T03:39:37.815Z] 5391e5290f13: Waiting [2020-10-13T03:39:37.815Z] 13baed61c795: Waiting [2020-10-13T03:39:37.815Z] 51d6d3d09136: Waiting [2020-10-13T03:39:37.815Z] 1507bc794612: Waiting [2020-10-13T03:39:37.815Z] 50644c29ef5a: Waiting [2020-10-13T03:39:37.815Z] 69cd4ecb5b4a: Layer already exists [2020-10-13T03:39:37.815Z] 87042e9011d7: Layer already exists [2020-10-13T03:39:37.815Z] 59b5d44b47fd: Layer already exists [2020-10-13T03:39:37.815Z] 1ff71f1aef3e: Layer already exists [2020-10-13T03:39:37.815Z] 2b652277385b: Layer already exists [2020-10-13T03:39:37.815Z] 33b886360141: Layer already exists [2020-10-13T03:39:37.815Z] 224742e9e948: Layer already exists [2020-10-13T03:39:37.815Z] 527eef706b20: Layer already exists [2020-10-13T03:39:37.815Z] d6b3c869ccda: Layer already exists [2020-10-13T03:39:37.815Z] 13baed61c795: Layer already exists [2020-10-13T03:39:37.815Z] 5391e5290f13: Layer already exists [2020-10-13T03:39:37.815Z] 50644c29ef5a: Layer already exists [2020-10-13T03:39:37.815Z] 51d6d3d09136: Layer already exists [2020-10-13T03:39:37.815Z] 1507bc794612: Layer already exists [2020-10-13T03:39:38.088Z] master: digest: sha256:be615dc706fdde51a533b9d896310b56e92ec5dfd359e32cf313d1e27e935c3d size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:39:38.280Z] ===================================================== [Pipeline] echo [2020-10-13T03:39:38.327Z] taggedImages: [2020-10-13T03:39:38.327Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:38.327Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.66 [2020-10-13T03:39:38.327Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:39:38.327Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-13T03:39:40.747Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c19e2f558b99 [2020-10-13T03:39:40.747Z] ---> a315a2165e02 [2020-10-13T03:39:40.747Z] [2020-10-13T03:39:40.747Z] Step 10/24 : FROM scratch [2020-10-13T03:39:40.747Z] ---> [2020-10-13T03:39:40.747Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T03:39:40.747Z] ---> Using cache [2020-10-13T03:39:40.747Z] ---> 6b2954e2e112 [2020-10-13T03:39:40.747Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-13T03:39:40.747Z] ---> Running in 4559220750c0 [2020-10-13T03:39:41.346Z] Removing intermediate container 4559220750c0 [2020-10-13T03:39:41.346Z] ---> c793c1ce1501 [2020-10-13T03:39:41.346Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-13T03:39:41.346Z] ---> Running in cb171fb8dc72 [2020-10-13T03:39:41.618Z] Removing intermediate container cb171fb8dc72 [2020-10-13T03:39:41.618Z] ---> 53992d9bbdf3 [2020-10-13T03:39:41.618Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-13T03:39:42.592Z] ---> 729457f87039 [2020-10-13T03:39:42.592Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-13T03:39:43.569Z] ---> b92108fb1e1d [2020-10-13T03:39:43.569Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-13T03:39:45.014Z] ---> 0e7dea10f9c4 [2020-10-13T03:39:45.014Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-13T03:39:45.989Z] ---> b3befb587fe5 [2020-10-13T03:39:45.989Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-13T03:39:47.968Z] ---> 8061df463d2f [2020-10-13T03:39:47.968Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-13T03:39:47.968Z] Removing intermediate container a5d340c8d92e [2020-10-13T03:39:47.968Z] ---> 1496b775e495 [2020-10-13T03:39:47.968Z] [2020-10-13T03:39:47.968Z] Step 10/22 : FROM scratch [2020-10-13T03:39:47.968Z] ---> [2020-10-13T03:39:47.968Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T03:39:48.242Z] ---> Using cache [2020-10-13T03:39:48.242Z] ---> f22654e8522c [2020-10-13T03:39:48.242Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-13T03:39:48.515Z] ---> Running in eac36a4b5ab1 [2020-10-13T03:39:48.515Z] ---> eeed27ec4af6 [2020-10-13T03:39:48.515Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-13T03:39:48.792Z] ---> Running in 1e7a60e40133 [2020-10-13T03:39:48.792Z] Removing intermediate container eac36a4b5ab1 [2020-10-13T03:39:48.792Z] ---> 0a10948fdce6 [2020-10-13T03:39:48.792Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T03:39:49.065Z] ---> Running in 27d215ba7bfc [2020-10-13T03:39:49.339Z] Removing intermediate container 1e7a60e40133 [2020-10-13T03:39:49.339Z] ---> b9d99cb09bd4 [2020-10-13T03:39:49.339Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:39:49.339Z] ---> Running in 823941b0abaa [2020-10-13T03:39:49.612Z] Removing intermediate container 27d215ba7bfc [2020-10-13T03:39:49.612Z] ---> 57d02a9d6707 [2020-10-13T03:39:49.612Z] Step 14/22 : WORKDIR / [2020-10-13T03:39:49.612Z] ---> Running in 435870d97a25 [2020-10-13T03:39:49.884Z] Removing intermediate container 823941b0abaa [2020-10-13T03:39:49.884Z] ---> fe747d012b2a [2020-10-13T03:39:49.884Z] Step 22/24 : LABEL arch=arm64 [2020-10-13T03:39:49.884Z] ---> Running in 8eb284591425 [2020-10-13T03:39:50.156Z] Removing intermediate container 435870d97a25 [2020-10-13T03:39:50.156Z] ---> bd246effe435 [2020-10-13T03:39:50.156Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-13T03:39:50.750Z] Removing intermediate container 8eb284591425 [2020-10-13T03:39:50.751Z] ---> 12149527b360 [2020-10-13T03:39:50.751Z] Step 23/24 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:50.751Z] ---> Running in dfec219c4186 [2020-10-13T03:39:50.751Z] ---> 4c9fcc1638e5 [2020-10-13T03:39:50.751Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-13T03:39:51.344Z] Removing intermediate container dfec219c4186 [2020-10-13T03:39:51.344Z] ---> ce7b6ca04fd9 [2020-10-13T03:39:51.344Z] Step 24/24 : LABEL version=1.2.2-dev.66 [2020-10-13T03:39:51.616Z] ---> Running in 13b82943bbfa [2020-10-13T03:39:52.211Z] ---> d909c88b4af4 [2020-10-13T03:39:52.211Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-13T03:39:52.211Z] Removing intermediate container 13b82943bbfa [2020-10-13T03:39:52.211Z] ---> fb733d86267e [2020-10-13T03:39:52.211Z] [2020-10-13T03:39:52.484Z] Successfully built fb733d86267e [2020-10-13T03:39:52.484Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-13T03:39:53.074Z]  Building docker-support-notifications-go ... done  ---> 50214fbd84b0 [2020-10-13T03:39:53.074Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-13T03:39:53.074Z] ---> Running in a9ed821fb01b [2020-10-13T03:39:53.667Z] Removing intermediate container a9ed821fb01b [2020-10-13T03:39:53.667Z] ---> e5340b05d110 [2020-10-13T03:39:53.667Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T03:39:53.667Z] ---> Running in 705d643cad45 [2020-10-13T03:39:54.261Z] Removing intermediate container 705d643cad45 [2020-10-13T03:39:54.261Z] ---> b33942b4871b [2020-10-13T03:39:54.261Z] Step 20/22 : LABEL arch=arm64 [2020-10-13T03:39:54.261Z] ---> Running in 0f4e0f7d740d [2020-10-13T03:39:54.535Z] Removing intermediate container 0f4e0f7d740d [2020-10-13T03:39:54.535Z] ---> 878fe1269361 [2020-10-13T03:39:54.535Z] Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:39:54.808Z] ---> Running in 3603f2510604 [2020-10-13T03:39:55.095Z] Removing intermediate container 3603f2510604 [2020-10-13T03:39:55.095Z] ---> d8f137b4fb53 [2020-10-13T03:39:55.095Z] Step 22/22 : LABEL version=1.2.2-dev.66 [2020-10-13T03:39:55.365Z] ---> Running in 422c38f412cb [2020-10-13T03:39:55.637Z] Removing intermediate container 422c38f412cb [2020-10-13T03:39:55.637Z] ---> cd156828bdbc [2020-10-13T03:39:55.637Z] [2020-10-13T03:39:56.229Z] Successfully built cd156828bdbc [2020-10-13T03:39:56.229Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-13T03:39:56.514Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-10-13T03:39:56.523Z] $ docker stop --time=1 b6944e55ff0b9ac12da61f549624ec1fb0a28c3d6beadf6f94cacf3b69e3b741 [2020-10-13T03:39:58.408Z] $ docker rm -f b6944e55ff0b9ac12da61f549624ec1fb0a28c3d6beadf6f94cacf3b69e3b741 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:39:59.154Z] + + grepdocker docker images [2020-10-13T03:39:59.154Z] [2020-10-13T03:39:59.426Z] docker-core-metadata-go-arm64 latest cd156828bdbc 4 seconds ago 13.3MB [2020-10-13T03:39:59.426Z] docker-support-notifications-go-arm64 latest fb733d86267e 8 seconds ago 12.9MB [2020-10-13T03:39:59.426Z] docker-security-secretstore-setup-go-arm64 latest ade3b96e8703 23 seconds ago 30.8MB [2020-10-13T03:39:59.426Z] docker-support-scheduler-go-arm64 latest fdb464cb3012 41 seconds ago 11.5MB [2020-10-13T03:39:59.426Z] docker-security-proxy-setup-go-arm64 latest 6443a749516e About a minute ago 15.1MB [2020-10-13T03:39:59.426Z] docker-sys-mgmt-agent-go-arm64 latest 56ade04b2a39 2 minutes ago 270MB [2020-10-13T03:39:59.426Z] docker-core-data-go-arm64 latest 82b806b4b666 2 minutes ago 22.2MB [2020-10-13T03:39:59.426Z] docker-security-secrets-setup-go-arm64 latest 06d9bd6fb5fa 3 minutes ago 22.7MB [2020-10-13T03:39:59.426Z] docker-core-command-go-arm64 latest f2ba692661cf 3 minutes ago 11.4MB [2020-10-13T03:39:59.426Z] docker-support-logging-go-arm64 latest 754e0e0242aa 3 minutes ago 10.6MB [2020-10-13T03:39:59.426Z] docker latest 45884bde0078 3 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-13T03:39:59.973Z] provisioning config files... [2020-10-13T03:40:00.019Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/181@tmp/config5597706072459027370tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:40:00.423Z] ---> docker-login.sh [2020-10-13T03:40:00.423Z] nexus3.edgexfoundry.org:10001 [2020-10-13T03:40:00.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T03:40:00.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T03:40:00.965Z] Configure a credential helper to remove this warning. See [2020-10-13T03:40:00.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T03:40:00.965Z] [2020-10-13T03:40:00.965Z] Login Succeeded [2020-10-13T03:40:00.965Z] nexus3.edgexfoundry.org:10002 [2020-10-13T03:40:01.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T03:40:01.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T03:40:01.514Z] Configure a credential helper to remove this warning. See [2020-10-13T03:40:01.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T03:40:01.514Z] [2020-10-13T03:40:01.514Z] Login Succeeded [2020-10-13T03:40:01.514Z] nexus3.edgexfoundry.org:10003 [2020-10-13T03:40:02.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T03:40:02.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T03:40:02.111Z] Configure a credential helper to remove this warning. See [2020-10-13T03:40:02.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T03:40:02.111Z] [2020-10-13T03:40:02.111Z] Login Succeeded [2020-10-13T03:40:02.111Z] nexus3.edgexfoundry.org:10004 [2020-10-13T03:40:02.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T03:40:02.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T03:40:02.706Z] Configure a credential helper to remove this warning. See [2020-10-13T03:40:02.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T03:40:02.706Z] [2020-10-13T03:40:02.706Z] Login Succeeded [2020-10-13T03:40:02.706Z] docker.io [2020-10-13T03:40:03.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T03:40:03.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T03:40:03.567Z] Configure a credential helper to remove this warning. See [2020-10-13T03:40:03.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T03:40:03.567Z] [2020-10-13T03:40:03.567Z] Login Succeeded [2020-10-13T03:40:03.567Z] ---> docker-login.sh ends [Pipeline] } [2020-10-13T03:40:03.584Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:40:03.799Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-13T03:40:03.799Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:03.799Z] 1.2.2-dev.66 [2020-10-13T03:40:03.799Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:03.799Z] master [2020-10-13T03:40:03.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:04.376Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:04.733Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:04.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T03:40:04.733Z] 1c0b4658d7f0: Preparing [2020-10-13T03:40:04.733Z] d0e41d9f001a: Preparing [2020-10-13T03:40:04.733Z] b001dada8633: Preparing [2020-10-13T03:40:05.024Z] b001dada8633: Pushed [2020-10-13T03:40:05.024Z] 1c0b4658d7f0: Pushed [2020-10-13T03:40:08.426Z] d0e41d9f001a: Pushed [2020-10-13T03:40:08.426Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:7c5cd9f379cdd7dcc0f42b7c2af94276df8f7a9b3e36ee1a56ec56c8296c8ffe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:08.770Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:09.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:09.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T03:40:09.117Z] 1c0b4658d7f0: Preparing [2020-10-13T03:40:09.117Z] d0e41d9f001a: Preparing [2020-10-13T03:40:09.117Z] b001dada8633: Preparing [2020-10-13T03:40:09.389Z] b001dada8633: Layer already exists [2020-10-13T03:40:09.389Z] 1c0b4658d7f0: Layer already exists [2020-10-13T03:40:09.389Z] d0e41d9f001a: Layer already exists [2020-10-13T03:40:09.389Z] 1.2.2-dev.66: digest: sha256:7c5cd9f379cdd7dcc0f42b7c2af94276df8f7a9b3e36ee1a56ec56c8296c8ffe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:09.734Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:10.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:10.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T03:40:10.072Z] 1c0b4658d7f0: Preparing [2020-10-13T03:40:10.072Z] d0e41d9f001a: Preparing [2020-10-13T03:40:10.072Z] b001dada8633: Preparing [2020-10-13T03:40:10.344Z] 1c0b4658d7f0: Layer already exists [2020-10-13T03:40:10.344Z] b001dada8633: Layer already exists [2020-10-13T03:40:10.344Z] d0e41d9f001a: Layer already exists [2020-10-13T03:40:10.344Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:7c5cd9f379cdd7dcc0f42b7c2af94276df8f7a9b3e36ee1a56ec56c8296c8ffe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:10.692Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:11.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-13T03:40:11.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T03:40:11.039Z] 1c0b4658d7f0: Preparing [2020-10-13T03:40:11.039Z] d0e41d9f001a: Preparing [2020-10-13T03:40:11.039Z] b001dada8633: Preparing [2020-10-13T03:40:11.039Z] b001dada8633: Layer already exists [2020-10-13T03:40:11.039Z] d0e41d9f001a: Layer already exists [2020-10-13T03:40:11.039Z] 1c0b4658d7f0: Layer already exists [2020-10-13T03:40:11.309Z] master: digest: sha256:7c5cd9f379cdd7dcc0f42b7c2af94276df8f7a9b3e36ee1a56ec56c8296c8ffe size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:40:11.530Z] ===================================================== [Pipeline] echo [2020-10-13T03:40:11.586Z] taggedImages: [2020-10-13T03:40:11.586Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:11.586Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:11.586Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:11.586Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-13T03:40:11.652Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-13T03:40:11.652Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:11.652Z] 1.2.2-dev.66 [2020-10-13T03:40:11.652Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:11.652Z] master [2020-10-13T03:40:11.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:12.183Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:12.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:12.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T03:40:12.524Z] fd194f238208: Preparing [2020-10-13T03:40:12.524Z] 9b5e21fae344: Preparing [2020-10-13T03:40:12.524Z] 1e05009fa377: Preparing [2020-10-13T03:40:12.524Z] ca021f7b1a7c: Preparing [2020-10-13T03:40:12.524Z] 7fb8a97a074a: Preparing [2020-10-13T03:40:12.524Z] e2f13739ad41: Preparing [2020-10-13T03:40:12.524Z] e2f13739ad41: Waiting [2020-10-13T03:40:13.116Z] 7fb8a97a074a: Pushed [2020-10-13T03:40:13.116Z] fd194f238208: Pushed [2020-10-13T03:40:13.116Z] 1e05009fa377: Pushed [2020-10-13T03:40:13.116Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:13.388Z] ca021f7b1a7c: Pushed [2020-10-13T03:40:16.773Z] 9b5e21fae344: Pushed [2020-10-13T03:40:16.773Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:c63713f615ecefccbd8ee71767a2aa2b31c4f03420e9558d42ba53d4faaf4c4a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:17.116Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:17.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:17.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T03:40:17.452Z] fd194f238208: Preparing [2020-10-13T03:40:17.452Z] 9b5e21fae344: Preparing [2020-10-13T03:40:17.452Z] 1e05009fa377: Preparing [2020-10-13T03:40:17.452Z] ca021f7b1a7c: Preparing [2020-10-13T03:40:17.452Z] 7fb8a97a074a: Preparing [2020-10-13T03:40:17.452Z] e2f13739ad41: Preparing [2020-10-13T03:40:17.452Z] e2f13739ad41: Waiting [2020-10-13T03:40:17.452Z] fd194f238208: Layer already exists [2020-10-13T03:40:17.452Z] 9b5e21fae344: Layer already exists [2020-10-13T03:40:17.452Z] 7fb8a97a074a: Layer already exists [2020-10-13T03:40:17.452Z] ca021f7b1a7c: Layer already exists [2020-10-13T03:40:17.452Z] 1e05009fa377: Layer already exists [2020-10-13T03:40:17.723Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:17.723Z] 1.2.2-dev.66: digest: sha256:c63713f615ecefccbd8ee71767a2aa2b31c4f03420e9558d42ba53d4faaf4c4a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:18.063Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:18.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:18.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T03:40:18.408Z] fd194f238208: Preparing [2020-10-13T03:40:18.408Z] 9b5e21fae344: Preparing [2020-10-13T03:40:18.408Z] 1e05009fa377: Preparing [2020-10-13T03:40:18.408Z] ca021f7b1a7c: Preparing [2020-10-13T03:40:18.408Z] 7fb8a97a074a: Preparing [2020-10-13T03:40:18.408Z] e2f13739ad41: Preparing [2020-10-13T03:40:18.408Z] e2f13739ad41: Waiting [2020-10-13T03:40:18.683Z] fd194f238208: Layer already exists [2020-10-13T03:40:18.683Z] ca021f7b1a7c: Layer already exists [2020-10-13T03:40:18.683Z] 7fb8a97a074a: Layer already exists [2020-10-13T03:40:18.683Z] 9b5e21fae344: Layer already exists [2020-10-13T03:40:18.684Z] 1e05009fa377: Layer already exists [2020-10-13T03:40:18.684Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:18.684Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:c63713f615ecefccbd8ee71767a2aa2b31c4f03420e9558d42ba53d4faaf4c4a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:19.025Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:19.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-13T03:40:19.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T03:40:19.364Z] fd194f238208: Preparing [2020-10-13T03:40:19.364Z] 9b5e21fae344: Preparing [2020-10-13T03:40:19.364Z] 1e05009fa377: Preparing [2020-10-13T03:40:19.364Z] ca021f7b1a7c: Preparing [2020-10-13T03:40:19.364Z] 7fb8a97a074a: Preparing [2020-10-13T03:40:19.364Z] e2f13739ad41: Preparing [2020-10-13T03:40:19.364Z] e2f13739ad41: Waiting [2020-10-13T03:40:19.364Z] fd194f238208: Layer already exists [2020-10-13T03:40:19.364Z] 9b5e21fae344: Layer already exists [2020-10-13T03:40:19.364Z] 1e05009fa377: Layer already exists [2020-10-13T03:40:19.364Z] ca021f7b1a7c: Layer already exists [2020-10-13T03:40:19.364Z] 7fb8a97a074a: Layer already exists [2020-10-13T03:40:19.633Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:19.633Z] master: digest: sha256:c63713f615ecefccbd8ee71767a2aa2b31c4f03420e9558d42ba53d4faaf4c4a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:40:19.894Z] ===================================================== [Pipeline] echo [2020-10-13T03:40:19.956Z] taggedImages: [2020-10-13T03:40:19.956Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:19.956Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:19.956Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:19.956Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-13T03:40:20.062Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-13T03:40:20.063Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:20.063Z] 1.2.2-dev.66 [2020-10-13T03:40:20.063Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:20.063Z] master [2020-10-13T03:40:20.063Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:20.718Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:21.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:21.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T03:40:21.144Z] 93212dd48339: Preparing [2020-10-13T03:40:21.144Z] 5a470fad5d3f: Preparing [2020-10-13T03:40:21.144Z] eea17b0669ce: Preparing [2020-10-13T03:40:21.429Z] 93212dd48339: Pushed [2020-10-13T03:40:21.429Z] eea17b0669ce: Pushed [2020-10-13T03:40:24.796Z] 5a470fad5d3f: Pushed [2020-10-13T03:40:24.796Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:05a4361945e637192c9ce69ee4f289ea9fea0d913a3fe0db17e8281d34c79efd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:25.142Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:25.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:25.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T03:40:25.479Z] 93212dd48339: Preparing [2020-10-13T03:40:25.479Z] 5a470fad5d3f: Preparing [2020-10-13T03:40:25.480Z] eea17b0669ce: Preparing [2020-10-13T03:40:25.480Z] eea17b0669ce: Layer already exists [2020-10-13T03:40:25.480Z] 5a470fad5d3f: Layer already exists [2020-10-13T03:40:25.480Z] 93212dd48339: Layer already exists [2020-10-13T03:40:25.753Z] 1.2.2-dev.66: digest: sha256:05a4361945e637192c9ce69ee4f289ea9fea0d913a3fe0db17e8281d34c79efd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:26.096Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:26.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:26.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T03:40:26.439Z] 93212dd48339: Preparing [2020-10-13T03:40:26.439Z] 5a470fad5d3f: Preparing [2020-10-13T03:40:26.439Z] eea17b0669ce: Preparing [2020-10-13T03:40:26.439Z] 5a470fad5d3f: Layer already exists [2020-10-13T03:40:26.439Z] 93212dd48339: Layer already exists [2020-10-13T03:40:26.439Z] eea17b0669ce: Layer already exists [2020-10-13T03:40:26.709Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:05a4361945e637192c9ce69ee4f289ea9fea0d913a3fe0db17e8281d34c79efd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:27.052Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:27.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-13T03:40:27.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T03:40:27.392Z] 93212dd48339: Preparing [2020-10-13T03:40:27.392Z] 5a470fad5d3f: Preparing [2020-10-13T03:40:27.392Z] eea17b0669ce: Preparing [2020-10-13T03:40:27.392Z] 5a470fad5d3f: Layer already exists [2020-10-13T03:40:27.392Z] eea17b0669ce: Layer already exists [2020-10-13T03:40:27.392Z] 93212dd48339: Layer already exists [2020-10-13T03:40:27.663Z] master: digest: sha256:05a4361945e637192c9ce69ee4f289ea9fea0d913a3fe0db17e8281d34c79efd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:40:27.875Z] ===================================================== [Pipeline] echo [2020-10-13T03:40:27.929Z] taggedImages: [2020-10-13T03:40:27.929Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:27.929Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:27.929Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:27.929Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-13T03:40:28.003Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-13T03:40:28.003Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:28.003Z] 1.2.2-dev.66 [2020-10-13T03:40:28.003Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:28.003Z] master [2020-10-13T03:40:28.003Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:28.524Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:28.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:28.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T03:40:28.858Z] 1e372615282e: Preparing [2020-10-13T03:40:28.858Z] f709f6e59f41: Preparing [2020-10-13T03:40:28.858Z] 67eebcc70829: Preparing [2020-10-13T03:40:28.858Z] 2735e8a80d43: Preparing [2020-10-13T03:40:28.858Z] e2f13739ad41: Preparing [2020-10-13T03:40:29.131Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:29.131Z] 67eebcc70829: Pushed [2020-10-13T03:40:29.131Z] f709f6e59f41: Pushed [2020-10-13T03:40:29.722Z] 2735e8a80d43: Pushed [2020-10-13T03:40:31.146Z] 1e372615282e: Pushed [2020-10-13T03:40:31.418Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:41311b08b37b971079763aa00b6b11643f2df6c5b6e9ca542c219901b6e854d2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:31.758Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:32.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:32.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T03:40:32.094Z] 1e372615282e: Preparing [2020-10-13T03:40:32.094Z] f709f6e59f41: Preparing [2020-10-13T03:40:32.094Z] 67eebcc70829: Preparing [2020-10-13T03:40:32.094Z] 2735e8a80d43: Preparing [2020-10-13T03:40:32.094Z] e2f13739ad41: Preparing [2020-10-13T03:40:32.094Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:32.094Z] 67eebcc70829: Layer already exists [2020-10-13T03:40:32.364Z] 1e372615282e: Layer already exists [2020-10-13T03:40:32.364Z] f709f6e59f41: Layer already exists [2020-10-13T03:40:32.364Z] 2735e8a80d43: Layer already exists [2020-10-13T03:40:32.364Z] 1.2.2-dev.66: digest: sha256:41311b08b37b971079763aa00b6b11643f2df6c5b6e9ca542c219901b6e854d2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:32.707Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:33.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:33.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T03:40:33.044Z] 1e372615282e: Preparing [2020-10-13T03:40:33.044Z] f709f6e59f41: Preparing [2020-10-13T03:40:33.044Z] 67eebcc70829: Preparing [2020-10-13T03:40:33.044Z] 2735e8a80d43: Preparing [2020-10-13T03:40:33.044Z] e2f13739ad41: Preparing [2020-10-13T03:40:33.314Z] 67eebcc70829: Layer already exists [2020-10-13T03:40:33.314Z] 1e372615282e: Layer already exists [2020-10-13T03:40:33.314Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:33.314Z] f709f6e59f41: Layer already exists [2020-10-13T03:40:33.314Z] 2735e8a80d43: Layer already exists [2020-10-13T03:40:33.314Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:41311b08b37b971079763aa00b6b11643f2df6c5b6e9ca542c219901b6e854d2 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:33.655Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:34.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-13T03:40:34.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T03:40:34.001Z] 1e372615282e: Preparing [2020-10-13T03:40:34.001Z] f709f6e59f41: Preparing [2020-10-13T03:40:34.001Z] 67eebcc70829: Preparing [2020-10-13T03:40:34.001Z] 2735e8a80d43: Preparing [2020-10-13T03:40:34.001Z] e2f13739ad41: Preparing [2020-10-13T03:40:34.273Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:34.273Z] f709f6e59f41: Layer already exists [2020-10-13T03:40:34.273Z] 1e372615282e: Layer already exists [2020-10-13T03:40:34.273Z] 67eebcc70829: Layer already exists [2020-10-13T03:40:34.273Z] 2735e8a80d43: Layer already exists [2020-10-13T03:40:34.273Z] master: digest: sha256:41311b08b37b971079763aa00b6b11643f2df6c5b6e9ca542c219901b6e854d2 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:40:34.494Z] ===================================================== [Pipeline] echo [2020-10-13T03:40:34.542Z] taggedImages: [2020-10-13T03:40:34.542Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:34.542Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:34.542Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:34.542Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-13T03:40:34.611Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-13T03:40:34.611Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:34.611Z] 1.2.2-dev.66 [2020-10-13T03:40:34.611Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:34.611Z] master [2020-10-13T03:40:34.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:35.132Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:35.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:35.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T03:40:35.477Z] 1b8f552ed558: Preparing [2020-10-13T03:40:35.477Z] 902f86355fd6: Preparing [2020-10-13T03:40:35.477Z] 4a835fb2f5aa: Preparing [2020-10-13T03:40:35.477Z] a027c95d45c6: Preparing [2020-10-13T03:40:35.477Z] a027c95d45c6: Preparing [2020-10-13T03:40:35.477Z] 1bf506a116fe: Preparing [2020-10-13T03:40:35.477Z] c92b9277a474: Preparing [2020-10-13T03:40:35.477Z] 3195e2625bb3: Preparing [2020-10-13T03:40:35.477Z] 1b8f552ed558: Preparing [2020-10-13T03:40:35.477Z] 37fb45ff6351: Preparing [2020-10-13T03:40:35.477Z] 02a0cb408acc: Preparing [2020-10-13T03:40:35.477Z] dfa76b4e5034: Preparing [2020-10-13T03:40:35.477Z] e2f13739ad41: Preparing [2020-10-13T03:40:35.477Z] c92b9277a474: Waiting [2020-10-13T03:40:35.477Z] 37fb45ff6351: Waiting [2020-10-13T03:40:35.477Z] 02a0cb408acc: Waiting [2020-10-13T03:40:35.477Z] e2f13739ad41: Waiting [2020-10-13T03:40:35.477Z] dfa76b4e5034: Waiting [2020-10-13T03:40:35.749Z] 902f86355fd6: Pushed [2020-10-13T03:40:35.749Z] 4a835fb2f5aa: Pushed [2020-10-13T03:40:36.023Z] 1bf506a116fe: Pushed [2020-10-13T03:40:36.023Z] a027c95d45c6: Pushed [2020-10-13T03:40:36.023Z] c92b9277a474: Pushed [2020-10-13T03:40:36.023Z] 3195e2625bb3: Pushed [2020-10-13T03:40:36.023Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:36.296Z] 02a0cb408acc: Pushed [2020-10-13T03:40:36.296Z] 37fb45ff6351: Pushed [2020-10-13T03:40:36.569Z] dfa76b4e5034: Pushed [2020-10-13T03:40:38.005Z] 1b8f552ed558: Pushed [2020-10-13T03:40:38.278Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:50ef607fa322dcfb2493879bad90cba7ea175b3e52197e2d7b3dfa3a094d0fe0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:38.644Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:39.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:39.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T03:40:39.001Z] 1b8f552ed558: Preparing [2020-10-13T03:40:39.001Z] 902f86355fd6: Preparing [2020-10-13T03:40:39.001Z] 4a835fb2f5aa: Preparing [2020-10-13T03:40:39.001Z] a027c95d45c6: Preparing [2020-10-13T03:40:39.001Z] a027c95d45c6: Preparing [2020-10-13T03:40:39.001Z] 1bf506a116fe: Preparing [2020-10-13T03:40:39.001Z] c92b9277a474: Preparing [2020-10-13T03:40:39.001Z] 3195e2625bb3: Preparing [2020-10-13T03:40:39.001Z] 1b8f552ed558: Preparing [2020-10-13T03:40:39.001Z] 37fb45ff6351: Preparing [2020-10-13T03:40:39.001Z] 02a0cb408acc: Preparing [2020-10-13T03:40:39.001Z] dfa76b4e5034: Preparing [2020-10-13T03:40:39.001Z] e2f13739ad41: Preparing [2020-10-13T03:40:39.001Z] c92b9277a474: Waiting [2020-10-13T03:40:39.001Z] 37fb45ff6351: Waiting [2020-10-13T03:40:39.001Z] 3195e2625bb3: Waiting [2020-10-13T03:40:39.001Z] 02a0cb408acc: Waiting [2020-10-13T03:40:39.001Z] dfa76b4e5034: Waiting [2020-10-13T03:40:39.001Z] e2f13739ad41: Waiting [2020-10-13T03:40:39.001Z] 902f86355fd6: Layer already exists [2020-10-13T03:40:39.001Z] 4a835fb2f5aa: Layer already exists [2020-10-13T03:40:39.001Z] 1bf506a116fe: Layer already exists [2020-10-13T03:40:39.271Z] 1b8f552ed558: Layer already exists [2020-10-13T03:40:39.271Z] a027c95d45c6: Layer already exists [2020-10-13T03:40:39.271Z] 3195e2625bb3: Layer already exists [2020-10-13T03:40:39.271Z] 37fb45ff6351: Layer already exists [2020-10-13T03:40:39.271Z] c92b9277a474: Layer already exists [2020-10-13T03:40:39.271Z] dfa76b4e5034: Layer already exists [2020-10-13T03:40:39.271Z] 02a0cb408acc: Layer already exists [2020-10-13T03:40:39.271Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:39.271Z] 1.2.2-dev.66: digest: sha256:50ef607fa322dcfb2493879bad90cba7ea175b3e52197e2d7b3dfa3a094d0fe0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:39.615Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:39.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:39.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T03:40:39.952Z] 1b8f552ed558: Preparing [2020-10-13T03:40:39.952Z] 902f86355fd6: Preparing [2020-10-13T03:40:39.952Z] 4a835fb2f5aa: Preparing [2020-10-13T03:40:39.952Z] a027c95d45c6: Preparing [2020-10-13T03:40:39.952Z] a027c95d45c6: Preparing [2020-10-13T03:40:39.952Z] 1bf506a116fe: Preparing [2020-10-13T03:40:39.952Z] c92b9277a474: Preparing [2020-10-13T03:40:39.952Z] 3195e2625bb3: Preparing [2020-10-13T03:40:39.952Z] 1b8f552ed558: Preparing [2020-10-13T03:40:39.952Z] 37fb45ff6351: Preparing [2020-10-13T03:40:39.952Z] 02a0cb408acc: Preparing [2020-10-13T03:40:39.952Z] dfa76b4e5034: Preparing [2020-10-13T03:40:39.952Z] e2f13739ad41: Preparing [2020-10-13T03:40:39.952Z] c92b9277a474: Waiting [2020-10-13T03:40:39.952Z] 3195e2625bb3: Waiting [2020-10-13T03:40:39.952Z] dfa76b4e5034: Waiting [2020-10-13T03:40:39.952Z] e2f13739ad41: Waiting [2020-10-13T03:40:39.952Z] 37fb45ff6351: Waiting [2020-10-13T03:40:39.952Z] 02a0cb408acc: Waiting [2020-10-13T03:40:40.224Z] 4a835fb2f5aa: Layer already exists [2020-10-13T03:40:40.224Z] 902f86355fd6: Layer already exists [2020-10-13T03:40:40.224Z] a027c95d45c6: Layer already exists [2020-10-13T03:40:40.224Z] 1b8f552ed558: Layer already exists [2020-10-13T03:40:40.224Z] 1bf506a116fe: Layer already exists [2020-10-13T03:40:40.224Z] 37fb45ff6351: Layer already exists [2020-10-13T03:40:40.224Z] 3195e2625bb3: Layer already exists [2020-10-13T03:40:40.224Z] 02a0cb408acc: Layer already exists [2020-10-13T03:40:40.224Z] c92b9277a474: Layer already exists [2020-10-13T03:40:40.224Z] dfa76b4e5034: Layer already exists [2020-10-13T03:40:40.224Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:40.224Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:50ef607fa322dcfb2493879bad90cba7ea175b3e52197e2d7b3dfa3a094d0fe0 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:40.577Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:40.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-13T03:40:40.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T03:40:40.922Z] 1b8f552ed558: Preparing [2020-10-13T03:40:40.922Z] 902f86355fd6: Preparing [2020-10-13T03:40:40.922Z] 4a835fb2f5aa: Preparing [2020-10-13T03:40:40.922Z] a027c95d45c6: Preparing [2020-10-13T03:40:40.922Z] a027c95d45c6: Preparing [2020-10-13T03:40:40.922Z] 1bf506a116fe: Preparing [2020-10-13T03:40:40.922Z] c92b9277a474: Preparing [2020-10-13T03:40:40.922Z] 3195e2625bb3: Preparing [2020-10-13T03:40:40.922Z] 1b8f552ed558: Preparing [2020-10-13T03:40:40.922Z] 37fb45ff6351: Preparing [2020-10-13T03:40:40.922Z] 02a0cb408acc: Preparing [2020-10-13T03:40:40.922Z] dfa76b4e5034: Preparing [2020-10-13T03:40:40.922Z] e2f13739ad41: Preparing [2020-10-13T03:40:40.922Z] 37fb45ff6351: Waiting [2020-10-13T03:40:40.922Z] 02a0cb408acc: Waiting [2020-10-13T03:40:40.922Z] dfa76b4e5034: Waiting [2020-10-13T03:40:40.922Z] e2f13739ad41: Waiting [2020-10-13T03:40:40.922Z] c92b9277a474: Waiting [2020-10-13T03:40:40.922Z] 3195e2625bb3: Waiting [2020-10-13T03:40:40.922Z] a027c95d45c6: Layer already exists [2020-10-13T03:40:40.922Z] 1bf506a116fe: Layer already exists [2020-10-13T03:40:40.922Z] 4a835fb2f5aa: Layer already exists [2020-10-13T03:40:40.922Z] 902f86355fd6: Layer already exists [2020-10-13T03:40:40.922Z] 1b8f552ed558: Layer already exists [2020-10-13T03:40:40.922Z] c92b9277a474: Layer already exists [2020-10-13T03:40:41.196Z] 3195e2625bb3: Layer already exists [2020-10-13T03:40:41.196Z] 37fb45ff6351: Layer already exists [2020-10-13T03:40:41.196Z] dfa76b4e5034: Layer already exists [2020-10-13T03:40:41.196Z] 02a0cb408acc: Layer already exists [2020-10-13T03:40:41.196Z] e2f13739ad41: Layer already exists [2020-10-13T03:40:41.196Z] master: digest: sha256:50ef607fa322dcfb2493879bad90cba7ea175b3e52197e2d7b3dfa3a094d0fe0 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:40:41.471Z] ===================================================== [Pipeline] echo [2020-10-13T03:40:41.521Z] taggedImages: [2020-10-13T03:40:41.521Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:41.521Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:41.521Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:41.521Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-13T03:40:41.652Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-13T03:40:41.652Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:41.652Z] 1.2.2-dev.66 [2020-10-13T03:40:41.652Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:41.652Z] master [2020-10-13T03:40:41.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:42.189Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:42.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:42.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T03:40:42.536Z] 363a24c02e9a: Preparing [2020-10-13T03:40:42.536Z] 06421b9c3e53: Preparing [2020-10-13T03:40:42.536Z] 49638e681948: Preparing [2020-10-13T03:40:42.536Z] 829538b8a86e: Preparing [2020-10-13T03:40:42.536Z] 5a58132e1aa0: Preparing [2020-10-13T03:40:42.536Z] 296a6531900b: Preparing [2020-10-13T03:40:42.536Z] 4977acfb59e6: Preparing [2020-10-13T03:40:42.536Z] dcc2de1ca11a: Preparing [2020-10-13T03:40:42.536Z] 4e9c478ebe31: Preparing [2020-10-13T03:40:42.536Z] 0f73610c4a1e: Preparing [2020-10-13T03:40:42.536Z] 66b385cf80cf: Preparing [2020-10-13T03:40:42.536Z] 296a6531900b: Waiting [2020-10-13T03:40:42.536Z] 4e9c478ebe31: Waiting [2020-10-13T03:40:42.536Z] 0f73610c4a1e: Waiting [2020-10-13T03:40:42.536Z] 66b385cf80cf: Waiting [2020-10-13T03:40:42.536Z] dcc2de1ca11a: Waiting [2020-10-13T03:40:42.536Z] 4977acfb59e6: Waiting [2020-10-13T03:40:42.808Z] 363a24c02e9a: Pushed [2020-10-13T03:40:42.808Z] 06421b9c3e53: Pushed [2020-10-13T03:40:43.083Z] 4977acfb59e6: Pushed [2020-10-13T03:40:43.359Z] 296a6531900b: Pushed [2020-10-13T03:40:43.632Z] dcc2de1ca11a: Pushed [2020-10-13T03:40:43.632Z] 4e9c478ebe31: Pushed [2020-10-13T03:40:43.632Z] 66b385cf80cf: Layer already exists [2020-10-13T03:40:44.231Z] 0f73610c4a1e: Pushed [2020-10-13T03:40:44.830Z] 49638e681948: Pushed [2020-10-13T03:40:45.103Z] 829538b8a86e: Pushed [2020-10-13T03:40:45.103Z] 5a58132e1aa0: Pushed [2020-10-13T03:40:45.375Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:2ffe37a01e684e328ed2e315945a14c0ab0d88332b2d08fd0e46eaf205fea588 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:45.728Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:46.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:46.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T03:40:46.073Z] 363a24c02e9a: Preparing [2020-10-13T03:40:46.073Z] 06421b9c3e53: Preparing [2020-10-13T03:40:46.073Z] 49638e681948: Preparing [2020-10-13T03:40:46.073Z] 829538b8a86e: Preparing [2020-10-13T03:40:46.073Z] 5a58132e1aa0: Preparing [2020-10-13T03:40:46.073Z] 296a6531900b: Preparing [2020-10-13T03:40:46.073Z] 4977acfb59e6: Preparing [2020-10-13T03:40:46.073Z] dcc2de1ca11a: Preparing [2020-10-13T03:40:46.073Z] 4e9c478ebe31: Preparing [2020-10-13T03:40:46.073Z] 0f73610c4a1e: Preparing [2020-10-13T03:40:46.073Z] 66b385cf80cf: Preparing [2020-10-13T03:40:46.073Z] dcc2de1ca11a: Waiting [2020-10-13T03:40:46.073Z] 0f73610c4a1e: Waiting [2020-10-13T03:40:46.073Z] 4e9c478ebe31: Waiting [2020-10-13T03:40:46.073Z] 66b385cf80cf: Waiting [2020-10-13T03:40:46.073Z] 296a6531900b: Waiting [2020-10-13T03:40:46.073Z] 4977acfb59e6: Waiting [2020-10-13T03:40:46.073Z] 363a24c02e9a: Layer already exists [2020-10-13T03:40:46.073Z] 829538b8a86e: Layer already exists [2020-10-13T03:40:46.073Z] 06421b9c3e53: Layer already exists [2020-10-13T03:40:46.073Z] 49638e681948: Layer already exists [2020-10-13T03:40:46.073Z] 5a58132e1aa0: Layer already exists [2020-10-13T03:40:46.346Z] dcc2de1ca11a: Layer already exists [2020-10-13T03:40:46.346Z] 4e9c478ebe31: Layer already exists [2020-10-13T03:40:46.346Z] 296a6531900b: Layer already exists [2020-10-13T03:40:46.346Z] 4977acfb59e6: Layer already exists [2020-10-13T03:40:46.346Z] 0f73610c4a1e: Layer already exists [2020-10-13T03:40:46.346Z] 66b385cf80cf: Layer already exists [2020-10-13T03:40:46.346Z] 1.2.2-dev.66: digest: sha256:2ffe37a01e684e328ed2e315945a14c0ab0d88332b2d08fd0e46eaf205fea588 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:46.697Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:47.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:47.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T03:40:47.036Z] 363a24c02e9a: Preparing [2020-10-13T03:40:47.036Z] 06421b9c3e53: Preparing [2020-10-13T03:40:47.036Z] 49638e681948: Preparing [2020-10-13T03:40:47.036Z] 829538b8a86e: Preparing [2020-10-13T03:40:47.036Z] 5a58132e1aa0: Preparing [2020-10-13T03:40:47.036Z] 296a6531900b: Preparing [2020-10-13T03:40:47.036Z] 4977acfb59e6: Preparing [2020-10-13T03:40:47.036Z] dcc2de1ca11a: Preparing [2020-10-13T03:40:47.036Z] 4e9c478ebe31: Preparing [2020-10-13T03:40:47.036Z] 0f73610c4a1e: Preparing [2020-10-13T03:40:47.036Z] 66b385cf80cf: Preparing [2020-10-13T03:40:47.036Z] dcc2de1ca11a: Waiting [2020-10-13T03:40:47.036Z] 0f73610c4a1e: Waiting [2020-10-13T03:40:47.036Z] 4e9c478ebe31: Waiting [2020-10-13T03:40:47.036Z] 66b385cf80cf: Waiting [2020-10-13T03:40:47.036Z] 296a6531900b: Waiting [2020-10-13T03:40:47.036Z] 4977acfb59e6: Waiting [2020-10-13T03:40:47.307Z] 363a24c02e9a: Layer already exists [2020-10-13T03:40:47.307Z] 5a58132e1aa0: Layer already exists [2020-10-13T03:40:47.307Z] 829538b8a86e: Layer already exists [2020-10-13T03:40:47.307Z] 06421b9c3e53: Layer already exists [2020-10-13T03:40:47.307Z] 49638e681948: Layer already exists [2020-10-13T03:40:47.307Z] 4e9c478ebe31: Layer already exists [2020-10-13T03:40:47.307Z] 4977acfb59e6: Layer already exists [2020-10-13T03:40:47.307Z] 296a6531900b: Layer already exists [2020-10-13T03:40:47.307Z] dcc2de1ca11a: Layer already exists [2020-10-13T03:40:47.307Z] 0f73610c4a1e: Layer already exists [2020-10-13T03:40:47.307Z] 66b385cf80cf: Layer already exists [2020-10-13T03:40:47.307Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:2ffe37a01e684e328ed2e315945a14c0ab0d88332b2d08fd0e46eaf205fea588 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:47.661Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:48.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-13T03:40:48.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T03:40:48.004Z] 363a24c02e9a: Preparing [2020-10-13T03:40:48.004Z] 06421b9c3e53: Preparing [2020-10-13T03:40:48.004Z] 49638e681948: Preparing [2020-10-13T03:40:48.004Z] 829538b8a86e: Preparing [2020-10-13T03:40:48.004Z] 5a58132e1aa0: Preparing [2020-10-13T03:40:48.004Z] 296a6531900b: Preparing [2020-10-13T03:40:48.004Z] 4977acfb59e6: Preparing [2020-10-13T03:40:48.004Z] dcc2de1ca11a: Preparing [2020-10-13T03:40:48.004Z] 4e9c478ebe31: Preparing [2020-10-13T03:40:48.004Z] 0f73610c4a1e: Preparing [2020-10-13T03:40:48.004Z] 66b385cf80cf: Preparing [2020-10-13T03:40:48.004Z] 296a6531900b: Waiting [2020-10-13T03:40:48.004Z] 4977acfb59e6: Waiting [2020-10-13T03:40:48.004Z] dcc2de1ca11a: Waiting [2020-10-13T03:40:48.004Z] 4e9c478ebe31: Waiting [2020-10-13T03:40:48.004Z] 0f73610c4a1e: Waiting [2020-10-13T03:40:48.004Z] 66b385cf80cf: Waiting [2020-10-13T03:40:48.276Z] 363a24c02e9a: Layer already exists [2020-10-13T03:40:48.276Z] 49638e681948: Layer already exists [2020-10-13T03:40:48.276Z] 06421b9c3e53: Layer already exists [2020-10-13T03:40:48.276Z] 829538b8a86e: Layer already exists [2020-10-13T03:40:48.276Z] 5a58132e1aa0: Layer already exists [2020-10-13T03:40:48.276Z] 296a6531900b: Layer already exists [2020-10-13T03:40:48.276Z] 4977acfb59e6: Layer already exists [2020-10-13T03:40:48.276Z] 4e9c478ebe31: Layer already exists [2020-10-13T03:40:48.276Z] dcc2de1ca11a: Layer already exists [2020-10-13T03:40:48.276Z] 0f73610c4a1e: Layer already exists [2020-10-13T03:40:48.276Z] 66b385cf80cf: Layer already exists [2020-10-13T03:40:48.276Z] master: digest: sha256:2ffe37a01e684e328ed2e315945a14c0ab0d88332b2d08fd0e46eaf205fea588 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:40:48.490Z] ===================================================== [Pipeline] echo [2020-10-13T03:40:48.540Z] taggedImages: [2020-10-13T03:40:48.540Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:48.540Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:48.540Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:48.540Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-13T03:40:48.612Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-13T03:40:48.612Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:48.612Z] 1.2.2-dev.66 [2020-10-13T03:40:48.612Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:48.612Z] master [2020-10-13T03:40:48.612Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:49.151Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:49.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:49.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T03:40:49.493Z] 147abd9a9aa7: Preparing [2020-10-13T03:40:49.493Z] 87cc4fe248d7: Preparing [2020-10-13T03:40:49.493Z] 0147a8304f78: Preparing [2020-10-13T03:40:49.493Z] c8e70e0b5df7: Preparing [2020-10-13T03:40:49.767Z] 147abd9a9aa7: Pushed [2020-10-13T03:40:49.767Z] 0147a8304f78: Pushed [2020-10-13T03:40:50.039Z] c8e70e0b5df7: Pushed [2020-10-13T03:40:52.652Z] 87cc4fe248d7: Pushed [2020-10-13T03:40:52.652Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:260cc42f6f8ffb2d9e0572be9399759efcfe352fa2e1a397c699a70669dc8cdc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:53.006Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:53.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:53.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T03:40:53.376Z] 147abd9a9aa7: Preparing [2020-10-13T03:40:53.376Z] 87cc4fe248d7: Preparing [2020-10-13T03:40:53.376Z] 0147a8304f78: Preparing [2020-10-13T03:40:53.376Z] c8e70e0b5df7: Preparing [2020-10-13T03:40:53.376Z] 147abd9a9aa7: Layer already exists [2020-10-13T03:40:53.376Z] c8e70e0b5df7: Layer already exists [2020-10-13T03:40:53.376Z] 87cc4fe248d7: Layer already exists [2020-10-13T03:40:53.663Z] 0147a8304f78: Layer already exists [2020-10-13T03:40:53.664Z] 1.2.2-dev.66: digest: sha256:260cc42f6f8ffb2d9e0572be9399759efcfe352fa2e1a397c699a70669dc8cdc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:54.029Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:54.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:54.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T03:40:54.370Z] 147abd9a9aa7: Preparing [2020-10-13T03:40:54.370Z] 87cc4fe248d7: Preparing [2020-10-13T03:40:54.370Z] 0147a8304f78: Preparing [2020-10-13T03:40:54.370Z] c8e70e0b5df7: Preparing [2020-10-13T03:40:54.646Z] 147abd9a9aa7: Layer already exists [2020-10-13T03:40:54.646Z] 0147a8304f78: Layer already exists [2020-10-13T03:40:54.646Z] c8e70e0b5df7: Layer already exists [2020-10-13T03:40:54.646Z] 87cc4fe248d7: Layer already exists [2020-10-13T03:40:54.646Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:260cc42f6f8ffb2d9e0572be9399759efcfe352fa2e1a397c699a70669dc8cdc size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:55.001Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:55.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-13T03:40:55.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T03:40:55.344Z] 147abd9a9aa7: Preparing [2020-10-13T03:40:55.344Z] 87cc4fe248d7: Preparing [2020-10-13T03:40:55.344Z] 0147a8304f78: Preparing [2020-10-13T03:40:55.344Z] c8e70e0b5df7: Preparing [2020-10-13T03:40:55.344Z] c8e70e0b5df7: Layer already exists [2020-10-13T03:40:55.344Z] 0147a8304f78: Layer already exists [2020-10-13T03:40:55.344Z] 87cc4fe248d7: Layer already exists [2020-10-13T03:40:55.617Z] 147abd9a9aa7: Layer already exists [2020-10-13T03:40:55.617Z] master: digest: sha256:260cc42f6f8ffb2d9e0572be9399759efcfe352fa2e1a397c699a70669dc8cdc size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:40:55.819Z] ===================================================== [Pipeline] echo [2020-10-13T03:40:55.868Z] taggedImages: [2020-10-13T03:40:55.868Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:55.868Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.66 [2020-10-13T03:40:55.868Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:55.868Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-13T03:40:55.965Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-13T03:40:55.965Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:55.965Z] 1.2.2-dev.66 [2020-10-13T03:40:55.965Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:40:55.965Z] master [2020-10-13T03:40:55.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:56.517Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:40:56.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:40:56.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T03:40:56.860Z] 04fb8337bd9b: Preparing [2020-10-13T03:40:56.860Z] a4aa7543332b: Preparing [2020-10-13T03:40:56.860Z] 4c96320902f0: Preparing [2020-10-13T03:40:56.860Z] cbee10f534c3: Preparing [2020-10-13T03:40:56.860Z] fc1699316c44: Preparing [2020-10-13T03:40:56.860Z] 0d01a133d7b1: Preparing [2020-10-13T03:40:56.860Z] 0d01a133d7b1: Waiting [2020-10-13T03:40:57.135Z] 04fb8337bd9b: Pushed [2020-10-13T03:40:57.409Z] 4c96320902f0: Pushed [2020-10-13T03:40:57.409Z] fc1699316c44: Pushed [2020-10-13T03:40:57.409Z] cbee10f534c3: Pushed [2020-10-13T03:40:57.681Z] 0d01a133d7b1: Pushed [2020-10-13T03:41:00.328Z] a4aa7543332b: Pushed [2020-10-13T03:41:00.328Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:f1fcc8bbffdb8792bab93a755644e72f91cc97ff832cb0634d20e48cd96d66da size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:00.665Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:00.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.66 [2020-10-13T03:41:00.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T03:41:00.995Z] 04fb8337bd9b: Preparing [2020-10-13T03:41:00.995Z] a4aa7543332b: Preparing [2020-10-13T03:41:00.995Z] 4c96320902f0: Preparing [2020-10-13T03:41:00.995Z] cbee10f534c3: Preparing [2020-10-13T03:41:00.995Z] fc1699316c44: Preparing [2020-10-13T03:41:00.995Z] 0d01a133d7b1: Preparing [2020-10-13T03:41:00.995Z] 0d01a133d7b1: Waiting [2020-10-13T03:41:01.265Z] 04fb8337bd9b: Layer already exists [2020-10-13T03:41:01.265Z] a4aa7543332b: Layer already exists [2020-10-13T03:41:01.265Z] 4c96320902f0: Layer already exists [2020-10-13T03:41:01.265Z] fc1699316c44: Layer already exists [2020-10-13T03:41:01.265Z] cbee10f534c3: Layer already exists [2020-10-13T03:41:01.265Z] 0d01a133d7b1: Layer already exists [2020-10-13T03:41:01.265Z] 1.2.2-dev.66: digest: sha256:f1fcc8bbffdb8792bab93a755644e72f91cc97ff832cb0634d20e48cd96d66da size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:01.601Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:01.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:41:01.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T03:41:01.934Z] 04fb8337bd9b: Preparing [2020-10-13T03:41:01.934Z] a4aa7543332b: Preparing [2020-10-13T03:41:01.934Z] 4c96320902f0: Preparing [2020-10-13T03:41:01.934Z] cbee10f534c3: Preparing [2020-10-13T03:41:01.934Z] fc1699316c44: Preparing [2020-10-13T03:41:01.934Z] 0d01a133d7b1: Preparing [2020-10-13T03:41:01.934Z] 0d01a133d7b1: Waiting [2020-10-13T03:41:02.205Z] 04fb8337bd9b: Layer already exists [2020-10-13T03:41:02.205Z] cbee10f534c3: Layer already exists [2020-10-13T03:41:02.205Z] 4c96320902f0: Layer already exists [2020-10-13T03:41:02.205Z] a4aa7543332b: Layer already exists [2020-10-13T03:41:02.205Z] fc1699316c44: Layer already exists [2020-10-13T03:41:02.205Z] 0d01a133d7b1: Layer already exists [2020-10-13T03:41:02.205Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:f1fcc8bbffdb8792bab93a755644e72f91cc97ff832cb0634d20e48cd96d66da size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:02.545Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:02.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-13T03:41:02.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T03:41:02.880Z] 04fb8337bd9b: Preparing [2020-10-13T03:41:02.880Z] a4aa7543332b: Preparing [2020-10-13T03:41:02.880Z] 4c96320902f0: Preparing [2020-10-13T03:41:02.880Z] cbee10f534c3: Preparing [2020-10-13T03:41:02.880Z] fc1699316c44: Preparing [2020-10-13T03:41:02.880Z] 0d01a133d7b1: Preparing [2020-10-13T03:41:02.880Z] 0d01a133d7b1: Waiting [2020-10-13T03:41:02.880Z] fc1699316c44: Layer already exists [2020-10-13T03:41:02.880Z] a4aa7543332b: Layer already exists [2020-10-13T03:41:03.150Z] cbee10f534c3: Layer already exists [2020-10-13T03:41:03.150Z] 4c96320902f0: Layer already exists [2020-10-13T03:41:03.150Z] 04fb8337bd9b: Layer already exists [2020-10-13T03:41:03.150Z] 0d01a133d7b1: Layer already exists [2020-10-13T03:41:03.150Z] master: digest: sha256:f1fcc8bbffdb8792bab93a755644e72f91cc97ff832cb0634d20e48cd96d66da size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:41:03.369Z] ===================================================== [Pipeline] echo [2020-10-13T03:41:03.417Z] taggedImages: [2020-10-13T03:41:03.417Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:41:03.417Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.66 [2020-10-13T03:41:03.417Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:41:03.417Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-13T03:41:03.489Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-13T03:41:03.489Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:41:03.489Z] 1.2.2-dev.66 [2020-10-13T03:41:03.489Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:41:03.489Z] master [2020-10-13T03:41:03.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:04.014Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:04.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:41:04.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T03:41:04.348Z] bcbcc0e15443: Preparing [2020-10-13T03:41:04.348Z] 6bd91094da89: Preparing [2020-10-13T03:41:04.348Z] 73d98abf02b7: Preparing [2020-10-13T03:41:04.620Z] 73d98abf02b7: Pushed [2020-10-13T03:41:04.620Z] bcbcc0e15443: Pushed [2020-10-13T03:41:08.011Z] 6bd91094da89: Pushed [2020-10-13T03:41:08.011Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:163808d03d6bbd61abfe95cd402b00864cc7eeca3625ec1c5b8e2fa7a462aa87 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:08.355Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:08.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.66 [2020-10-13T03:41:08.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T03:41:08.708Z] bcbcc0e15443: Preparing [2020-10-13T03:41:08.708Z] 6bd91094da89: Preparing [2020-10-13T03:41:08.708Z] 73d98abf02b7: Preparing [2020-10-13T03:41:08.708Z] 6bd91094da89: Layer already exists [2020-10-13T03:41:08.708Z] bcbcc0e15443: Layer already exists [2020-10-13T03:41:08.708Z] 73d98abf02b7: Layer already exists [2020-10-13T03:41:08.982Z] 1.2.2-dev.66: digest: sha256:163808d03d6bbd61abfe95cd402b00864cc7eeca3625ec1c5b8e2fa7a462aa87 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:09.328Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:09.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:41:09.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T03:41:09.671Z] bcbcc0e15443: Preparing [2020-10-13T03:41:09.671Z] 6bd91094da89: Preparing [2020-10-13T03:41:09.671Z] 73d98abf02b7: Preparing [2020-10-13T03:41:09.671Z] bcbcc0e15443: Layer already exists [2020-10-13T03:41:09.671Z] 73d98abf02b7: Layer already exists [2020-10-13T03:41:09.671Z] 6bd91094da89: Layer already exists [2020-10-13T03:41:09.943Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:163808d03d6bbd61abfe95cd402b00864cc7eeca3625ec1c5b8e2fa7a462aa87 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:10.292Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:10.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-13T03:41:10.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T03:41:10.633Z] bcbcc0e15443: Preparing [2020-10-13T03:41:10.633Z] 6bd91094da89: Preparing [2020-10-13T03:41:10.633Z] 73d98abf02b7: Preparing [2020-10-13T03:41:10.633Z] 6bd91094da89: Layer already exists [2020-10-13T03:41:10.633Z] bcbcc0e15443: Layer already exists [2020-10-13T03:41:10.633Z] 73d98abf02b7: Layer already exists [2020-10-13T03:41:10.906Z] master: digest: sha256:163808d03d6bbd61abfe95cd402b00864cc7eeca3625ec1c5b8e2fa7a462aa87 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:41:11.186Z] ===================================================== [Pipeline] echo [2020-10-13T03:41:11.239Z] taggedImages: [2020-10-13T03:41:11.239Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:41:11.239Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.66 [2020-10-13T03:41:11.239Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:41:11.239Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-13T03:41:11.316Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-13T03:41:11.316Z] 092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:41:11.316Z] 1.2.2-dev.66 [2020-10-13T03:41:11.316Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:41:11.316Z] master [2020-10-13T03:41:11.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:11.857Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:12.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:41:12.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T03:41:12.210Z] 8ff805ee88f8: Preparing [2020-10-13T03:41:12.210Z] e0ddcb8b60d5: Preparing [2020-10-13T03:41:12.210Z] 0369130710a5: Preparing [2020-10-13T03:41:12.210Z] f6d9273c2f4c: Preparing [2020-10-13T03:41:12.210Z] 830a5deb5c8d: Preparing [2020-10-13T03:41:12.210Z] 33acc275f663: Preparing [2020-10-13T03:41:12.210Z] 66d3bbd363c3: Preparing [2020-10-13T03:41:12.210Z] f875f9e206db: Preparing [2020-10-13T03:41:12.210Z] 3994ac1dcb8b: Preparing [2020-10-13T03:41:12.210Z] 5f2247eaf593: Preparing [2020-10-13T03:41:12.210Z] 62d13be1b083: Preparing [2020-10-13T03:41:12.210Z] 94fdc660876c: Preparing [2020-10-13T03:41:12.210Z] 4e7279dfc0c0: Preparing [2020-10-13T03:41:12.210Z] e2f13739ad41: Preparing [2020-10-13T03:41:12.210Z] 3994ac1dcb8b: Waiting [2020-10-13T03:41:12.210Z] 94fdc660876c: Waiting [2020-10-13T03:41:12.210Z] 5f2247eaf593: Waiting [2020-10-13T03:41:12.210Z] 62d13be1b083: Waiting [2020-10-13T03:41:12.210Z] 4e7279dfc0c0: Waiting [2020-10-13T03:41:12.210Z] e2f13739ad41: Waiting [2020-10-13T03:41:12.210Z] 66d3bbd363c3: Waiting [2020-10-13T03:41:12.210Z] 33acc275f663: Waiting [2020-10-13T03:41:12.210Z] f875f9e206db: Waiting [2020-10-13T03:41:12.826Z] 830a5deb5c8d: Pushed [2020-10-13T03:41:13.102Z] 8ff805ee88f8: Pushed [2020-10-13T03:41:13.375Z] f6d9273c2f4c: Pushed [2020-10-13T03:41:13.651Z] f875f9e206db: Layer already exists [2020-10-13T03:41:13.651Z] 3994ac1dcb8b: Layer already exists [2020-10-13T03:41:13.651Z] 66d3bbd363c3: Pushed [2020-10-13T03:41:13.651Z] 5f2247eaf593: Layer already exists [2020-10-13T03:41:13.651Z] 94fdc660876c: Layer already exists [2020-10-13T03:41:13.651Z] 62d13be1b083: Layer already exists [2020-10-13T03:41:13.942Z] e2f13739ad41: Layer already exists [2020-10-13T03:41:13.942Z] 4e7279dfc0c0: Layer already exists [2020-10-13T03:41:14.219Z] e0ddcb8b60d5: Pushed [2020-10-13T03:41:15.207Z] 33acc275f663: Pushed [2020-10-13T03:41:25.334Z] 0369130710a5: Pushed [2020-10-13T03:41:25.334Z] 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:f30cb399c4c9bd11707b7d92669407b17b34c0f7836f3514fb40ab7375a6436f size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:25.722Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:26.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.66 [2020-10-13T03:41:26.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T03:41:26.247Z] 8ff805ee88f8: Preparing [2020-10-13T03:41:26.247Z] e0ddcb8b60d5: Preparing [2020-10-13T03:41:26.247Z] 0369130710a5: Preparing [2020-10-13T03:41:26.247Z] f6d9273c2f4c: Preparing [2020-10-13T03:41:26.247Z] 830a5deb5c8d: Preparing [2020-10-13T03:41:26.247Z] 33acc275f663: Preparing [2020-10-13T03:41:26.247Z] 66d3bbd363c3: Preparing [2020-10-13T03:41:26.247Z] f875f9e206db: Preparing [2020-10-13T03:41:26.247Z] 3994ac1dcb8b: Preparing [2020-10-13T03:41:26.247Z] 5f2247eaf593: Preparing [2020-10-13T03:41:26.247Z] 62d13be1b083: Preparing [2020-10-13T03:41:26.247Z] 94fdc660876c: Preparing [2020-10-13T03:41:26.247Z] 4e7279dfc0c0: Preparing [2020-10-13T03:41:26.247Z] e2f13739ad41: Preparing [2020-10-13T03:41:26.247Z] 5f2247eaf593: Waiting [2020-10-13T03:41:26.247Z] 4e7279dfc0c0: Waiting [2020-10-13T03:41:26.247Z] e2f13739ad41: Waiting [2020-10-13T03:41:26.247Z] 62d13be1b083: Waiting [2020-10-13T03:41:26.247Z] 94fdc660876c: Waiting [2020-10-13T03:41:26.247Z] 33acc275f663: Waiting [2020-10-13T03:41:26.247Z] 66d3bbd363c3: Waiting [2020-10-13T03:41:26.247Z] f875f9e206db: Waiting [2020-10-13T03:41:26.247Z] 3994ac1dcb8b: Waiting [2020-10-13T03:41:26.247Z] 830a5deb5c8d: Layer already exists [2020-10-13T03:41:26.247Z] f6d9273c2f4c: Layer already exists [2020-10-13T03:41:26.247Z] 8ff805ee88f8: Layer already exists [2020-10-13T03:41:26.247Z] e0ddcb8b60d5: Layer already exists [2020-10-13T03:41:26.247Z] 0369130710a5: Layer already exists [2020-10-13T03:41:26.247Z] 33acc275f663: Layer already exists [2020-10-13T03:41:26.247Z] 66d3bbd363c3: Layer already exists [2020-10-13T03:41:26.247Z] f875f9e206db: Layer already exists [2020-10-13T03:41:26.247Z] 3994ac1dcb8b: Layer already exists [2020-10-13T03:41:26.247Z] 5f2247eaf593: Layer already exists [2020-10-13T03:41:26.247Z] 62d13be1b083: Layer already exists [2020-10-13T03:41:26.247Z] 94fdc660876c: Layer already exists [2020-10-13T03:41:26.247Z] e2f13739ad41: Layer already exists [2020-10-13T03:41:26.247Z] 4e7279dfc0c0: Layer already exists [2020-10-13T03:41:27.458Z] 1.2.2-dev.66: digest: sha256:f30cb399c4c9bd11707b7d92669407b17b34c0f7836f3514fb40ab7375a6436f size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:28.293Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:28.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:41:28.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T03:41:28.874Z] 8ff805ee88f8: Preparing [2020-10-13T03:41:28.874Z] e0ddcb8b60d5: Preparing [2020-10-13T03:41:28.874Z] 0369130710a5: Preparing [2020-10-13T03:41:28.874Z] f6d9273c2f4c: Preparing [2020-10-13T03:41:28.874Z] 830a5deb5c8d: Preparing [2020-10-13T03:41:28.874Z] 33acc275f663: Preparing [2020-10-13T03:41:28.874Z] 66d3bbd363c3: Preparing [2020-10-13T03:41:28.874Z] f875f9e206db: Preparing [2020-10-13T03:41:28.874Z] 3994ac1dcb8b: Preparing [2020-10-13T03:41:28.874Z] 5f2247eaf593: Preparing [2020-10-13T03:41:28.874Z] 62d13be1b083: Preparing [2020-10-13T03:41:28.874Z] 94fdc660876c: Preparing [2020-10-13T03:41:28.874Z] 4e7279dfc0c0: Preparing [2020-10-13T03:41:28.874Z] e2f13739ad41: Preparing [2020-10-13T03:41:28.874Z] 33acc275f663: Waiting [2020-10-13T03:41:28.874Z] 62d13be1b083: Waiting [2020-10-13T03:41:28.874Z] 94fdc660876c: Waiting [2020-10-13T03:41:28.874Z] 4e7279dfc0c0: Waiting [2020-10-13T03:41:28.874Z] e2f13739ad41: Waiting [2020-10-13T03:41:28.874Z] 66d3bbd363c3: Waiting [2020-10-13T03:41:28.874Z] f875f9e206db: Waiting [2020-10-13T03:41:28.874Z] 3994ac1dcb8b: Waiting [2020-10-13T03:41:28.874Z] 5f2247eaf593: Waiting [2020-10-13T03:41:28.874Z] f6d9273c2f4c: Layer already exists [2020-10-13T03:41:28.874Z] e0ddcb8b60d5: Layer already exists [2020-10-13T03:41:28.874Z] 0369130710a5: Layer already exists [2020-10-13T03:41:28.874Z] 8ff805ee88f8: Layer already exists [2020-10-13T03:41:28.874Z] 830a5deb5c8d: Layer already exists [2020-10-13T03:41:29.424Z] 66d3bbd363c3: Layer already exists [2020-10-13T03:41:29.424Z] 33acc275f663: Layer already exists [2020-10-13T03:41:29.424Z] 3994ac1dcb8b: Layer already exists [2020-10-13T03:41:29.424Z] f875f9e206db: Layer already exists [2020-10-13T03:41:29.424Z] 5f2247eaf593: Layer already exists [2020-10-13T03:41:29.424Z] 4e7279dfc0c0: Layer already exists [2020-10-13T03:41:29.424Z] 94fdc660876c: Layer already exists [2020-10-13T03:41:29.424Z] 62d13be1b083: Layer already exists [2020-10-13T03:41:29.424Z] e2f13739ad41: Layer already exists [2020-10-13T03:41:29.424Z] 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:f30cb399c4c9bd11707b7d92669407b17b34c0f7836f3514fb40ab7375a6436f size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:30.153Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:30.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-13T03:41:30.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T03:41:30.623Z] 8ff805ee88f8: Preparing [2020-10-13T03:41:30.623Z] e0ddcb8b60d5: Preparing [2020-10-13T03:41:30.623Z] 0369130710a5: Preparing [2020-10-13T03:41:30.623Z] f6d9273c2f4c: Preparing [2020-10-13T03:41:30.623Z] 830a5deb5c8d: Preparing [2020-10-13T03:41:30.623Z] 33acc275f663: Preparing [2020-10-13T03:41:30.623Z] 66d3bbd363c3: Preparing [2020-10-13T03:41:30.623Z] f875f9e206db: Preparing [2020-10-13T03:41:30.623Z] 3994ac1dcb8b: Preparing [2020-10-13T03:41:30.623Z] 5f2247eaf593: Preparing [2020-10-13T03:41:30.623Z] 62d13be1b083: Preparing [2020-10-13T03:41:30.623Z] 94fdc660876c: Preparing [2020-10-13T03:41:30.623Z] 4e7279dfc0c0: Preparing [2020-10-13T03:41:30.623Z] e2f13739ad41: Preparing [2020-10-13T03:41:30.623Z] 33acc275f663: Waiting [2020-10-13T03:41:30.623Z] 66d3bbd363c3: Waiting [2020-10-13T03:41:30.623Z] f875f9e206db: Waiting [2020-10-13T03:41:30.623Z] 3994ac1dcb8b: Waiting [2020-10-13T03:41:30.623Z] 5f2247eaf593: Waiting [2020-10-13T03:41:30.623Z] 62d13be1b083: Waiting [2020-10-13T03:41:30.623Z] 94fdc660876c: Waiting [2020-10-13T03:41:30.623Z] 4e7279dfc0c0: Waiting [2020-10-13T03:41:30.623Z] e2f13739ad41: Waiting [2020-10-13T03:41:30.623Z] f6d9273c2f4c: Layer already exists [2020-10-13T03:41:30.623Z] 0369130710a5: Layer already exists [2020-10-13T03:41:30.623Z] 830a5deb5c8d: Layer already exists [2020-10-13T03:41:30.623Z] e0ddcb8b60d5: Layer already exists [2020-10-13T03:41:30.623Z] 8ff805ee88f8: Layer already exists [2020-10-13T03:41:30.929Z] f875f9e206db: Layer already exists [2020-10-13T03:41:30.929Z] 33acc275f663: Layer already exists [2020-10-13T03:41:30.929Z] 66d3bbd363c3: Layer already exists [2020-10-13T03:41:30.929Z] 3994ac1dcb8b: Layer already exists [2020-10-13T03:41:30.929Z] 5f2247eaf593: Layer already exists [2020-10-13T03:41:30.929Z] 62d13be1b083: Layer already exists [2020-10-13T03:41:30.929Z] 94fdc660876c: Layer already exists [2020-10-13T03:41:30.929Z] 4e7279dfc0c0: Layer already exists [2020-10-13T03:41:30.929Z] e2f13739ad41: Layer already exists [2020-10-13T03:41:30.929Z] master: digest: sha256:f30cb399c4c9bd11707b7d92669407b17b34c0f7836f3514fb40ab7375a6436f size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T03:41:31.162Z] ===================================================== [Pipeline] echo [2020-10-13T03:41:31.230Z] taggedImages: [2020-10-13T03:41:31.231Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:41:31.231Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.66 [2020-10-13T03:41:31.231Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [2020-10-13T03:41:31.231Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-13T03:41:33.398Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-13T03:41:33.401Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-13T03:41:33.825Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:34.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T03:41:34.486Z] [2020-10-13T03:41:34.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:41:34.967Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T03:41:35.269Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-13T03:41:35.269Z] cbdbe7a5bc2a: Already exists [2020-10-13T03:41:35.269Z] 408f87550127: Pulling fs layer [2020-10-13T03:41:35.269Z] fe522b08c979: Pulling fs layer [2020-10-13T03:41:35.269Z] 221eaa008020: Pulling fs layer [2020-10-13T03:41:35.269Z] 2a4607e5d6b9: Pulling fs layer [2020-10-13T03:41:35.269Z] 8f79b27c4fd2: Pulling fs layer [2020-10-13T03:41:35.269Z] e5c8dbe1645b: Pulling fs layer [2020-10-13T03:41:35.269Z] 23e8b3b47431: Pulling fs layer [2020-10-13T03:41:35.269Z] 5c568d65a230: Pulling fs layer [2020-10-13T03:41:35.269Z] 2a4607e5d6b9: Waiting [2020-10-13T03:41:35.269Z] 8f79b27c4fd2: Waiting [2020-10-13T03:41:35.269Z] e5c8dbe1645b: Waiting [2020-10-13T03:41:35.269Z] 23e8b3b47431: Waiting [2020-10-13T03:41:35.269Z] 5c568d65a230: Waiting [2020-10-13T03:41:35.269Z] fe522b08c979: Verifying Checksum [2020-10-13T03:41:35.269Z] fe522b08c979: Download complete [2020-10-13T03:41:35.269Z] 2a4607e5d6b9: Verifying Checksum [2020-10-13T03:41:35.269Z] 2a4607e5d6b9: Download complete [2020-10-13T03:41:35.269Z] 408f87550127: Verifying Checksum [2020-10-13T03:41:35.269Z] 408f87550127: Download complete [2020-10-13T03:41:35.269Z] 8f79b27c4fd2: Verifying Checksum [2020-10-13T03:41:35.269Z] 8f79b27c4fd2: Download complete [2020-10-13T03:41:36.046Z] 408f87550127: Pull complete [2020-10-13T03:41:36.695Z] fe522b08c979: Pull complete [2020-10-13T03:41:38.913Z] e5c8dbe1645b: Verifying Checksum [2020-10-13T03:41:38.913Z] e5c8dbe1645b: Download complete [2020-10-13T03:41:41.765Z] 23e8b3b47431: Verifying Checksum [2020-10-13T03:41:41.765Z] 23e8b3b47431: Download complete [2020-10-13T03:41:41.765Z] 5c568d65a230: Verifying Checksum [2020-10-13T03:41:41.765Z] 5c568d65a230: Download complete [2020-10-13T03:41:43.800Z] 221eaa008020: Download complete [2020-10-13T03:41:56.820Z] 221eaa008020: Pull complete [2020-10-13T03:41:56.820Z] 2a4607e5d6b9: Pull complete [2020-10-13T03:41:56.820Z] 8f79b27c4fd2: Pull complete [2020-10-13T03:41:59.444Z] e5c8dbe1645b: Pull complete [2020-10-13T03:42:05.018Z] 23e8b3b47431: Pull complete [2020-10-13T03:42:07.697Z] 5c568d65a230: Pull complete [2020-10-13T03:42:07.697Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-13T03:42:07.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T03:42:07.697Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-13T03:42:08.008Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:42:08.096Z] $ 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/181:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-snyk-go:1.317.0 cat [2020-10-13T03:42:09.700Z] $ docker top 42c4eeeba05e258699b21c35b1fc9e38cab8bb7b06b90b3ab38fe4f1d221fe1b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T03:42:10.382Z] + snyk monitor '--org=edgex-jenkins' [2020-10-13T03:42:23.167Z] [2020-10-13T03:42:23.167Z] Monitoring /w/workspace/edgex-go/181 (github.com/edgexfoundry/edgex-go)... [2020-10-13T03:42:23.167Z] [2020-10-13T03:42:23.167Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/696ed7f6-072a-4b44-80d3-22a3acaede70 [2020-10-13T03:42:23.167Z] [2020-10-13T03:42:23.167Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-13T03:42:23.167Z] [2020-10-13T03:42:23.167Z] [2020-10-13T03:42:23.167Z] Snyk CLI supports Node.js 8 and higher. [2020-10-13T03:42:23.167Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-13T03:42:23.167Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-13T03:42:23.167Z] [2020-10-13T03:42:23.167Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-13T03:42:23.167Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-13T03:42:23.187Z] $ docker stop --time=1 42c4eeeba05e258699b21c35b1fc9e38cab8bb7b06b90b3ab38fe4f1d221fe1b [2020-10-13T03:42:26.577Z] $ docker rm -f 42c4eeeba05e258699b21c35b1fc9e38cab8bb7b06b90b3ab38fe4f1d221fe1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:42:28.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:42:28.660Z] [2020-10-13T03:42:28.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:42:29.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:42:29.586Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-13T03:42:29.586Z] e7c96db7181b: Pulling fs layer [2020-10-13T03:42:29.586Z] 1868ca2cb446: Pulling fs layer [2020-10-13T03:42:29.586Z] 136be5d0fe8e: Pulling fs layer [2020-10-13T03:42:29.586Z] 894bfe63afcb: Pulling fs layer [2020-10-13T03:42:29.586Z] 894bfe63afcb: Waiting [2020-10-13T03:42:29.586Z] 1868ca2cb446: Download complete [2020-10-13T03:42:29.586Z] 136be5d0fe8e: Download complete [2020-10-13T03:42:29.928Z] e7c96db7181b: Download complete [2020-10-13T03:42:30.676Z] e7c96db7181b: Pull complete [2020-10-13T03:42:30.954Z] 894bfe63afcb: Verifying Checksum [2020-10-13T03:42:30.954Z] 894bfe63afcb: Download complete [2020-10-13T03:42:30.954Z] 1868ca2cb446: Pull complete [2020-10-13T03:42:31.260Z] 136be5d0fe8e: Pull complete [2020-10-13T03:42:31.855Z] 894bfe63afcb: Pull complete [2020-10-13T03:42:31.855Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-13T03:42:31.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:42:31.855Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-13T03:42:32.161Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:42:32.343Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:42:33.919Z] $ docker top a95aa12c98491e9c6ae534aa56773847b6ecc2018e8d0126dec66ce514e66941 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:42:34.749Z] + tee [2020-10-13T03:42:34.749Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:42:37.501Z] $ docker stop --time=1 a95aa12c98491e9c6ae534aa56773847b6ecc2018e8d0126dec66ce514e66941 [2020-10-13T03:42:39.287Z] $ docker rm -f a95aa12c98491e9c6ae534aa56773847b6ecc2018e8d0126dec66ce514e66941 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:42:39.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:42:39.900Z] . [Pipeline] withDockerContainer [2020-10-13T03:42:40.115Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:42:40.271Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:42:41.278Z] $ docker top 4e88baf9a25485a17a3b56d6a5905bbe0f8b08764acc2cdfc517c8dd5063bf99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:42:42.017Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:42:42.017Z] + tee [2020-10-13T03:42:42.017Z] clair timeout 1m0s [2020-10-13T03:42:42.017Z] docker timeout: 1m0s [2020-10-13T03:42:42.017Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:42:42.721Z] $ docker stop --time=1 4e88baf9a25485a17a3b56d6a5905bbe0f8b08764acc2cdfc517c8dd5063bf99 [2020-10-13T03:42:44.351Z] $ docker rm -f 4e88baf9a25485a17a3b56d6a5905bbe0f8b08764acc2cdfc517c8dd5063bf99 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:42:44.950Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:42:44.966Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-core-command-go_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:42:45.051Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:42:45.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:42:45.521Z] . [Pipeline] withDockerContainer [2020-10-13T03:42:45.684Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:42:45.793Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:42:46.941Z] $ docker top 76029e90c1744922c5e506b1359054e26955cc49cc6d0533941336471b7e8456 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:42:47.992Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:42:47.992Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:42:53.562Z] $ docker stop --time=1 76029e90c1744922c5e506b1359054e26955cc49cc6d0533941336471b7e8456 [2020-10-13T03:42:55.195Z] $ docker rm -f 76029e90c1744922c5e506b1359054e26955cc49cc6d0533941336471b7e8456 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:42:55.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:42:55.972Z] . [Pipeline] withDockerContainer [2020-10-13T03:42:56.216Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:42:56.287Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:42:57.631Z] $ docker top 637b20130f587053ba23e8c440456a3ea65d62d7e976c1188cbecc4d7c9dd89e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:42:58.337Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:42:58.337Z] + tee [2020-10-13T03:42:58.338Z] clair timeout 1m0s [2020-10-13T03:42:58.338Z] docker timeout: 1m0s [2020-10-13T03:42:58.338Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:42:59.572Z] $ docker stop --time=1 637b20130f587053ba23e8c440456a3ea65d62d7e976c1188cbecc4d7c9dd89e [2020-10-13T03:43:01.255Z] $ docker rm -f 637b20130f587053ba23e8c440456a3ea65d62d7e976c1188cbecc4d7c9dd89e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:43:02.023Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:43:02.109Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-core-data-go_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:43:02.193Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:43:02.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:43:02.986Z] . [Pipeline] withDockerContainer [2020-10-13T03:43:03.432Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:43:03.611Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:43:05.055Z] $ docker top e7c240f9429887f543d5746794b72c557c0942cf0cf3cff5d8763ab6b92b4007 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:43:06.038Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:43:06.038Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:43:09.017Z] $ docker stop --time=1 e7c240f9429887f543d5746794b72c557c0942cf0cf3cff5d8763ab6b92b4007 [2020-10-13T03:43:10.606Z] $ docker rm -f e7c240f9429887f543d5746794b72c557c0942cf0cf3cff5d8763ab6b92b4007 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:43:11.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:43:11.210Z] . [Pipeline] withDockerContainer [2020-10-13T03:43:11.363Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:43:11.595Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:43:12.673Z] $ docker top 0de8327af90b379aa3f84f22aaf73f808e48c72392e9a768e3986d669e753c86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:43:13.323Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:43:13.323Z] + tee [2020-10-13T03:43:13.323Z] clair timeout 1m0s [2020-10-13T03:43:13.323Z] docker timeout: 1m0s [2020-10-13T03:43:13.323Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:43:14.457Z] $ docker stop --time=1 0de8327af90b379aa3f84f22aaf73f808e48c72392e9a768e3986d669e753c86 [2020-10-13T03:43:16.172Z] $ docker rm -f 0de8327af90b379aa3f84f22aaf73f808e48c72392e9a768e3986d669e753c86 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:43:16.741Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:43:16.761Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-core-metadata-go_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:43:16.824Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:43:17.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:43:17.251Z] . [Pipeline] withDockerContainer [2020-10-13T03:43:17.461Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:43:17.554Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:43:18.808Z] $ docker top c7b5efddce3dd6ec98b9e77f37fa4ecd1546abe084b5e3a44becc2dc1d875226 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:43:19.864Z] + tee [2020-10-13T03:43:19.864Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:43:24.486Z] $ docker stop --time=1 c7b5efddce3dd6ec98b9e77f37fa4ecd1546abe084b5e3a44becc2dc1d875226 [2020-10-13T03:43:26.085Z] $ docker rm -f c7b5efddce3dd6ec98b9e77f37fa4ecd1546abe084b5e3a44becc2dc1d875226 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:43:26.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:43:26.815Z] . [Pipeline] withDockerContainer [2020-10-13T03:43:27.270Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:43:27.333Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:43:28.594Z] $ docker top 1dc12d174bb8995d58d6b6e050785f4220a437ea61fe259c4f74a41ba844866d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:43:29.335Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:43:29.335Z] + tee [2020-10-13T03:43:29.335Z] clair timeout 1m0s [2020-10-13T03:43:29.335Z] docker timeout: 1m0s [2020-10-13T03:43:29.335Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:43:30.605Z] $ docker stop --time=1 1dc12d174bb8995d58d6b6e050785f4220a437ea61fe259c4f74a41ba844866d [2020-10-13T03:43:32.193Z] $ docker rm -f 1dc12d174bb8995d58d6b6e050785f4220a437ea61fe259c4f74a41ba844866d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:43:32.814Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:43:32.830Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-security-proxy-setup-go_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:43:32.888Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:43:33.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:43:33.325Z] . [Pipeline] withDockerContainer [2020-10-13T03:43:33.771Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:43:33.856Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:43:35.601Z] $ docker top 7e18be32ad0307bea29b94494f38232af4fa06d59dc9ed5d649b11329ad5ba7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:43:36.662Z] + tee [2020-10-13T03:43:36.662Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:43:45.110Z] $ docker stop --time=1 7e18be32ad0307bea29b94494f38232af4fa06d59dc9ed5d649b11329ad5ba7b [2020-10-13T03:43:47.124Z] $ docker rm -f 7e18be32ad0307bea29b94494f38232af4fa06d59dc9ed5d649b11329ad5ba7b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:43:47.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:43:48.067Z] . [Pipeline] withDockerContainer [2020-10-13T03:43:48.358Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:43:48.502Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:43:50.165Z] $ docker top 44616119be937010121d8ce04b7ec9f32618de480313c8e334535eabcf7840cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:43:51.402Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:43:51.402Z] + tee [2020-10-13T03:43:51.402Z] clair timeout 1m0s [2020-10-13T03:43:51.402Z] docker timeout: 1m0s [2020-10-13T03:43:51.402Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:43:53.015Z] $ docker stop --time=1 44616119be937010121d8ce04b7ec9f32618de480313c8e334535eabcf7840cd [2020-10-13T03:43:54.583Z] $ docker rm -f 44616119be937010121d8ce04b7ec9f32618de480313c8e334535eabcf7840cd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:43:55.084Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:43:55.099Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-security-secrets-setup-go_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:43:55.152Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:43:55.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:43:55.850Z] . [Pipeline] withDockerContainer [2020-10-13T03:43:56.093Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:43:56.236Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:43:57.399Z] $ docker top 88dfe443a4726757dcfe49e70ad31baba1f7ab86b9d7d6fc791b38cf1ea8c97a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:43:58.450Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:43:58.450Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:44:06.996Z] $ docker stop --time=1 88dfe443a4726757dcfe49e70ad31baba1f7ab86b9d7d6fc791b38cf1ea8c97a [2020-10-13T03:44:08.708Z] $ docker rm -f 88dfe443a4726757dcfe49e70ad31baba1f7ab86b9d7d6fc791b38cf1ea8c97a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:44:09.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:44:09.490Z] . [Pipeline] withDockerContainer [2020-10-13T03:44:09.865Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:44:10.181Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:44:11.455Z] $ docker top 66ae00a17a195237c83e7ef266b17b62ae689128a9da0c8583ed095f83b7e40e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:44:12.135Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:44:12.135Z] + tee [2020-10-13T03:44:12.135Z] clair timeout 1m0s [2020-10-13T03:44:12.135Z] docker timeout: 1m0s [2020-10-13T03:44:12.135Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:44:13.656Z] $ docker stop --time=1 66ae00a17a195237c83e7ef266b17b62ae689128a9da0c8583ed095f83b7e40e [2020-10-13T03:44:15.325Z] $ docker rm -f 66ae00a17a195237c83e7ef266b17b62ae689128a9da0c8583ed095f83b7e40e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:44:16.225Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:44:16.309Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-security-secretstore-setup-go_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:44:16.365Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:44:16.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:44:16.835Z] . [Pipeline] withDockerContainer [2020-10-13T03:44:17.049Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:44:17.140Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:44:18.744Z] $ docker top 95ce7772dc6526bad2508c6c3f371a8110cff9ee244b7b3b68eedee37afd99ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:44:19.450Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:44:19.450Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:44:23.249Z] $ docker stop --time=1 95ce7772dc6526bad2508c6c3f371a8110cff9ee244b7b3b68eedee37afd99ac [2020-10-13T03:44:25.185Z] $ docker rm -f 95ce7772dc6526bad2508c6c3f371a8110cff9ee244b7b3b68eedee37afd99ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:44:25.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:44:25.805Z] . [Pipeline] withDockerContainer [2020-10-13T03:44:26.046Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:44:26.236Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:44:27.306Z] $ docker top 7fe56d8d166c47821c0683bb88d6f0b3e61445a1af6fd28b61e255e7fc71c20f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:44:28.474Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:44:28.474Z] + tee [2020-10-13T03:44:28.474Z] clair timeout 1m0s [2020-10-13T03:44:28.474Z] docker timeout: 1m0s [2020-10-13T03:44:28.474Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:44:29.170Z] $ docker stop --time=1 7fe56d8d166c47821c0683bb88d6f0b3e61445a1af6fd28b61e255e7fc71c20f [2020-10-13T03:44:31.061Z] $ docker rm -f 7fe56d8d166c47821c0683bb88d6f0b3e61445a1af6fd28b61e255e7fc71c20f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:44:31.773Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:44:31.791Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-support-logging-go_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:44:31.870Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:44:32.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:44:32.295Z] . [Pipeline] withDockerContainer [2020-10-13T03:44:32.743Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:44:33.089Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:44:34.139Z] $ docker top 7c957b897fa37788d029d84e600aa82a80b20e13f47b8e68f47ec9efd0a89bfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:44:35.043Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:44:35.043Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:44:39.708Z] $ docker stop --time=1 7c957b897fa37788d029d84e600aa82a80b20e13f47b8e68f47ec9efd0a89bfb [2020-10-13T03:44:41.349Z] $ docker rm -f 7c957b897fa37788d029d84e600aa82a80b20e13f47b8e68f47ec9efd0a89bfb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:44:41.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:44:41.923Z] . [Pipeline] withDockerContainer [2020-10-13T03:44:42.076Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:44:42.205Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:44:43.340Z] $ docker top a374c986570e4647dc2100e52a7326d0c912698e3a6d0b6b41716aeeafafe964 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:44:44.530Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:44:44.530Z] + tee [2020-10-13T03:44:44.530Z] clair timeout 1m0s [2020-10-13T03:44:44.531Z] docker timeout: 1m0s [2020-10-13T03:44:44.531Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:44:45.627Z] $ docker stop --time=1 a374c986570e4647dc2100e52a7326d0c912698e3a6d0b6b41716aeeafafe964 [2020-10-13T03:44:47.338Z] $ docker rm -f a374c986570e4647dc2100e52a7326d0c912698e3a6d0b6b41716aeeafafe964 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:44:47.934Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:44:47.989Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-support-notifications-go_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:44:48.066Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:44:48.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:44:48.497Z] . [Pipeline] withDockerContainer [2020-10-13T03:44:48.924Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:44:49.010Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:44:50.539Z] $ docker top 1d1540709eab48566d7a70a84eb2074a16d08920f9db7c6429c98ccd0e594050 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:44:51.740Z] + tee [2020-10-13T03:44:51.740Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:44:54.536Z] $ docker stop --time=1 1d1540709eab48566d7a70a84eb2074a16d08920f9db7c6429c98ccd0e594050 [2020-10-13T03:44:56.114Z] $ docker rm -f 1d1540709eab48566d7a70a84eb2074a16d08920f9db7c6429c98ccd0e594050 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:44:56.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:44:56.784Z] . [Pipeline] withDockerContainer [2020-10-13T03:44:57.007Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:44:57.176Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:44:58.741Z] $ docker top 6779b5859d1f79030564b577f34d4441e972afb268ee474a1e03d4bb8aada590 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:44:59.583Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:44:59.583Z] + tee [2020-10-13T03:44:59.848Z] clair timeout 1m0s [2020-10-13T03:44:59.848Z] docker timeout: 1m0s [2020-10-13T03:44:59.848Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:45:00.616Z] $ docker stop --time=1 6779b5859d1f79030564b577f34d4441e972afb268ee474a1e03d4bb8aada590 [2020-10-13T03:45:02.386Z] $ docker rm -f 6779b5859d1f79030564b577f34d4441e972afb268ee474a1e03d4bb8aada590 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:45:03.087Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:45:03.116Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-support-scheduler-go_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:45:03.189Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:45:03.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:45:03.613Z] . [Pipeline] withDockerContainer [2020-10-13T03:45:03.849Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:45:03.950Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:45:05.209Z] $ docker top d3ce32bb1b276f427a5fe0d255b76a9d2683ece868e918f7155c6ea6a79a683e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:45:06.772Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:45:06.772Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:45:22.213Z] $ docker stop --time=1 d3ce32bb1b276f427a5fe0d255b76a9d2683ece868e918f7155c6ea6a79a683e [2020-10-13T03:45:23.859Z] $ docker rm -f d3ce32bb1b276f427a5fe0d255b76a9d2683ece868e918f7155c6ea6a79a683e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:45:24.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:45:24.479Z] . [Pipeline] withDockerContainer [2020-10-13T03:45:24.637Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:45:24.732Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:45:25.936Z] $ docker top 97668dce36f1709885ba007be8ab9ed5979cd1fdf62ed681683c842d18bacea7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:45:26.594Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:45:26.594Z] + tee [2020-10-13T03:45:26.594Z] clair timeout 1m0s [2020-10-13T03:45:26.594Z] docker timeout: 1m0s [2020-10-13T03:45:26.594Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:45:28.652Z] $ docker stop --time=1 97668dce36f1709885ba007be8ab9ed5979cd1fdf62ed681683c842d18bacea7 [2020-10-13T03:45:30.458Z] $ docker rm -f 97668dce36f1709885ba007be8ab9ed5979cd1fdf62ed681683c842d18bacea7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:45:31.081Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:45:31.101Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-sys-mgmt-agent-go_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:45:31.202Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:45:31.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:45:31.560Z] . [Pipeline] withDockerContainer [2020-10-13T03:45:31.815Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:45:31.941Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:45:32.942Z] $ docker top 3472679131d7fea5f9c3386644867f888734d003ef7e0771fcc350afad7e13bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:45:34.192Z] + + tee/klar [2020-10-13T03:45:34.192Z] nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:45:36.292Z] $ docker stop --time=1 3472679131d7fea5f9c3386644867f888734d003ef7e0771fcc350afad7e13bf [2020-10-13T03:45:38.278Z] $ docker rm -f 3472679131d7fea5f9c3386644867f888734d003ef7e0771fcc350afad7e13bf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:45:38.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:45:38.880Z] . [Pipeline] withDockerContainer [2020-10-13T03:45:39.148Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:45:39.273Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:45:40.573Z] $ docker top 55982f8857393689026572357acfe8a83dd6fc66d41a0a5d2a749f2df7914c2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:45:41.485Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:45:41.485Z] + tee [2020-10-13T03:45:41.485Z] clair timeout 1m0s [2020-10-13T03:45:41.485Z] docker timeout: 1m0s [2020-10-13T03:45:41.485Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:45:42.236Z] $ docker stop --time=1 55982f8857393689026572357acfe8a83dd6fc66d41a0a5d2a749f2df7914c2e [2020-10-13T03:45:43.833Z] $ docker rm -f 55982f8857393689026572357acfe8a83dd6fc66d41a0a5d2a749f2df7914c2e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:45:44.643Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:45:44.680Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-core-command-go-arm64_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:45:44.737Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:45:45.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:45:45.164Z] . [Pipeline] withDockerContainer [2020-10-13T03:45:45.605Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:45:45.695Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:45:46.771Z] $ docker top 06cd893d10a1c6a11af2d8e42f28a133102652337920220452c839ac3b28f01b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:45:47.845Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:45:47.845Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:45:53.771Z] $ docker stop --time=1 06cd893d10a1c6a11af2d8e42f28a133102652337920220452c839ac3b28f01b [2020-10-13T03:45:55.548Z] $ docker rm -f 06cd893d10a1c6a11af2d8e42f28a133102652337920220452c839ac3b28f01b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:45:56.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:45:56.285Z] . [Pipeline] withDockerContainer [2020-10-13T03:45:56.552Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:45:56.660Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:45:58.785Z] $ docker top 4048d4c927283ed86d635a71266281e3c4b972fa3f29a8d7594011c28a722f02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:46:00.094Z] + tee [2020-10-13T03:46:00.094Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:46:00.094Z] clair timeout 1m0s [2020-10-13T03:46:00.094Z] docker timeout: 1m0s [2020-10-13T03:46:00.094Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:46:01.200Z] $ docker stop --time=1 4048d4c927283ed86d635a71266281e3c4b972fa3f29a8d7594011c28a722f02 [2020-10-13T03:46:02.859Z] $ docker rm -f 4048d4c927283ed86d635a71266281e3c4b972fa3f29a8d7594011c28a722f02 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:46:03.542Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:46:03.582Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-core-data-go-arm64_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:46:03.646Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:46:04.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:46:04.006Z] . [Pipeline] withDockerContainer [2020-10-13T03:46:04.148Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:46:04.223Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:46:05.229Z] $ docker top 19dd5c30ddc55a502103eb7123a5f660b6596e71a6e0c862119746708018157d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:46:05.981Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:46:05.981Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:46:08.888Z] $ docker stop --time=1 19dd5c30ddc55a502103eb7123a5f660b6596e71a6e0c862119746708018157d [2020-10-13T03:46:10.690Z] $ docker rm -f 19dd5c30ddc55a502103eb7123a5f660b6596e71a6e0c862119746708018157d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:46:11.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:46:11.265Z] . [Pipeline] withDockerContainer [2020-10-13T03:46:11.461Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:46:11.598Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:46:12.618Z] $ docker top b6e62d0dd4c855cf747637cd5d54ba08dff1ce94b64005d733ebacd198193cfc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:46:13.390Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:46:13.390Z] + tee [2020-10-13T03:46:13.390Z] clair timeout 1m0s [2020-10-13T03:46:13.390Z] docker timeout: 1m0s [2020-10-13T03:46:13.390Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:46:14.137Z] $ docker stop --time=1 b6e62d0dd4c855cf747637cd5d54ba08dff1ce94b64005d733ebacd198193cfc [2020-10-13T03:46:15.798Z] $ docker rm -f b6e62d0dd4c855cf747637cd5d54ba08dff1ce94b64005d733ebacd198193cfc [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:46:16.545Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:46:16.570Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-core-metadata-go-arm64_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:46:16.670Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:46:17.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:46:17.135Z] . [Pipeline] withDockerContainer [2020-10-13T03:46:17.693Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:46:17.832Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:46:18.942Z] $ docker top cfc4c5cc296a2b73155b8da4aae1f98f8bfcce265cf1ecd81f05cac2a18de77a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:46:19.691Z] + tee [2020-10-13T03:46:19.691Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:46:24.217Z] $ docker stop --time=1 cfc4c5cc296a2b73155b8da4aae1f98f8bfcce265cf1ecd81f05cac2a18de77a [2020-10-13T03:46:26.132Z] $ docker rm -f cfc4c5cc296a2b73155b8da4aae1f98f8bfcce265cf1ecd81f05cac2a18de77a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:46:27.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:46:27.026Z] . [Pipeline] withDockerContainer [2020-10-13T03:46:27.280Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:46:27.499Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:46:28.926Z] $ docker top b68069d6380bbefc89ff28e5c5c896a582721643bbe89c8318ab16c29872cef1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:46:30.412Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:46:30.412Z] + tee [2020-10-13T03:46:30.412Z] clair timeout 1m0s [2020-10-13T03:46:30.412Z] docker timeout: 1m0s [2020-10-13T03:46:30.412Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:46:31.305Z] $ docker stop --time=1 b68069d6380bbefc89ff28e5c5c896a582721643bbe89c8318ab16c29872cef1 [2020-10-13T03:46:32.877Z] $ docker rm -f b68069d6380bbefc89ff28e5c5c896a582721643bbe89c8318ab16c29872cef1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:46:33.655Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:46:33.745Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:46:33.799Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:46:34.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:46:34.322Z] . [Pipeline] withDockerContainer [2020-10-13T03:46:34.944Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:46:35.327Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:46:36.837Z] $ docker top 74deef508255bef9315b0f89958a25cf9988a9732d49b86040eee224e88c0542 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:46:38.000Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:46:38.000Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:46:46.496Z] $ docker stop --time=1 74deef508255bef9315b0f89958a25cf9988a9732d49b86040eee224e88c0542 [2020-10-13T03:46:48.233Z] $ docker rm -f 74deef508255bef9315b0f89958a25cf9988a9732d49b86040eee224e88c0542 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:46:49.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:46:49.149Z] . [Pipeline] withDockerContainer [2020-10-13T03:46:49.470Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:46:49.545Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:46:51.306Z] $ docker top c64ee28ff73b5d1ebd0eb0e0d6474ecb940727bd69f55ea82a00ff1b1dd6ca38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:46:52.244Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:46:52.244Z] + tee [2020-10-13T03:46:52.244Z] clair timeout 1m0s [2020-10-13T03:46:52.244Z] docker timeout: 1m0s [2020-10-13T03:46:52.244Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:46:54.378Z] $ docker stop --time=1 c64ee28ff73b5d1ebd0eb0e0d6474ecb940727bd69f55ea82a00ff1b1dd6ca38 [2020-10-13T03:46:55.999Z] $ docker rm -f c64ee28ff73b5d1ebd0eb0e0d6474ecb940727bd69f55ea82a00ff1b1dd6ca38 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:46:56.510Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:46:56.530Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:46:56.598Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:46:56.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:46:56.948Z] . [Pipeline] withDockerContainer [2020-10-13T03:46:57.196Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:46:57.355Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:46:58.471Z] $ docker top 358758ca32920c80336294175c877e9739577a4d60c3c65af59c66db70ab3b35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:46:59.547Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:46:59.547Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:47:08.129Z] $ docker stop --time=1 358758ca32920c80336294175c877e9739577a4d60c3c65af59c66db70ab3b35 [2020-10-13T03:47:09.858Z] $ docker rm -f 358758ca32920c80336294175c877e9739577a4d60c3c65af59c66db70ab3b35 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:47:10.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:47:10.484Z] . [Pipeline] withDockerContainer [2020-10-13T03:47:10.685Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:47:10.826Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:47:12.076Z] $ docker top f83916aa6efe2c6a60f6ce5a1d6badddce2703bccac0a8a09fc7d0f66397e106 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:47:12.716Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:47:12.716Z] + tee [2020-10-13T03:47:12.716Z] clair timeout 1m0s [2020-10-13T03:47:12.716Z] docker timeout: 1m0s [2020-10-13T03:47:12.716Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:47:14.253Z] $ docker stop --time=1 f83916aa6efe2c6a60f6ce5a1d6badddce2703bccac0a8a09fc7d0f66397e106 [2020-10-13T03:47:15.977Z] $ docker rm -f f83916aa6efe2c6a60f6ce5a1d6badddce2703bccac0a8a09fc7d0f66397e106 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:47:16.602Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:47:16.620Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:47:16.672Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:47:17.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:47:17.045Z] . [Pipeline] withDockerContainer [2020-10-13T03:47:17.546Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:47:17.641Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:47:18.681Z] $ docker top 5d676287864728ae4bcce9aed07aa237900e4df772f32f13fc8efe20d673d124 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:47:19.278Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:47:19.279Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:47:22.849Z] $ docker stop --time=1 5d676287864728ae4bcce9aed07aa237900e4df772f32f13fc8efe20d673d124 [2020-10-13T03:47:24.419Z] $ docker rm -f 5d676287864728ae4bcce9aed07aa237900e4df772f32f13fc8efe20d673d124 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:47:24.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:47:24.989Z] . [Pipeline] withDockerContainer [2020-10-13T03:47:25.223Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:47:25.346Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:47:26.473Z] $ docker top 4745fe848201864ccd882dd2bc375e783ac2772d704cdfcaa820d42e8251825c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:47:27.495Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:47:27.495Z] [2020-10-13T03:47:27.495Z] clair timeout 1m0s [2020-10-13T03:47:27.495Z] docker timeout: 1m0s [2020-10-13T03:47:27.495Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:47:28.383Z] $ docker stop --time=1 4745fe848201864ccd882dd2bc375e783ac2772d704cdfcaa820d42e8251825c [2020-10-13T03:47:30.321Z] $ docker rm -f 4745fe848201864ccd882dd2bc375e783ac2772d704cdfcaa820d42e8251825c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:47:31.006Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:47:31.023Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-support-logging-go-arm64_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:47:31.077Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:47:31.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:47:31.478Z] . [Pipeline] withDockerContainer [2020-10-13T03:47:31.756Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:47:31.876Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:47:33.051Z] $ docker top 6a13cb3e4212d46fbc9f86250224ce179c04911a07edcd8f285187828357171e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:47:34.029Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:47:34.029Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:47:39.635Z] $ docker stop --time=1 6a13cb3e4212d46fbc9f86250224ce179c04911a07edcd8f285187828357171e [2020-10-13T03:47:41.278Z] $ docker rm -f 6a13cb3e4212d46fbc9f86250224ce179c04911a07edcd8f285187828357171e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:47:41.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:47:41.814Z] . [Pipeline] withDockerContainer [2020-10-13T03:47:41.959Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:47:42.056Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:47:42.875Z] $ docker top 48fd199e87514c6f6c898e97b2d02e2502fe33040a2fb849a3e066f22a783b75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:47:43.422Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:47:43.422Z] + tee [2020-10-13T03:47:43.422Z] clair timeout 1m0s [2020-10-13T03:47:43.422Z] docker timeout: 1m0s [2020-10-13T03:47:43.422Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:47:44.532Z] $ docker stop --time=1 48fd199e87514c6f6c898e97b2d02e2502fe33040a2fb849a3e066f22a783b75 [2020-10-13T03:47:46.136Z] $ docker rm -f 48fd199e87514c6f6c898e97b2d02e2502fe33040a2fb849a3e066f22a783b75 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:47:46.741Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:47:46.764Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-support-notifications-go-arm64_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:47:46.920Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:47:47.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:47:47.307Z] . [Pipeline] withDockerContainer [2020-10-13T03:47:47.537Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:47:47.708Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:47:48.940Z] $ docker top e3173d80f06b4d58556a7d9bbba6f9da60947756a09bfb0dd8321eb84b836aec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:47:50.018Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:47:50.018Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:47:52.826Z] $ docker stop --time=1 e3173d80f06b4d58556a7d9bbba6f9da60947756a09bfb0dd8321eb84b836aec [2020-10-13T03:47:54.409Z] $ docker rm -f e3173d80f06b4d58556a7d9bbba6f9da60947756a09bfb0dd8321eb84b836aec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:47:55.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:47:55.035Z] . [Pipeline] withDockerContainer [2020-10-13T03:47:55.182Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:47:55.289Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:47:56.429Z] $ docker top baa0b78eb14ac549261fe5b26c50d4a1b2506729f6bd5a7e549e5cf628c01022 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:47:57.442Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:47:57.442Z] + tee [2020-10-13T03:47:57.442Z] clair timeout 1m0s [2020-10-13T03:47:57.442Z] docker timeout: 1m0s [2020-10-13T03:47:57.442Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:47:58.187Z] $ docker stop --time=1 baa0b78eb14ac549261fe5b26c50d4a1b2506729f6bd5a7e549e5cf628c01022 [2020-10-13T03:47:59.761Z] $ docker rm -f baa0b78eb14ac549261fe5b26c50d4a1b2506729f6bd5a7e549e5cf628c01022 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:48:00.390Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:48:00.446Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-support-scheduler-go-arm64_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:48:00.510Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:48:00.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:48:00.865Z] . [Pipeline] withDockerContainer [2020-10-13T03:48:01.107Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:48:01.306Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:48:02.271Z] $ docker top 7894175bcb8bc9aa00c216513f376fd4bde8c638298b94c05795a78d13c022ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:48:03.295Z] + + tee/klar [2020-10-13T03:48:03.295Z] nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:48:18.800Z] $ docker stop --time=1 7894175bcb8bc9aa00c216513f376fd4bde8c638298b94c05795a78d13c022ac [2020-10-13T03:48:20.486Z] $ docker rm -f 7894175bcb8bc9aa00c216513f376fd4bde8c638298b94c05795a78d13c022ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:48:21.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T03:48:21.015Z] . [Pipeline] withDockerContainer [2020-10-13T03:48:21.206Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:48:21.284Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-klar:latest cat [2020-10-13T03:48:22.272Z] $ docker top 970eb93f16c1234e0c9a90d5390698711f6293d71e3ff0663838fecdb7afbd1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T03:48:23.420Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [2020-10-13T03:48:23.420Z] + tee [2020-10-13T03:48:23.420Z] clair timeout 1m0s [2020-10-13T03:48:23.420Z] docker timeout: 1m0s [2020-10-13T03:48:23.420Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T03:48:24.929Z] $ docker stop --time=1 970eb93f16c1234e0c9a90d5390698711f6293d71e3ff0663838fecdb7afbd1b [2020-10-13T03:48:26.445Z] $ docker rm -f 970eb93f16c1234e0c9a90d5390698711f6293d71e3ff0663838fecdb7afbd1b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T03:48:27.215Z] + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo [2020-10-13T03:48:27.240Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/181/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_092815c9c80b29b75a5b0805008015bd9b42a3db.html [Pipeline] writeFile [Pipeline] step [2020-10-13T03:48:27.305Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-13T03:48:27.793Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-13T03:48:27.851Z] provisioning config files... [2020-10-13T03:48:27.872Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/181@tmp/config3505604720132586176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:48:28.288Z] --> edgex-publish-swagger.sh [2020-10-13T03:48:28.288Z] === Publish openapi/v1 API === [2020-10-13T03:48:28.288Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-13T03:48:28.288Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-13T03:48:28.288Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:28.288Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:29.707Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8716 0:00:01 0:00:01 --:--:-- 8731 100 10521 0 0 100 10521 0 8715 0:00:01 0:00:01 --:--:-- 8723 [2020-10-13T03:48:29.707Z] [2020-10-13T03:48:29.707Z] [2020-10-13T03:48:29.707Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-13T03:48:29.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:29.707Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:30.862Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28481 0:00:01 0:00:01 --:--:-- 28507 100 32556 0 0 100 32556 0 28474 0:00:01 0:00:01 --:--:-- 28482 [2020-10-13T03:48:30.863Z] [2020-10-13T03:48:30.863Z] [2020-10-13T03:48:30.863Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-13T03:48:30.863Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:30.863Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:31.896Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 59044 0:00:01 0:00:01 --:--:-- 59070 100 73720 0 0 100 73720 0 59035 0:00:01 0:00:01 --:--:-- 59070 [2020-10-13T03:48:31.896Z] [2020-10-13T03:48:31.896Z] [2020-10-13T03:48:31.896Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-13T03:48:32.183Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:32.183Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:33.168Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12740 0:00:01 0:00:01 --:--:-- 12751 [2020-10-13T03:48:33.168Z] [2020-10-13T03:48:33.168Z] [2020-10-13T03:48:33.168Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-13T03:48:33.168Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:33.168Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:34.431Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34162 0:00:01 0:00:01 --:--:-- 34143 100 38889 0 0 100 38889 0 34156 0:00:01 0:00:01 --:--:-- 34143 [2020-10-13T03:48:34.431Z] [2020-10-13T03:48:34.431Z] [2020-10-13T03:48:34.431Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-13T03:48:34.431Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:34.431Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:35.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12324 0:00:01 0:00:01 --:--:-- 12335 100 14248 0 0 100 14248 0 12321 0:00:01 0:00:01 --:--:-- 12325 [2020-10-13T03:48:35.416Z] [2020-10-13T03:48:35.416Z] [2020-10-13T03:48:35.416Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-13T03:48:35.416Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:35.416Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:36.701Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3694 0:00:01 0:00:01 --:--:-- 3698 100 4109 0 0 100 4109 0 3693 0:00:01 0:00:01 --:--:-- 3698 [2020-10-13T03:48:36.701Z] [2020-10-13T03:48:36.701Z] [2020-10-13T03:48:36.701Z] === Publish openapi/v2 API === [2020-10-13T03:48:36.701Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-13T03:48:36.701Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-13T03:48:36.701Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:36.701Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:37.840Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29393 0 0 100 29393 0 26411 0:00:01 0:00:01 --:--:-- 26432 100 29393 0 0 100 29393 0 26405 0:00:01 0:00:01 --:--:-- 26432 [2020-10-13T03:48:37.840Z] [2020-10-13T03:48:37.840Z] [2020-10-13T03:48:37.840Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-13T03:48:37.840Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:37.840Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:38.991Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65313 0 0 100 65313 0 53998 0:00:01 0:00:01 --:--:-- 54022 100 65313 0 0 100 65313 0 53981 0:00:01 0:00:01 --:--:-- 54022 [2020-10-13T03:48:38.991Z] [2020-10-13T03:48:38.991Z] [2020-10-13T03:48:39.325Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-13T03:48:39.325Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:39.325Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:40.363Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 118k 0 0 100 118k 0 100k 0:00:01 0:00:01 --:--:-- 100k [2020-10-13T03:48:40.363Z] [2020-10-13T03:48:40.363Z] [2020-10-13T03:48:40.363Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-13T03:48:40.363Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:40.363Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:41.789Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23547 0 0 100 23547 0 21467 0:00:01 0:00:01 --:--:-- 21484 100 23547 0 0 100 23547 0 21463 0:00:01 0:00:01 --:--:-- 21484 [2020-10-13T03:48:41.789Z] [2020-10-13T03:48:41.789Z] [2020-10-13T03:48:41.789Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-13T03:48:41.789Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:41.789Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:42.762Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62547 0 0 100 62547 0 53861 0:00:01 0:00:01 --:--:-- 53873 100 62547 0 0 100 62547 0 53846 0:00:01 0:00:01 --:--:-- 53873 [2020-10-13T03:48:42.762Z] [2020-10-13T03:48:42.762Z] [2020-10-13T03:48:42.762Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-13T03:48:42.762Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:42.762Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:43.749Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46054 0 0 100 46054 0 40586 0:00:01 0:00:01 --:--:-- 40611 100 46054 0 0 100 46054 0 40574 0:00:01 0:00:01 --:--:-- 40611 [2020-10-13T03:48:44.058Z] [2020-10-13T03:48:44.058Z] [2020-10-13T03:48:44.058Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-13T03:48:44.058Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T03:48:44.058Z] Dload Upload Total Spent Left Speed [2020-10-13T03:48:45.046Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21860 0:00:01 0:00:01 --:--:-- 21866 100 23725 0 0 100 23725 0 21854 0:00:01 0:00:01 --:--:-- 21866 [2020-10-13T03:48:45.046Z] [2020-10-13T03:48:45.046Z] [Pipeline] } [2020-10-13T03:48:45.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:49:01.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T03:49:01.519Z] . [Pipeline] withDockerContainer [2020-10-13T03:49:01.691Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:49:01.780Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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:10004/edgex-devops/git-semver:latest cat [2020-10-13T03:49:03.173Z] $ docker top b107f74db5aacc5428297febc1770ab4812acfe5ddbae0745480adb528b50525 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T03:49:03.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T03:49:03.667Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T03:49:04.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T03:49:04.255Z] $ docker exec b107f74db5aacc5428297febc1770ab4812acfe5ddbae0745480adb528b50525 ssh-agent [2020-10-13T03:49:04.605Z] SSH_AUTH_SOCK=/tmp/ssh-xm3MMuUGeOIr/agent.11 [2020-10-13T03:49:04.605Z] SSH_AGENT_PID=16 [2020-10-13T03:49:04.618Z] Running ssh-add (command line suppressed) [2020-10-13T03:49:04.905Z] Identity added: /w/workspace/edgex-go/181@tmp/private_key_6608887846738119828.key (/w/workspace/edgex-go/181@tmp/private_key_6608887846738119828.key) [2020-10-13T03:49:05.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T03:49:05.716Z] + git semver tag [2020-10-13T03:49:05.716Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T03:49:05.716Z] # $GIT_DIR = /w/workspace/edgex-go/181/.git [2020-10-13T03:49:05.716Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/181 [2020-10-13T03:49:05.716Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T03:49:05.716Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T03:49:05.716Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T03:49:05.716Z] # $SEMVER_BRANCH = master [2020-10-13T03:49:05.716Z] # $SEMVER_DIR = /w/workspace/edgex-go/181/.semver [2020-10-13T03:49:05.716Z] # 092815c9c80b29b75a5b0805008015bd9b42a3db HEAD [2020-10-13T03:49:06.304Z] # -> Force: false [2020-10-13T03:49:06.304Z] # 16f5f0b286b25a751b7641b7a016402947be087f refs/tags/v1.2.2-dev.66 [Pipeline] } [2020-10-13T03:49:06.321Z] $ docker exec --env ******** --env ******** b107f74db5aacc5428297febc1770ab4812acfe5ddbae0745480adb528b50525 ssh-agent -k [2020-10-13T03:49:06.612Z] unset SSH_AUTH_SOCK; [2020-10-13T03:49:06.612Z] unset SSH_AGENT_PID; [2020-10-13T03:49:06.612Z] echo Agent pid 16 killed; [2020-10-13T03:49:06.702Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T03:49:07.199Z] + git semver [Pipeline] } [2020-10-13T03:49:07.246Z] $ docker stop --time=1 b107f74db5aacc5428297febc1770ab4812acfe5ddbae0745480adb528b50525 [2020-10-13T03:49:08.799Z] $ docker rm -f b107f74db5aacc5428297febc1770ab4812acfe5ddbae0745480adb528b50525 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:49:09.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T03:49:09.526Z] [2020-10-13T03:49:09.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:49:09.914Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T03:49:09.914Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-13T03:49:09.914Z] ab5ef0e58194: Pulling fs layer [2020-10-13T03:49:09.914Z] 9712f1f96733: Pulling fs layer [2020-10-13T03:49:09.915Z] 63f879dbbcfc: Pulling fs layer [2020-10-13T03:49:09.915Z] 0d9ebad4ef96: Pulling fs layer [2020-10-13T03:49:09.915Z] e9a5061849ea: Pulling fs layer [2020-10-13T03:49:09.915Z] d747dcd14b5f: Pulling fs layer [2020-10-13T03:49:09.915Z] 2de7ff778b66: Pulling fs layer [2020-10-13T03:49:09.915Z] e9a5061849ea: Waiting [2020-10-13T03:49:09.915Z] d747dcd14b5f: Waiting [2020-10-13T03:49:09.915Z] 0d9ebad4ef96: Waiting [2020-10-13T03:49:09.915Z] 2de7ff778b66: Waiting [2020-10-13T03:49:09.915Z] 9712f1f96733: Verifying Checksum [2020-10-13T03:49:09.915Z] 9712f1f96733: Download complete [2020-10-13T03:49:14.323Z] 63f879dbbcfc: Verifying Checksum [2020-10-13T03:49:14.323Z] 63f879dbbcfc: Download complete [2020-10-13T03:49:14.921Z] e9a5061849ea: Verifying Checksum [2020-10-13T03:49:14.921Z] e9a5061849ea: Download complete [2020-10-13T03:49:14.921Z] d747dcd14b5f: Verifying Checksum [2020-10-13T03:49:14.921Z] d747dcd14b5f: Download complete [2020-10-13T03:49:16.025Z] 2de7ff778b66: Verifying Checksum [2020-10-13T03:49:16.026Z] 2de7ff778b66: Download complete [2020-10-13T03:49:17.084Z] 0d9ebad4ef96: Verifying Checksum [2020-10-13T03:49:17.084Z] 0d9ebad4ef96: Download complete [2020-10-13T03:49:17.394Z] ab5ef0e58194: Verifying Checksum [2020-10-13T03:49:17.394Z] ab5ef0e58194: Download complete [2020-10-13T03:49:26.233Z] ab5ef0e58194: Pull complete [2020-10-13T03:49:26.524Z] 9712f1f96733: Pull complete [2020-10-13T03:49:30.105Z] 63f879dbbcfc: Pull complete [2020-10-13T03:49:40.327Z] 0d9ebad4ef96: Pull complete [2020-10-13T03:49:42.462Z] e9a5061849ea: Pull complete [2020-10-13T03:49:42.462Z] d747dcd14b5f: Pull complete [2020-10-13T03:49:48.188Z] 2de7ff778b66: Pull complete [2020-10-13T03:49:48.189Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-13T03:49:48.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T03:49:48.189Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-13T03:49:48.499Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:49:48.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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-lftools:0.23.1-centos7 cat [2020-10-13T03:49:53.485Z] $ docker top d42a643fda3ab37b387f7bc343ca5220911f046c25d2665a5626e107df9a37ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-13T03:49:54.103Z] provisioning config files... [2020-10-13T03:49:54.119Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/181@tmp/config7168639518898354202tmp [2020-10-13T03:49:54.162Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/181@tmp/config1316198235894138950tmp [2020-10-13T03:49:54.194Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/181@tmp/config1763932197563700860tmp [Pipeline] { [Pipeline] echo [2020-10-13T03:49:54.259Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:49:54.927Z] ---> sigul-configuration.sh [2020-10-13T03:49:54.927Z] gpg: directory `/root/.gnupg' created [2020-10-13T03:49:54.927Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-13T03:49:54.927Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-13T03:49:54.927Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-13T03:49:54.927Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-13T03:49:54.927Z] gpg: CAST5 encrypted data [2020-10-13T03:49:54.927Z] gpg: encrypted with 1 passphrase [2020-10-13T03:49:54.927Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-13T03:49:55.612Z] + mkdir /home/jenkins [2020-10-13T03:49:55.612Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-13T03:49:56.298Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-13T03:49:56.316Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:49:56.649Z] ---> sigul-install.sh [2020-10-13T03:50:05.014Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-13T03:50:05.740Z] + git tag --list [2020-10-13T03:50:05.740Z] 0.6.0 [2020-10-13T03:50:05.740Z] 0.6.1 [2020-10-13T03:50:05.740Z] 0.7.0 [2020-10-13T03:50:05.740Z] 0.7.1 [2020-10-13T03:50:05.740Z] v1.0.0 [2020-10-13T03:50:05.740Z] v1.0.1 [2020-10-13T03:50:05.740Z] v1.1.0 [2020-10-13T03:50:05.740Z] v1.2.0 [2020-10-13T03:50:05.740Z] v1.2.1 [2020-10-13T03:50:05.740Z] v1.2.2-dev.1 [2020-10-13T03:50:05.740Z] v1.2.2-dev.10 [2020-10-13T03:50:05.740Z] v1.2.2-dev.11 [2020-10-13T03:50:05.740Z] v1.2.2-dev.12 [2020-10-13T03:50:05.740Z] v1.2.2-dev.13 [2020-10-13T03:50:05.740Z] v1.2.2-dev.14 [2020-10-13T03:50:05.740Z] v1.2.2-dev.15 [2020-10-13T03:50:05.740Z] v1.2.2-dev.16 [2020-10-13T03:50:05.740Z] v1.2.2-dev.17 [2020-10-13T03:50:05.740Z] v1.2.2-dev.18 [2020-10-13T03:50:05.740Z] v1.2.2-dev.19 [2020-10-13T03:50:05.740Z] v1.2.2-dev.2 [2020-10-13T03:50:05.740Z] v1.2.2-dev.20 [2020-10-13T03:50:05.740Z] v1.2.2-dev.21 [2020-10-13T03:50:05.740Z] v1.2.2-dev.22 [2020-10-13T03:50:05.740Z] v1.2.2-dev.23 [2020-10-13T03:50:05.740Z] v1.2.2-dev.24 [2020-10-13T03:50:05.740Z] v1.2.2-dev.25 [2020-10-13T03:50:05.740Z] v1.2.2-dev.26 [2020-10-13T03:50:05.740Z] v1.2.2-dev.27 [2020-10-13T03:50:05.740Z] v1.2.2-dev.28 [2020-10-13T03:50:05.740Z] v1.2.2-dev.29 [2020-10-13T03:50:05.740Z] v1.2.2-dev.3 [2020-10-13T03:50:05.740Z] v1.2.2-dev.30 [2020-10-13T03:50:05.740Z] v1.2.2-dev.31 [2020-10-13T03:50:05.740Z] v1.2.2-dev.32 [2020-10-13T03:50:05.740Z] v1.2.2-dev.33 [2020-10-13T03:50:05.740Z] v1.2.2-dev.34 [2020-10-13T03:50:05.740Z] v1.2.2-dev.35 [2020-10-13T03:50:05.740Z] v1.2.2-dev.36 [2020-10-13T03:50:05.740Z] v1.2.2-dev.37 [2020-10-13T03:50:05.740Z] v1.2.2-dev.38 [2020-10-13T03:50:05.740Z] v1.2.2-dev.39 [2020-10-13T03:50:05.740Z] v1.2.2-dev.4 [2020-10-13T03:50:05.740Z] v1.2.2-dev.40 [2020-10-13T03:50:05.740Z] v1.2.2-dev.41 [2020-10-13T03:50:05.740Z] v1.2.2-dev.42 [2020-10-13T03:50:05.740Z] v1.2.2-dev.43 [2020-10-13T03:50:05.740Z] v1.2.2-dev.44 [2020-10-13T03:50:05.740Z] v1.2.2-dev.45 [2020-10-13T03:50:05.740Z] v1.2.2-dev.46 [2020-10-13T03:50:05.740Z] v1.2.2-dev.47 [2020-10-13T03:50:05.740Z] v1.2.2-dev.48 [2020-10-13T03:50:05.740Z] v1.2.2-dev.49 [2020-10-13T03:50:05.740Z] v1.2.2-dev.5 [2020-10-13T03:50:05.740Z] v1.2.2-dev.50 [2020-10-13T03:50:05.740Z] v1.2.2-dev.51 [2020-10-13T03:50:05.740Z] v1.2.2-dev.52 [2020-10-13T03:50:05.740Z] v1.2.2-dev.53 [2020-10-13T03:50:05.740Z] v1.2.2-dev.54 [2020-10-13T03:50:05.740Z] v1.2.2-dev.55 [2020-10-13T03:50:05.740Z] v1.2.2-dev.56 [2020-10-13T03:50:05.740Z] v1.2.2-dev.57 [2020-10-13T03:50:05.740Z] v1.2.2-dev.58 [2020-10-13T03:50:05.740Z] v1.2.2-dev.59 [2020-10-13T03:50:05.740Z] v1.2.2-dev.6 [2020-10-13T03:50:05.740Z] v1.2.2-dev.60 [2020-10-13T03:50:05.740Z] v1.2.2-dev.61 [2020-10-13T03:50:05.740Z] v1.2.2-dev.62 [2020-10-13T03:50:05.740Z] v1.2.2-dev.63 [2020-10-13T03:50:05.740Z] v1.2.2-dev.64 [2020-10-13T03:50:05.740Z] v1.2.2-dev.65 [2020-10-13T03:50:05.740Z] v1.2.2-dev.66 [2020-10-13T03:50:05.740Z] v1.2.2-dev.7 [2020-10-13T03:50:05.740Z] v1.2.2-dev.8 [2020-10-13T03:50:05.740Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-13T03:50:06.133Z] + lftools sign git-tag v1.2.2-dev.66 [2020-10-13T03:50:08.191Z] Signing Git tag with Sigul... [2020-10-13T03:50:08.191Z] Signing v1.2.2-dev.66 [Pipeline] echo [2020-10-13T03:50:09.776Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:50:10.344Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-13T03:50:10.366Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-13T03:50:10.563Z] $ docker stop --time=1 d42a643fda3ab37b387f7bc343ca5220911f046c25d2665a5626e107df9a37ef [2020-10-13T03:50:12.605Z] $ docker rm -f d42a643fda3ab37b387f7bc343ca5220911f046c25d2665a5626e107df9a37ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:50:13.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T03:50:13.670Z] . [Pipeline] withDockerContainer [2020-10-13T03:50:13.902Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:50:13.986Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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:10004/edgex-devops/git-semver:latest cat [2020-10-13T03:50:15.161Z] $ docker top 20bfbc23f2a004d425a1513292377ce7c526a7b325d6e2f1768dd8fc3e941759 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T03:50:15.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T03:50:15.615Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T03:50:16.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T03:50:16.063Z] $ docker exec 20bfbc23f2a004d425a1513292377ce7c526a7b325d6e2f1768dd8fc3e941759 ssh-agent [2020-10-13T03:50:16.393Z] SSH_AUTH_SOCK=/tmp/ssh-eFCKMgckXt93/agent.12 [2020-10-13T03:50:16.393Z] SSH_AGENT_PID=17 [2020-10-13T03:50:16.403Z] Running ssh-add (command line suppressed) [2020-10-13T03:50:16.732Z] Identity added: /w/workspace/edgex-go/181@tmp/private_key_455570511982953774.key (/w/workspace/edgex-go/181@tmp/private_key_455570511982953774.key) [2020-10-13T03:50:16.837Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T03:50:17.548Z] + git semver bump pre [2020-10-13T03:50:17.548Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T03:50:17.548Z] # $GIT_DIR = /w/workspace/edgex-go/181/.git [2020-10-13T03:50:17.548Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/181 [2020-10-13T03:50:17.548Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T03:50:17.548Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T03:50:17.548Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T03:50:17.548Z] # $SEMVER_BRANCH = master [2020-10-13T03:50:17.548Z] # $SEMVER_DIR = /w/workspace/edgex-go/181/.semver [2020-10-13T03:50:17.548Z] 1.2.2-dev.67 [Pipeline] } [2020-10-13T03:50:17.575Z] $ docker exec --env ******** --env ******** 20bfbc23f2a004d425a1513292377ce7c526a7b325d6e2f1768dd8fc3e941759 ssh-agent -k [2020-10-13T03:50:17.924Z] unset SSH_AUTH_SOCK; [2020-10-13T03:50:17.924Z] unset SSH_AGENT_PID; [2020-10-13T03:50:17.924Z] echo Agent pid 17 killed; [2020-10-13T03:50:18.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T03:50:18.855Z] + git semver [Pipeline] } [2020-10-13T03:50:18.972Z] $ docker stop --time=1 20bfbc23f2a004d425a1513292377ce7c526a7b325d6e2f1768dd8fc3e941759 [2020-10-13T03:50:20.505Z] $ docker rm -f 20bfbc23f2a004d425a1513292377ce7c526a7b325d6e2f1768dd8fc3e941759 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T03:50:21.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T03:50:21.237Z] . [Pipeline] withDockerContainer [2020-10-13T03:50:21.450Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-10-13T03:50:21.568Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/181 -v /w/workspace/edgex-go/181:/w/workspace/edgex-go/181:rw,z -v /w/workspace/edgex-go/181@tmp:/w/workspace/edgex-go/181@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:10004/edgex-devops/git-semver:latest cat [2020-10-13T03:50:23.366Z] $ docker top 8ce3128f22594c815b96ba5590abd12e211e7c78ec2711cbbad06a1666ffa867 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T03:50:23.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T03:50:23.708Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T03:50:23.996Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T03:50:24.003Z] $ docker exec 8ce3128f22594c815b96ba5590abd12e211e7c78ec2711cbbad06a1666ffa867 ssh-agent [2020-10-13T03:50:24.502Z] SSH_AUTH_SOCK=/tmp/ssh-eEz6HGMl0RMy/agent.12 [2020-10-13T03:50:24.502Z] SSH_AGENT_PID=17 [2020-10-13T03:50:24.521Z] Running ssh-add (command line suppressed) [2020-10-13T03:50:24.694Z] Identity added: /w/workspace/edgex-go/181@tmp/private_key_6496019071932522144.key (/w/workspace/edgex-go/181@tmp/private_key_6496019071932522144.key) [2020-10-13T03:50:24.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T03:50:25.135Z] + git semver push [2020-10-13T03:50:25.135Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T03:50:25.135Z] # $GIT_DIR = /w/workspace/edgex-go/181/.git [2020-10-13T03:50:25.135Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/181 [2020-10-13T03:50:25.135Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T03:50:25.135Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T03:50:25.135Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T03:50:25.135Z] # $SEMVER_BRANCH = master [2020-10-13T03:50:25.135Z] # $SEMVER_DIR = /w/workspace/edgex-go/181/.semver [Pipeline] } [2020-10-13T03:50:40.991Z] $ docker exec --env ******** --env ******** 8ce3128f22594c815b96ba5590abd12e211e7c78ec2711cbbad06a1666ffa867 ssh-agent -k [2020-10-13T03:50:42.645Z] unset SSH_AUTH_SOCK; [2020-10-13T03:50:42.646Z] unset SSH_AGENT_PID; [2020-10-13T03:50:42.646Z] echo Agent pid 17 killed; [2020-10-13T03:50:43.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T03:50:46.082Z] + git semver [Pipeline] } [2020-10-13T03:50:46.472Z] $ docker stop --time=1 8ce3128f22594c815b96ba5590abd12e211e7c78ec2711cbbad06a1666ffa867 [2020-10-13T03:50:49.681Z] $ docker rm -f 8ce3128f22594c815b96ba5590abd12e211e7c78ec2711cbbad06a1666ffa867 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:50:52.236Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:50:54.798Z] ---> package-listing.sh [2020-10-13T03:50:54.798Z] ++ facter osfamily [2020-10-13T03:50:54.798Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-13T03:50:55.444Z] + OS_FAMILY=redhat [2020-10-13T03:50:55.444Z] + workspace=/w/workspace/edgex-go/181 [2020-10-13T03:50:55.444Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-13T03:50:55.444Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-13T03:50:55.444Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-13T03:50:55.444Z] + PACKAGES=/tmp/packages_start.txt [2020-10-13T03:50:55.444Z] + '[' /w/workspace/edgex-go/181 ']' [2020-10-13T03:50:55.444Z] + PACKAGES=/tmp/packages_end.txt [2020-10-13T03:50:55.444Z] + case "${OS_FAMILY}" in [2020-10-13T03:50:55.444Z] + rpm -qa [2020-10-13T03:50:55.444Z] + sort [2020-10-13T03:51:05.855Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-13T03:51:05.855Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-13T03:51:05.855Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-13T03:51:05.855Z] + '[' /w/workspace/edgex-go/181 ']' [2020-10-13T03:51:05.855Z] + mkdir -p /w/workspace/edgex-go/181/archives/ [2020-10-13T03:51:05.855Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/181/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-13T03:51:06.615Z] provisioning config files... [2020-10-13T03:51:06.931Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/181@tmp/config2894225388813923840tmp [Pipeline] { [Pipeline] echo [2020-10-13T03:51:07.120Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:51:07.557Z] ---> create-netrc.sh [Pipeline] } [2020-10-13T03:51:07.609Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-13T03:51:07.708Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:51:08.218Z] ---> python-tools-install.sh [2020-10-13T03:51:08.218Z] Generating Requirements File [2020-10-13T03:53:16.289Z] Python 3.6.8 [2020-10-13T03:53:16.289Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-13T03:53:16.289Z] appdirs==1.4.3 [2020-10-13T03:53:16.289Z] argcomplete==1.12.1 [2020-10-13T03:53:16.289Z] aspy.yaml==1.3.0 [2020-10-13T03:53:16.289Z] attrs==19.3.0 [2020-10-13T03:53:16.289Z] Babel==2.8.0 [2020-10-13T03:53:16.289Z] beautifulsoup4==4.8.2 [2020-10-13T03:53:16.289Z] boto3==1.11.6 [2020-10-13T03:53:16.289Z] botocore==1.14.6 [2020-10-13T03:53:16.289Z] bs4==0.0.1 [2020-10-13T03:53:16.289Z] cachetools==4.1.1 [2020-10-13T03:53:16.289Z] certifi==2019.11.28 [2020-10-13T03:53:16.289Z] cffi==1.14.3 [2020-10-13T03:53:16.289Z] cfgv==2.0.1 [2020-10-13T03:53:16.289Z] chardet==3.0.4 [2020-10-13T03:53:16.289Z] click==7.1 [2020-10-13T03:53:16.289Z] cliff==3.4.0 [2020-10-13T03:53:16.289Z] cmd2==1.3.11 [2020-10-13T03:53:16.289Z] colorama==0.4.4 [2020-10-13T03:53:16.289Z] cryptography==3.1.1 [2020-10-13T03:53:16.289Z] debtcollector==2.2.0 [2020-10-13T03:53:16.289Z] decorator==4.4.2 [2020-10-13T03:53:16.289Z] defusedxml==0.6.0 [2020-10-13T03:53:16.289Z] Deprecated==1.2.7 [2020-10-13T03:53:16.289Z] distlib==0.3.1 [2020-10-13T03:53:16.289Z] distro==1.2.0 [2020-10-13T03:53:16.289Z] dnspython==1.16.0 [2020-10-13T03:53:16.289Z] docker==4.2.0 [2020-10-13T03:53:16.289Z] docutils==0.15.2 [2020-10-13T03:53:16.289Z] dogpile.cache==1.0.2 [2020-10-13T03:53:16.289Z] email-validator==1.0.5 [2020-10-13T03:53:16.289Z] filelock==3.0.12 [2020-10-13T03:53:16.289Z] future==0.18.2 [2020-10-13T03:53:16.289Z] google-auth==1.22.1 [2020-10-13T03:53:16.289Z] httplib2==0.17.0 [2020-10-13T03:53:16.289Z] identify==1.4.11 [2020-10-13T03:53:16.289Z] idna==2.9 [2020-10-13T03:53:16.289Z] importlib-metadata==2.0.0 [2020-10-13T03:53:16.289Z] importlib-resources==1.5.0 [2020-10-13T03:53:16.289Z] iso8601==0.1.13 [2020-10-13T03:53:16.289Z] Jinja2==2.11.1 [2020-10-13T03:53:16.289Z] jmespath==0.10.0 [2020-10-13T03:53:16.289Z] jsonpatch==1.26 [2020-10-13T03:53:16.289Z] jsonpointer==2.0 [2020-10-13T03:53:16.289Z] jsonschema==3.2.0 [2020-10-13T03:53:16.289Z] keystoneauth1==4.2.1 [2020-10-13T03:53:16.289Z] kubernetes==11.0.0 [2020-10-13T03:53:16.289Z] lftools==0.34.2 [2020-10-13T03:53:16.289Z] lxml==4.5.0 [2020-10-13T03:53:16.289Z] MarkupSafe==0.23 [2020-10-13T03:53:16.289Z] msgpack==1.0.0 [2020-10-13T03:53:16.289Z] multi-key-dict==2.0.3 [2020-10-13T03:53:16.289Z] munch==2.5.0 [2020-10-13T03:53:16.289Z] netaddr==0.8.0 [2020-10-13T03:53:16.289Z] netifaces==0.10.9 [2020-10-13T03:53:16.289Z] niet==1.4.2 [2020-10-13T03:53:16.289Z] nodeenv==1.3.5 [2020-10-13T03:53:16.289Z] oauth2client==4.1.3 [2020-10-13T03:53:16.289Z] oauthlib==3.1.0 [2020-10-13T03:53:16.289Z] openstacksdk==0.50.0 [2020-10-13T03:53:16.289Z] os-client-config==2.1.0 [2020-10-13T03:53:16.289Z] os-service-types==1.7.0 [2020-10-13T03:53:16.289Z] osc-lib==2.2.1 [2020-10-13T03:53:16.289Z] oslo.config==8.3.2 [2020-10-13T03:53:16.289Z] oslo.context==3.1.1 [2020-10-13T03:53:16.289Z] oslo.i18n==5.0.1 [2020-10-13T03:53:16.289Z] oslo.log==4.4.0 [2020-10-13T03:53:16.289Z] oslo.serialization==4.0.1 [2020-10-13T03:53:16.289Z] oslo.utils==4.6.0 [2020-10-13T03:53:16.289Z] packaging==20.4 [2020-10-13T03:53:16.289Z] pbr==5.4.4 [2020-10-13T03:53:16.289Z] pluggy==0.13.1 [2020-10-13T03:53:16.289Z] prettytable==0.7.2 [2020-10-13T03:53:16.289Z] py==1.9.0 [2020-10-13T03:53:16.289Z] pyasn1==0.4.8 [2020-10-13T03:53:16.289Z] pyasn1-modules==0.2.8 [2020-10-13T03:53:16.289Z] pycparser==2.20 [2020-10-13T03:53:16.289Z] pygerrit2==2.0.10 [2020-10-13T03:53:16.289Z] PyGithub==1.46 [2020-10-13T03:53:16.289Z] pyinotify==0.9.6 [2020-10-13T03:53:16.289Z] PyJWT==1.7.1 [2020-10-13T03:53:16.289Z] pyparsing==2.4.7 [2020-10-13T03:53:16.289Z] pyperclip==1.8.1 [2020-10-13T03:53:16.289Z] pyroute2==0.4.13 [2020-10-13T03:53:16.289Z] pyrsistent==0.15.7 [2020-10-13T03:53:16.289Z] PySocks==1.6.8 [2020-10-13T03:53:16.289Z] python-cinderclient==7.2.0 [2020-10-13T03:53:16.289Z] python-dateutil==2.8.1 [2020-10-13T03:53:16.289Z] python-heatclient==2.2.1 [2020-10-13T03:53:16.289Z] python-jenkins==1.7.0 [2020-10-13T03:53:16.289Z] python-keystoneclient==4.1.1 [2020-10-13T03:53:16.289Z] python-magnumclient==3.2.1 [2020-10-13T03:53:16.289Z] python-novaclient==17.2.1 [2020-10-13T03:53:16.289Z] python-openstackclient==5.4.0 [2020-10-13T03:53:16.289Z] python-swiftclient==3.10.1 [2020-10-13T03:53:16.289Z] pytz==2020.1 [2020-10-13T03:53:16.289Z] PyYAML==5.3 [2020-10-13T03:53:16.289Z] requests==2.23.0 [2020-10-13T03:53:16.289Z] requests-oauthlib==1.3.0 [2020-10-13T03:53:16.289Z] requestsexceptions==1.4.0 [2020-10-13T03:53:16.289Z] rfc3986==1.4.0 [2020-10-13T03:53:16.289Z] rpm==4.11.3 [2020-10-13T03:53:16.289Z] rsa==4.0 [2020-10-13T03:53:16.289Z] ruamel.yaml==0.16.10 [2020-10-13T03:53:16.289Z] ruamel.yaml.clib==0.2.0 [2020-10-13T03:53:16.289Z] s3transfer==0.3.3 [2020-10-13T03:53:16.289Z] shade==1.27.2 [2020-10-13T03:53:16.289Z] simplejson==3.17.2 [2020-10-13T03:53:16.289Z] six==1.14.0 [2020-10-13T03:53:16.289Z] soupsieve==2.0 [2020-10-13T03:53:16.289Z] stevedore==3.2.2 [2020-10-13T03:53:16.289Z] tabulate==0.8.6 [2020-10-13T03:53:16.289Z] toml==0.10.0 [2020-10-13T03:53:16.289Z] tox==3.20.1 [2020-10-13T03:53:16.289Z] tqdm==4.43.0 [2020-10-13T03:53:16.289Z] urllib3==1.25.8 [2020-10-13T03:53:16.289Z] virtualenv==20.0.34 [2020-10-13T03:53:16.289Z] wcwidth==0.2.5 [2020-10-13T03:53:16.289Z] websocket-client==0.57.0 [2020-10-13T03:53:16.289Z] wrapt==1.12.1 [2020-10-13T03:53:16.289Z] xdg==3.0.2 [2020-10-13T03:53:16.289Z] xmltodict==0.12.0 [2020-10-13T03:53:16.289Z] yq==2.11.1 [2020-10-13T03:53:16.289Z] zipp==3.3.0 [2020-10-13T03:53:16.289Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:16.289Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-13T03:53:16.289Z] Python 2.7.5 [2020-10-13T03:53:16.289Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-13T03:53:16.289Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-13T03:53:16.289Z] ansible==2.9.7 [2020-10-13T03:53:16.289Z] Babel==0.9.6 [2020-10-13T03:53:16.289Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-13T03:53:16.289Z] beautifulsoup4==4.4.1 [2020-10-13T03:53:16.289Z] bodhi==2.11.0 [2020-10-13T03:53:16.289Z] bodhi-client==2.11.0 [2020-10-13T03:53:16.289Z] CCColUtils==1.4 [2020-10-13T03:53:16.289Z] cffi==1.6.0 [2020-10-13T03:53:16.289Z] chardet==2.2.1 [2020-10-13T03:53:16.289Z] click==6.7 [2020-10-13T03:53:16.289Z] cloud-init==18.5 [2020-10-13T03:53:16.289Z] configobj==4.7.2 [2020-10-13T03:53:16.289Z] cryptography==1.7.2 [2020-10-13T03:53:16.289Z] decorator==3.4.0 [2020-10-13T03:53:16.289Z] distro==1.2.0 [2020-10-13T03:53:16.289Z] enum34==1.0.4 [2020-10-13T03:53:16.289Z] fedpkg==1.38 [2020-10-13T03:53:16.289Z] futures==3.1.1 [2020-10-13T03:53:16.289Z] gitdb==0.6.4 [2020-10-13T03:53:16.289Z] GitPython==1.0.1 [2020-10-13T03:53:16.289Z] html5lib==0.999 [2020-10-13T03:53:16.289Z] httplib2==0.9.2 [2020-10-13T03:53:16.289Z] idna==2.4 [2020-10-13T03:53:16.289Z] iniparse==0.4 [2020-10-13T03:53:16.289Z] ipaddress==1.0.16 [2020-10-13T03:53:16.289Z] IPy==0.75 [2020-10-13T03:53:16.289Z] javapackages==1.0.0 [2020-10-13T03:53:16.289Z] Jinja2==2.7.2 [2020-10-13T03:53:16.289Z] jmespath==0.9.4 [2020-10-13T03:53:16.289Z] jsonpatch==1.2 [2020-10-13T03:53:16.289Z] jsonpointer==1.9 [2020-10-13T03:53:16.289Z] kerberos==1.1 [2020-10-13T03:53:16.289Z] kitchen==1.1.1 [2020-10-13T03:53:16.289Z] langtable==0.0.31 [2020-10-13T03:53:16.289Z] lockfile==0.9.1 [2020-10-13T03:53:16.289Z] lxml==3.2.1 [2020-10-13T03:53:16.289Z] MarkupSafe==0.11 [2020-10-13T03:53:16.289Z] munch==2.0.2 [2020-10-13T03:53:16.289Z] offtrac==0.1.0 [2020-10-13T03:53:16.289Z] openidc-client==0.6.0 [2020-10-13T03:53:16.289Z] packagedb-cli==2.14.1 [2020-10-13T03:53:16.289Z] paramiko==2.1.1 [2020-10-13T03:53:16.289Z] perf==0.1 [2020-10-13T03:53:16.289Z] ply==3.4 [2020-10-13T03:53:16.289Z] policycoreutils-default-encoding==0.1 [2020-10-13T03:53:16.289Z] prettytable==0.7.2 [2020-10-13T03:53:16.289Z] pyasn1==0.1.9 [2020-10-13T03:53:16.289Z] pycparser==2.14 [2020-10-13T03:53:16.289Z] pycurl==7.19.0 [2020-10-13T03:53:16.289Z] pygobject==3.22.0 [2020-10-13T03:53:16.289Z] pygpgme==0.3 [2020-10-13T03:53:16.289Z] pyliblzma==0.5.3 [2020-10-13T03:53:16.289Z] pyOpenSSL==0.13.1 [2020-10-13T03:53:16.289Z] pyparsing==1.5.6 [2020-10-13T03:53:16.289Z] pyserial==2.6 [2020-10-13T03:53:16.289Z] python-augeas==0.5.0 [2020-10-13T03:53:16.289Z] python-bugzilla==2.3.0 [2020-10-13T03:53:16.289Z] python-dateutil==1.5 [2020-10-13T03:53:16.289Z] python-fedora==0.10.0 [2020-10-13T03:53:16.289Z] python-linux-procfs==0.4.9 [2020-10-13T03:53:16.289Z] python-yubico==1.2.3 [2020-10-13T03:53:16.289Z] pyudev==0.15 [2020-10-13T03:53:16.290Z] pyusb==1.0.0b1 [2020-10-13T03:53:16.290Z] pyxattr==0.5.1 [2020-10-13T03:53:16.290Z] PyYAML==3.10 [2020-10-13T03:53:16.290Z] requests==2.6.0 [2020-10-13T03:53:16.290Z] requests-kerberos==0.7.0 [2020-10-13T03:53:16.290Z] rpkg==1.60 [2020-10-13T03:53:16.290Z] schedutils==0.4 [2020-10-13T03:53:16.290Z] seobject==0.1 [2020-10-13T03:53:16.290Z] sepolicy==1.1 [2020-10-13T03:53:16.290Z] six==1.9.0 [2020-10-13T03:53:16.290Z] smmap==0.9.0 [2020-10-13T03:53:16.290Z] urlgrabber==3.10 [2020-10-13T03:53:16.290Z] urllib3==1.10.2 [2020-10-13T03:53:16.290Z] virtualenv==15.1.0 [2020-10-13T03:53:16.290Z] yum-langpacks==0.4.2 [2020-10-13T03:53:16.290Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-13T03:53:16.339Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:53:16.752Z] ---> sudo-logs.sh [2020-10-13T03:53:16.752Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-13T03:53:17.367Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:53:17.779Z] ---> job-cost.sh [2020-10-13T03:53:17.779Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oyNu [2020-10-13T03:53:33.695Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:33.695Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:34.386Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:34.681Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:34.681Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:35.063Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:35.493Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:35.992Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:35.992Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:36.273Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:36.273Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:36.567Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:36.567Z] Cache entry deserialization failed, entry ignored [2020-10-13T03:53:42.132Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-13T03:54:22.813Z] lf-activate-venv(): INFO: Adding /tmp/venv-oyNu/bin to PATH [2020-10-13T03:54:22.813Z] INFO: No Stack... [2020-10-13T03:54:22.813Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-13T03:54:22.813Z] INFO: Archiving Costs [Pipeline] echo [2020-10-13T03:54:22.835Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T03:54:23.270Z] ---> logs-deploy.sh [2020-10-13T03:54:23.270Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/181 [2020-10-13T03:54:23.270Z] INFO: archiving workspace using pattern(s): [2020-10-13T03:54:26.730Z] Archives upload complete. [2020-10-13T03:54:27.006Z] INFO: archiving logs to Nexus [2020-10-13T03:54:29.151Z] ---> uname -a: [2020-10-13T03:54:29.151Z] Linux prd-centos7-docker-4c-2g-4968.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-13T03:54:29.151Z] [2020-10-13T03:54:29.151Z] [2020-10-13T03:54:29.151Z] ---> lscpu: [2020-10-13T03:54:29.151Z] Architecture: x86_64 [2020-10-13T03:54:29.151Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-13T03:54:29.151Z] Byte Order: Little Endian [2020-10-13T03:54:29.151Z] CPU(s): 4 [2020-10-13T03:54:29.151Z] On-line CPU(s) list: 0-3 [2020-10-13T03:54:29.151Z] Thread(s) per core: 1 [2020-10-13T03:54:29.151Z] Core(s) per socket: 1 [2020-10-13T03:54:29.151Z] Socket(s): 4 [2020-10-13T03:54:29.151Z] NUMA node(s): 1 [2020-10-13T03:54:29.151Z] Vendor ID: GenuineIntel [2020-10-13T03:54:29.151Z] CPU family: 6 [2020-10-13T03:54:29.151Z] Model: 44 [2020-10-13T03:54:29.151Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-13T03:54:29.151Z] Stepping: 1 [2020-10-13T03:54:29.151Z] CPU MHz: 2933.438 [2020-10-13T03:54:29.151Z] BogoMIPS: 5866.87 [2020-10-13T03:54:29.151Z] Virtualization: VT-x [2020-10-13T03:54:29.151Z] Hypervisor vendor: KVM [2020-10-13T03:54:29.151Z] Virtualization type: full [2020-10-13T03:54:29.151Z] L1d cache: 32K [2020-10-13T03:54:29.151Z] L1i cache: 32K [2020-10-13T03:54:29.151Z] L2 cache: 4096K [2020-10-13T03:54:29.151Z] L3 cache: 16384K [2020-10-13T03:54:29.151Z] NUMA node0 CPU(s): 0-3 [2020-10-13T03:54:29.151Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-13T03:54:29.151Z] [2020-10-13T03:54:29.151Z] [2020-10-13T03:54:29.151Z] ---> nproc: [2020-10-13T03:54:29.151Z] 4 [2020-10-13T03:54:29.151Z] [2020-10-13T03:54:29.151Z] [2020-10-13T03:54:29.152Z] ---> df -h: [2020-10-13T03:54:29.152Z] Filesystem Size Used Avail Use% Mounted on [2020-10-13T03:54:29.152Z] devtmpfs 887M 0 887M 0% /dev [2020-10-13T03:54:29.152Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-13T03:54:29.152Z] tmpfs 919M 17M 903M 2% /run [2020-10-13T03:54:29.152Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-13T03:54:29.152Z] /dev/vda1 50G 14G 37G 27% / [2020-10-13T03:54:29.152Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-13T03:54:29.152Z] [2020-10-13T03:54:29.152Z] [2020-10-13T03:54:29.152Z] ---> free -m: [2020-10-13T03:54:29.152Z] total used free shared buff/cache available [2020-10-13T03:54:29.152Z] Mem: 1837 683 153 5 1001 966 [2020-10-13T03:54:29.152Z] Swap: 1023 32 991 [2020-10-13T03:54:29.152Z] [2020-10-13T03:54:29.152Z] [2020-10-13T03:54:29.152Z] ---> ip addr: [2020-10-13T03:54:29.152Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-13T03:54:29.152Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-13T03:54:29.152Z] inet 127.0.0.1/8 scope host lo [2020-10-13T03:54:29.152Z] valid_lft forever preferred_lft forever [2020-10-13T03:54:29.152Z] inet6 ::1/128 scope host [2020-10-13T03:54:29.152Z] valid_lft forever preferred_lft forever [2020-10-13T03:54:29.152Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-13T03:54:29.152Z] link/ether fa:16:3e:30:be:a3 brd ff:ff:ff:ff:ff:ff [2020-10-13T03:54:29.152Z] inet 10.30.122.100/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-13T03:54:29.152Z] valid_lft 84687sec preferred_lft 84687sec [2020-10-13T03:54:29.152Z] inet6 fe80::f816:3eff:fe30:bea3/64 scope link [2020-10-13T03:54:29.152Z] valid_lft forever preferred_lft forever [2020-10-13T03:54:29.152Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-13T03:54:29.152Z] link/ether 02:42:d8:39:e0:58 brd ff:ff:ff:ff:ff:ff [2020-10-13T03:54:29.152Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-13T03:54:29.152Z] valid_lft forever preferred_lft forever [2020-10-13T03:54:29.152Z] inet6 fe80::42:d8ff:fe39:e058/64 scope link [2020-10-13T03:54:29.152Z] valid_lft forever preferred_lft forever [2020-10-13T03:54:29.152Z] [2020-10-13T03:54:29.152Z] [2020-10-13T03:54:29.152Z] ---> sar -b -r -n DEV: [2020-10-13T03:54:29.152Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/13/2020 _x86_64_ (4 CPU) [2020-10-13T03:54:29.152Z] [2020-10-13T03:54:29.152Z] 03:25:33 AM LINUX RESTART [2020-10-13T03:54:29.152Z] [2020-10-13T03:54:29.152Z] 03:26:01 AM tps rtps wtps bread/s bwrtn/s [2020-10-13T03:54:29.152Z] 03:27:01 AM 155.58 95.51 60.07 8248.74 37990.41 [2020-10-13T03:54:29.152Z] 03:28:01 AM 51.08 11.27 39.81 4665.91 7749.75 [2020-10-13T03:54:29.152Z] 03:29:01 AM 61.09 42.06 19.03 3423.46 10556.56 [2020-10-13T03:54:29.152Z] 03:30:02 AM 131.96 41.60 90.36 1760.29 33278.93 [2020-10-13T03:54:29.152Z] 03:31:01 AM 171.81 25.82 145.99 2245.65 31419.48 [2020-10-13T03:54:29.152Z] 03:32:06 AM 524.68 360.88 163.80 45766.41 97557.23 [2020-10-13T03:54:29.152Z] 03:33:05 AM 1897.42 1667.52 229.89 100396.60 108654.27 [2020-10-13T03:54:29.152Z] 03:34:01 AM 475.57 386.89 88.68 18750.18 27354.51 [2020-10-13T03:54:29.152Z] 03:35:02 AM 285.31 79.72 205.59 19730.96 73109.92 [2020-10-13T03:54:29.152Z] 03:36:04 AM 1749.20 1543.09 206.11 104155.05 107298.88 [2020-10-13T03:54:29.152Z] 03:37:01 AM 824.38 655.73 168.65 38978.60 48235.03 [2020-10-13T03:54:29.152Z] 03:38:02 AM 259.46 21.45 238.01 2039.71 21716.40 [2020-10-13T03:54:29.152Z] 03:39:01 AM 37.13 17.55 19.58 4538.02 484.40 [2020-10-13T03:54:29.152Z] 03:40:01 AM 10.04 1.87 8.16 829.73 170.90 [2020-10-13T03:54:29.152Z] 03:41:01 AM 2.64 1.36 1.28 49.31 26.57 [2020-10-13T03:54:29.152Z] 03:42:02 AM 117.93 41.16 76.77 2197.18 22582.05 [2020-10-13T03:54:29.152Z] 03:43:01 AM 193.54 118.75 74.79 6139.92 12274.83 [2020-10-13T03:54:29.152Z] 03:44:01 AM 24.47 0.53 23.94 20.75 410.01 [2020-10-13T03:54:29.152Z] 03:45:01 AM 24.78 0.37 24.41 8.78 405.90 [2020-10-13T03:54:29.152Z] 03:46:01 AM 22.26 0.30 21.97 11.17 379.36 [2020-10-13T03:54:29.152Z] 03:47:01 AM 23.83 0.12 23.72 5.32 361.60 [2020-10-13T03:54:29.152Z] 03:48:01 AM 26.84 0.17 26.68 7.45 433.84 [2020-10-13T03:54:29.152Z] 03:49:01 AM 25.22 9.43 15.80 1048.49 3676.95 [2020-10-13T03:54:29.152Z] 03:50:02 AM 242.58 96.52 146.06 6371.92 32363.01 [2020-10-13T03:54:29.152Z] 03:51:01 AM 69.89 51.21 18.68 4943.40 2730.80 [2020-10-13T03:54:29.152Z] 03:52:01 AM 59.53 24.82 34.71 1445.23 2215.85 [2020-10-13T03:54:29.152Z] 03:53:02 AM 81.55 9.24 72.32 1022.27 8955.83 [2020-10-13T03:54:29.152Z] 03:54:01 AM 88.12 30.89 57.23 1438.35 4853.90 [2020-10-13T03:54:29.152Z] Average: 272.80 190.40 82.40 13671.03 25141.85 [2020-10-13T03:54:29.152Z] [2020-10-13T03:54:29.152Z] 03:26:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-13T03:54:29.152Z] 03:27:01 AM 76568 1804988 95.93 2620 1315660 1060660 36.20 369096 1279944 42816 [2020-10-13T03:54:29.152Z] 03:28:01 AM 75604 1805952 95.98 2620 1204412 1307652 44.63 507972 1130996 58368 [2020-10-13T03:54:29.152Z] 03:29:01 AM 342904 1538652 81.78 2620 1013860 1083652 36.98 573292 804040 120 [2020-10-13T03:54:29.152Z] 03:30:02 AM 74096 1807460 96.06 2492 1173600 1414528 48.28 590240 1012976 52488 [2020-10-13T03:54:29.152Z] 03:31:01 AM 345520 1536036 81.64 1492 932072 1095864 37.40 524384 776284 20 [2020-10-13T03:54:29.152Z] 03:32:06 AM 77356 1804200 95.89 124 1065720 2253712 76.92 713544 927272 31740 [2020-10-13T03:54:29.152Z] 03:33:05 AM 80924 1800632 95.70 0 1041732 2335772 79.72 653448 966704 91416 [2020-10-13T03:54:29.152Z] 03:34:01 AM 375316 1506240 80.05 0 556044 3671708 125.31 656080 629268 39128 [2020-10-13T03:54:29.152Z] 03:35:02 AM 76872 1804684 95.91 0 1034524 2296716 78.38 805368 803516 84768 [2020-10-13T03:54:29.152Z] 03:36:04 AM 80452 1801104 95.72 0 1059948 2446000 83.48 624832 985204 78920 [2020-10-13T03:54:29.152Z] 03:37:01 AM 394364 1487192 79.04 0 712368 2612428 89.16 629396 643716 39152 [2020-10-13T03:54:29.152Z] 03:38:02 AM 394368 1487188 79.04 0 870700 1404272 47.93 537024 728528 8 [2020-10-13T03:54:29.152Z] 03:39:01 AM 273828 1607728 85.45 0 999548 1471888 50.23 624648 765232 28 [2020-10-13T03:54:29.152Z] 03:40:01 AM 289908 1591648 84.59 0 1024628 1281024 43.72 670408 704352 20 [2020-10-13T03:54:29.152Z] 03:41:01 AM 291152 1590404 84.53 0 1025480 1280688 43.71 669260 704688 20 [2020-10-13T03:54:29.152Z] 03:42:02 AM 70836 1810720 96.24 0 1165808 1544300 52.70 672992 889496 66476 [2020-10-13T03:54:29.152Z] 03:43:01 AM 197148 1684408 89.52 0 1081300 1350196 46.08 721320 714700 44 [2020-10-13T03:54:29.152Z] 03:44:01 AM 220416 1661140 88.29 0 1081404 1390720 47.46 699728 712784 52 [2020-10-13T03:54:29.152Z] 03:45:01 AM 199724 1681832 89.39 0 1081520 1482700 50.60 719576 712952 44 [2020-10-13T03:54:29.152Z] 03:46:01 AM 198636 1682920 89.44 0 1081616 1512944 51.63 720116 713196 52 [2020-10-13T03:54:29.152Z] 03:47:01 AM 213824 1667732 88.64 0 1081744 1436560 49.03 704328 713384 48 [2020-10-13T03:54:29.152Z] 03:48:01 AM 182148 1699408 90.32 0 1081856 1715640 58.55 735752 713564 60 [2020-10-13T03:54:29.152Z] 03:49:01 AM 72596 1808960 96.14 0 1093900 1556324 53.11 732752 819884 53560 [2020-10-13T03:54:29.152Z] 03:50:02 AM 139516 1742040 92.59 0 977108 1405536 47.97 637344 783524 32344 [2020-10-13T03:54:29.152Z] 03:51:01 AM 88420 1793136 95.30 0 1019588 1279228 43.66 651804 821204 20 [2020-10-13T03:54:29.152Z] 03:52:01 AM 84636 1796920 95.50 0 996160 1292864 44.12 641044 834600 36472 [2020-10-13T03:54:29.152Z] 03:53:02 AM 73648 1807908 96.09 0 970200 1296216 44.24 642648 815872 75056 [2020-10-13T03:54:29.152Z] 03:54:01 AM 70604 1810952 96.25 0 924996 1374336 46.90 655768 792760 52332 [2020-10-13T03:54:29.152Z] Average: 180764 1700792 90.39 427 1023839 1630505 55.65 645863 817880 29842 [2020-10-13T03:54:29.152Z] [2020-10-13T03:54:29.152Z] 03:26:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-13T03:54:29.152Z] 03:27:01 AM eth0 235.36 191.60 1185.20 49.96 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:27:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:27:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:28:01 AM eth0 781.74 678.32 3471.48 85.81 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:28:01 AM vethc8fb921 302.44 289.46 30.85 1001.45 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:28:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:28:01 AM docker0 302.44 289.32 26.72 1001.44 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:29:01 AM eth0 873.10 689.32 1790.91 2393.71 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:29:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:29:01 AM docker0 400.83 413.66 34.97 1649.05 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:30:02 AM eth0 400.52 317.86 3103.81 414.27 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:30:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:30:02 AM veth0986cdb 46.91 59.36 3.10 255.53 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:30:02 AM docker0 749.98 762.01 64.13 2905.19 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:31:01 AM eth0 266.57 171.07 1693.88 39.98 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:31:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:31:01 AM docker0 106.19 132.03 7.97 585.30 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:32:06 AM eth0 166.68 141.31 1562.54 39.38 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:32:06 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:32:06 AM veth6e41e36 0.00 0.12 0.00 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:32:06 AM docker0 788.22 822.75 66.39 3211.12 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:33:05 AM eth0 50.41 37.44 165.97 39.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:33:05 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:33:05 AM veth6e41e36 0.00 0.34 0.00 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:33:05 AM docker0 17.42 24.58 0.98 149.45 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:34:01 AM veth24627eb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:34:01 AM veth744f6f1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:34:01 AM eth0 2998.07 2391.95 13946.23 3263.59 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:34:01 AM veth821ae5b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:35:02 AM eth0 49.37 34.60 60.59 40.75 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:35:02 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:35:02 AM veth6e41e36 0.00 0.53 0.00 0.03 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:35:02 AM docker0 870.10 920.76 72.62 3634.30 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:36:04 AM vethc06b283 0.00 0.19 0.00 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:36:04 AM eth0 2840.19 2260.17 12961.35 3051.55 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:36:04 AM lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:36:04 AM veth6e41e36 0.00 0.58 0.00 0.03 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:37:01 AM veth8e965e6 0.00 0.21 0.00 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:37:01 AM veth5a7930a 0.00 0.21 0.00 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:37:01 AM eth0 3100.29 2464.04 13986.17 3321.35 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:37:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:38:02 AM eth0 119.99 71.28 477.33 70.27 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:38:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:38:02 AM veth6e41e36 0.00 0.90 0.00 0.04 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:38:02 AM docker0 928.83 1021.56 76.26 4249.66 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:39:01 AM eth0 256.43 254.71 158.97 867.14 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:39:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:39:01 AM docker0 3.43 6.32 0.18 36.39 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:40:01 AM eth0 233.47 211.05 104.11 852.09 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:40:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:40:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:41:01 AM eth0 0.81 0.73 2.88 0.07 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:41:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:41:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:42:02 AM eth0 361.57 316.88 3715.95 39.32 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:42:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:42:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:43:01 AM eth0 125.90 105.49 454.59 66.41 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:43:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:43:01 AM docker0 47.39 49.72 4.52 240.50 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:44:01 AM veth1fb5418 0.35 0.43 0.09 0.19 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:44:01 AM eth0 4150.34 3384.42 18414.73 5141.61 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:44:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:44:01 AM docker0 983.34 1081.08 81.82 4529.75 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:45:01 AM eth0 74.49 60.09 74.62 75.80 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:45:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:45:01 AM veth6b3fd09 0.40 0.40 0.08 0.16 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:45:01 AM docker0 3.28 2.89 0.78 1.36 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:46:01 AM veth6c64e31 0.45 0.45 0.11 0.20 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:46:01 AM eth0 4298.05 3502.61 18571.00 5282.02 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:46:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:46:01 AM docker0 2.99 2.74 0.78 1.39 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:47:01 AM veth671e2ba 0.32 0.37 0.07 0.17 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:47:01 AM eth0 76.02 61.40 75.06 78.77 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:47:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:47:01 AM docker0 3.13 2.81 0.79 1.44 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:48:01 AM veth8b9b269 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:48:01 AM vetha6871b6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:48:01 AM eth0 4462.10 3634.06 18749.69 5445.51 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:48:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:49:01 AM eth0 660.63 351.85 2857.81 141.36 0.00 0.00 0.00 [2020-10-13T03:54:29.152Z] 03:49:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:49:01 AM docker0 997.44 1093.91 85.41 4536.74 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:50:02 AM veth1fb2c47 20.24 31.89 1.32 198.45 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:50:02 AM eth0 5500.93 4316.40 25023.53 5624.69 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:50:02 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:50:02 AM docker0 1018.01 1126.05 86.49 4736.69 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:51:01 AM eth0 59.00 50.84 48.24 73.09 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:51:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:51:01 AM docker0 2.42 2.01 0.52 0.66 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:52:01 AM eth0 83.06 58.93 580.00 9.19 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:52:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:52:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:53:02 AM eth0 28.58 19.56 247.96 2.92 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:53:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:53:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:54:01 AM eth0 55.37 48.38 132.23 56.08 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:54:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] 03:54:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] Average: eth0 204.02 160.57 930.78 206.31 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] Average: docker0 36.53 40.38 3.11 169.57 0.00 0.00 0.00 [2020-10-13T03:54:29.153Z] [2020-10-13T03:54:29.153Z] [2020-10-13T03:54:29.153Z] ---> sar -P ALL: [2020-10-13T03:54:29.153Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/13/2020 _x86_64_ (4 CPU) [2020-10-13T03:54:29.153Z] [2020-10-13T03:54:29.153Z] 03:25:33 AM LINUX RESTART [2020-10-13T03:54:29.153Z] [2020-10-13T03:54:29.153Z] 03:26:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-13T03:54:29.153Z] 03:27:01 AM all 13.30 0.00 7.99 6.70 19.13 52.88 [2020-10-13T03:54:29.153Z] 03:27:01 AM 0 15.53 0.00 8.16 5.80 20.33 50.19 [2020-10-13T03:54:29.153Z] 03:27:01 AM 1 10.26 0.00 7.27 7.40 20.10 54.98 [2020-10-13T03:54:29.153Z] 03:27:01 AM 2 15.07 0.00 9.56 5.02 18.03 52.33 [2020-10-13T03:54:29.153Z] 03:27:01 AM 3 12.43 0.00 7.04 8.56 18.03 53.95 [2020-10-13T03:54:29.153Z] 03:28:01 AM all 4.44 0.00 2.85 1.47 12.54 78.69 [2020-10-13T03:54:29.153Z] 03:28:01 AM 0 3.87 0.00 2.45 0.60 13.83 79.25 [2020-10-13T03:54:29.153Z] 03:28:01 AM 1 4.78 0.00 2.65 2.64 12.47 77.47 [2020-10-13T03:54:29.153Z] 03:28:01 AM 2 4.60 0.00 3.00 1.12 11.39 79.88 [2020-10-13T03:54:29.153Z] 03:28:01 AM 3 4.56 0.00 3.31 1.50 12.45 78.18 [2020-10-13T03:54:29.153Z] 03:29:01 AM all 10.19 0.00 2.15 0.32 15.10 72.24 [2020-10-13T03:54:29.153Z] 03:29:01 AM 0 11.06 0.00 2.66 0.42 19.40 66.46 [2020-10-13T03:54:29.153Z] 03:29:01 AM 1 10.27 0.00 1.46 0.26 13.87 74.15 [2020-10-13T03:54:29.153Z] 03:29:01 AM 2 9.92 0.00 3.18 0.45 13.82 72.63 [2020-10-13T03:54:29.153Z] 03:29:01 AM 3 9.51 0.00 1.32 0.16 13.41 75.61 [2020-10-13T03:54:29.153Z] 03:30:02 AM all 4.70 0.00 3.03 1.00 13.06 78.20 [2020-10-13T03:54:29.153Z] 03:30:02 AM 0 4.68 0.00 2.69 0.77 14.55 77.29 [2020-10-13T03:54:29.153Z] 03:30:02 AM 1 4.72 0.00 3.40 1.51 12.03 78.34 [2020-10-13T03:54:29.153Z] 03:30:02 AM 2 4.93 0.00 2.96 1.35 12.61 78.16 [2020-10-13T03:54:29.153Z] 03:30:02 AM 3 4.48 0.00 3.06 0.37 13.07 79.02 [2020-10-13T03:54:29.153Z] 03:31:01 AM all 5.17 0.00 4.81 3.57 16.14 70.31 [2020-10-13T03:54:29.153Z] 03:31:01 AM 0 4.98 0.00 4.92 1.71 17.25 71.14 [2020-10-13T03:54:29.153Z] 03:31:01 AM 1 4.73 0.00 3.65 3.67 15.42 72.53 [2020-10-13T03:54:29.153Z] 03:31:01 AM 2 5.08 0.00 5.34 4.19 16.23 69.16 [2020-10-13T03:54:29.153Z] 03:31:01 AM 3 5.89 0.00 5.37 4.72 15.66 68.36 [2020-10-13T03:54:29.153Z] 03:32:06 AM all 9.22 0.00 8.76 4.21 26.44 51.37 [2020-10-13T03:54:29.153Z] 03:32:06 AM 0 10.24 0.00 8.08 4.27 26.97 50.44 [2020-10-13T03:54:29.153Z] 03:32:06 AM 1 8.10 0.00 8.17 3.57 26.28 53.89 [2020-10-13T03:54:29.153Z] 03:32:06 AM 2 9.46 0.00 9.05 4.59 25.50 51.40 [2020-10-13T03:54:29.153Z] 03:32:06 AM 3 9.09 0.00 9.75 4.42 27.01 49.72 [2020-10-13T03:54:29.153Z] 03:33:05 AM all 11.36 0.00 13.49 21.30 29.54 24.31 [2020-10-13T03:54:29.153Z] 03:33:05 AM 0 10.52 0.00 12.48 20.51 30.72 25.76 [2020-10-13T03:54:29.153Z] 03:33:05 AM 1 12.22 0.00 14.18 19.86 28.86 24.87 [2020-10-13T03:54:29.153Z] 03:33:05 AM 2 11.35 0.00 12.83 22.84 28.72 24.25 [2020-10-13T03:54:29.153Z] 03:33:05 AM 3 11.38 0.00 14.55 22.02 29.79 22.27 [2020-10-13T03:54:29.153Z] 03:34:01 AM all 44.98 0.00 11.69 10.55 23.43 9.34 [2020-10-13T03:54:29.153Z] 03:34:01 AM 0 44.95 0.00 12.62 11.15 23.45 7.84 [2020-10-13T03:54:29.153Z] 03:34:01 AM 1 48.38 0.00 11.89 10.29 19.29 10.15 [2020-10-13T03:54:29.153Z] 03:34:01 AM 2 42.58 0.00 10.94 9.27 25.99 11.23 [2020-10-13T03:54:29.153Z] 03:34:01 AM 3 43.99 0.00 11.29 11.49 25.02 8.21 [2020-10-13T03:54:29.153Z] 03:35:02 AM all 22.31 0.00 11.31 9.09 33.35 23.94 [2020-10-13T03:54:29.153Z] 03:35:02 AM 0 21.23 0.00 10.98 9.23 35.05 23.51 [2020-10-13T03:54:29.153Z] 03:35:02 AM 1 23.06 0.00 11.79 8.47 32.06 24.62 [2020-10-13T03:54:29.153Z] 03:35:02 AM 2 23.24 0.00 11.45 9.25 33.03 23.03 [2020-10-13T03:54:29.153Z] 03:35:02 AM 3 21.71 0.00 11.03 9.39 33.26 24.62 [2020-10-13T03:54:29.153Z] 03:36:04 AM all 19.23 0.00 14.98 17.45 27.46 20.88 [2020-10-13T03:54:29.153Z] 03:36:04 AM 0 18.89 0.00 12.37 16.49 27.90 24.35 [2020-10-13T03:54:29.153Z] 03:36:04 AM 1 20.53 0.00 14.21 17.30 26.84 21.13 [2020-10-13T03:54:29.153Z] 03:36:04 AM 2 19.61 0.00 17.04 20.17 26.76 16.43 [2020-10-13T03:54:29.153Z] 03:36:04 AM 3 17.87 0.00 16.42 15.92 28.35 21.45 [2020-10-13T03:54:29.153Z] 03:37:01 AM all 51.63 0.00 14.87 7.44 18.21 7.86 [2020-10-13T03:54:29.153Z] 03:37:01 AM 0 50.60 0.00 14.73 7.57 19.70 7.40 [2020-10-13T03:54:29.153Z] 03:37:01 AM 1 53.08 0.00 14.56 7.88 17.12 7.36 [2020-10-13T03:54:29.153Z] 03:37:01 AM 2 52.57 0.00 15.38 7.53 16.41 8.11 [2020-10-13T03:54:29.153Z] 03:37:01 AM 3 50.24 0.00 14.79 6.75 19.64 8.59 [2020-10-13T03:54:29.153Z] [2020-10-13T03:54:29.153Z] 03:37:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-13T03:54:29.153Z] 03:38:02 AM all 14.49 0.00 9.75 10.85 18.67 46.24 [2020-10-13T03:54:29.153Z] 03:38:02 AM 0 16.58 0.00 9.75 5.78 19.41 48.48 [2020-10-13T03:54:29.153Z] 03:38:02 AM 1 16.00 0.00 9.86 15.14 18.29 40.70 [2020-10-13T03:54:29.153Z] 03:38:02 AM 2 11.10 0.00 9.71 11.22 18.33 49.65 [2020-10-13T03:54:29.153Z] 03:38:02 AM 3 14.28 0.00 9.68 11.21 18.66 46.16 [2020-10-13T03:54:29.153Z] 03:39:01 AM all 4.68 0.00 3.35 0.73 15.15 76.09 [2020-10-13T03:54:29.153Z] 03:39:01 AM 0 4.65 0.00 2.63 0.49 17.78 74.45 [2020-10-13T03:54:29.153Z] 03:39:01 AM 1 5.45 0.00 3.75 0.79 14.78 75.24 [2020-10-13T03:54:29.153Z] 03:39:01 AM 2 4.24 0.00 3.12 1.18 14.69 76.78 [2020-10-13T03:54:29.153Z] 03:39:01 AM 3 4.38 0.00 3.96 0.45 13.26 77.95 [2020-10-13T03:54:29.153Z] 03:40:01 AM all 4.73 0.00 1.97 0.07 9.95 83.29 [2020-10-13T03:54:29.153Z] 03:40:01 AM 0 4.63 0.00 2.01 0.05 11.53 81.77 [2020-10-13T03:54:29.153Z] 03:40:01 AM 1 5.10 0.00 1.89 0.11 10.77 82.12 [2020-10-13T03:54:29.153Z] 03:40:01 AM 2 4.71 0.00 1.74 0.11 8.67 84.78 [2020-10-13T03:54:29.153Z] 03:40:01 AM 3 4.48 0.00 2.20 0.03 8.77 84.51 [2020-10-13T03:54:29.153Z] 03:41:01 AM all 0.11 0.00 0.06 0.02 0.72 99.10 [2020-10-13T03:54:29.153Z] 03:41:01 AM 0 0.08 0.00 0.05 0.00 0.65 99.22 [2020-10-13T03:54:29.153Z] 03:41:01 AM 1 0.03 0.00 0.07 0.00 1.07 98.83 [2020-10-13T03:54:29.153Z] 03:41:01 AM 2 0.05 0.00 0.08 0.07 0.48 99.32 [2020-10-13T03:54:29.153Z] 03:41:01 AM 3 0.28 0.00 0.03 0.02 0.68 98.99 [2020-10-13T03:54:29.153Z] 03:42:02 AM all 3.12 0.00 2.65 1.27 12.58 80.37 [2020-10-13T03:54:29.153Z] 03:42:02 AM 0 2.84 0.00 1.88 1.89 13.17 80.22 [2020-10-13T03:54:29.153Z] 03:42:02 AM 1 3.25 0.00 3.01 0.85 13.25 79.65 [2020-10-13T03:54:29.153Z] 03:42:02 AM 2 3.02 0.00 2.28 0.57 11.84 82.29 [2020-10-13T03:54:29.153Z] 03:42:02 AM 3 3.34 0.00 3.47 1.76 12.08 79.35 [2020-10-13T03:54:29.153Z] 03:43:01 AM all 4.33 0.00 5.14 2.33 11.55 76.65 [2020-10-13T03:54:29.153Z] 03:43:01 AM 0 3.70 0.00 4.63 1.73 12.92 77.03 [2020-10-13T03:54:29.153Z] 03:43:01 AM 1 3.87 0.00 5.21 2.12 10.82 77.98 [2020-10-13T03:54:29.153Z] 03:43:01 AM 2 4.07 0.00 5.12 2.58 10.92 77.31 [2020-10-13T03:54:29.153Z] 03:43:01 AM 3 5.69 0.00 5.64 2.90 11.52 74.25 [2020-10-13T03:54:29.153Z] 03:44:01 AM all 2.26 0.00 3.84 0.48 9.65 83.76 [2020-10-13T03:54:29.153Z] 03:44:01 AM 0 2.34 0.00 3.84 0.42 10.27 83.13 [2020-10-13T03:54:29.153Z] 03:44:01 AM 1 2.21 0.00 4.08 0.44 9.57 83.71 [2020-10-13T03:54:29.153Z] 03:44:01 AM 2 2.30 0.00 3.60 0.79 9.89 83.41 [2020-10-13T03:54:29.153Z] 03:44:01 AM 3 2.19 0.00 3.83 0.29 8.88 84.80 [2020-10-13T03:54:29.153Z] 03:45:01 AM all 2.06 0.00 4.03 0.52 9.49 83.90 [2020-10-13T03:54:29.153Z] 03:45:01 AM 0 2.13 0.00 4.11 0.42 10.31 83.03 [2020-10-13T03:54:29.153Z] 03:45:01 AM 1 2.00 0.00 4.87 0.52 9.64 82.96 [2020-10-13T03:54:29.153Z] 03:45:01 AM 2 1.90 0.00 3.13 0.63 9.62 84.72 [2020-10-13T03:54:29.153Z] 03:45:01 AM 3 2.24 0.00 4.03 0.48 8.37 84.88 [2020-10-13T03:54:29.153Z] 03:46:01 AM all 2.07 0.00 3.60 0.42 9.93 83.97 [2020-10-13T03:54:29.153Z] 03:46:01 AM 0 1.92 0.00 4.04 0.42 10.92 82.69 [2020-10-13T03:54:29.153Z] 03:46:01 AM 1 2.27 0.00 3.63 0.63 9.92 83.55 [2020-10-13T03:54:29.153Z] 03:46:01 AM 2 1.99 0.00 2.93 0.47 9.69 84.92 [2020-10-13T03:54:29.153Z] 03:46:01 AM 3 2.11 0.00 3.82 0.19 9.16 84.72 [2020-10-13T03:54:29.153Z] 03:47:01 AM all 2.18 0.00 3.79 0.47 9.73 83.82 [2020-10-13T03:54:29.153Z] 03:47:01 AM 0 2.10 0.00 4.43 0.57 10.33 82.56 [2020-10-13T03:54:29.153Z] 03:47:01 AM 1 2.46 0.00 3.94 0.33 9.71 83.56 [2020-10-13T03:54:29.153Z] 03:47:01 AM 2 2.16 0.00 3.38 0.55 9.37 84.53 [2020-10-13T03:54:29.153Z] 03:47:01 AM 3 1.99 0.00 3.40 0.44 9.50 84.67 [2020-10-13T03:54:29.153Z] 03:48:01 AM all 2.70 0.00 3.99 0.57 7.93 84.80 [2020-10-13T03:54:29.153Z] 03:48:01 AM 0 2.78 0.00 3.74 0.66 8.54 84.28 [2020-10-13T03:54:29.153Z] 03:48:01 AM 1 2.84 0.00 4.03 0.26 7.94 84.92 [2020-10-13T03:54:29.153Z] 03:48:01 AM 2 2.59 0.00 3.89 0.82 8.03 84.67 [2020-10-13T03:54:29.153Z] 03:48:01 AM 3 2.59 0.00 4.32 0.56 7.19 85.34 [2020-10-13T03:54:29.153Z] [2020-10-13T03:54:29.153Z] 03:48:01 AM CPU %user %nice %system %iowait %steal %idle [2020-10-13T03:54:29.153Z] 03:49:01 AM all 4.10 0.00 2.64 0.50 10.19 82.58 [2020-10-13T03:54:29.153Z] 03:49:01 AM 0 3.71 0.00 3.03 0.35 12.07 80.85 [2020-10-13T03:54:29.153Z] 03:49:01 AM 1 4.22 0.00 2.32 0.25 10.21 83.01 [2020-10-13T03:54:29.153Z] 03:49:01 AM 2 5.13 0.00 2.31 0.65 8.86 83.05 [2020-10-13T03:54:29.153Z] 03:49:01 AM 3 3.36 0.00 2.89 0.75 9.61 83.39 [2020-10-13T03:54:29.153Z] 03:50:02 AM all 6.44 0.00 6.58 2.46 18.14 66.38 [2020-10-13T03:54:29.153Z] 03:50:02 AM 0 5.67 0.00 6.08 2.84 19.16 66.24 [2020-10-13T03:54:29.153Z] 03:50:02 AM 1 7.72 0.00 8.10 2.94 17.67 63.58 [2020-10-13T03:54:29.153Z] 03:50:02 AM 2 6.18 0.00 6.09 2.69 17.94 67.09 [2020-10-13T03:54:29.153Z] 03:50:02 AM 3 6.23 0.00 6.05 1.36 17.76 68.61 [2020-10-13T03:54:29.153Z] 03:51:01 AM all 4.92 0.00 4.80 2.48 16.55 71.26 [2020-10-13T03:54:29.153Z] 03:51:01 AM 0 4.16 0.00 3.70 3.28 17.86 71.01 [2020-10-13T03:54:29.153Z] 03:51:01 AM 1 6.71 0.00 4.61 0.89 16.51 71.28 [2020-10-13T03:54:29.153Z] 03:51:01 AM 2 4.24 0.00 5.46 3.71 16.57 70.02 [2020-10-13T03:54:29.153Z] 03:51:01 AM 3 4.56 0.00 5.48 2.01 15.20 72.75 [2020-10-13T03:54:29.153Z] 03:52:01 AM all 11.79 0.00 2.01 1.29 10.85 74.06 [2020-10-13T03:54:29.153Z] 03:52:01 AM 0 26.14 0.00 2.32 0.85 13.74 56.95 [2020-10-13T03:54:29.153Z] 03:52:01 AM 1 5.75 0.00 1.46 0.60 11.98 80.20 [2020-10-13T03:54:29.153Z] 03:52:01 AM 2 10.57 0.00 2.49 0.94 8.86 77.15 [2020-10-13T03:54:29.153Z] 03:52:01 AM 3 5.48 0.00 1.83 2.76 8.88 81.05 [2020-10-13T03:54:29.153Z] 03:53:02 AM all 13.90 0.00 2.81 0.32 5.50 77.47 [2020-10-13T03:54:29.153Z] 03:53:02 AM 0 19.60 0.00 2.41 0.72 4.47 72.79 [2020-10-13T03:54:29.153Z] 03:53:02 AM 1 10.49 0.00 2.68 0.35 5.26 81.21 [2020-10-13T03:54:29.153Z] 03:53:02 AM 2 14.33 0.00 2.72 0.08 6.82 76.04 [2020-10-13T03:54:29.153Z] 03:53:02 AM 3 11.34 0.00 3.41 0.13 5.40 79.72 [2020-10-13T03:54:29.154Z] 03:54:01 AM all 13.41 0.00 2.43 1.63 7.35 75.18 [2020-10-13T03:54:29.154Z] 03:54:01 AM 0 32.44 0.00 3.57 1.31 9.26 53.42 [2020-10-13T03:54:29.154Z] 03:54:01 AM 1 4.21 0.00 1.94 2.16 7.99 83.70 [2020-10-13T03:54:29.154Z] 03:54:01 AM 2 10.98 0.00 2.67 1.62 6.34 78.39 [2020-10-13T03:54:29.154Z] 03:54:01 AM 3 7.52 0.00 1.64 1.39 5.92 83.52 [2020-10-13T03:54:29.154Z] Average: all 9.91 0.00 5.56 3.77 14.85 65.91 [2020-10-13T03:54:29.154Z] Average: 0 11.25 0.00 5.40 3.48 16.10 63.77 [2020-10-13T03:54:29.154Z] Average: 1 9.54 0.00 5.52 3.81 14.56 66.57 [2020-10-13T03:54:29.154Z] Average: 2 9.70 0.00 5.62 3.94 14.35 66.39 [2020-10-13T03:54:29.154Z] Average: 3 9.16 0.00 5.70 3.84 14.37 66.93 [2020-10-13T03:54:29.154Z] [2020-10-13T03:54:29.154Z] [2020-10-13T03:54:29.154Z]