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 03:27:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:27:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:27:31 ========================================================= 03:27:31 EdgeX Global Pipelines Version Info 03:27:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:27:33 ------------------- 03:27:33 stable info: 03:27:33 ------------------- 03:27:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:27:33 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 03:27:33 Message: update stable to v1.0.131 03:27:34 ------------------- 03:27:34 experimental info: 03:27:34 ------------------- 03:27:34 Commited By: **** collab-it+edgex@linuxfoundation.org 03:27:34 Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af 03:27:34 Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:27:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:27:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:27:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:27:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:27:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:27:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:27:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:27:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:27:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:27:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:27:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:27:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:27:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:27:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:27:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:27:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:27:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:27:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] echo 03:27:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 092815c [Pipeline] echo 03:27:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 03:27:37 ++ 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 03:27:37 + for file in '`ls cmd/**/Dockerfile`' 03:27:37 ++ dirname cmd/core-command/Dockerfile 03:27:37 ++ cut -d/ -f2 03:27:37 + echo core-command,cmd/core-command/Dockerfile 03:27:37 + for file in '`ls cmd/**/Dockerfile`' 03:27:37 ++ dirname cmd/core-data/Dockerfile 03:27:37 ++ cut -d/ -f2 03:27:37 + echo core-data,cmd/core-data/Dockerfile 03:27:37 + for file in '`ls cmd/**/Dockerfile`' 03:27:37 ++ cut -d/ -f2 03:27:37 ++ dirname cmd/core-metadata/Dockerfile 03:27:37 + echo core-metadata,cmd/core-metadata/Dockerfile 03:27:37 + for file in '`ls cmd/**/Dockerfile`' 03:27:37 ++ dirname cmd/security-proxy-setup/Dockerfile 03:27:37 ++ cut -d/ -f2 03:27:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:27:37 + for file in '`ls cmd/**/Dockerfile`' 03:27:37 ++ dirname cmd/security-secrets-setup/Dockerfile 03:27:37 ++ cut -d/ -f2 03:27:37 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 03:27:37 + for file in '`ls cmd/**/Dockerfile`' 03:27:37 ++ cut -d/ -f2 03:27:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:27:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:27:37 + for file in '`ls cmd/**/Dockerfile`' 03:27:37 ++ dirname cmd/support-logging/Dockerfile 03:27:37 ++ cut -d/ -f2 03:27:37 + echo support-logging,cmd/support-logging/Dockerfile 03:27:37 + for file in '`ls cmd/**/Dockerfile`' 03:27:37 ++ dirname cmd/support-notifications/Dockerfile 03:27:37 ++ cut -d/ -f2 03:27:37 + echo support-notifications,cmd/support-notifications/Dockerfile 03:27:37 + for file in '`ls cmd/**/Dockerfile`' 03:27:37 ++ dirname cmd/support-scheduler/Dockerfile 03:27:37 ++ cut -d/ -f2 03:27:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:27:37 + for file in '`ls cmd/**/Dockerfile`' 03:27:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:27:37 ++ cut -d/ -f2 03:27:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:27:37 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 03:27:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:27:38 03:27:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:27:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:27:39 latest: Pulling from edgex-devops/git-semver 03:27:39 31603596830f: Pulling fs layer 03:27:39 2a8b12db71e7: Pulling fs layer 03:27:39 6ca5941a6612: Pulling fs layer 03:27:39 ecc8261a40a4: Pulling fs layer 03:27:39 ecc8261a40a4: Waiting 03:27:39 2a8b12db71e7: Verifying Checksum 03:27:39 2a8b12db71e7: Download complete 03:27:39 ecc8261a40a4: Download complete 03:27:39 31603596830f: Verifying Checksum 03:27:39 31603596830f: Download complete 03:27:40 6ca5941a6612: Verifying Checksum 03:27:40 6ca5941a6612: Download complete 03:27:40 31603596830f: Pull complete 03:27:40 2a8b12db71e7: Pull complete 03:27:42 6ca5941a6612: Pull complete 03:27:42 ecc8261a40a4: Pull complete 03:27:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:27:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:27:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:27:43 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:27:43 $ 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 03:27:46 $ docker top 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:27:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:27:47 [ssh-agent] Looking for ssh-agent implementation... 03:27:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:27:47 $ docker exec 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 ssh-agent 03:27:48 SSH_AUTH_SOCK=/tmp/ssh-Fuo2TIY99xGx/agent.12 03:27:48 SSH_AGENT_PID=17 03:27:48 Running ssh-add (command line suppressed) 03:27:48 Identity added: /w/workspace/edgex-go/181@tmp/private_key_6920815438742859673.key (/w/workspace/edgex-go/181@tmp/private_key_6920815438742859673.key) 03:27:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:27:49 + git describe --exact-match --tags HEAD 03:27:49 fatal: no tag exactly matches '092815c9c80b29b75a5b0805008015bd9b42a3db' [Pipeline] } 03:27:49 $ docker exec --env ******** --env ******** 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 ssh-agent -k 03:27:49 unset SSH_AUTH_SOCK; 03:27:49 unset SSH_AGENT_PID; 03:27:49 echo Agent pid 17 killed; 03:27:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:27:49 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:27:49 This usually means this commit has not been tagged. [Pipeline] sshagent 03:27:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:27:49 [ssh-agent] Looking for ssh-agent implementation... 03:27:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:27:50 $ docker exec 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 ssh-agent 03:27:50 SSH_AUTH_SOCK=/tmp/ssh-n0PsqtAqsRXR/agent.46 03:27:50 SSH_AGENT_PID=51 03:27:50 Running ssh-add (command line suppressed) 03:27:50 Identity added: /w/workspace/edgex-go/181@tmp/private_key_9162137616862506908.key (/w/workspace/edgex-go/181@tmp/private_key_9162137616862506908.key) 03:27:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:27:51 + git semver init 03:27:51 # -> Open(): unable to determine branch for HEAD 03:27:51 # $GIT_DIR = /w/workspace/edgex-go/181/.git 03:27:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/181 03:27:51 # $SEMVER_REMOTE_NAME = origin 03:27:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:27:51 # $SEMVER_USER_NAME = edgex-jenkins 03:27:51 # $SEMVER_BRANCH = master 03:27:51 # $SEMVER_TEMP = /tmp/semver-149727026 03:27:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:28:38 # '/tmp/semver-149727026' -> '/w/workspace/edgex-go/181/.semver' 03:28:38 # -> Force: false 03:28:38 # $SEMVER_DIR = /w/workspace/edgex-go/181/.semver [Pipeline] } 03:28:38 $ docker exec --env ******** --env ******** 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 ssh-agent -k 03:28:39 unset SSH_AUTH_SOCK; 03:28:39 unset SSH_AGENT_PID; 03:28:39 echo Agent pid 51 killed; 03:28:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:28:39 + git semver [Pipeline] } 03:28:39 $ docker stop --time=1 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 03:28:41 $ docker rm -f 3a197126049443755d5aa109330e875912186e6f55e14c6dee54f6d72baab091 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:29:04 Stashed 83 file(s) [Pipeline] echo 03:29:04 [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 03:29:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4958 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] ws 03:29:04 Running in /w/workspace/edgex-go/181 [Pipeline] { [Pipeline] checkout [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 03:29:05 ========================================================= 03:29:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:29:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:29:05 + 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 . 03:29:09 using credential edgex-jenkins-ssh 03:29:09 Cloning the remote Git repository 03:29:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:29:10 > git init /w/workspace/edgex-go/181 # timeout=10 03:29:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:29:10 > git --version # timeout=10 03:29:10 > git --version # 'git version 2.17.1' 03:29:10 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:29:12 Sending build context to Docker daemon 325MB 03:29:12 Step 1/7 : ARG BASE=golang:1.15-alpine 03:29:12 Step 2/7 : FROM ${BASE} 03:29:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:29:12 df20fa9351a1: Pulling fs layer 03:29:12 ed8968b2872e: Pulling fs layer 03:29:12 a92cc7c5fd73: Pulling fs layer 03:29:12 e871e8e8d7a9: Pulling fs layer 03:29:12 e73272ec9a57: Pulling fs layer 03:29:12 1e910a182e73: Pulling fs layer 03:29:12 4e634b169226: Pulling fs layer 03:29:12 e73272ec9a57: Waiting 03:29:12 e871e8e8d7a9: Waiting 03:29:12 1e910a182e73: Waiting 03:29:12 4e634b169226: Waiting 03:29:12 a92cc7c5fd73: Verifying Checksum 03:29:12 a92cc7c5fd73: Download complete 03:29:12 ed8968b2872e: Verifying Checksum 03:29:12 ed8968b2872e: Download complete 03:29:12 e73272ec9a57: Verifying Checksum 03:29:12 e73272ec9a57: Download complete 03:29:12 1e910a182e73: Download complete 03:29:12 df20fa9351a1: Verifying Checksum 03:29:12 df20fa9351a1: Download complete 03:29:12 df20fa9351a1: Pull complete 03:29:12 ed8968b2872e: Pull complete 03:29:13 a92cc7c5fd73: Pull complete 03:29:17 4e634b169226: Verifying Checksum 03:29:17 4e634b169226: Download complete 03:29:18 e871e8e8d7a9: Verifying Checksum 03:29:18 e871e8e8d7a9: Download complete 03:29:28 e871e8e8d7a9: Pull complete 03:29:28 e73272ec9a57: Pull complete 03:29:28 1e910a182e73: Pull complete 03:29:32 Checking out Revision 092815c9c80b29b75a5b0805008015bd9b42a3db (master) 03:29:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:29:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:29:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:29:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:29:32 using GIT_SSH to set credentials SSH Credentials for GitHub 03:29:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:29:32 > git config core.sparsecheckout # timeout=10 03:29:32 > git checkout -f 092815c9c80b29b75a5b0805008015bd9b42a3db # timeout=10 03:29:34 4e634b169226: Pull complete 03:29:34 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:29:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:29:34 ---> f7629b54cfaa 03:29:34 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 03:29:34 ---> Running in b3fd78603461 03:29:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:29:37 Commit message: "Merge pull request #2786 from jinlinGuan/issue-2740" 03:29:37 (1/12) Installing libmagic (5.38-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 03:29:38 (2/12) Installing file (5.38-r0) 03:29:38 (3/12) Installing libc-dev (0.7.2-r3) 03:29:38 (4/12) Installing g++ (9.3.0-r2) [Pipeline] echo 03:29:50 ========================================================= 03:29:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:29:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:29:51 + 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 . 03:29:55 Sending build context to Docker daemon 325MB 03:29:55 Step 1/7 : ARG BASE=golang:1.15-alpine 03:29:55 Step 2/7 : FROM ${BASE} 03:29:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:29:55 b538f80385f9: Pulling fs layer 03:29:55 74f711af9a0d: Pulling fs layer 03:29:55 99f96fe45779: Pulling fs layer 03:29:55 8529a6b9a6be: Pulling fs layer 03:29:55 45590311c82a: Pulling fs layer 03:29:55 69ca0ff8b7b3: Pulling fs layer 03:29:55 209524e5b208: Pulling fs layer 03:29:55 8529a6b9a6be: Waiting 03:29:55 45590311c82a: Waiting 03:29:55 69ca0ff8b7b3: Waiting 03:29:55 209524e5b208: Waiting 03:29:55 99f96fe45779: Download complete 03:29:55 74f711af9a0d: Verifying Checksum 03:29:55 74f711af9a0d: Download complete 03:29:55 45590311c82a: Verifying Checksum 03:29:55 45590311c82a: Download complete 03:29:55 69ca0ff8b7b3: Verifying Checksum 03:29:55 69ca0ff8b7b3: Download complete 03:29:55 b538f80385f9: Download complete 03:29:56 b538f80385f9: Pull complete 03:29:57 74f711af9a0d: Pull complete 03:29:57 99f96fe45779: Pull complete 03:29:58 209524e5b208: Verifying Checksum 03:29:58 209524e5b208: Download complete 03:30:00 8529a6b9a6be: Verifying Checksum 03:30:00 8529a6b9a6be: Download complete 03:30:10 8529a6b9a6be: Pull complete 03:30:10 45590311c82a: Pull complete 03:30:10 69ca0ff8b7b3: Pull complete 03:30:11 (5/12) Installing fortify-headers (1.1-r0) 03:30:11 (6/12) Installing patch (2.7.6-r6) 03:30:11 (7/12) Installing build-base (0.5-r2) 03:30:11 (8/12) Installing libsodium (1.0.18-r0) 03:30:11 (9/12) Installing pkgconf (1.7.2-r0) 03:30:11 (10/12) Installing libsodium-dev (1.0.18-r0) 03:30:11 (11/12) Installing libzmq (4.3.3-r0) 03:30:11 (12/12) Installing zeromq-dev (4.3.3-r0) 03:30:11 Executing busybox-1.31.1-r16.trigger 03:30:11 OK: 233 MiB in 51 packages 03:30:13 209524e5b208: Pull complete 03:30:13 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:30:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:30:13 ---> 5bddaf1c2fca 03:30:13 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 03:30:15 Removing intermediate container b3fd78603461 03:30:15 ---> 6b3c213ebfa5 03:30:15 Step 4/7 : WORKDIR /edgex-go 03:30:15 ---> Running in 39ae580f650e 03:30:15 Removing intermediate container 39ae580f650e 03:30:15 ---> 44cff63c66ea 03:30:15 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 03:30:15 latest: Pulling from library/docker 03:30:16 df20fa9351a1: Already exists 03:30:16 25ad7478873d: Pulling fs layer 03:30:16 4684f6177b5d: Pulling fs layer 03:30:16 8ba584e970af: Pulling fs layer 03:30:16 3cdc74d2b06d: Pulling fs layer 03:30:16 4cf5a0d07c1f: Pulling fs layer 03:30:16 fca0ccc462d5: Pulling fs layer 03:30:16 3cdc74d2b06d: Waiting 03:30:16 4cf5a0d07c1f: Waiting 03:30:16 fca0ccc462d5: Waiting 03:30:16 4684f6177b5d: Download complete 03:30:16 25ad7478873d: Verifying Checksum 03:30:16 25ad7478873d: Download complete 03:30:16 3cdc74d2b06d: Verifying Checksum 03:30:16 3cdc74d2b06d: Download complete 03:30:16 4cf5a0d07c1f: Verifying Checksum 03:30:16 4cf5a0d07c1f: Download complete 03:30:16 fca0ccc462d5: Verifying Checksum 03:30:16 fca0ccc462d5: Download complete 03:30:16 25ad7478873d: Pull complete 03:30:17 4684f6177b5d: Pull complete 03:30:17 8ba584e970af: Verifying Checksum 03:30:17 8ba584e970af: Download complete 03:30:17 ---> Running in 577fe1ee54cb 03:30:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:30:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:30:22 8ba584e970af: Pull complete 03:30:22 3cdc74d2b06d: Pull complete 03:30:22 4cf5a0d07c1f: Pull complete 03:30:22 fca0ccc462d5: Pull complete 03:30:22 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 03:30:22 Status: Downloaded newer image for docker:latest 03:30:23 (1/12) Installing libmagic (5.38-r0) 03:30:23 (2/12) Installing file (5.38-r0) 03:30:23 (3/12) Installing libc-dev (0.7.2-r3) 03:30:23 (4/12) Installing g++ (9.3.0-r2) 03:30:24 ---> b67634c871fd 03:30:24 Step 6/7 : COPY go.mod . 03:30:25 ---> 1996de3c01c8 03:30:25 Step 7/7 : RUN go mod download 03:30:25 ---> Running in 3ea51541e6c3 03:30:35 (5/12) Installing fortify-headers (1.1-r0) 03:30:35 (6/12) Installing patch (2.7.6-r6) 03:30:35 (7/12) Installing build-base (0.5-r2) 03:30:35 (8/12) Installing libsodium (1.0.18-r0) 03:30:35 (9/12) Installing pkgconf (1.7.2-r0) 03:30:35 (10/12) Installing libsodium-dev (1.0.18-r0) 03:30:35 (11/12) Installing libzmq (4.3.3-r0) 03:30:35 (12/12) Installing zeromq-dev (4.3.3-r0) 03:30:35 Executing busybox-1.31.1-r16.trigger 03:30:35 OK: 217 MiB in 51 packages 03:30:40 Removing intermediate container 577fe1ee54cb 03:30:40 ---> e7bb15b6532c 03:30:40 Step 4/7 : WORKDIR /edgex-go 03:30:40 ---> Running in f95f538b7c0b 03:30:40 Removing intermediate container f95f538b7c0b 03:30:40 ---> 626109b53c88 03:30:40 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 03:30:40 latest: Pulling from library/docker 03:30:40 b538f80385f9: Already exists 03:30:40 259a493cd78d: Pulling fs layer 03:30:40 b8e66b5100f5: Pulling fs layer 03:30:40 7f8258a56ab6: Pulling fs layer 03:30:40 75a0a0ebb566: Pulling fs layer 03:30:40 4a2c62f0a2a3: Pulling fs layer 03:30:40 294320357d30: Pulling fs layer 03:30:40 4a2c62f0a2a3: Waiting 03:30:40 75a0a0ebb566: Waiting 03:30:40 294320357d30: Waiting 03:30:40 b8e66b5100f5: Download complete 03:30:40 259a493cd78d: Verifying Checksum 03:30:40 259a493cd78d: Download complete 03:30:40 75a0a0ebb566: Verifying Checksum 03:30:40 75a0a0ebb566: Download complete 03:30:40 4a2c62f0a2a3: Download complete 03:30:40 294320357d30: Verifying Checksum 03:30:40 294320357d30: Download complete 03:30:41 259a493cd78d: Pull complete 03:30:41 b8e66b5100f5: Pull complete 03:30:41 7f8258a56ab6: Verifying Checksum 03:30:41 7f8258a56ab6: Download complete 03:30:45 7f8258a56ab6: Pull complete 03:30:45 75a0a0ebb566: Pull complete 03:30:45 4a2c62f0a2a3: Pull complete 03:30:46 294320357d30: Pull complete 03:30:46 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 03:30:46 Status: Downloaded newer image for docker:latest 03:30:49 ---> 21439fd3ee28 03:30:49 Step 6/7 : COPY go.mod . 03:30:50 ---> 23e9e15bf2a0 03:30:50 Step 7/7 : RUN go mod download 03:30:50 ---> Running in 90a56e59b5a8 03:30:53 Removing intermediate container 3ea51541e6c3 03:30:53 ---> d49f6a5160f3 03:30:53 Successfully built d49f6a5160f3 03:30:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:30:53 + docker inspect -f . ci-base-image-x86_64 03:30:53 . [Pipeline] withDockerContainer 03:30:54 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:30:54 $ 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 03:30:56 $ docker top 37ec9d0d34c65baf56f15f122b2d674650001e64caed722043b3cf2060759965 -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:57 + go version 03:30:57 go version go1.15.2 linux/amd64 [Pipeline] } 03:30:57 $ docker stop --time=1 37ec9d0d34c65baf56f15f122b2d674650001e64caed722043b3cf2060759965 03:30:59 $ 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 03:31:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:31:04 03:31:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:31:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:31:05 latest: Pulling from edgex-devops/edgex-compose 03:31:05 cbdbe7a5bc2a: Pulling fs layer 03:31:05 ca9280d653b3: Pulling fs layer 03:31:05 7e9c9ca2126c: Pulling fs layer 03:31:05 cbdbe7a5bc2a: Verifying Checksum 03:31:05 cbdbe7a5bc2a: Download complete 03:31:05 cbdbe7a5bc2a: Pull complete 03:31:06 ca9280d653b3: Verifying Checksum 03:31:06 ca9280d653b3: Download complete 03:31:07 ca9280d653b3: Pull complete 03:31:10 7e9c9ca2126c: Verifying Checksum 03:31:10 7e9c9ca2126c: Download complete 03:31:17 Removing intermediate container 90a56e59b5a8 03:31:17 ---> e3205f37552c 03:31:17 Successfully built e3205f37552c 03:31:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:31:17 + docker inspect -f . ci-base-image-arm64 03:31:17 . [Pipeline] withDockerContainer 03:31:18 prd-ubuntu18.04-docker-arm64-4c-16g-4958 does not seem to be running inside a container 03:31:18 $ 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 03:31:20 $ docker top 570e16d6743a49f2402b5c0380685280c346c81277dead9afed5c9d811cb266b -eo pid,comm [Pipeline] { [Pipeline] sh 03:31:21 + go version 03:31:21 go version go1.15.2 linux/arm64 [Pipeline] } 03:31:21 $ docker stop --time=1 570e16d6743a49f2402b5c0380685280c346c81277dead9afed5c9d811cb266b 03:31:23 $ docker rm -f 570e16d6743a49f2402b5c0380685280c346c81277dead9afed5c9d811cb266b 03:31:23 7e9c9ca2126c: Pull complete 03:31:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:31:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:31:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer 03:31:24 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:31:24 $ 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 03:31:26 $ 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] } 03:31:27 + docker-compose build --help 03:31:27 + grep parallel [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:31:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:31:28 03:31:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:31:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:31:28 latest: Pulling from edgex-devops/edgex-compose-arm64 03:31:28 29e5d40040c1: Pulling fs layer 03:31:28 1ce36da41761: Pulling fs layer 03:31:28 25b303627fd3: Pulling fs layer 03:31:28 29e5d40040c1: Verifying Checksum 03:31:28 29e5d40040c1: Download complete 03:31:29 --parallel Build images in parallel. [Pipeline] } 03:31:29 $ docker stop --time=1 ccc1a942a7891e76a11dbe29591df371af6477190841dc9a9fe2f14096a1372a 03:31:29 1ce36da41761: Verifying Checksum 03:31:29 1ce36da41761: Download complete 03:31:29 29e5d40040c1: Pull complete 03:31:30 $ docker rm -f ccc1a942a7891e76a11dbe29591df371af6477190841dc9a9fe2f14096a1372a 03:31:30 1ce36da41761: Pull complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:31:31 25b303627fd3: Download complete 03:31:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:31:31 . [Pipeline] withDockerContainer 03:31:31 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:31:32 $ 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 03:31:33 $ docker top 05a6186b45d231483e92fb04dd63ae5b2e294a9cd4409c5b2dbcec1eab6288ca -eo pid,comm [Pipeline] { [Pipeline] sh 03:31:33 + docker-compose -f ./docker-compose-build.yml build --parallel 03:31:35 Building docker-core-command-go ... 03:31:35 Building docker-core-data-go ... 03:31:35 Building docker-core-metadata-go ... 03:31:35 Building docker-security-proxy-setup-go ... 03:31:35 Building docker-security-secrets-setup-go ... 03:31:35 Building docker-security-secretstore-setup-go ... 03:31:35 Building docker-support-logging-go ... 03:31:35 Building docker-support-notifications-go ... 03:31:35 Building docker-support-scheduler-go ... 03:31:35 Building docker-sys-mgmt-agent-go ... 03:31:35 Building docker-support-logging-go 03:31:35 Building docker-security-proxy-setup-go 03:31:35 Building docker-core-metadata-go 03:31:35 Building docker-core-command-go 03:31:35 Building docker-support-scheduler-go 03:31:41 25b303627fd3: Pull complete 03:31:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:31:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:31:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:31:41 prd-ubuntu18.04-docker-arm64-4c-16g-4958 does not seem to be running inside a container 03:31:41 $ 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 03:31:45 $ docker top c4eec576840e01d8aea57afbbe49fcb44de858f323f22ad7c806ad50811651c8 -eo pid,comm [Pipeline] { [Pipeline] sh 03:31:47 + docker-compose build --help 03:31:47 + grep parallel 03:31:50 --parallel Build images in parallel. [Pipeline] } 03:31:50 $ docker stop --time=1 c4eec576840e01d8aea57afbbe49fcb44de858f323f22ad7c806ad50811651c8 03:31:52 $ docker rm -f c4eec576840e01d8aea57afbbe49fcb44de858f323f22ad7c806ad50811651c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:31:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:31:53 . [Pipeline] withDockerContainer 03:31:53 prd-ubuntu18.04-docker-arm64-4c-16g-4958 does not seem to be running inside a container 03:31:53 $ 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 03:31:55 $ docker top b6944e55ff0b9ac12da61f549624ec1fb0a28c3d6beadf6f94cacf3b69e3b741 -eo pid,comm [Pipeline] { [Pipeline] sh 03:31:56 + docker-compose -f ./docker-compose-build.yml build --parallel 03:31:59 Building docker-core-command-go ... 03:31:59 Building docker-core-data-go ... 03:31:59 Building docker-core-metadata-go ... 03:31:59 Building docker-security-proxy-setup-go ... 03:31:59 Building docker-security-secrets-setup-go ... 03:31:59 Building docker-security-secretstore-setup-go ... 03:31:59 Building docker-support-logging-go ... 03:31:59 Building docker-support-notifications-go ... 03:31:59 Building docker-support-scheduler-go ... 03:31:59 Building docker-sys-mgmt-agent-go ... 03:31:59 Building docker-sys-mgmt-agent-go 03:31:59 Building docker-support-logging-go 03:31:59 Building docker-security-secrets-setup-go 03:31:59 Building docker-core-command-go 03:31:59 Building docker-core-data-go 03:32:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:32:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:32:15 ---> d49f6a5160f3 03:32:15 Step 3/22 : WORKDIR /edgex-go 03:32:15 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 03:32:15 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:32:15 ---> d49f6a5160f3 03:32:15 Step 3/20 : WORKDIR /edgex-go 03:32:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 03:32:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:32:15 ---> d49f6a5160f3 03:32:15 Step 3/21 : WORKDIR /edgex-go 03:32:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:32:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:32:15 ---> d49f6a5160f3 03:32:15 Step 3/22 : WORKDIR /edgex-go 03:32:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:32:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:32:15 ---> d49f6a5160f3 03:32:15 Step 3/22 : WORKDIR /edgex-go 03:32:15 ---> Running in 1cb7f3d3d161 03:32:15 ---> Running in 40977183e792 03:32:15 ---> Running in 627eff4e4c4c 03:32:15 ---> Running in c0ff15ad6a82 03:32:15 ---> Running in 1d842671d05c 03:32:15 Removing intermediate container 1d842671d05c 03:32:15 ---> ac38674e92cf 03:32:15 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:15 Removing intermediate container c0ff15ad6a82 03:32:15 ---> ee78650bfd4f 03:32:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:15 Removing intermediate container 40977183e792 03:32:15 ---> cd2dac81625c 03:32:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:15 Removing intermediate container 627eff4e4c4c 03:32:15 ---> 3a9b6957a541 03:32:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:15 Removing intermediate container 1cb7f3d3d161 03:32:15 ---> 7b974189bea4 03:32:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:15 ---> Running in 44504d002f04 03:32:15 ---> Running in 9783690c5656 03:32:15 ---> Running in b57866cdbef6 03:32:15 ---> Running in 0cae5994441d 03:32:15 ---> Running in f33d203af8da 03:32:19 Removing intermediate container 44504d002f04 03:32:19 ---> 90405d87ab23 03:32:19 Step 5/20 : RUN apk update && apk add make git 03:32:19 Removing intermediate container 9783690c5656 03:32:19 ---> 3cb544d7a74f 03:32:19 Step 5/22 : RUN apk update && apk add make git 03:32:19 ---> Running in 30ef576d50f0 03:32:19 Removing intermediate container b57866cdbef6 03:32:19 ---> 07efeba06748 03:32:19 Step 5/22 : RUN apk update && apk add make && apk add bash git 03:32:19 ---> Running in 32868c01d2d4 03:32:19 ---> Running in 744b77eb0a69 03:32:19 Removing intermediate container 0cae5994441d 03:32:19 ---> 4f015b8786bd 03:32:19 Step 5/22 : RUN apk update && apk add make git 03:32:19 Removing intermediate container f33d203af8da 03:32:19 ---> 47a966119efc 03:32:19 Step 5/21 : RUN apk update && apk add make git 03:32:19 ---> Running in 2ab2c7127908 03:32:19 ---> Running in 7caa4c127301 03:32:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:32:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:32:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:32:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:32:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:32:22 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:32:22 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:32:22 OK: 12752 distinct packages available 03:32:22 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:32:22 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:32:22 OK: 12752 distinct packages available 03:32:22 OK: 233 MiB in 51 packages 03:32:22 OK: 233 MiB in 51 packages 03:32:23 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:32:23 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:32:23 OK: 12752 distinct packages available 03:32:23 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:32:23 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:32:23 OK: 12752 distinct packages available 03:32:23 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:32:23 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:32:23 OK: 12752 distinct packages available 03:32:23 OK: 233 MiB in 51 packages 03:32:24 Removing intermediate container 32868c01d2d4 03:32:24 ---> 1a3eb3d6637a 03:32:24 Step 6/22 : COPY go.mod . 03:32:24 Removing intermediate container 30ef576d50f0 03:32:24 ---> ad0cf7f9758e 03:32:24 Step 6/20 : COPY go.mod . 03:32:24 OK: 233 MiB in 51 packages 03:32:24 OK: 233 MiB in 51 packages 03:32:24 ---> b8a3cccd0dbe 03:32:24 Step 7/22 : RUN go mod download 03:32:24 OK: 233 MiB in 51 packages 03:32:24 ---> Running in 4120aa30e409 03:32:25 ---> 9dd26c5401ec 03:32:25 Step 7/20 : RUN go mod download 03:32:25 ---> Running in 2e33c3a8c6a5 03:32:25 Removing intermediate container 7caa4c127301 03:32:25 ---> 0ee55ff14f57 03:32:25 Step 6/21 : COPY go.mod . 03:32:26 Removing intermediate container 2ab2c7127908 03:32:26 ---> 41ea29da405a 03:32:26 Step 6/22 : COPY go.mod . 03:32:26 ---> 85c1b7c88320 03:32:26 Step 7/21 : RUN go mod download 03:32:26 ---> Running in 5177423e36f3 03:32:27 Removing intermediate container 744b77eb0a69 03:32:27 ---> 93c684f16cc9 03:32:27 Step 6/22 : COPY go.mod . 03:32:27 ---> a7ca3ae2b462 03:32:27 Step 7/22 : RUN go mod download 03:32:28 ---> Running in a697f0e525d2 03:32:28 ---> ae8588b1e10d 03:32:28 Step 7/22 : RUN go mod download 03:32:28 ---> Running in 2f7a3de48334 03:32:29 Removing intermediate container 5177423e36f3 03:32:29 ---> 7fc4ca88aea9 03:32:29 Step 8/21 : COPY . . 03:32:29 Removing intermediate container 2e33c3a8c6a5 03:32:29 ---> 836b19f8d165 03:32:29 Step 8/20 : COPY . . 03:32:31 Removing intermediate container 4120aa30e409 03:32:31 ---> e7a3dac53d5b 03:32:31 Step 8/22 : COPY . . 03:32:36 Removing intermediate container a697f0e525d2 03:32:36 ---> bc5a2cc6818c 03:32:36 Step 8/22 : COPY . . 03:32:36 Removing intermediate container 2f7a3de48334 03:32:36 ---> 55e8d314d108 03:32:36 Step 8/22 : COPY . . 03:33:17 ---> e2742ffc39e6 03:33:17 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:33:17 ---> db9a76e16027 03:33:17 Step 9/22 : RUN make cmd/core-command/core-command 03:33:17 ---> 7feaa9b22a9c 03:33:17 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 03:33:17 ---> Running in 0ac136cb4d33 03:33:17 ---> Running in 8738c7be8056 03:33:17 ---> Running in 4ac8a74e9138 03:33:18 ---> 73af13ed2d67 03:33:18 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:33:18 ---> ae5a54e3cfd8 03:33:18 Step 9/22 : RUN make cmd/support-logging/support-logging 03:33:18 ---> Running in 0189d47f51fc 03:33:18 ---> Running in 281001c082db 03:33:20 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 03:33:20 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 03:33:20 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 03:33:20 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 03:33:20 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 03:33:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:33:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:33:21 ---> e3205f37552c 03:33:21 Step 3/22 : WORKDIR /edgex-go 03:33:21 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 03:33:21 Step 2/27 : FROM ${BUILDER_BASE} AS builder 03:33:21 ---> e3205f37552c 03:33:21 Step 3/27 : WORKDIR /edgex-go 03:33:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:33:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:33:21 ---> e3205f37552c 03:33:21 Step 3/22 : WORKDIR /edgex-go 03:33:21 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 03:33:21 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 03:33:21 ---> e3205f37552c 03:33:21 Step 3/29 : WORKDIR /edgex-go 03:33:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 03:33:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:33:21 ---> e3205f37552c 03:33:21 Step 3/23 : WORKDIR /edgex-go 03:33:21 ---> Running in ecc944b54169 03:33:21 ---> Running in a0449537edce 03:33:21 ---> Running in f701e79bdb2a 03:33:21 ---> Running in 8632d0e50853 03:33:21 ---> Running in cc7b69b5cc8a 03:33:22 Removing intermediate container ecc944b54169 03:33:22 ---> 3764438b499c 03:33:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:33:23 ---> Running in da55c17f4820 03:33:23 Removing intermediate container f701e79bdb2a 03:33:23 ---> d193ce8709dd 03:33:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:33:23 Removing intermediate container a0449537edce 03:33:23 ---> 5f2c3666e0db 03:33:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:33:23 Removing intermediate container 8632d0e50853 03:33:23 ---> 12d406d95902 03:33:23 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:33:23 Removing intermediate container cc7b69b5cc8a 03:33:23 ---> 63672ffb351c 03:33:23 Step 4/29 : RUN apk update && apk add make git 03:33:24 ---> Running in 9f89ca88fc2f 03:33:24 ---> Running in e214478f70c5 03:33:24 ---> Running in 19a959270530 03:33:24 ---> Running in 880285e7a25d 03:33:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:33:28 Removing intermediate container da55c17f4820 03:33:28 ---> f07b309180bc 03:33:28 Step 5/22 : RUN apk update && apk add make git 03:33:29 Removing intermediate container 9f89ca88fc2f 03:33:29 ---> 68970a65b1f6 03:33:29 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 03:33:30 ---> Running in 5572f992bb4c 03:33:30 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:33:30 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:33:30 OK: 12623 distinct packages available 03:33:30 ---> Running in 4c1935eab24d 03:33:30 Removing intermediate container e214478f70c5 03:33:30 ---> 938c850f36c2 03:33:30 Step 5/22 : RUN apk update && apk add make && apk add bash git 03:33:30 Removing intermediate container 19a959270530 03:33:30 ---> ec6713fc7d69 03:33:30 Step 5/27 : RUN apk update && apk add make bash git 03:33:31 OK: 217 MiB in 51 packages 03:33:32 ---> Running in 31c9408c9fce 03:33:32 ---> Running in 865758c80933 03:33:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:33:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:33:34 Removing intermediate container 880285e7a25d 03:33:34 ---> 8b7a44e676ea 03:33:34 Step 5/29 : COPY go.mod . 03:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:33:35 ---> c1620c2aac33 03:33:35 Step 6/29 : RUN go mod download 03:33:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:33:35 ---> Running in 691195d2108f 03:33:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:33:36 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:33:36 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:33:36 OK: 12623 distinct packages available 03:33:37 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:33:37 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:33:37 OK: 12623 distinct packages available 03:33:37 OK: 217 MiB in 51 packages 03:33:37 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:33:37 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:33:37 OK: 12623 distinct packages available 03:33:38 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:33:38 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:33:38 OK: 12623 distinct packages available 03:33:38 OK: 217 MiB in 51 packages 03:33:38 OK: 217 MiB in 51 packages 03:33:39 OK: 217 MiB in 51 packages 03:33:39 Removing intermediate container 4c1935eab24d 03:33:39 ---> dfd7abf5b17a 03:33:39 Step 6/23 : COPY go.mod . 03:33:39 Removing intermediate container 691195d2108f 03:33:39 ---> 9c8fe82caf5b 03:33:39 Step 7/29 : COPY . . 03:33:40 OK: 217 MiB in 51 packages 03:33:40 Removing intermediate container 865758c80933 03:33:40 ---> e9eb35bb65fe 03:33:40 Step 6/27 : COPY go.mod . 03:33:40 ---> 05459ad90777 03:33:40 Step 7/23 : RUN go mod download 03:33:40 Removing intermediate container 5572f992bb4c 03:33:40 ---> e9501d02c171 03:33:40 Step 6/22 : COPY go.mod . 03:33:40 ---> Running in e1fc7423ca52 03:33:41 ---> 9c0ab2e4ddc4 03:33:41 Step 7/27 : RUN go mod download 03:33:41 ---> dd99d6157460 03:33:41 Step 7/22 : RUN go mod download 03:33:42 ---> Running in f163cf9e234e 03:33:42 ---> Running in c116293a60fb 03:33:42 Removing intermediate container 31c9408c9fce 03:33:42 ---> 97a39d398d6c 03:33:42 Step 6/22 : COPY go.mod . 03:33:44 ---> 61d85de342c8 03:33:44 Step 7/22 : RUN go mod download 03:33:44 ---> Running in bfefbebb4305 03:33:46 Removing intermediate container e1fc7423ca52 03:33:46 ---> a852ef420d8c 03:33:46 Step 8/23 : COPY . . 03:33:48 Removing intermediate container c116293a60fb 03:33:48 ---> 084eec5e2c77 03:33:48 Step 8/22 : COPY . . 03:33:48 Removing intermediate container f163cf9e234e 03:33:48 ---> 23f8f8ce47b4 03:33:48 Step 8/27 : COPY . . 03:33:50 Removing intermediate container bfefbebb4305 03:33:50 ---> 6e90e6ddcb9e 03:33:50 Step 8/22 : COPY . . 03:34:12 ---> 9b064f83073c 03:34:12 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 03:34:12 ---> 0ebec8cf856f 03:34:12 Step 9/22 : RUN make cmd/support-logging/support-logging 03:34:12 ---> 82d6f00a3946 03:34:12 Step 9/23 : RUN make cmd/core-data/core-data 03:34:12 ---> Running in 96cf5cc5a4a7 03:34:12 ---> e0be69d815da 03:34:12 Step 9/22 : RUN make cmd/core-command/core-command 03:34:12 ---> 31d806896e4a 03:34:12 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:34:12 ---> Running in 0755b4f12ddc 03:34:12 ---> Running in 0be52da49407 03:34:12 ---> Running in 79747a8e00e4 03:34:12 ---> Running in 25c74397fb02 03:34:12 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 03:34:12 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 03:34:12 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 03:34:12 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 03:34:12 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 03:34:18 Removing intermediate container 0ac136cb4d33 03:34:18 ---> a8200550f75e 03:34:18 03:34:18 Step 10/20 : FROM alpine 03:34:18 latest: Pulling from library/alpine 03:34:18 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:34:18 Status: Downloaded newer image for alpine:latest 03:34:18 ---> a24bb4013296 03:34:18 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 03:34:18 ---> Running in 7bc74b5f58a4 03:34:20 Removing intermediate container 281001c082db 03:34:20 ---> f1829c6b47f0 03:34:20 03:34:20 Step 10/22 : FROM scratch 03:34:20 ---> 03:34:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:34:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:34:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:34:21 ---> Running in 422500c89bd0 03:34:22 Removing intermediate container 422500c89bd0 03:34:22 ---> f5fd92f17fb9 03:34:22 Step 12/22 : ENV APP_PORT=48061 03:34:22 v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:34:22 v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:34:22 OK: 12750 distinct packages available 03:34:22 ---> Running in 280b1a73873f 03:34:22 (1/4) Installing ca-certificates (20191127-r4) 03:34:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:34:23 (3/4) Installing libcurl (7.69.1-r1) 03:34:23 (4/4) Installing curl (7.69.1-r1) 03:34:23 Executing busybox-1.31.1-r16.trigger 03:34:23 Executing ca-certificates-20191127-r4.trigger 03:34:23 OK: 7 MiB in 18 packages 03:34:24 Removing intermediate container 280b1a73873f 03:34:24 ---> 07c393810e7a 03:34:24 Step 13/22 : EXPOSE $APP_PORT 03:34:26 ---> Running in 6dddd953a574 03:34:27 Removing intermediate container 8738c7be8056 03:34:27 ---> a49bcee52964 03:34:27 03:34:27 Step 10/21 : FROM scratch 03:34:27 ---> 03:34:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:34:28 ---> Running in fd8c5a51fa1a 03:34:28 Removing intermediate container 6dddd953a574 03:34:28 ---> 9624ae1cea09 03:34:28 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 03:34:28 Removing intermediate container 4ac8a74e9138 03:34:28 ---> 757c610da727 03:34:28 03:34:28 Step 10/22 : FROM scratch 03:34:28 ---> 03:34:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:34:28 Removing intermediate container 7bc74b5f58a4 03:34:28 ---> b2c48164b2e9 03:34:28 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:34:28 ---> Running in f70f48bfd008 03:34:29 ---> Running in c76bce5e26ac 03:34:29 Removing intermediate container fd8c5a51fa1a 03:34:29 ---> 54982ce35440 03:34:29 Step 12/21 : ENV APP_PORT=48085 03:34:29 ---> Running in 902eca562cb0 03:34:29 Removing intermediate container f70f48bfd008 03:34:29 ---> ff022bfb0d14 03:34:29 Step 12/22 : ENV APP_PORT=48082 03:34:29 ---> 4a110e323489 03:34:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 03:34:29 Removing intermediate container c76bce5e26ac 03:34:29 ---> b853b16eac58 03:34:29 Step 13/20 : WORKDIR /edgex 03:34:29 ---> Running in 31c09dfad64f 03:34:29 ---> Running in b625b3877090 03:34:29 Removing intermediate container 902eca562cb0 03:34:29 ---> 328395c49202 03:34:29 Step 13/21 : EXPOSE $APP_PORT 03:34:30 ---> Running in 7a191af1b71f 03:34:32 ---> ec4ecf693369 03:34:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 03:34:32 Removing intermediate container 31c09dfad64f 03:34:32 ---> 88c26c3e71ea 03:34:32 Step 13/22 : EXPOSE $APP_PORT 03:34:32 Removing intermediate container b625b3877090 03:34:32 ---> 8ad805f99f69 03:34:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:34:32 Removing intermediate container 7a191af1b71f 03:34:32 ---> ca7c6c92abc8 03:34:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 03:34:32 ---> Running in 120497e4ea0d 03:34:32 Removing intermediate container 0189d47f51fc 03:34:32 ---> 94d77fec997f 03:34:32 03:34:32 Step 10/22 : FROM scratch 03:34:32 ---> 03:34:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:34:32 ---> Using cache 03:34:32 ---> ff022bfb0d14 03:34:32 Step 12/22 : ENV APP_PORT=48081 03:34:32 ---> Running in 4c4fa01cc416 03:34:32 Removing intermediate container 120497e4ea0d 03:34:32 ---> 864d5b98e465 03:34:32 Step 14/22 : WORKDIR / 03:34:33 ---> Running in 3bc41b5cb00c 03:34:33 ---> 9377f0710711 03:34:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:34:33 ---> 2982978b68f9 03:34:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:34:34 Removing intermediate container 4c4fa01cc416 03:34:34 ---> 622612e9335b 03:34:34 Step 13/22 : EXPOSE $APP_PORT 03:34:34 ---> 51300656a78a 03:34:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 03:34:34 Removing intermediate container 3bc41b5cb00c 03:34:34 ---> a23b83948d92 03:34:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 03:34:35 ---> Running in 326cf287766f 03:34:35 ---> 5d2f55423317 03:34:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:34:35 ---> f7a7bc0f6fe0 03:34:36 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:34:36 ---> 5bc92e725b6a 03:34:36 Step 18/22 : ENTRYPOINT ["/support-logging"] 03:34:36 ---> 86d85a382eea 03:34:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:34:36 Removing intermediate container 326cf287766f 03:34:36 ---> ef539beacf80 03:34:36 Step 14/22 : WORKDIR / 03:34:36 ---> Running in 5fdcb2144b2e 03:34:36 ---> Running in 9224c872d2ae 03:34:36 ---> Running in 14854bbcd8dd 03:34:37 ---> 7f48543caec0 03:34:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:34:37 Removing intermediate container 5fdcb2144b2e 03:34:37 ---> 668f7186ba06 03:34:37 Step 17/20 : CMD ["--init=true"] 03:34:37 Removing intermediate container 9224c872d2ae 03:34:37 ---> 425c45689f6f 03:34:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:34:37 ---> d66a064196f8 03:34:37 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:34:37 Removing intermediate container 14854bbcd8dd 03:34:37 ---> 62413243a8bc 03:34:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 03:34:37 ---> Running in 3acf6a2c0026 03:34:37 ---> Running in a2f79b9599c3 03:34:37 ---> Running in e5c044156a6b 03:34:38 ---> 10c60b74e781 03:34:38 Step 18/22 : ENTRYPOINT ["/core-command"] 03:34:38 Removing intermediate container a2f79b9599c3 03:34:38 ---> 19d410e44e1d 03:34:38 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:34:38 Removing intermediate container 3acf6a2c0026 03:34:38 ---> b6e68ba19d6f 03:34:38 Step 18/20 : LABEL arch=x86_64 03:34:38 ---> Running in bbde9df33fdf 03:34:38 Removing intermediate container e5c044156a6b 03:34:38 ---> a17badf3e0c5 03:34:38 Step 20/22 : LABEL arch=x86_64 03:34:38 ---> a0d77a9bee68 03:34:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:34:38 ---> Running in 77bffce1f0ba 03:34:38 ---> Running in 64953d35ef93 03:34:38 ---> Running in cf7b34105d52 03:34:38 Removing intermediate container bbde9df33fdf 03:34:38 ---> 582331a8e226 03:34:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:34:39 ---> Running in be070a2cf09b 03:34:39 Removing intermediate container 64953d35ef93 03:34:39 ---> 28544cb29e11 03:34:39 Step 19/20 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:34:39 Removing intermediate container 77bffce1f0ba 03:34:39 ---> 7e815153855e 03:34:39 Step 19/21 : LABEL arch=x86_64 03:34:39 Removing intermediate container cf7b34105d52 03:34:39 ---> 362928367ec6 03:34:39 Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:34:39 ---> Running in a54749c77131 03:34:39 ---> Running in 213c33f65fea 03:34:39 ---> Running in 69aa5570cbdb 03:34:39 Removing intermediate container be070a2cf09b 03:34:39 ---> e15ceaa131cd 03:34:39 Step 20/22 : LABEL arch=x86_64 03:34:39 ---> 94f9bbe49ff5 03:34:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:34:39 ---> Running in 61b020de2483 03:34:39 Removing intermediate container a54749c77131 03:34:39 ---> 2082fa7d69e7 03:34:39 Step 20/20 : LABEL version=1.2.2-dev.66 03:34:39 Removing intermediate container 213c33f65fea 03:34:39 ---> 52b7a3312ca6 03:34:39 Step 20/21 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:34:39 Removing intermediate container 69aa5570cbdb 03:34:39 ---> 936bf448a8c0 03:34:39 Step 22/22 : LABEL version=1.2.2-dev.66 03:34:40 ---> Running in ccbc6e46b49a 03:34:40 ---> Running in 12329bdc75dd 03:34:40 ---> Running in 18537b18ac5c 03:34:40 Removing intermediate container 61b020de2483 03:34:40 ---> cfd7e7da9dc8 03:34:40 Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:34:40 ---> 94419e031a99 03:34:40 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:34:40 ---> Running in fd0ea8679740 03:34:40 Removing intermediate container ccbc6e46b49a 03:34:40 ---> 12379926c468 03:34:40 Step 21/21 : LABEL version=1.2.2-dev.66 03:34:40 ---> Running in 69a00f1f9004 03:34:40 Removing intermediate container 12329bdc75dd 03:34:40 ---> 118ec83bd390 03:34:40 03:34:40 ---> Running in 269877c108a0 03:34:40 Removing intermediate container 18537b18ac5c 03:34:40 ---> 7197dcd9f10b 03:34:40 03:34:40 Removing intermediate container fd0ea8679740 03:34:40 ---> 2699034920d8 03:34:40 Step 22/22 : LABEL version=1.2.2-dev.66 03:34:41 ---> Running in 50ba51dd9e58 03:34:41 Removing intermediate container 69a00f1f9004 03:34:41 ---> 55312c567675 03:34:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:34:41 Successfully built 118ec83bd390 03:34:41 Successfully built 7197dcd9f10b 03:34:41 Successfully tagged docker-security-proxy-setup-go:latest 03:34:41 Building docker-sys-mgmt-agent-go 03:34:41  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-logging-go:latest 03:34:41 Building docker-security-secrets-setup-go 03:34:41  Building docker-support-logging-go ... done  ---> Running in 2f8bb8d7e221 03:34:41 Removing intermediate container 269877c108a0 03:34:41 ---> 6cc2adbf2bc7 03:34:41 03:34:41 Removing intermediate container 50ba51dd9e58 03:34:41 ---> 4af47e2fc07e 03:34:41 03:34:42 Successfully built 6cc2adbf2bc7 03:34:42 Successfully tagged docker-support-scheduler-go:latest 03:34:42  Building docker-support-scheduler-go ... done Building docker-core-data-go 03:34:42 Successfully built 4af47e2fc07e 03:34:42 Successfully tagged docker-core-command-go:latest 03:34:42 Building docker-support-notifications-go 03:34:42  Building docker-core-command-go ... done Removing intermediate container 2f8bb8d7e221 03:34:42 ---> fa1a62118877 03:34:42 Step 20/22 : LABEL arch=x86_64 03:34:42 ---> Running in e043d844386d 03:34:43 Removing intermediate container e043d844386d 03:34:43 ---> d8fc507dbfd4 03:34:43 Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:34:43 ---> Running in 6398a370ca13 03:34:45 Removing intermediate container 6398a370ca13 03:34:45 ---> aae78195b0fa 03:34:45 Step 22/22 : LABEL version=1.2.2-dev.66 03:34:45 ---> Running in 71aacaeca1c1 03:34:48 Removing intermediate container 71aacaeca1c1 03:34:48 ---> 8c952a857235 03:34:48 03:34:48 Successfully built 8c952a857235 03:34:48 Successfully tagged docker-core-metadata-go:latest 03:34:48 Building docker-security-secretstore-setup-go 03:35:29  Building docker-core-metadata-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 03:35:29 Step 2/27 : FROM ${BUILDER_BASE} AS builder 03:35:29 ---> d49f6a5160f3 03:35:29 Step 3/27 : WORKDIR /edgex-go 03:35:29 ---> Using cache 03:35:29 ---> 7b974189bea4 03:35:29 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:29 ---> Using cache 03:35:29 ---> 47a966119efc 03:35:29 Step 5/27 : RUN apk update && apk add make bash git 03:35:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 03:35:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:35:29 ---> d49f6a5160f3 03:35:29 Step 3/23 : WORKDIR /edgex-go 03:35:29 ---> Using cache 03:35:29 ---> 7b974189bea4 03:35:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:29 ---> Using cache 03:35:29 ---> 47a966119efc 03:35:29 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 03:35:29 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 03:35:29 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 03:35:29 ---> d49f6a5160f3 03:35:29 Step 3/29 : WORKDIR /edgex-go 03:35:29 ---> Using cache 03:35:29 ---> 7b974189bea4 03:35:29 Step 4/29 : RUN apk update && apk add make git 03:35:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 03:35:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:35:29 ---> d49f6a5160f3 03:35:29 Step 3/24 : WORKDIR /edgex-go 03:35:29 ---> Using cache 03:35:29 ---> 7b974189bea4 03:35:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:29 ---> Using cache 03:35:29 ---> 47a966119efc 03:35:29 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 03:35:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 03:35:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:35:29 ---> d49f6a5160f3 03:35:29 Step 3/26 : WORKDIR /edgex-go 03:35:29 ---> Using cache 03:35:29 ---> 7b974189bea4 03:35:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:29 ---> Using cache 03:35:29 ---> 47a966119efc 03:35:29 Step 5/26 : RUN apk update && apk add make git 03:35:29 ---> Using cache 03:35:29 ---> 0ee55ff14f57 03:35:29 Step 6/26 : COPY go.mod . 03:35:29 ---> Using cache 03:35:29 ---> 85c1b7c88320 03:35:29 Step 7/26 : RUN go mod download 03:35:29 ---> Using cache 03:35:29 ---> 7fc4ca88aea9 03:35:29 Step 8/26 : COPY . . 03:35:29 ---> Using cache 03:35:29 ---> e2742ffc39e6 03:35:29 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 03:35:29 ---> Running in 2f43531abfa9 03:35:29 ---> Running in 93e7e029ce05 03:35:29 ---> Running in 0c86ea7a871b 03:35:29 ---> Running in 08419460818d 03:35:29 ---> Running in 27e05da92d6f 03:35:29 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 03:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:35:33 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:35:33 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:35:33 OK: 12752 distinct packages available 03:35:33 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:35:33 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:35:33 OK: 12752 distinct packages available 03:35:33 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:35:33 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:35:33 OK: 12752 distinct packages available 03:35:33 OK: 233 MiB in 51 packages 03:35:33 OK: 233 MiB in 51 packages 03:35:34 OK: 233 MiB in 51 packages 03:35:34 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:35:34 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:35:34 OK: 12752 distinct packages available 03:35:34 Removing intermediate container 96cf5cc5a4a7 03:35:34 ---> dcd9016e1ad6 03:35:34 03:35:34 Step 9/29 : FROM alpine:latest 03:35:34 latest: Pulling from library/alpine 03:35:34 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 03:35:34 Status: Downloaded newer image for alpine:latest 03:35:34 ---> 62ee0e9f8440 03:35:34 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 03:35:34 OK: 233 MiB in 51 packages 03:35:34 ---> Running in 578b40705005 03:35:35 Removing intermediate container 578b40705005 03:35:35 ---> 7f3b7160cbb3 03:35:35 Step 11/29 : USER root 03:35:35 ---> Running in 356cf425db5b 03:35:36 Removing intermediate container 356cf425db5b 03:35:36 ---> 08b7eb593f62 03:35:36 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 03:35:36 Removing intermediate container 2f43531abfa9 03:35:36 ---> 9474a3753f68 03:35:36 Step 6/23 : COPY go.mod . 03:35:36 Removing intermediate container 27e05da92d6f 03:35:36 ---> 15e4161d096e 03:35:36 Step 6/27 : COPY go.mod . 03:35:36 ---> Running in ddaef53e3680 03:35:37 Removing intermediate container 08419460818d 03:35:37 ---> 13582236051c 03:35:37 Step 6/24 : COPY go.mod . 03:35:37 Removing intermediate container 0c86ea7a871b 03:35:37 ---> 29cafab53bb9 03:35:37 Step 5/29 : COPY go.mod . 03:35:37 ---> c9da209d1de9 03:35:37 Step 7/23 : RUN go mod download 03:35:37 ---> Running in ff3911b2c7ec 03:35:37 ---> e26216a69a44 03:35:37 Step 7/27 : RUN go mod download 03:35:37 ---> a563ee9f0aa9 03:35:37 Step 7/24 : RUN go mod download 03:35:37 ---> d3c662026641 03:35:37 Step 6/29 : RUN go mod download 03:35:37 ---> Running in 6007d77092cb 03:35:37 ---> Running in adf14a4d42b7 03:35:37 ---> Running in 09d1e914f4b8 03:35:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:35:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:35:40 v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:35:40 v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:35:40 OK: 12621 distinct packages available 03:35:41 (1/2) Installing ca-certificates (20191127-r4) 03:35:41 (2/2) Installing dumb-init (1.2.2-r1) 03:35:41 Executing busybox-1.31.1-r16.trigger 03:35:41 Executing ca-certificates-20191127-r4.trigger 03:35:42 OK: 6 MiB in 16 packages 03:35:42 Removing intermediate container 6007d77092cb 03:35:42 ---> 157e631e0de5 03:35:42 Step 8/24 : COPY . . 03:35:42 Removing intermediate container ff3911b2c7ec 03:35:42 ---> 21a10e4a392f 03:35:42 Step 8/23 : COPY . . 03:35:43 Removing intermediate container adf14a4d42b7 03:35:43 ---> 96665ca869fd 03:35:43 Step 8/27 : COPY . . 03:35:43 Removing intermediate container 09d1e914f4b8 03:35:43 ---> 33dff5f6a6dd 03:35:43 Step 7/29 : COPY . . 03:35:45 Removing intermediate container ddaef53e3680 03:35:45 ---> 21cae915a441 03:35:45 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 03:35:46 ---> Running in 28aa946d4bc1 03:35:47 Removing intermediate container 28aa946d4bc1 03:35:47 ---> c2386147b151 03:35:47 Step 14/29 : WORKDIR $BASE_DIR 03:35:47 ---> Running in 5dccd677b7a2 03:35:49 Removing intermediate container 5dccd677b7a2 03:35:49 ---> 901cd027ee8b 03:35:49 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 03:35:49 Removing intermediate container 79747a8e00e4 03:35:49 ---> 8dd2e7dc27a8 03:35:49 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:35:49 ---> Running in 37bbc7c0fd12 03:35:49 Removing intermediate container 0755b4f12ddc 03:35:49 ---> fe7410fe17a2 03:35:49 03:35:49 Step 10/22 : FROM scratch 03:35:49 ---> 03:35:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:35:49 ---> Running in b0ceff5a456f 03:35:50 ---> Running in 7ca363aa31c8 03:35:51 Removing intermediate container 7ca363aa31c8 03:35:51 ---> 6b2954e2e112 03:35:51 Step 12/22 : ENV APP_PORT=48061 03:35:51 ---> Running in 59a2cf7a60a6 03:35:52 Removing intermediate container 59a2cf7a60a6 03:35:52 ---> 0212ca3a0640 03:35:52 Step 13/22 : EXPOSE $APP_PORT 03:35:52 ---> Running in e222c4a8c037 03:35:52 Removing intermediate container e222c4a8c037 03:35:52 ---> 369ddd0a8bc0 03:35:52 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 03:35:53 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 03:35:54 ---> eee250c5918f 03:35:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 03:35:55 Removing intermediate container 37bbc7c0fd12 03:35:55 ---> 7c9e5f87e4bd 03:35:55 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 03:35:55 ---> fb287cae3c81 03:35:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 03:35:57 ---> a6321d50bc11 03:35:57 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 03:35:57 ---> 8b9bafbd2ea8 03:35:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 03:35:59 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 03:35:59 Removing intermediate container b0ceff5a456f 03:35:59 ---> a57da8ed8b9b 03:35:59 03:35:59 Step 11/27 : FROM docker:latest 03:35:59 ---> 45884bde0078 03:35:59 Step 12/27 : RUN apk add --no-cache bash 03:35:59 ---> 601987fc4a44 03:35:59 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 03:35:59 ---> f8f473e3212a 03:35:59 Step 18/22 : ENTRYPOINT ["/support-logging"] 03:35:59 ---> Running in 75e9158785e0 03:35:59 ---> Running in cadb79e52c6f 03:36:01 Removing intermediate container cadb79e52c6f 03:36:01 ---> d134dd8139cf 03:36:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:36:01 ---> Running in eb9b106a04f9 03:36:02 ---> 8bc59915d6a2 03:36:02 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 03:36:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:36:02 Removing intermediate container eb9b106a04f9 03:36:02 ---> 1236971a1b5e 03:36:02 Step 20/22 : LABEL arch=arm64 03:36:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:36:03 ---> Running in fa244174476c 03:36:03 (1/2) Installing readline (8.0.4-r0) 03:36:03 (2/2) Installing bash (5.0.17-r0) 03:36:03 Executing bash-5.0.17-r0.post-install 03:36:03 Executing busybox-1.31.1-r16.trigger 03:36:03 OK: 12 MiB in 22 packages 03:36:03 ---> 2a07882166f8 03:36:03 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 03:36:04 Removing intermediate container fa244174476c 03:36:04 ---> 08c5467288b4 03:36:04 Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:36:04 ---> Running in 8bc793e2d7ef 03:36:04 Removing intermediate container 25c74397fb02 03:36:04 ---> 2f78b35f2da8 03:36:04 03:36:04 Step 10/22 : FROM scratch 03:36:04 ---> 03:36:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:36:05 ---> adf79a130c6c 03:36:05 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 03:36:05 ---> Running in e04f7b205538 03:36:05 ---> Running in 6673f16e71ba 03:36:05 Removing intermediate container 8bc793e2d7ef 03:36:05 ---> 3176b3a04db4 03:36:05 Step 22/22 : LABEL version=1.2.2-dev.66 03:36:05 ---> Running in 124032b98443 03:36:06 Removing intermediate container 75e9158785e0 03:36:06 ---> ccbd30cb7540 03:36:06 Step 13/27 : RUN rm -rf /var/cache/apk/* 03:36:06 Removing intermediate container e04f7b205538 03:36:06 ---> f22654e8522c 03:36:06 Step 12/22 : ENV APP_PORT=48082 03:36:06 ---> Running in 835342258c73 03:36:06 ---> Running in de56d4864562 03:36:07 Removing intermediate container 124032b98443 03:36:07 ---> 754e0e0242aa 03:36:07 03:36:07 Successfully built 754e0e0242aa 03:36:07 Successfully tagged docker-support-logging-go-arm64:latest 03:36:07 Building docker-support-scheduler-go 03:36:07  Building docker-support-logging-go ... done Removing intermediate container de56d4864562 03:36:07 ---> 306ed5d8ca9d 03:36:07 Step 13/22 : EXPOSE $APP_PORT 03:36:07 ---> Running in f9f554de24bf 03:36:08 Removing intermediate container f9f554de24bf 03:36:08 ---> d02b1d3d4c7c 03:36:08 Step 14/22 : WORKDIR / 03:36:08 ---> Running in cc341e42fde9 03:36:09 Removing intermediate container cc341e42fde9 03:36:09 ---> 4227f34fc19d 03:36:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 03:36:10 Removing intermediate container 6673f16e71ba 03:36:10 ---> f365f096744c 03:36:10 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 03:36:10 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 03:36:10 ---> b5167ffc12ce 03:36:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:36:10 Removing intermediate container 835342258c73 03:36:10 ---> 1fa4d2b9d8c7 03:36:10 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:36:11 ---> Running in 2fbc2281eebc 03:36:11 ---> d023c8366a67 03:36:11 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:36:12 ---> Running in 9fce0e2338a4 03:36:12 Removing intermediate container 2fbc2281eebc 03:36:12 ---> f6daaad74fd6 03:36:12 Step 15/27 : ENV APP_PORT=48090 03:36:12 ---> 618d29fdd1bd 03:36:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:36:12 ---> Running in 2a85c76e28ed 03:36:14 Removing intermediate container 2a85c76e28ed 03:36:14 ---> e8f7a8bc0fc4 03:36:14 Step 16/27 : EXPOSE $APP_PORT 03:36:14 ---> 3acec3841d39 03:36:14 Step 18/22 : ENTRYPOINT ["/core-command"] 03:36:14 ---> Running in 1dfb91b00af1 03:36:15 ---> Running in edaa0097402e 03:36:15 Removing intermediate container 1dfb91b00af1 03:36:15 ---> 3c9d2a184963 03:36:15 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:36:15 Removing intermediate container edaa0097402e 03:36:15 ---> 47eaaebc19b1 03:36:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:36:16 ---> Running in ec230f314470 03:36:16 Removing intermediate container ec230f314470 03:36:16 ---> e9d81338920e 03:36:16 Step 20/22 : LABEL arch=arm64 03:36:17 Removing intermediate container 9fce0e2338a4 03:36:17 ---> 9d68c7d76645 03:36:17 Step 24/29 : RUN chmod 755 security-secrets-setup 03:36:17 ---> Running in 9ce9d7e35654 03:36:17 ---> d651b1720b04 03:36:17 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:36:17 ---> Running in f1d92112eadb 03:36:18 Removing intermediate container 9ce9d7e35654 03:36:18 ---> 0f34f54fa4e0 03:36:18 Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:36:18 ---> Running in df7fed3ca5ed 03:36:18 ---> 8328d71b95dd 03:36:18 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:36:19 Removing intermediate container df7fed3ca5ed 03:36:19 ---> c30024c91226 03:36:19 Step 22/22 : LABEL version=1.2.2-dev.66 03:36:19 ---> Running in 5b2bf4799593 03:36:20 Removing intermediate container 5b2bf4799593 03:36:20 ---> f2ba692661cf 03:36:20 03:36:20 ---> 0e0e84d123fa 03:36:20 Step 20/27 : RUN apk --no-cache add py3-pip 03:36:21 ---> Running in 6ba65599358b 03:36:21 ---> 5f5bd061f24a 03:36:21 Step 9/23 : RUN make cmd/core-data/core-data 03:36:21 ---> 91431e88228d 03:36:21 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:36:21 ---> 1fdd01b63add 03:36:21 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:36:21 ---> 3579d7890dc8 03:36:21 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 03:36:21 ---> Running in 2fd55da2e298 03:36:21 ---> Running in fb3855f5e892 03:36:21 ---> Running in 55ce4e83e31e 03:36:21 ---> Running in 777b155efdda 03:36:21 Successfully built f2ba692661cf 03:36:21 Successfully tagged docker-core-command-go-arm64:latest 03:36:21 Building docker-security-proxy-setup-go 03:36:21 Removing intermediate container 93e7e029ce05 03:36:21 ---> 31c73cd6cccd 03:36:21 03:36:21 Step 10/26 : FROM alpine:3.10 03:36:22  Building docker-core-command-go ... done Removing intermediate container f1d92112eadb 03:36:22 ---> 81842cf77f98 03:36:22 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 03:36:22 ---> Running in 01f6132e15b7 03:36:22 3.10: Pulling from library/alpine 03:36:22 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 03:36:22 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 03:36:22 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 03:36:22 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 03:36:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:36:23 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 03:36:23 Status: Downloaded newer image for alpine:3.10 03:36:23 ---> be4e4bea2c2e 03:36:23 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:36:23 Removing intermediate container 01f6132e15b7 03:36:23 ---> b5baaab716db 03:36:23 Step 26/29 : CMD [ "generate" ] 03:36:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:36:23 ---> Running in 540ddbb467ec 03:36:24 (1/33) Installing libbz2 (1.0.8-r1) 03:36:24 (2/33) Installing expat (2.2.9-r1) 03:36:24 (3/33) Installing libffi (3.3-r2) 03:36:24 (4/33) Installing gdbm (1.13-r1) 03:36:24 (5/33) Installing xz-libs (5.2.5-r0) 03:36:24 (6/33) Installing sqlite-libs (3.32.1-r0) 03:36:24 ---> Running in 956dabdf6b5c 03:36:24 (7/33) Installing python3 (3.8.5-r0) 03:36:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 03:36:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 03:36:25 v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:36:25 v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:36:25 OK: 10346 distinct packages available 03:36:25 Removing intermediate container 0be52da49407 03:36:25 ---> b5a50678f39b 03:36:25 03:36:25 Step 10/23 : FROM alpine 03:36:25 ---> 62ee0e9f8440 03:36:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:36:26 (1/5) Installing ca-certificates (20191127-r2) 03:36:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:36:26 (3/5) Installing libcurl (7.66.0-r1) 03:36:26 (4/5) Installing curl (7.66.0-r1) 03:36:26 (5/5) Installing dumb-init (1.2.2-r1) 03:36:26 Executing busybox-1.30.1-r3.trigger 03:36:26 Executing ca-certificates-20191127-r2.trigger 03:36:26 Removing intermediate container 956dabdf6b5c 03:36:26 ---> fddd58a0f442 03:36:26 Step 27/29 : LABEL arch=arm64 03:36:26 OK: 7 MiB in 19 packages 03:36:26 (8/33) Installing py3-appdirs (1.4.4-r1) 03:36:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:36:26 (10/33) Installing py3-parsing (2.4.7-r0) 03:36:26 (11/33) Installing py3-six (1.15.0-r0) 03:36:26 (12/33) Installing py3-packaging (20.4-r0) 03:36:26 (13/33) Installing py3-setuptools (47.0.0-r0) 03:36:26 ---> Running in d1864545e814 03:36:26 (14/33) Installing py3-chardet (3.0.4-r4) 03:36:27 (15/33) Installing py3-idna (2.9-r0) 03:36:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:36:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:36:27 (18/33) Installing py3-requests (2.23.0-r0) 03:36:27 (19/33) Installing py3-msgpack (1.0.0-r0) 03:36:27 (20/33) Installing py3-lockfile (0.12.2-r3) 03:36:27 ---> Running in df1588bdd82f 03:36:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:36:27 (22/33) Installing py3-colorama (0.4.3-r0) 03:36:27 (23/33) Installing py3-distlib (0.3.0-r0) 03:36:27 (24/33) Installing py3-distro (1.5.0-r1) 03:36:27 (25/33) Installing py3-webencodings (0.5.1-r3) 03:36:27 (26/33) Installing py3-html5lib (1.0.1-r4) 03:36:27 (27/33) Installing py3-pytoml (0.1.21-r0) 03:36:27 (28/33) Installing py3-pep517 (0.8.2-r0) 03:36:27 (29/33) Installing py3-progress (1.5-r0) 03:36:27 (30/33) Installing py3-toml (0.10.1-r0) 03:36:27 (31/33) Installing py3-retrying (1.3.3-r0) 03:36:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:36:27 (33/33) Installing py3-pip (20.1.1-r0) 03:36:27 Executing busybox-1.31.1-r16.trigger 03:36:27 Removing intermediate container d1864545e814 03:36:27 ---> 196eec95ebb7 03:36:27 Step 12/23 : ENV APP_PORT=48080 03:36:27 OK: 71 MiB in 55 packages 03:36:28 Removing intermediate container df1588bdd82f 03:36:28 ---> ebda163c415d 03:36:28 Step 28/29 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:36:28 ---> Running in dd803c1f94b3 03:36:28 ---> Running in 317f111836a2 03:36:29 Removing intermediate container dd803c1f94b3 03:36:29 ---> 644cf377bd17 03:36:29 Step 13/23 : EXPOSE $APP_PORT 03:36:29 Removing intermediate container 317f111836a2 03:36:29 ---> 145f4cb8d16a 03:36:29 Step 29/29 : LABEL version=1.2.2-dev.66 03:36:29 ---> Running in 7aed5fd23b13 03:36:30 ---> Running in f291171f298c 03:36:31 Removing intermediate container 7aed5fd23b13 03:36:31 ---> 42b90cf413ac 03:36:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:36:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 03:36:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:36:31 ---> e3205f37552c 03:36:31 Step 3/21 : WORKDIR /edgex-go 03:36:31 ---> Using cache 03:36:31 ---> d193ce8709dd 03:36:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:36:31 ---> Using cache 03:36:31 ---> 68970a65b1f6 03:36:31 Step 5/21 : RUN apk update && apk add make git 03:36:31 ---> Running in d810e783ec08 03:36:31 Removing intermediate container f291171f298c 03:36:31 ---> 06d9bd6fb5fa 03:36:31 03:36:31 ---> Running in 63c28a5a2547 03:36:31 Removing intermediate container 540ddbb467ec 03:36:31 ---> b031ab392ead 03:36:31 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:36:31 ---> Running in 0415f00e2c0f 03:36:32 Successfully built 06d9bd6fb5fa 03:36:32 Successfully tagged docker-security-secrets-setup-go-arm64:latest 03:36:32 Building docker-security-secretstore-setup-go 03:36:32 Removing intermediate container 0415f00e2c0f 03:36:32 ---> 0a2c4dea3336 03:36:32 Step 13/26 : WORKDIR / 03:36:33 ---> Running in f2196bb37446 03:36:33 Removing intermediate container f2196bb37446 03:36:33 ---> 1733ff928489 03:36:33 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:36:33  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:36:35 ---> d10de901e31b 03:36:35 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:36:36 Removing intermediate container 63c28a5a2547 03:36:36 ---> 881d7d6289e2 03:36:36 Step 15/23 : RUN apk --no-cache add zeromq 03:36:36 ---> Running in bc550d640205 03:36:37 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:36:37 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:36:37 OK: 12623 distinct packages available 03:36:37 Removing intermediate container 6ba65599358b 03:36:37 ---> 2763a55d7e1c 03:36:37 Step 21/27 : RUN pip install docker-compose==1.23.2 03:36:37 ---> cf695031f3c2 03:36:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:36:37 ---> Running in a1deada7223b 03:36:38 ---> 40a49876ded2 03:36:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 03:36:38 OK: 217 MiB in 51 packages 03:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:36:39 ---> 0c1c328b3459 03:36:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:36:40 Removing intermediate container d810e783ec08 03:36:40 ---> 0eb62293f6e6 03:36:40 Step 6/21 : COPY go.mod . 03:36:40 (1/5) Installing libgcc (9.3.0-r2) 03:36:40 (2/5) Installing libsodium (1.0.18-r0) 03:36:40 (3/5) Installing libstdc++ (9.3.0-r2) 03:36:41 ---> 2896ffef096d 03:36:41 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:36:41 (4/5) Installing libzmq (4.3.3-r0) 03:36:41 (5/5) Installing zeromq (4.3.3-r0) 03:36:41 Executing busybox-1.31.1-r16.trigger 03:36:41 OK: 8 MiB in 19 packages 03:36:42 ---> 0a42b98b03db 03:36:42 Step 7/21 : RUN go mod download 03:36:42 ---> Running in 60ec8bd925c0 03:36:42 ---> a72d010e820a 03:36:42 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 03:36:43 Removing intermediate container bc550d640205 03:36:43 ---> 4a1221449375 03:36:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 03:36:44 ---> efb996be4e9a 03:36:44 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:36:44 ---> 20f98160c43b 03:36:44 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:36:45 ---> Running in 77de116320c4 03:36:45 Collecting docker-compose==1.23.2 03:36:45 ---> dea17badf2d9 03:36:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:36:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:36:46 Collecting cached-property<2,>=1.2.0 03:36:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:36:47 Removing intermediate container 60ec8bd925c0 03:36:47 ---> 32ce44a6be5f 03:36:47 Step 8/21 : COPY . . 03:36:47 ---> 00d237b5fb3a 03:36:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:36:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:36:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:36:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:36:48 Collecting texttable<0.10,>=0.9.0 03:36:48 Downloading texttable-0.9.1.tar.gz (11 kB) 03:36:48 Removing intermediate container 77de116320c4 03:36:48 ---> db2071da559d 03:36:48 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:36:49 ---> Running in e494d4065257 03:36:49 Removing intermediate container e494d4065257 03:36:49 ---> 6af840c80eea 03:36:49 Step 24/26 : LABEL arch=x86_64 03:36:49 ---> d9841f3c8359 03:36:49 Step 19/23 : ENTRYPOINT ["/core-data"] 03:36:49 ---> Running in f588f2a1db8d 03:36:50 ---> Running in 8b9720aac747 03:36:50 Removing intermediate container f588f2a1db8d 03:36:50 ---> c46365f72b60 03:36:50 Step 25/26 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:36:50 ---> Running in d6c681f7930b 03:36:50 Removing intermediate container d6c681f7930b 03:36:50 ---> 34d412d6909e 03:36:50 Step 26/26 : LABEL version=1.2.2-dev.66 03:36:50 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 03:36:50 Step 2/20 : FROM ${BUILDER_BASE} AS builder 03:36:50 ---> e3205f37552c 03:36:50 Step 3/20 : WORKDIR /edgex-go 03:36:50 ---> Using cache 03:36:50 ---> d193ce8709dd 03:36:50 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:36:50 ---> Using cache 03:36:50 ---> 68970a65b1f6 03:36:50 Step 5/20 : RUN apk update && apk add make git 03:36:50 ---> Using cache 03:36:50 ---> 0eb62293f6e6 03:36:50 Step 6/20 : COPY go.mod . 03:36:50 ---> Using cache 03:36:50 ---> 0a42b98b03db 03:36:50 Step 7/20 : RUN go mod download 03:36:50 ---> Using cache 03:36:50 ---> 32ce44a6be5f 03:36:50 Step 8/20 : COPY . . 03:36:50 Removing intermediate container 8b9720aac747 03:36:50 ---> 6677bc0dcb77 03:36:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:36:51 ---> Running in a12036f04d27 03:36:51 Collecting websocket-client<1.0,>=0.32.0 03:36:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:36:52 ---> Running in eb161a31a78e 03:36:52 Collecting jsonschema<3,>=2.5.1 03:36:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:36:53 Removing intermediate container a12036f04d27 03:36:53 ---> f6ca88856e77 03:36:53 03:36:54 Collecting PyYAML<4,>=3.10 03:36:54 Downloading PyYAML-3.13.tar.gz (270 kB) 03:36:54 Successfully built f6ca88856e77 03:36:54 Successfully tagged docker-security-secretstore-setup-go:latest 03:36:54 Removing intermediate container eb161a31a78e 03:36:54 ---> 0519117719f8 03:36:54 Step 21/23 : LABEL arch=arm64 03:36:56 ---> Running in 80e2fca22921 03:36:57 Removing intermediate container 80e2fca22921 03:36:57 ---> 4781f7529abf 03:36:57 Step 22/23 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:36:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 03:36:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:36:57 ---> e3205f37552c 03:36:57 Step 3/26 : WORKDIR /edgex-go 03:36:57 ---> Using cache 03:36:57 ---> d193ce8709dd 03:36:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:36:57 ---> Using cache 03:36:57 ---> 68970a65b1f6 03:36:57 Step 5/26 : RUN apk update && apk add make git 03:36:57 ---> Using cache 03:36:57 ---> 0eb62293f6e6 03:36:57 Step 6/26 : COPY go.mod . 03:36:57 ---> Using cache 03:36:57 ---> 0a42b98b03db 03:36:57 Step 7/26 : RUN go mod download 03:36:57 ---> Using cache 03:36:57 ---> 32ce44a6be5f 03:36:57 Step 8/26 : COPY . . 03:36:58 Collecting docopt<0.7,>=0.6.1 03:36:58 Downloading docopt-0.6.2.tar.gz (25 kB) 03:36:59 ---> Running in 33fc5b21674c 03:37:01 Removing intermediate container 33fc5b21674c 03:37:01 ---> c255258e8694 03:37:01 Step 23/23 : LABEL version=1.2.2-dev.66 03:37:01 Collecting dockerpty<0.5,>=0.4.1 03:37:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:37:03 ---> Running in 42f18a441427 03:37:04 Removing intermediate container 42f18a441427 03:37:04 ---> 82b806b4b666 03:37:04 03:37:04 Collecting docker<4.0,>=3.6.0 03:37:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:37:04  Building docker-security-secretstore-setup-go ... done Removing intermediate container 777b155efdda 03:37:04 ---> 743d8ee4435a 03:37:04 03:37:04 Step 9/29 : FROM alpine:latest 03:37:04 ---> a24bb4013296 03:37:04 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 03:37:05 Successfully built 82b806b4b666 03:37:05 Successfully tagged docker-core-data-go-arm64:latest 03:37:05 Building docker-support-notifications-go 03:37:05  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) 03:37:05 Collecting idna<2.8,>=2.5 03:37:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:37:05 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) 03:37:06 Collecting urllib3<1.25,>=1.21.1 03:37:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:37:06 Collecting docker-pycreds>=0.4.0 03:37:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:37:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:37:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:37:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:37:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:37:07 ---> Running in c3048c179832 03:37:08 Installing collected packages: cached-property, idna, urllib3, requests, texttable, websocket-client, jsonschema, PyYAML, docopt, dockerpty, docker-pycreds, docker, docker-compose 03:37:08 Removing intermediate container fb3855f5e892 03:37:08 ---> 069d2fd67359 03:37:08 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:37:08 Removing intermediate container c3048c179832 03:37:08 ---> 609d87642a93 03:37:08 Step 11/29 : USER root 03:37:08 ---> Running in 40ed36c49855 03:37:09 ---> Running in 6d7744129951 03:37:09 Attempting uninstall: idna 03:37:09 Found existing installation: idna 2.9 03:37:09 Uninstalling idna-2.9: 03:37:09 Successfully uninstalled idna-2.9 03:37:09 Removing intermediate container 6d7744129951 03:37:09 ---> 5b31ebf8a10d 03:37:09 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 03:37:10 ---> Running in d9495bc09a9d 03:37:10 Attempting uninstall: urllib3 03:37:10 Found existing installation: urllib3 1.25.9 03:37:10 Uninstalling urllib3-1.25.9: 03:37:10 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 03:37:10 Successfully uninstalled urllib3-1.25.9 03:37:10 ---> 0ecd5e60fedb 03:37:10 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:37:11 Attempting uninstall: requests 03:37:11 Found existing installation: requests 2.23.0 03:37:11 Uninstalling requests-2.23.0: 03:37:11 Successfully uninstalled requests-2.23.0 03:37:11 ---> b852a05d5ef6 03:37:11 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 03:37:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:37:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:37:11 Running setup.py install for texttable: started 03:37:11 ---> Running in 2586512fef95 03:37:12 v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:37:12 v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:37:12 OK: 12750 distinct packages available 03:37:12 ---> Running in 113f10803f9e 03:37:12 Removing intermediate container 55ce4e83e31e 03:37:12 ---> 5dc64670b879 03:37:12 03:37:12 Step 10/24 : FROM scratch 03:37:12 ---> 03:37:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:37:12 (1/2) Installing ca-certificates (20191127-r4) 03:37:12 (2/2) Installing dumb-init (1.2.2-r1) 03:37:12 Executing busybox-1.31.1-r16.trigger 03:37:12 Executing ca-certificates-20191127-r4.trigger 03:37:13 OK: 6 MiB in 16 packages 03:37:13 ---> Using cache 03:37:13 ---> f5fd92f17fb9 03:37:13 Step 12/24 : ENV APP_PORT=48060 03:37:13 ---> Running in 7d73478db0f9 03:37:13 Removing intermediate container 40ed36c49855 03:37:13 ---> f4c881186aa2 03:37:13 03:37:13 Step 11/27 : FROM docker:latest 03:37:13 ---> 809cc4dba987 03:37:13 Step 12/27 : RUN apk add --no-cache bash 03:37:14 ---> Running in d1432fc691d8 03:37:14 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 03:37:14 Running setup.py install for texttable: finished with status 'done' 03:37:14 Removing intermediate container 7d73478db0f9 03:37:14 ---> 2c1dd0840d17 03:37:14 Step 13/24 : EXPOSE $APP_PORT 03:37:14 Removing intermediate container d9495bc09a9d 03:37:14 ---> 7eab5e3e16cb 03:37:14 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 03:37:14 ---> Running in 6ca5eec92690 03:37:14 ---> Running in 3dd3dc5d6f97 03:37:14 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 03:37:15 Running setup.py install for PyYAML: started 03:37:15 Removing intermediate container 6ca5eec92690 03:37:15 ---> ce909d39cfbc 03:37:15 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:37:15 Removing intermediate container 3dd3dc5d6f97 03:37:15 ---> a8bf098dd0af 03:37:15 Step 14/29 : WORKDIR $BASE_DIR 03:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:37:15 ---> Running in 00e7dedc23ba 03:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:37:16 ---> f367543482ed 03:37:16 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:37:16 Removing intermediate container 00e7dedc23ba 03:37:16 ---> c4b86d27e748 03:37:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 03:37:16 ---> Running in 64479045b963 03:37:16 (1/2) Installing readline (8.0.4-r0) 03:37:16 (2/2) Installing bash (5.0.17-r0) 03:37:16 Executing bash-5.0.17-r0.post-install 03:37:16 Executing busybox-1.31.1-r16.trigger 03:37:16 OK: 12 MiB in 22 packages 03:37:18 ---> 44c4b6a70c06 03:37:18 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 03:37:18 Running setup.py install for PyYAML: finished with status 'done' 03:37:18 Running setup.py install for docopt: started 03:37:18 ---> Running in 3e24eff77372 03:37:20 ---> 21b1fcad57ea 03:37:20 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:37:20 Removing intermediate container 2fd55da2e298 03:37:20 ---> 8a8d41dcecd1 03:37:20 03:37:20 Step 10/23 : FROM alpine 03:37:20 ---> a24bb4013296 03:37:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:37:20 Removing intermediate container d1432fc691d8 03:37:20 ---> 9035db648faa 03:37:20 Step 13/27 : RUN rm -rf /var/cache/apk/* 03:37:20 ---> Running in 965dba3235b5 03:37:20 ---> Running in d4d837b395e0 03:37:20 Removing intermediate container 64479045b963 03:37:20 ---> 4017862efe0c 03:37:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 03:37:21 ---> 74c056f7b0c2 03:37:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 03:37:21 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 03:37:21 Running setup.py install for docopt: finished with status 'done' 03:37:21 Running setup.py install for dockerpty: started 03:37:21 Removing intermediate container d4d837b395e0 03:37:21 ---> 22925122794a 03:37:21 Step 12/23 : ENV APP_PORT=48080 03:37:22 ---> Running in a11667193049 03:37:22 ---> 83cd1cbc1c6e 03:37:22 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 03:37:22 ---> 46c89845ae33 03:37:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:37:22 Removing intermediate container a11667193049 03:37:22 ---> d7fb180f5733 03:37:22 Step 13/23 : EXPOSE $APP_PORT 03:37:22 ---> Running in 94ad87c62d05 03:37:23 ---> 20894eca8f9e 03:37:23 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 03:37:23 Removing intermediate container 94ad87c62d05 03:37:23 ---> 252cb7719372 03:37:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:23 ---> 69d9009d3181 03:37:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:37:23 Removing intermediate container 965dba3235b5 03:37:23 ---> 8852ca0c37ba 03:37:23 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:37:23 ---> Running in 6a51e46dc0c2 03:37:23 ---> Running in ce499ecb67cc 03:37:24 ---> 861954380ca2 03:37:24 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 03:37:24 ---> 115394166691 03:37:24 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:37:24 Removing intermediate container ce499ecb67cc 03:37:24 ---> ca1c4ea410a1 03:37:24 Step 15/27 : ENV APP_PORT=48090 03:37:24 ---> Running in 8db92ef40d79 03:37:24 ---> Running in 0394886eb47d 03:37:24 ---> 97be24bd2f6c 03:37:24 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 03:37:24 Running setup.py install for dockerpty: finished with status 'done' 03:37:24 Removing intermediate container 8db92ef40d79 03:37:24 ---> 77b4cc5eafff 03:37:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:37:24 Removing intermediate container 0394886eb47d 03:37:24 ---> f34b91cd53b1 03:37:24 Step 16/27 : EXPOSE $APP_PORT 03:37:25 ---> Running in ea31d1bff513 03:37:25 ---> Running in 1b3c1e7203f1 03:37:25 ---> 1cc72ba0014e 03:37:25 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 03:37:25 ---> Running in 64a07fa01beb 03:37:25 Removing intermediate container ea31d1bff513 03:37:25 ---> 1a44453328b5 03:37:25 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:37:25 Removing intermediate container 1b3c1e7203f1 03:37:25 ---> f6e0ed9ce2a6 03:37:25 Step 22/24 : LABEL arch=x86_64 03:37:26 Removing intermediate container 6a51e46dc0c2 03:37:26 ---> 788d2860921c 03:37:26 Step 15/23 : RUN apk --no-cache add zeromq 03:37:26 ---> Running in dfa6c64a1145 03:37:26 ---> Running in 4a6fc180a53f 03:37:26 Removing intermediate container dfa6c64a1145 03:37:26 ---> 995eb38515f5 03:37:26 Step 23/24 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:37:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 03:37:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:37:26 ---> e3205f37552c 03:37:26 Step 3/24 : WORKDIR /edgex-go 03:37:26 ---> Using cache 03:37:26 ---> d193ce8709dd 03:37:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:26 ---> Using cache 03:37:26 ---> 68970a65b1f6 03:37:26 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 03:37:26 ---> Running in fe9ad866ee45 03:37:26 ---> 20a994baf019 03:37:26 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:37:26 Removing intermediate container fe9ad866ee45 03:37:26 ---> 5539f06d61ad 03:37:26 Step 24/24 : LABEL version=1.2.2-dev.66 03:37:27 ---> Running in d83b2b51ab19 03:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:37:27 ---> f1c68173834c 03:37:27 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:37:27 Removing intermediate container 64a07fa01beb 03:37:27 ---> 2a3e588b7b2d 03:37:27 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 03:37:27 ---> Running in 4cc572890f06 03:37:27 Removing intermediate container d83b2b51ab19 03:37:27 ---> 11fb3a29c988 03:37:27 03:37:27 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 03:37:28 Successfully built 11fb3a29c988 03:37:28 ---> c52710170714 03:37:28 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:37:28 Successfully tagged docker-support-notifications-go:latest 03:37:28  Building docker-support-notifications-go ... done  ---> 15acb8ea2a5d 03:37:28 Step 20/27 : RUN apk --no-cache add py3-pip 03:37:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:37:28 ---> Running in 0bc75557bf47 03:37:28 ---> Running in 5ed71c021378 03:37:28 (1/5) Installing libgcc (9.3.0-r2) 03:37:28 (2/5) Installing libsodium (1.0.18-r0) 03:37:29 (3/5) Installing libstdc++ (9.3.0-r2) 03:37:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:37:29 (4/5) Installing libzmq (4.3.3-r0) 03:37:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:37:29 (5/5) Installing zeromq (4.3.3-r0) 03:37:29 Executing busybox-1.31.1-r16.trigger 03:37:29 OK: 8 MiB in 19 packages 03:37:29 (1/33) Installing libbz2 (1.0.8-r1) 03:37:29 (2/33) Installing expat (2.2.9-r1) 03:37:29 (3/33) Installing libffi (3.3-r2) 03:37:29 (4/33) Installing gdbm (1.13-r1) 03:37:29 (5/33) Installing xz-libs (5.2.5-r0) 03:37:29 (6/33) Installing sqlite-libs (3.32.1-r0) 03:37:29 (7/33) Installing python3 (3.8.5-r0) 03:37:30 Removing intermediate container 0bc75557bf47 03:37:30 ---> b03c5e06e24c 03:37:30 Step 24/29 : RUN chmod 755 security-secrets-setup 03:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:37:32 v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:37:32 v3.12.0-402-g6a5de63175 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:37:32 OK: 12623 distinct packages available 03:37:33 Removing intermediate container a1deada7223b 03:37:33 ---> 85931c5eca64 03:37:33 Step 22/27 : RUN apk --no-cache add curl 03:37:33 ---> Running in 460e8a972795 03:37:33 OK: 217 MiB in 51 packages 03:37:33 ---> Running in c63bd87943e9 03:37:33 (8/33) Installing py3-appdirs (1.4.4-r1) 03:37:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:37:33 (10/33) Installing py3-parsing (2.4.7-r0) 03:37:33 Removing intermediate container 4a6fc180a53f 03:37:33 ---> 55a9378f35c7 03:37:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 03:37:33 (11/33) Installing py3-six (1.15.0-r0) 03:37:33 (12/33) Installing py3-packaging (20.4-r0) 03:37:33 (13/33) Installing py3-setuptools (47.0.0-r0) 03:37:33 (14/33) Installing py3-chardet (3.0.4-r4) 03:37:33 (15/33) Installing py3-idna (2.9-r0) 03:37:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:37:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:37:33 (18/33) Installing py3-requests (2.23.0-r0) 03:37:33 (19/33) Installing py3-msgpack (1.0.0-r0) 03:37:34 (20/33) Installing py3-lockfile (0.12.2-r3) 03:37:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:37:34 (22/33) Installing py3-colorama (0.4.3-r0) 03:37:34 (23/33) Installing py3-distlib (0.3.0-r0) 03:37:35 (24/33) Installing py3-distro (1.5.0-r1) 03:37:35 (25/33) Installing py3-webencodings (0.5.1-r3) 03:37:35 Removing intermediate container 4cc572890f06 03:37:35 ---> 5d5c0c4687b9 03:37:35 Step 6/24 : COPY go.mod . 03:37:36 (26/33) Installing py3-html5lib (1.0.1-r4) 03:37:36 ---> af3d8c487daa 03:37:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:37:36 (27/33) Installing py3-pytoml (0.1.21-r0) 03:37:36 (28/33) Installing py3-pep517 (0.8.2-r0) 03:37:36 (29/33) Installing py3-progress (1.5-r0) 03:37:36 (30/33) Installing py3-toml (0.10.1-r0) 03:37:36 (31/33) Installing py3-retrying (1.3.3-r0) 03:37:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:37:36 (33/33) Installing py3-pip (20.1.1-r0) 03:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:37:36 ---> 4628100227e3 03:37:36 Step 7/24 : RUN go mod download 03:37:36 ---> Running in ae05b9901af0 03:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:37:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:37:37 (2/3) Installing libcurl (7.69.1-r1) 03:37:37 Executing busybox-1.31.1-r16.trigger 03:37:37 OK: 71 MiB in 55 packages 03:37:37 ---> 711c6e5ce9d0 03:37:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:37:37 (3/3) Installing curl (7.69.1-r1) 03:37:37 Executing busybox-1.31.1-r16.trigger 03:37:37 OK: 71 MiB in 58 packages 03:37:38 Removing intermediate container c63bd87943e9 03:37:38 ---> 86511ca9832b 03:37:38 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 03:37:38 ---> bad21bf3c9c6 03:37:38 Step 19/23 : ENTRYPOINT ["/core-data"] 03:37:38 ---> Running in 131b83c40348 03:37:38 ---> Running in 601d481fe728 03:37:39 Removing intermediate container 131b83c40348 03:37:39 ---> 0a635ca39cd6 03:37:39 Step 26/29 : CMD [ "generate" ] 03:37:40 Removing intermediate container 460e8a972795 03:37:40 ---> 761b64fd96f0 03:37:40 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 03:37:40 Removing intermediate container 601d481fe728 03:37:40 ---> 73370f047ea1 03:37:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:37:40 ---> Running in 883eeaddceb3 03:37:40 ---> Running in 0b9558d86c90 03:37:40 Removing intermediate container 883eeaddceb3 03:37:40 ---> 990fef147699 03:37:40 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:37:41 ---> Running in 3c538322586d 03:37:41 Removing intermediate container 0b9558d86c90 03:37:41 ---> bb55c946d8f1 03:37:41 Step 27/29 : LABEL arch=x86_64 03:37:41 ---> Running in 364f0b07e1d3 03:37:42 Removing intermediate container 364f0b07e1d3 03:37:42 ---> 8bd172422af2 03:37:42 Step 25/27 : LABEL arch=arm64 03:37:42 ---> Running in 5cc0d0266c37 03:37:42 ---> Running in 9370fafa4cad 03:37:42 Removing intermediate container ae05b9901af0 03:37:42 ---> 236c11e760bc 03:37:42 Step 8/24 : COPY . . 03:37:43 Removing intermediate container 3c538322586d 03:37:43 ---> 479d69e835fe 03:37:43 Step 21/23 : LABEL arch=x86_64 03:37:43 Removing intermediate container 9370fafa4cad 03:37:43 ---> 091e00f6825b 03:37:43 Step 28/29 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:37:43 ---> Running in ea235777ba72 03:37:43 Removing intermediate container 5cc0d0266c37 03:37:43 ---> 157d2073304d 03:37:43 Step 26/27 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:37:43 ---> Running in 22db0561a825 03:37:44 Removing intermediate container 5ed71c021378 03:37:44 ---> c587a5aaa78f 03:37:44 Step 21/27 : RUN pip install docker-compose==1.23.2 03:37:44 ---> Running in edbcc7376d9f 03:37:44 Removing intermediate container ea235777ba72 03:37:44 ---> 9700504ced01 03:37:44 Step 22/23 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:37:44 ---> Running in f8364748ef8b 03:37:44 ---> Running in e60484a1e73e 03:37:44 Removing intermediate container edbcc7376d9f 03:37:44 ---> a41e155da895 03:37:44 Step 29/29 : LABEL version=1.2.2-dev.66 03:37:45 Removing intermediate container e60484a1e73e 03:37:45 ---> 8a646866e1ab 03:37:45 Step 23/23 : LABEL version=1.2.2-dev.66 03:37:45 ---> Running in 9c6d16949abb 03:37:45 Removing intermediate container 22db0561a825 03:37:45 ---> d902c0ffeb21 03:37:45 Step 27/27 : LABEL version=1.2.2-dev.66 03:37:45 ---> Running in 0e20424f6735 03:37:45 Removing intermediate container 9c6d16949abb 03:37:45 ---> 8cc00ed5e39a 03:37:45 03:37:45 Removing intermediate container 0e20424f6735 03:37:45 ---> 0a3a6987180d 03:37:45 03:37:45 ---> Running in 8982ed966aea 03:37:46 Successfully built 8cc00ed5e39a 03:37:46 Successfully built 0a3a6987180d 03:37:46 Successfully tagged docker-core-data-go:latest 03:37:46  Building docker-core-data-go ... done Successfully tagged docker-security-secrets-setup-go:latest 03:37:47 Removing intermediate container 8982ed966aea 03:37:47 ---> 56ade04b2a39 03:37:47 03:37:47  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 03:37:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:37:47 Collecting PyYAML<4,>=3.10 03:37:47 Downloading PyYAML-3.13.tar.gz (270 kB) 03:37:48 Successfully built 56ade04b2a39 03:37:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:37:48 Building docker-core-metadata-go 03:37:49 Collecting dockerpty<0.5,>=0.4.1 03:37:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:37:49 Collecting cached-property<2,>=1.2.0 03:37:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:37:50 Collecting jsonschema<3,>=2.5.1 03:37:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:37:50 Collecting texttable<0.10,>=0.9.0 03:37:50 Downloading texttable-0.9.1.tar.gz (11 kB) 03:37:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:37:51 Collecting docker<4.0,>=3.6.0 03:37:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:37:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:37:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:37:51 Collecting docopt<0.7,>=0.6.1 03:37:51 Downloading docopt-0.6.2.tar.gz (25 kB) 03:37:52 Collecting websocket-client<1.0,>=0.32.0 03:37:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:37:52 Collecting docker-pycreds>=0.4.0 03:37:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:37:53 Collecting idna<2.8,>=2.5 03:37:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:37:53 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) 03:37:53 Collecting urllib3<1.25,>=1.21.1 03:37:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:37:53 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) 03:37:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:37:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:37:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:37:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:37:53 Installing collected packages: PyYAML, dockerpty, cached-property, jsonschema, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, docker-compose 03:37:53 Running setup.py install for PyYAML: started 03:37:54 Running setup.py install for PyYAML: finished with status 'done' 03:37:54 Running setup.py install for dockerpty: started 03:37:55 Running setup.py install for dockerpty: finished with status 'done' 03:37:55 Running setup.py install for texttable: started 03:37:55 Running setup.py install for texttable: finished with status 'done' 03:37:55 Attempting uninstall: idna 03:37:55 Found existing installation: idna 2.9 03:37:55 Uninstalling idna-2.9: 03:37:56 Successfully uninstalled idna-2.9 03:37:56 Attempting uninstall: urllib3 03:37:56 Found existing installation: urllib3 1.25.9 03:37:56 Uninstalling urllib3-1.25.9: 03:37:56 Successfully uninstalled urllib3-1.25.9 03:37:56 Attempting uninstall: requests 03:37:56 Found existing installation: requests 2.23.0 03:37:56 Uninstalling requests-2.23.0: 03:37:56 Successfully uninstalled requests-2.23.0 03:37:57 Running setup.py install for docopt: started 03:37:58 Running setup.py install for docopt: finished with status 'done' 03:37:58 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 03:38:02 Removing intermediate container f8364748ef8b 03:38:02 ---> 7f7203f3075a 03:38:02 Step 22/27 : RUN apk --no-cache add curl 03:38:02 ---> Running in 4fa0c43cfef8 03:38:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:38:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:38:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:38:04 (2/3) Installing libcurl (7.69.1-r1) 03:38:04 (3/3) Installing curl (7.69.1-r1) 03:38:04 Executing busybox-1.31.1-r16.trigger 03:38:04 OK: 72 MiB in 58 packages 03:38:05 Removing intermediate container 4fa0c43cfef8 03:38:05 ---> 84cb2babd7e0 03:38:05 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 03:38:05 ---> Running in e34668b49033 03:38:06 Removing intermediate container e34668b49033 03:38:06 ---> 641371a613e9 03:38:06 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:38:06 ---> Running in e465f7a41e33 03:38:07  Building docker-sys-mgmt-agent-go ... done  ---> e03f4d126386 03:38:07 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:38:07 ---> Running in c19e2f558b99 03:38:07 Removing intermediate container e465f7a41e33 03:38:07 ---> fd1eb227fa7d 03:38:07 Step 25/27 : LABEL arch=x86_64 03:38:07 ---> Running in 214b3cc64d4e 03:38:07 Removing intermediate container 214b3cc64d4e 03:38:07 ---> b1c6c50611be 03:38:07 Step 26/27 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:07 ---> Running in ebceea700849 03:38:08 Removing intermediate container ebceea700849 03:38:08 ---> 883a782fbdbc 03:38:08 Step 27/27 : LABEL version=1.2.2-dev.66 03:38:08 ---> Running in 02ece80172a4 03:38:09 Removing intermediate container 02ece80172a4 03:38:09 ---> 2beae2f7b1d6 03:38:09 03:38:09 Successfully built 2beae2f7b1d6 03:38:09 Successfully tagged docker-sys-mgmt-agent-go:latest 03:38:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:38:09 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 03:38:09 $ docker stop --time=1 05a6186b45d231483e92fb04dd63ae5b2e294a9cd4409c5b2dbcec1eab6288ca 03:38:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:38:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:38:11 ---> e3205f37552c 03:38:11 Step 3/22 : WORKDIR /edgex-go 03:38:11 ---> Using cache 03:38:11 ---> d193ce8709dd 03:38:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:38:11 ---> Using cache 03:38:11 ---> 68970a65b1f6 03:38:11 Step 5/22 : RUN apk update && apk add make git 03:38:11 ---> Using cache 03:38:11 ---> 0eb62293f6e6 03:38:11 Step 6/22 : COPY go.mod . 03:38:11 ---> Using cache 03:38:11 ---> 0a42b98b03db 03:38:11 Step 7/22 : RUN go mod download 03:38:11 ---> Using cache 03:38:11 ---> 32ce44a6be5f 03:38:11 Step 8/22 : COPY . . 03:38:11 ---> Using cache 03:38:11 ---> 44c4b6a70c06 03:38:11 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:38:11 $ docker rm -f 05a6186b45d231483e92fb04dd63ae5b2e294a9cd4409c5b2dbcec1eab6288ca [Pipeline] // withDockerContainer [Pipeline] sh 03:38:12 ---> Running in a5d340c8d92e 03:38:12 + docker images 03:38:12 + grep docker 03:38:12 docker-sys-mgmt-agent-go latest 2beae2f7b1d6 4 seconds ago 290MB 03:38:12 docker-security-secrets-setup-go latest 8cc00ed5e39a 27 seconds ago 24MB 03:38:12 docker-core-data-go latest 0a3a6987180d 27 seconds ago 23.6MB 03:38:12 docker-support-notifications-go latest 11fb3a29c988 45 seconds ago 13.6MB 03:38:12 docker-security-secretstore-setup-go latest f6ca88856e77 About a minute ago 32.4MB 03:38:12 docker-core-metadata-go latest 8c952a857235 3 minutes ago 14.2MB 03:38:12 docker-core-command-go latest 4af47e2fc07e 3 minutes ago 12.2MB 03:38:12 docker-support-scheduler-go latest 6cc2adbf2bc7 3 minutes ago 12.3MB 03:38:12 docker-support-logging-go latest 7197dcd9f10b 3 minutes ago 11.1MB 03:38:12 docker-security-proxy-setup-go latest 118ec83bd390 3 minutes ago 15.8MB 03:38:12 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 03:38:13 provisioning config files... 03:38:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/181@tmp/config8868033066508224347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:38:13 ---> docker-login.sh 03:38:13 nexus3.edgexfoundry.org:10001 03:38:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:38:14 Configure a credential helper to remove this warning. See 03:38:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:38:14 03:38:14 Login Succeeded 03:38:14 nexus3.edgexfoundry.org:10002 03:38:14 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 03:38:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:38:15 Configure a credential helper to remove this warning. See 03:38:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:38:15 03:38:15 Login Succeeded 03:38:15 nexus3.edgexfoundry.org:10003 03:38:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:38:15 Configure a credential helper to remove this warning. See 03:38:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:38:15 03:38:15 Login Succeeded 03:38:15 nexus3.edgexfoundry.org:10004 03:38:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:38:16 Configure a credential helper to remove this warning. See 03:38:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:38:16 03:38:16 Login Succeeded 03:38:16 docker.io 03:38:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:38:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:38:17 Configure a credential helper to remove this warning. See 03:38:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:38:17 03:38:17 Login Succeeded 03:38:17 ---> docker-login.sh ends [Pipeline] } 03:38:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:17 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 03:38:17 092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:17 1.2.2-dev.66 03:38:17 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:17 master 03:38:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:38:18 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:38:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 03:38:19 559780410850: Preparing 03:38:19 6150bd9b2657: Preparing 03:38:19 a3b80777d7f1: Preparing 03:38:19 559780410850: Pushed 03:38:19 a3b80777d7f1: Pushed 03:38:21 6150bd9b2657: Pushed 03:38:21 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:1d6092df3bb002d7f332532f80cb6ab16502a881400e98adb81010b154d4b8f6 size: 943 [Pipeline] isUnix [Pipeline] sh 03:38:22 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:38:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.66 03:38:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 03:38:23 559780410850: Preparing 03:38:23 6150bd9b2657: Preparing 03:38:23 a3b80777d7f1: Preparing 03:38:23 6150bd9b2657: Layer already exists 03:38:23 559780410850: Layer already exists 03:38:23 a3b80777d7f1: Layer already exists 03:38:23 1.2.2-dev.66: digest: sha256:1d6092df3bb002d7f332532f80cb6ab16502a881400e98adb81010b154d4b8f6 size: 943 [Pipeline] isUnix [Pipeline] sh 03:38:24 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:38:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 03:38:24 559780410850: Preparing 03:38:24 6150bd9b2657: Preparing 03:38:24 a3b80777d7f1: Preparing 03:38:25 6150bd9b2657: Layer already exists 03:38:25 559780410850: Layer already exists 03:38:25 a3b80777d7f1: Layer already exists 03:38:25 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:1d6092df3bb002d7f332532f80cb6ab16502a881400e98adb81010b154d4b8f6 size: 943 [Pipeline] isUnix [Pipeline] sh 03:38:25 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 03:38:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 03:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 03:38:26 559780410850: Preparing 03:38:26 6150bd9b2657: Preparing 03:38:26 a3b80777d7f1: Preparing 03:38:26 6150bd9b2657: Layer already exists 03:38:26 559780410850: Layer already exists 03:38:26 a3b80777d7f1: Layer already exists 03:38:26 master: digest: sha256:1d6092df3bb002d7f332532f80cb6ab16502a881400e98adb81010b154d4b8f6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:27 ===================================================== [Pipeline] echo 03:38:27 taggedImages: 03:38:27 - nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:27 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.66 03:38:27 - nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:27 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 03:38:27 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 03:38:27 092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:27 1.2.2-dev.66 03:38:27 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:27 master 03:38:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:38:27 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:38:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 03:38:28 11c9b5115e44: Preparing 03:38:28 85316085fb84: Preparing 03:38:28 a1bb95004765: Preparing 03:38:28 fc43d2a87d95: Preparing 03:38:28 fe5bf8d2cb79: Preparing 03:38:28 50644c29ef5a: Preparing 03:38:28 50644c29ef5a: Waiting 03:38:28 11c9b5115e44: Pushed 03:38:28 fe5bf8d2cb79: Pushed 03:38:28 a1bb95004765: Pushed 03:38:28 50644c29ef5a: Layer already exists 03:38:28 fc43d2a87d95: Pushed 03:38:30 85316085fb84: Pushed 03:38:31 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:bc7426e18a93c4c289b77d1fc302b76a1384fe7970b1dc87da2311f10d38dcde size: 1572 [Pipeline] isUnix [Pipeline] sh 03:38:31 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:38:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.66 03:38:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 03:38:31 11c9b5115e44: Preparing 03:38:31 85316085fb84: Preparing 03:38:31 a1bb95004765: Preparing 03:38:31 fc43d2a87d95: Preparing 03:38:31 fe5bf8d2cb79: Preparing 03:38:31 50644c29ef5a: Preparing 03:38:31 50644c29ef5a: Waiting 03:38:32 11c9b5115e44: Layer already exists 03:38:32 fc43d2a87d95: Layer already exists 03:38:32 fe5bf8d2cb79: Layer already exists 03:38:32 85316085fb84: Layer already exists 03:38:32 a1bb95004765: Layer already exists 03:38:32 50644c29ef5a: Layer already exists 03:38:32 1.2.2-dev.66: digest: sha256:bc7426e18a93c4c289b77d1fc302b76a1384fe7970b1dc87da2311f10d38dcde size: 1572 [Pipeline] isUnix [Pipeline] sh 03:38:32 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:38:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 03:38:33 11c9b5115e44: Preparing 03:38:33 85316085fb84: Preparing 03:38:33 a1bb95004765: Preparing 03:38:33 fc43d2a87d95: Preparing 03:38:33 fe5bf8d2cb79: Preparing 03:38:33 50644c29ef5a: Preparing 03:38:33 50644c29ef5a: Waiting 03:38:33 11c9b5115e44: Layer already exists 03:38:33 fe5bf8d2cb79: Layer already exists 03:38:33 85316085fb84: Layer already exists 03:38:33 a1bb95004765: Layer already exists 03:38:33 fc43d2a87d95: Layer already exists 03:38:33 50644c29ef5a: Layer already exists 03:38:33 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:bc7426e18a93c4c289b77d1fc302b76a1384fe7970b1dc87da2311f10d38dcde size: 1572 [Pipeline] isUnix [Pipeline] sh 03:38:34 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 03:38:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 03:38:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 03:38:34 11c9b5115e44: Preparing 03:38:34 85316085fb84: Preparing 03:38:34 a1bb95004765: Preparing 03:38:34 fc43d2a87d95: Preparing 03:38:34 fe5bf8d2cb79: Preparing 03:38:34 50644c29ef5a: Preparing 03:38:34 50644c29ef5a: Waiting 03:38:34 11c9b5115e44: Layer already exists 03:38:34 a1bb95004765: Layer already exists 03:38:34 fc43d2a87d95: Layer already exists 03:38:34 fe5bf8d2cb79: Layer already exists 03:38:34 85316085fb84: Layer already exists 03:38:34 50644c29ef5a: Layer already exists 03:38:34 master: digest: sha256:bc7426e18a93c4c289b77d1fc302b76a1384fe7970b1dc87da2311f10d38dcde size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:35 ===================================================== [Pipeline] echo 03:38:35 taggedImages: 03:38:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.66 03:38:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:35 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 03:38:35 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 03:38:35 092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:35 1.2.2-dev.66 03:38:35 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:35 master 03:38:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:38:35 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:38:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 03:38:36 53e269eabfba: Preparing 03:38:36 2dc888edb5a2: Preparing 03:38:36 94489ead2632: Preparing 03:38:36 53e269eabfba: Pushed 03:38:36 94489ead2632: Pushed 03:38:38 2dc888edb5a2: Pushed 03:38:39 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:e7602c8a2d2a54d64f244a71bee17cdb435ea58aaa5941235e25506e0ec32abc size: 943 [Pipeline] isUnix [Pipeline] sh 03:38:39 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:38:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.66 03:38:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 03:38:39 53e269eabfba: Preparing 03:38:39 2dc888edb5a2: Preparing 03:38:39 94489ead2632: Preparing 03:38:39 2dc888edb5a2: Layer already exists 03:38:39 94489ead2632: Layer already exists 03:38:39 53e269eabfba: Layer already exists 03:38:39 1.2.2-dev.66: digest: sha256:e7602c8a2d2a54d64f244a71bee17cdb435ea58aaa5941235e25506e0ec32abc size: 943 [Pipeline] isUnix [Pipeline] sh 03:38:40 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:38:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 03:38:41 53e269eabfba: Preparing 03:38:41 2dc888edb5a2: Preparing 03:38:41 94489ead2632: Preparing 03:38:41 2dc888edb5a2: Layer already exists 03:38:41 94489ead2632: Layer already exists 03:38:41 53e269eabfba: Layer already exists 03:38:41 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:e7602c8a2d2a54d64f244a71bee17cdb435ea58aaa5941235e25506e0ec32abc size: 943 [Pipeline] isUnix [Pipeline] sh 03:38:41 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 03:38:42 Removing intermediate container 113f10803f9e 03:38:42 ---> 45478fea0a72 03:38:42 03:38:42 Step 10/20 : FROM alpine 03:38:42 ---> 62ee0e9f8440 03:38:42 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 03:38:42 ---> Running in 42ee48bb15aa 03:38:42 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 03:38:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:38:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 03:38:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 03:38:42 53e269eabfba: Preparing 03:38:42 2dc888edb5a2: Preparing 03:38:42 94489ead2632: Preparing 03:38:42 94489ead2632: Layer already exists 03:38:42 53e269eabfba: Layer already exists 03:38:42 2dc888edb5a2: Layer already exists 03:38:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:38:42 master: digest: sha256:e7602c8a2d2a54d64f244a71bee17cdb435ea58aaa5941235e25506e0ec32abc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:43 ===================================================== [Pipeline] echo 03:38:43 taggedImages: 03:38:43 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:43 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.66 03:38:43 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:43 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 03:38:43 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 03:38:43 092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:43 1.2.2-dev.66 03:38:43 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:43 master 03:38:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:38:43 v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:38:43 v3.12.0-402-g6a5de63175 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:38:43 OK: 12621 distinct packages available 03:38:44 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:38:44 (1/4) Installing ca-certificates (20191127-r4) 03:38:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:38:44 (3/4) Installing libcurl (7.69.1-r1) 03:38:44 (4/4) Installing curl (7.69.1-r1) 03:38:44 Executing busybox-1.31.1-r16.trigger 03:38:44 Executing ca-certificates-20191127-r4.trigger 03:38:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 03:38:44 3e81d731aaa3: Preparing 03:38:44 33469f4c058d: Preparing 03:38:44 db48941641fa: Preparing 03:38:44 337995072974: Preparing 03:38:44 50644c29ef5a: Preparing 03:38:44 50644c29ef5a: Layer already exists 03:38:44 OK: 7 MiB in 18 packages 03:38:45 db48941641fa: Pushed 03:38:45 33469f4c058d: Pushed 03:38:45 337995072974: Pushed 03:38:46 3e81d731aaa3: Pushed 03:38:46 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:6faddf00f34838c413c1ce1bdd6d5bafae11ef5b455fe691b6c335c8697e2569 size: 1364 [Pipeline] isUnix [Pipeline] sh 03:38:47 + 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 03:38:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.66 03:38:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 03:38:47 3e81d731aaa3: Preparing 03:38:47 33469f4c058d: Preparing 03:38:47 db48941641fa: Preparing 03:38:47 337995072974: Preparing 03:38:47 50644c29ef5a: Preparing 03:38:47 50644c29ef5a: Layer already exists 03:38:47 db48941641fa: Layer already exists 03:38:47 3e81d731aaa3: Layer already exists 03:38:47 337995072974: Layer already exists 03:38:47 33469f4c058d: Layer already exists 03:38:47 1.2.2-dev.66: digest: sha256:6faddf00f34838c413c1ce1bdd6d5bafae11ef5b455fe691b6c335c8697e2569 size: 1364 [Pipeline] isUnix [Pipeline] sh 03:38:48 Removing intermediate container 42ee48bb15aa 03:38:48 ---> 98778b3d0608 03:38:48 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:38:48 ---> Running in b34491d2320d 03:38:48 Removing intermediate container b34491d2320d 03:38:48 ---> b4bc92d3dfd2 03:38:48 Step 13/20 : WORKDIR /edgex 03:38:48 + 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 03:38:48 ---> Running in f24f7cb9a160 03:38:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 03:38:49 3e81d731aaa3: Preparing 03:38:49 33469f4c058d: Preparing 03:38:49 db48941641fa: Preparing 03:38:49 337995072974: Preparing 03:38:49 50644c29ef5a: Preparing 03:38:49 50644c29ef5a: Layer already exists 03:38:49 db48941641fa: Layer already exists 03:38:49 33469f4c058d: Layer already exists 03:38:49 3e81d731aaa3: Layer already exists 03:38:49 337995072974: Layer already exists 03:38:49 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:6faddf00f34838c413c1ce1bdd6d5bafae11ef5b455fe691b6c335c8697e2569 size: 1364 [Pipeline] isUnix [Pipeline] sh 03:38:49 Removing intermediate container f24f7cb9a160 03:38:49 ---> 63c5ea0c0778 03:38:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:38:49 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 03:38:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 03:38:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 03:38:50 3e81d731aaa3: Preparing 03:38:50 33469f4c058d: Preparing 03:38:50 db48941641fa: Preparing 03:38:50 337995072974: Preparing 03:38:50 50644c29ef5a: Preparing 03:38:50 ---> 72c760d0b857 03:38:50 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:38:50 db48941641fa: Layer already exists 03:38:50 33469f4c058d: Layer already exists 03:38:50 337995072974: Layer already exists 03:38:50 3e81d731aaa3: Layer already exists 03:38:50 50644c29ef5a: Layer already exists 03:38:50 master: digest: sha256:6faddf00f34838c413c1ce1bdd6d5bafae11ef5b455fe691b6c335c8697e2569 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:50 ===================================================== [Pipeline] echo 03:38:50 taggedImages: 03:38:50 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:50 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.66 03:38:50 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:50 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 03:38:50 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 03:38:50 092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:50 1.2.2-dev.66 03:38:50 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:50 master 03:38:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:38:51 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:38:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 03:38:51 ee6388157056: Preparing 03:38:51 0fb63dfb019c: Preparing 03:38:51 afb5cf652a0b: Preparing 03:38:51 535ae10ef3ab: Preparing 03:38:51 535ae10ef3ab: Preparing 03:38:51 60723301a117: Preparing 03:38:51 9175e374fd9c: Preparing 03:38:51 4f6a6e6fd1e7: Preparing 03:38:51 ee6388157056: Preparing 03:38:51 8d8f255b2599: Preparing 03:38:51 7fb2a7ece6a9: Preparing 03:38:51 f4f74a10a8c0: Preparing 03:38:51 50644c29ef5a: Preparing 03:38:51 9175e374fd9c: Waiting 03:38:51 4f6a6e6fd1e7: Waiting 03:38:51 8d8f255b2599: Waiting 03:38:51 7fb2a7ece6a9: Waiting 03:38:51 f4f74a10a8c0: Waiting 03:38:51 50644c29ef5a: Waiting 03:38:52 ---> 600be3ed7658 03:38:52 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:38:52 ---> Running in 6a719aa24c5d 03:38:52 535ae10ef3ab: Pushed 03:38:52 60723301a117: Pushed 03:38:52 afb5cf652a0b: Pushed 03:38:52 0fb63dfb019c: Pushed 03:38:52 9175e374fd9c: Pushed 03:38:52 4f6a6e6fd1e7: Pushed 03:38:52 7fb2a7ece6a9: Pushed 03:38:52 8d8f255b2599: Pushed 03:38:52 50644c29ef5a: Layer already exists 03:38:53 f4f74a10a8c0: Pushed 03:38:53 Removing intermediate container 6a719aa24c5d 03:38:53 ---> e7d254f90f85 03:38:53 Step 17/20 : CMD ["--init=true"] 03:38:53 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 03:38:53 ---> Running in d3f71dd30b0f 03:38:53 ee6388157056: Pushed 03:38:54 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:314cac38bcf56f113cf9d3fc5e8b02d6ab766ec4ed1390c195a631dc085c82a8 size: 3027 [Pipeline] isUnix [Pipeline] sh 03:38:54 Removing intermediate container d3f71dd30b0f 03:38:54 ---> d060ded617be 03:38:54 Step 18/20 : LABEL arch=arm64 03:38:54 ---> Running in 23b3c1bb7fb3 03:38:54 + 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 03:38:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.66 03:38:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 03:38:55 ee6388157056: Preparing 03:38:55 0fb63dfb019c: Preparing 03:38:55 afb5cf652a0b: Preparing 03:38:55 535ae10ef3ab: Preparing 03:38:55 535ae10ef3ab: Preparing 03:38:55 60723301a117: Preparing 03:38:55 9175e374fd9c: Preparing 03:38:55 4f6a6e6fd1e7: Preparing 03:38:55 ee6388157056: Preparing 03:38:55 8d8f255b2599: Preparing 03:38:55 7fb2a7ece6a9: Preparing 03:38:55 f4f74a10a8c0: Preparing 03:38:55 50644c29ef5a: Preparing 03:38:55 4f6a6e6fd1e7: Waiting 03:38:55 8d8f255b2599: Waiting 03:38:55 7fb2a7ece6a9: Waiting 03:38:55 f4f74a10a8c0: Waiting 03:38:55 50644c29ef5a: Waiting 03:38:55 9175e374fd9c: Waiting 03:38:55 Removing intermediate container 23b3c1bb7fb3 03:38:55 ---> 2eade80aab56 03:38:55 Step 19/20 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:55 ---> Running in 4271d0b0709f 03:38:55 60723301a117: Layer already exists 03:38:55 afb5cf652a0b: Layer already exists 03:38:55 ee6388157056: Layer already exists 03:38:55 0fb63dfb019c: Layer already exists 03:38:55 535ae10ef3ab: Layer already exists 03:38:55 8d8f255b2599: Layer already exists 03:38:55 f4f74a10a8c0: Layer already exists 03:38:55 4f6a6e6fd1e7: Layer already exists 03:38:55 9175e374fd9c: Layer already exists 03:38:55 7fb2a7ece6a9: Layer already exists 03:38:55 50644c29ef5a: Layer already exists 03:38:55 1.2.2-dev.66: digest: sha256:314cac38bcf56f113cf9d3fc5e8b02d6ab766ec4ed1390c195a631dc085c82a8 size: 3027 03:38:55 Removing intermediate container 4271d0b0709f 03:38:55 ---> 5849afaca5cf 03:38:55 Step 20/20 : LABEL version=1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:38:55 ---> Running in bbb60bc7243a 03:38:56 + 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 03:38:56 Removing intermediate container bbb60bc7243a 03:38:56 ---> 6443a749516e 03:38:56 03:38:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 03:38:56 ee6388157056: Preparing 03:38:56 0fb63dfb019c: Preparing 03:38:56 afb5cf652a0b: Preparing 03:38:56 535ae10ef3ab: Preparing 03:38:56 535ae10ef3ab: Preparing 03:38:56 60723301a117: Preparing 03:38:56 9175e374fd9c: Preparing 03:38:56 4f6a6e6fd1e7: Preparing 03:38:56 ee6388157056: Preparing 03:38:56 8d8f255b2599: Preparing 03:38:56 7fb2a7ece6a9: Preparing 03:38:56 f4f74a10a8c0: Preparing 03:38:56 50644c29ef5a: Preparing 03:38:56 9175e374fd9c: Waiting 03:38:56 4f6a6e6fd1e7: Waiting 03:38:56 8d8f255b2599: Waiting 03:38:56 7fb2a7ece6a9: Waiting 03:38:56 f4f74a10a8c0: Waiting 03:38:56 50644c29ef5a: Waiting 03:38:56 60723301a117: Layer already exists 03:38:56 ee6388157056: Layer already exists 03:38:56 0fb63dfb019c: Layer already exists 03:38:56 535ae10ef3ab: Layer already exists 03:38:56 afb5cf652a0b: Layer already exists 03:38:56 9175e374fd9c: Layer already exists 03:38:56 7fb2a7ece6a9: Layer already exists 03:38:56 4f6a6e6fd1e7: Layer already exists 03:38:56 8d8f255b2599: Layer already exists 03:38:57 f4f74a10a8c0: Layer already exists 03:38:57 50644c29ef5a: Layer already exists 03:38:57 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:314cac38bcf56f113cf9d3fc5e8b02d6ab766ec4ed1390c195a631dc085c82a8 size: 3027 [Pipeline] isUnix [Pipeline] sh 03:38:57 Successfully built 6443a749516e 03:38:57 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:38:57 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 03:38:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 03:38:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 03:38:57 ee6388157056: Preparing 03:38:57 0fb63dfb019c: Preparing 03:38:57 afb5cf652a0b: Preparing 03:38:57 535ae10ef3ab: Preparing 03:38:57 535ae10ef3ab: Preparing 03:38:57 60723301a117: Preparing 03:38:57 9175e374fd9c: Preparing 03:38:57 4f6a6e6fd1e7: Preparing 03:38:57 ee6388157056: Preparing 03:38:57 8d8f255b2599: Preparing 03:38:57 7fb2a7ece6a9: Preparing 03:38:57 f4f74a10a8c0: Preparing 03:38:57 50644c29ef5a: Preparing 03:38:57 8d8f255b2599: Waiting 03:38:57 7fb2a7ece6a9: Waiting 03:38:57 f4f74a10a8c0: Waiting 03:38:57 50644c29ef5a: Waiting 03:38:57 9175e374fd9c: Waiting 03:38:57 4f6a6e6fd1e7: Waiting 03:38:57 0fb63dfb019c: Layer already exists 03:38:57 60723301a117: Layer already exists 03:38:57 ee6388157056: Layer already exists 03:38:57 afb5cf652a0b: Layer already exists 03:38:57 535ae10ef3ab: Layer already exists 03:38:58 7fb2a7ece6a9: Layer already exists 03:38:58 9175e374fd9c: Layer already exists 03:38:58 8d8f255b2599: Layer already exists 03:38:58 4f6a6e6fd1e7: Layer already exists 03:38:58 f4f74a10a8c0: Layer already exists 03:38:58 50644c29ef5a: Layer already exists 03:38:58 master: digest: sha256:314cac38bcf56f113cf9d3fc5e8b02d6ab766ec4ed1390c195a631dc085c82a8 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:58 ===================================================== [Pipeline] echo 03:38:58 taggedImages: 03:38:58 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:58 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.66 03:38:58 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:58 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 03:38:58 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 03:38:58 092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:58 1.2.2-dev.66 03:38:58 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:38:58 master 03:38:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:38:59 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:38:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:38:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 03:38:59 dc7709290ed1: Preparing 03:38:59 c30bc3e4a015: Preparing 03:38:59 716956d13867: Preparing 03:38:59 207f846f644e: Preparing 03:38:59 9041aad82fdb: Preparing 03:38:59 9461b48a4ea5: Preparing 03:38:59 24b3f7d77ec2: Preparing 03:38:59 55f9dbde84a9: Preparing 03:38:59 265050cf7c17: Preparing 03:38:59 0bdc2ce7e303: Preparing 03:38:59 1b3ee35aacca: Preparing 03:38:59 9461b48a4ea5: Waiting 03:38:59 24b3f7d77ec2: Waiting 03:38:59 55f9dbde84a9: Waiting 03:38:59 265050cf7c17: Waiting 03:38:59 0bdc2ce7e303: Waiting 03:38:59 1b3ee35aacca: Waiting 03:38:59 dc7709290ed1: Pushed 03:39:00 c30bc3e4a015: Pushed 03:39:00 9461b48a4ea5: Pushed 03:39:00 24b3f7d77ec2: Pushed 03:39:01 55f9dbde84a9: Pushed 03:39:01 265050cf7c17: Pushed 03:39:01 716956d13867: Pushed 03:39:01 1b3ee35aacca: Layer already exists 03:39:01 9041aad82fdb: Pushed 03:39:01 207f846f644e: Pushed 03:39:01 0bdc2ce7e303: Pushed 03:39:01 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:96d6ce6dfa27d64737d42e367da2b26210c21753ea8b0f021ba3967de191233a size: 2616 [Pipeline] isUnix [Pipeline] sh 03:39:02 + 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 03:39:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.66 03:39:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 03:39:02 dc7709290ed1: Preparing 03:39:02 c30bc3e4a015: Preparing 03:39:02 716956d13867: Preparing 03:39:02 207f846f644e: Preparing 03:39:02 9041aad82fdb: Preparing 03:39:02 9461b48a4ea5: Preparing 03:39:02 24b3f7d77ec2: Preparing 03:39:02 55f9dbde84a9: Preparing 03:39:02 265050cf7c17: Preparing 03:39:02 0bdc2ce7e303: Preparing 03:39:02 1b3ee35aacca: Preparing 03:39:02 24b3f7d77ec2: Waiting 03:39:02 55f9dbde84a9: Waiting 03:39:02 265050cf7c17: Waiting 03:39:02 0bdc2ce7e303: Waiting 03:39:02 1b3ee35aacca: Waiting 03:39:02 9461b48a4ea5: Waiting 03:39:02 c30bc3e4a015: Layer already exists 03:39:02 dc7709290ed1: Layer already exists 03:39:02 716956d13867: Layer already exists 03:39:02 9041aad82fdb: Layer already exists 03:39:02 207f846f644e: Layer already exists 03:39:03 24b3f7d77ec2: Layer already exists 03:39:03 265050cf7c17: Layer already exists 03:39:03 55f9dbde84a9: Layer already exists 03:39:03 9461b48a4ea5: Layer already exists 03:39:03 0bdc2ce7e303: Layer already exists 03:39:03 1b3ee35aacca: Layer already exists 03:39:03 1.2.2-dev.66: digest: sha256:96d6ce6dfa27d64737d42e367da2b26210c21753ea8b0f021ba3967de191233a size: 2616 [Pipeline] isUnix [Pipeline] sh 03:39:03 + 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 03:39:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 03:39:03 dc7709290ed1: Preparing 03:39:03 c30bc3e4a015: Preparing 03:39:03 716956d13867: Preparing 03:39:03 207f846f644e: Preparing 03:39:03 9041aad82fdb: Preparing 03:39:03 9461b48a4ea5: Preparing 03:39:03 24b3f7d77ec2: Preparing 03:39:03 55f9dbde84a9: Preparing 03:39:03 265050cf7c17: Preparing 03:39:03 0bdc2ce7e303: Preparing 03:39:03 1b3ee35aacca: Preparing 03:39:03 24b3f7d77ec2: Waiting 03:39:03 55f9dbde84a9: Waiting 03:39:03 265050cf7c17: Waiting 03:39:03 0bdc2ce7e303: Waiting 03:39:03 1b3ee35aacca: Waiting 03:39:03 9461b48a4ea5: Waiting 03:39:03 c30bc3e4a015: Layer already exists 03:39:03 dc7709290ed1: Layer already exists 03:39:03 207f846f644e: Layer already exists 03:39:03 716956d13867: Layer already exists 03:39:03 9041aad82fdb: Layer already exists 03:39:03 9461b48a4ea5: Layer already exists 03:39:03 24b3f7d77ec2: Layer already exists 03:39:03 0bdc2ce7e303: Layer already exists 03:39:03 265050cf7c17: Layer already exists 03:39:03 55f9dbde84a9: Layer already exists 03:39:03 1b3ee35aacca: Layer already exists 03:39:03 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:96d6ce6dfa27d64737d42e367da2b26210c21753ea8b0f021ba3967de191233a size: 2616 [Pipeline] isUnix [Pipeline] sh 03:39:04 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 03:39:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 03:39:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 03:39:04 dc7709290ed1: Preparing 03:39:04 c30bc3e4a015: Preparing 03:39:04 716956d13867: Preparing 03:39:04 207f846f644e: Preparing 03:39:04 9041aad82fdb: Preparing 03:39:04 9461b48a4ea5: Preparing 03:39:04 24b3f7d77ec2: Preparing 03:39:04 55f9dbde84a9: Preparing 03:39:04 265050cf7c17: Preparing 03:39:04 0bdc2ce7e303: Preparing 03:39:04 1b3ee35aacca: Preparing 03:39:04 24b3f7d77ec2: Waiting 03:39:04 55f9dbde84a9: Waiting 03:39:04 265050cf7c17: Waiting 03:39:04 0bdc2ce7e303: Waiting 03:39:04 1b3ee35aacca: Waiting 03:39:04 9461b48a4ea5: Waiting 03:39:04 716956d13867: Layer already exists 03:39:04 c30bc3e4a015: Layer already exists 03:39:04 9041aad82fdb: Layer already exists 03:39:04 207f846f644e: Layer already exists 03:39:04 dc7709290ed1: Layer already exists 03:39:04 9461b48a4ea5: Layer already exists 03:39:04 265050cf7c17: Layer already exists 03:39:04 24b3f7d77ec2: Layer already exists 03:39:04 0bdc2ce7e303: Layer already exists 03:39:04 55f9dbde84a9: Layer already exists 03:39:04 1b3ee35aacca: Layer already exists 03:39:05 master: digest: sha256:96d6ce6dfa27d64737d42e367da2b26210c21753ea8b0f021ba3967de191233a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:05 ===================================================== [Pipeline] echo 03:39:05 taggedImages: 03:39:05 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:05 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.66 03:39:05 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:05 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 03:39:05 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 03:39:05 092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:05 1.2.2-dev.66 03:39:05 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:05 master 03:39:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:39:05 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:39:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 03:39:06 0391b5bada6a: Preparing 03:39:06 81ab58dcc045: Preparing 03:39:06 7144cf6892b6: Preparing 03:39:06 6ec364300fb3: Preparing 03:39:06 7144cf6892b6: Pushed 03:39:06 0391b5bada6a: Pushed 03:39:06 6ec364300fb3: Pushed 03:39:07  Building docker-security-proxy-setup-go ... done Removing intermediate container 3e24eff77372 03:39:07 ---> 9c06bc30963a 03:39:07 03:39:07 Step 10/26 : FROM alpine:3.10 03:39:07 3.10: Pulling from library/alpine 03:39:08 Removing intermediate container 2586512fef95 03:39:08 ---> 5758cb7eec66 03:39:08 03:39:08 Step 10/21 : FROM scratch 03:39:08 ---> 03:39:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:39:08 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 03:39:08 ---> Using cache 03:39:08 ---> f22654e8522c 03:39:08 Step 12/21 : ENV APP_PORT=48085 03:39:08 Status: Downloaded newer image for alpine:3.10 03:39:08 ---> 536a684cf733 03:39:08 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:39:08 ---> Running in d1b617e44891 03:39:08 81ab58dcc045: Pushed 03:39:08 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:16e64c90bf3935dbf3ba8c6b2622abb8c17058000839f39849eed9b4056b900a size: 1153 [Pipeline] isUnix [Pipeline] sh 03:39:08 ---> Running in 0d92c9ac1eaa 03:39:08 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:39:09 Removing intermediate container d1b617e44891 03:39:09 ---> 5d52d1a205cd 03:39:09 Step 13/21 : EXPOSE $APP_PORT 03:39:09 ---> Running in 619f2765374b 03:39:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.66 03:39:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 03:39:09 0391b5bada6a: Preparing 03:39:09 81ab58dcc045: Preparing 03:39:09 7144cf6892b6: Preparing 03:39:09 6ec364300fb3: Preparing 03:39:09 81ab58dcc045: Layer already exists 03:39:09 6ec364300fb3: Layer already exists 03:39:09 7144cf6892b6: Layer already exists 03:39:09 0391b5bada6a: Layer already exists 03:39:09 1.2.2-dev.66: digest: sha256:16e64c90bf3935dbf3ba8c6b2622abb8c17058000839f39849eed9b4056b900a size: 1153 [Pipeline] isUnix [Pipeline] sh 03:39:09 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:39:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 03:39:10 0391b5bada6a: Preparing 03:39:10 81ab58dcc045: Preparing 03:39:10 7144cf6892b6: Preparing 03:39:10 6ec364300fb3: Preparing 03:39:10 81ab58dcc045: Layer already exists 03:39:10 7144cf6892b6: Layer already exists 03:39:10 0391b5bada6a: Layer already exists 03:39:10 6ec364300fb3: Layer already exists 03:39:10 Removing intermediate container 619f2765374b 03:39:10 ---> e6674f9bbd7d 03:39:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 03:39:10 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:16e64c90bf3935dbf3ba8c6b2622abb8c17058000839f39849eed9b4056b900a size: 1153 [Pipeline] isUnix [Pipeline] sh 03:39:10 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 03:39:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 03:39:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 03:39:11 ---> f8d19d93297b 03:39:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:39:11 0391b5bada6a: Preparing 03:39:11 81ab58dcc045: Preparing 03:39:11 7144cf6892b6: Preparing 03:39:11 6ec364300fb3: Preparing 03:39:11 81ab58dcc045: Layer already exists 03:39:11 6ec364300fb3: Layer already exists 03:39:11 7144cf6892b6: Layer already exists 03:39:11 0391b5bada6a: Layer already exists 03:39:11 master: digest: sha256:16e64c90bf3935dbf3ba8c6b2622abb8c17058000839f39849eed9b4056b900a size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 03:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [Pipeline] echo 03:39:11 ===================================================== [Pipeline] echo 03:39:11 taggedImages: 03:39:11 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:11 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.66 03:39:11 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:11 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 03:39:11 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 03:39:11 092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:11 1.2.2-dev.66 03:39:11 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:11 master 03:39:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 03:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:39:12 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:39:12 v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:39:12 v3.10.5-97-gf39009a9b6 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:39:12 OK: 10167 distinct packages available 03:39:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 03:39:12 878bebbeb4db: Preparing 03:39:12 426efa19a1e1: Preparing 03:39:12 c2ac173c14ce: Preparing 03:39:12 974b1ccb694b: Preparing 03:39:12 6b15e642e4da: Preparing 03:39:12 46a579bc97bf: Preparing 03:39:12 46a579bc97bf: Waiting 03:39:12 c2ac173c14ce: Pushed 03:39:12 974b1ccb694b: Pushed 03:39:12 878bebbeb4db: Pushed 03:39:12 6b15e642e4da: Pushed 03:39:13 ---> 3d7edf0b9e2c 03:39:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:39:13 (1/5) Installing ca-certificates (20191127-r2) 03:39:13 46a579bc97bf: Pushed 03:39:13 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:39:13 (3/5) Installing libcurl (7.66.0-r1) 03:39:13 (4/5) Installing curl (7.66.0-r1) 03:39:13 (5/5) Installing dumb-init (1.2.2-r1) 03:39:13 Executing busybox-1.30.1-r3.trigger 03:39:13 Executing ca-certificates-20191127-r2.trigger 03:39:13 OK: 7 MiB in 19 packages 03:39:14 ---> 54119db5e8cf 03:39:14 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:39:14 ---> Running in 589ce436ae55 03:39:14 426efa19a1e1: Pushed 03:39:14 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:d5f23b788241fd35171fb6686c2351bec70e1cd8a241459ef003b40eb3bb82f4 size: 1573 [Pipeline] isUnix [Pipeline] sh 03:39:14 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:39:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.66 03:39:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 03:39:15 878bebbeb4db: Preparing 03:39:15 426efa19a1e1: Preparing 03:39:15 c2ac173c14ce: Preparing 03:39:15 974b1ccb694b: Preparing 03:39:15 6b15e642e4da: Preparing 03:39:15 46a579bc97bf: Preparing 03:39:15 46a579bc97bf: Waiting 03:39:15 426efa19a1e1: Layer already exists 03:39:15 878bebbeb4db: Layer already exists 03:39:15 974b1ccb694b: Layer already exists 03:39:15 c2ac173c14ce: Layer already exists 03:39:15 6b15e642e4da: Layer already exists 03:39:15 46a579bc97bf: Layer already exists 03:39:15 1.2.2-dev.66: digest: sha256:d5f23b788241fd35171fb6686c2351bec70e1cd8a241459ef003b40eb3bb82f4 size: 1573 [Pipeline] isUnix [Pipeline] sh 03:39:15 Removing intermediate container 589ce436ae55 03:39:15 ---> a946d654069f 03:39:15 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:39:15 ---> Running in 026d1a5a7ad1 03:39:15 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:39:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 03:39:15 878bebbeb4db: Preparing 03:39:15 426efa19a1e1: Preparing 03:39:15 c2ac173c14ce: Preparing 03:39:15 974b1ccb694b: Preparing 03:39:15 6b15e642e4da: Preparing 03:39:15 46a579bc97bf: Preparing 03:39:15 46a579bc97bf: Waiting 03:39:15 6b15e642e4da: Layer already exists 03:39:15 c2ac173c14ce: Layer already exists 03:39:15 878bebbeb4db: Layer already exists 03:39:15 426efa19a1e1: Layer already exists 03:39:15 974b1ccb694b: Layer already exists 03:39:15 46a579bc97bf: Layer already exists 03:39:16 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:d5f23b788241fd35171fb6686c2351bec70e1cd8a241459ef003b40eb3bb82f4 size: 1573 [Pipeline] isUnix [Pipeline] sh 03:39:16 Removing intermediate container 026d1a5a7ad1 03:39:16 ---> 8f9ebdb8af41 03:39:16 Step 19/21 : LABEL arch=arm64 03:39:16 Removing intermediate container 0d92c9ac1eaa 03:39:16 ---> 23508122d8af 03:39:16 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:39:16 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 03:39:16 ---> Running in 0cd3fb212196 03:39:16 ---> Running in bcf39388b560 03:39:16 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 03:39:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 03:39:16 878bebbeb4db: Preparing 03:39:16 426efa19a1e1: Preparing 03:39:16 c2ac173c14ce: Preparing 03:39:16 974b1ccb694b: Preparing 03:39:16 6b15e642e4da: Preparing 03:39:16 46a579bc97bf: Preparing 03:39:16 46a579bc97bf: Waiting 03:39:16 878bebbeb4db: Layer already exists 03:39:16 6b15e642e4da: Layer already exists 03:39:16 c2ac173c14ce: Layer already exists 03:39:16 426efa19a1e1: Layer already exists 03:39:16 974b1ccb694b: Layer already exists 03:39:16 46a579bc97bf: Layer already exists 03:39:17 master: digest: sha256:d5f23b788241fd35171fb6686c2351bec70e1cd8a241459ef003b40eb3bb82f4 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 03:39:17 Removing intermediate container 0cd3fb212196 03:39:17 ---> 99d91f11b543 03:39:17 Step 20/21 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] echo 03:39:17 ===================================================== [Pipeline] echo 03:39:17 taggedImages: 03:39:17 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:17 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.66 03:39:17 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:17 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 03:39:17 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 03:39:17 092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:17 1.2.2-dev.66 03:39:17 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:17 master 03:39:17 ===================================================== [Pipeline] withEnv [Pipeline] { 03:39:17 ---> Running in 604e94ee380a 03:39:17 Removing intermediate container bcf39388b560 03:39:17 ---> 45182696987e 03:39:17 Step 13/26 : WORKDIR / [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:39:17 ---> Running in a74204a8c073 03:39:18 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:39:18 Removing intermediate container 604e94ee380a 03:39:18 ---> 68378e7d59c9 03:39:18 Step 21/21 : LABEL version=1.2.2-dev.66 03:39:18 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 03:39:18 6edda020bda6: Preparing 03:39:18 5dc96a59ea53: Preparing 03:39:18 540e66c01e9f: Preparing 03:39:18 ---> Running in 7603d23067b4 03:39:18 Removing intermediate container a74204a8c073 03:39:18 ---> f99977a44589 03:39:18 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:39:18 540e66c01e9f: Pushed 03:39:18 6edda020bda6: Pushed 03:39:19 Removing intermediate container 7603d23067b4 03:39:19 ---> fdb464cb3012 03:39:19 03:39:19 Successfully built fdb464cb3012 03:39:19 Successfully tagged docker-support-scheduler-go-arm64:latest 03:39:19  Building docker-support-scheduler-go ... done  ---> 5c3beab3a0e9 03:39:19 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:39:20 5dc96a59ea53: Pushed 03:39:20 ---> b63b37c1320e 03:39:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:39:21 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:88c182d8eeaa341339f47cc118f40f11e046f3de2da799876a783a61f948e25f size: 944 [Pipeline] isUnix [Pipeline] sh 03:39:21 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:39:22 ---> 7525bcf56759 03:39:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 03:39:22 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.66 03:39:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 03:39:22 6edda020bda6: Preparing 03:39:22 5dc96a59ea53: Preparing 03:39:22 540e66c01e9f: Preparing 03:39:22 5dc96a59ea53: Layer already exists 03:39:22 540e66c01e9f: Layer already exists 03:39:22 6edda020bda6: Layer already exists 03:39:22 1.2.2-dev.66: digest: sha256:88c182d8eeaa341339f47cc118f40f11e046f3de2da799876a783a61f948e25f size: 944 [Pipeline] isUnix [Pipeline] sh 03:39:23 ---> 3661683e3765 03:39:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:39:23 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 [Pipeline] isUnix [Pipeline] sh 03:39:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 03:39:23 6edda020bda6: Preparing 03:39:23 5dc96a59ea53: Preparing 03:39:23 540e66c01e9f: Preparing 03:39:23 540e66c01e9f: Layer already exists 03:39:23 6edda020bda6: Layer already exists 03:39:23 5dc96a59ea53: Layer already exists 03:39:23 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:88c182d8eeaa341339f47cc118f40f11e046f3de2da799876a783a61f948e25f size: 944 [Pipeline] isUnix [Pipeline] sh 03:39:24 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 03:39:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 03:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 03:39:24 6edda020bda6: Preparing 03:39:24 5dc96a59ea53: Preparing 03:39:24 540e66c01e9f: Preparing 03:39:24 5dc96a59ea53: Layer already exists 03:39:24 6edda020bda6: Layer already exists 03:39:24 540e66c01e9f: Layer already exists 03:39:24 master: digest: sha256:88c182d8eeaa341339f47cc118f40f11e046f3de2da799876a783a61f948e25f size: 944 [Pipeline] } 03:39:24 ---> 5d1bcb3d50d5 03:39:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:25 ===================================================== [Pipeline] echo 03:39:25 taggedImages: 03:39:25 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:25 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.66 03:39:25 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:25 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 03:39:25 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 03:39:25 092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:25 1.2.2-dev.66 03:39:25 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:25 master 03:39:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:39:25 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:39:26 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 03:39:26 87042e9011d7: Preparing 03:39:26 1ff71f1aef3e: Preparing 03:39:26 2b652277385b: Preparing 03:39:26 59b5d44b47fd: Preparing 03:39:26 69cd4ecb5b4a: Preparing 03:39:26 33b886360141: Preparing 03:39:26 d6b3c869ccda: Preparing 03:39:26 527eef706b20: Preparing 03:39:26 224742e9e948: Preparing 03:39:26 5391e5290f13: Preparing 03:39:26 13baed61c795: Preparing 03:39:26 51d6d3d09136: Preparing 03:39:26 1507bc794612: Preparing 03:39:26 50644c29ef5a: Preparing 03:39:26 224742e9e948: Waiting 03:39:26 5391e5290f13: Waiting 03:39:26 13baed61c795: Waiting 03:39:26 51d6d3d09136: Waiting 03:39:26 1507bc794612: Waiting 03:39:26 50644c29ef5a: Waiting 03:39:26 33b886360141: Waiting 03:39:26 d6b3c869ccda: Waiting 03:39:26 527eef706b20: Waiting 03:39:26 ---> 3ae2c29d2ee9 03:39:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 03:39:27 69cd4ecb5b4a: Pushed 03:39:27 87042e9011d7: Pushed 03:39:27 59b5d44b47fd: Pushed 03:39:27 527eef706b20: Layer already exists 03:39:27 d6b3c869ccda: Pushed 03:39:27 224742e9e948: Layer already exists 03:39:27 5391e5290f13: Layer already exists 03:39:27 13baed61c795: Layer already exists 03:39:27 51d6d3d09136: Layer already exists 03:39:27 1507bc794612: Layer already exists 03:39:27 50644c29ef5a: Layer already exists 03:39:27 1ff71f1aef3e: Pushed 03:39:28 ---> 787b5303bd4c 03:39:28 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:39:28 33b886360141: Pushed 03:39:29 ---> 7da41ec95b62 03:39:29 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:39:29 ---> Running in 89d165327824 03:39:33 Removing intermediate container 89d165327824 03:39:33 ---> ab6818eab192 03:39:33 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 03:39:33 ---> Running in c06db56f5ba5 03:39:33 Removing intermediate container c06db56f5ba5 03:39:33 ---> a176227a5e73 03:39:33 Step 24/26 : LABEL arch=arm64 03:39:34 ---> Running in f10b7e2a78ac 03:39:34 2b652277385b: Pushed 03:39:34 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:be615dc706fdde51a533b9d896310b56e92ec5dfd359e32cf313d1e27e935c3d size: 3253 [Pipeline] isUnix [Pipeline] sh 03:39:34 + 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 03:39:34 Removing intermediate container f10b7e2a78ac 03:39:34 ---> 5a3c09d11bcd 03:39:34 Step 25/26 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:35 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.66 03:39:35 ---> Running in 3433155acb75 03:39:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 03:39:35 87042e9011d7: Preparing 03:39:35 1ff71f1aef3e: Preparing 03:39:35 2b652277385b: Preparing 03:39:35 59b5d44b47fd: Preparing 03:39:35 69cd4ecb5b4a: Preparing 03:39:35 33b886360141: Preparing 03:39:35 d6b3c869ccda: Preparing 03:39:35 527eef706b20: Preparing 03:39:35 224742e9e948: Preparing 03:39:35 5391e5290f13: Preparing 03:39:35 13baed61c795: Preparing 03:39:35 51d6d3d09136: Preparing 03:39:35 1507bc794612: Preparing 03:39:35 50644c29ef5a: Preparing 03:39:35 33b886360141: Waiting 03:39:35 d6b3c869ccda: Waiting 03:39:35 527eef706b20: Waiting 03:39:35 224742e9e948: Waiting 03:39:35 5391e5290f13: Waiting 03:39:35 13baed61c795: Waiting 03:39:35 51d6d3d09136: Waiting 03:39:35 1507bc794612: Waiting 03:39:35 50644c29ef5a: Waiting 03:39:35 2b652277385b: Layer already exists 03:39:35 87042e9011d7: Layer already exists 03:39:35 1ff71f1aef3e: Layer already exists 03:39:35 59b5d44b47fd: Layer already exists 03:39:35 69cd4ecb5b4a: Layer already exists 03:39:35 d6b3c869ccda: Layer already exists 03:39:35 33b886360141: Layer already exists 03:39:35 5391e5290f13: Layer already exists 03:39:35 527eef706b20: Layer already exists 03:39:35 224742e9e948: Layer already exists 03:39:35 13baed61c795: Layer already exists 03:39:35 51d6d3d09136: Layer already exists 03:39:35 1507bc794612: Layer already exists 03:39:35 50644c29ef5a: Layer already exists 03:39:35 1.2.2-dev.66: digest: sha256:be615dc706fdde51a533b9d896310b56e92ec5dfd359e32cf313d1e27e935c3d size: 3253 [Pipeline] isUnix [Pipeline] sh 03:39:35 + 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 03:39:36 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:36 Removing intermediate container 3433155acb75 03:39:36 ---> 15fa6b3d7b62 03:39:36 Step 26/26 : LABEL version=1.2.2-dev.66 03:39:36 ---> Running in 9d63285cfbd2 03:39:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 03:39:36 87042e9011d7: Preparing 03:39:36 1ff71f1aef3e: Preparing 03:39:36 2b652277385b: Preparing 03:39:36 59b5d44b47fd: Preparing 03:39:36 69cd4ecb5b4a: Preparing 03:39:36 33b886360141: Preparing 03:39:36 d6b3c869ccda: Preparing 03:39:36 527eef706b20: Preparing 03:39:36 224742e9e948: Preparing 03:39:36 5391e5290f13: Preparing 03:39:36 13baed61c795: Preparing 03:39:36 51d6d3d09136: Preparing 03:39:36 1507bc794612: Preparing 03:39:36 50644c29ef5a: Preparing 03:39:36 33b886360141: Waiting 03:39:36 d6b3c869ccda: Waiting 03:39:36 527eef706b20: Waiting 03:39:36 224742e9e948: Waiting 03:39:36 5391e5290f13: Waiting 03:39:36 13baed61c795: Waiting 03:39:36 51d6d3d09136: Waiting 03:39:36 1507bc794612: Waiting 03:39:36 50644c29ef5a: Waiting 03:39:36 1ff71f1aef3e: Layer already exists 03:39:36 87042e9011d7: Layer already exists 03:39:36 2b652277385b: Layer already exists 03:39:36 59b5d44b47fd: Layer already exists 03:39:36 69cd4ecb5b4a: Layer already exists 03:39:36 224742e9e948: Layer already exists 03:39:36 d6b3c869ccda: Layer already exists 03:39:36 527eef706b20: Layer already exists 03:39:36 5391e5290f13: Layer already exists 03:39:36 33b886360141: Layer already exists 03:39:36 51d6d3d09136: Layer already exists 03:39:36 13baed61c795: Layer already exists 03:39:36 1507bc794612: Layer already exists 03:39:36 50644c29ef5a: Layer already exists 03:39:36 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:be615dc706fdde51a533b9d896310b56e92ec5dfd359e32cf313d1e27e935c3d size: 3253 [Pipeline] isUnix [Pipeline] sh 03:39:36 Removing intermediate container 9d63285cfbd2 03:39:36 ---> ade3b96e8703 03:39:36 03:39:37 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 03:39:37 Successfully built ade3b96e8703 03:39:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:39:37 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 03:39:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 03:39:37 87042e9011d7: Preparing 03:39:37 1ff71f1aef3e: Preparing 03:39:37 2b652277385b: Preparing 03:39:37 59b5d44b47fd: Preparing 03:39:37 69cd4ecb5b4a: Preparing 03:39:37 33b886360141: Preparing 03:39:37 d6b3c869ccda: Preparing 03:39:37 527eef706b20: Preparing 03:39:37 224742e9e948: Preparing 03:39:37 5391e5290f13: Preparing 03:39:37 13baed61c795: Preparing 03:39:37 51d6d3d09136: Preparing 03:39:37 1507bc794612: Preparing 03:39:37 50644c29ef5a: Preparing 03:39:37 33b886360141: Waiting 03:39:37 d6b3c869ccda: Waiting 03:39:37 527eef706b20: Waiting 03:39:37 224742e9e948: Waiting 03:39:37 5391e5290f13: Waiting 03:39:37 13baed61c795: Waiting 03:39:37 51d6d3d09136: Waiting 03:39:37 1507bc794612: Waiting 03:39:37 50644c29ef5a: Waiting 03:39:37 69cd4ecb5b4a: Layer already exists 03:39:37 87042e9011d7: Layer already exists 03:39:37 59b5d44b47fd: Layer already exists 03:39:37 1ff71f1aef3e: Layer already exists 03:39:37 2b652277385b: Layer already exists 03:39:37 33b886360141: Layer already exists 03:39:37 224742e9e948: Layer already exists 03:39:37 527eef706b20: Layer already exists 03:39:37 d6b3c869ccda: Layer already exists 03:39:37 13baed61c795: Layer already exists 03:39:37 5391e5290f13: Layer already exists 03:39:37 50644c29ef5a: Layer already exists 03:39:37 51d6d3d09136: Layer already exists 03:39:37 1507bc794612: Layer already exists 03:39:38 master: digest: sha256:be615dc706fdde51a533b9d896310b56e92ec5dfd359e32cf313d1e27e935c3d size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:38 ===================================================== [Pipeline] echo 03:39:38 taggedImages: 03:39:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.66 03:39:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:39:38 - 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] } 03:39:40  Building docker-security-secretstore-setup-go ... done Removing intermediate container c19e2f558b99 03:39:40 ---> a315a2165e02 03:39:40 03:39:40 Step 10/24 : FROM scratch 03:39:40 ---> 03:39:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:39:40 ---> Using cache 03:39:40 ---> 6b2954e2e112 03:39:40 Step 12/24 : ENV APP_PORT=48060 03:39:40 ---> Running in 4559220750c0 03:39:41 Removing intermediate container 4559220750c0 03:39:41 ---> c793c1ce1501 03:39:41 Step 13/24 : EXPOSE $APP_PORT 03:39:41 ---> Running in cb171fb8dc72 03:39:41 Removing intermediate container cb171fb8dc72 03:39:41 ---> 53992d9bbdf3 03:39:41 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:39:42 ---> 729457f87039 03:39:42 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:39:43 ---> b92108fb1e1d 03:39:43 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:39:45 ---> 0e7dea10f9c4 03:39:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 03:39:45 ---> b3befb587fe5 03:39:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:39:47 ---> 8061df463d2f 03:39:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:39:47 Removing intermediate container a5d340c8d92e 03:39:47 ---> 1496b775e495 03:39:47 03:39:47 Step 10/22 : FROM scratch 03:39:47 ---> 03:39:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:39:48 ---> Using cache 03:39:48 ---> f22654e8522c 03:39:48 Step 12/22 : ENV APP_PORT=48081 03:39:48 ---> Running in eac36a4b5ab1 03:39:48 ---> eeed27ec4af6 03:39:48 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:39:48 ---> Running in 1e7a60e40133 03:39:48 Removing intermediate container eac36a4b5ab1 03:39:48 ---> 0a10948fdce6 03:39:48 Step 13/22 : EXPOSE $APP_PORT 03:39:49 ---> Running in 27d215ba7bfc 03:39:49 Removing intermediate container 1e7a60e40133 03:39:49 ---> b9d99cb09bd4 03:39:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:39:49 ---> Running in 823941b0abaa 03:39:49 Removing intermediate container 27d215ba7bfc 03:39:49 ---> 57d02a9d6707 03:39:49 Step 14/22 : WORKDIR / 03:39:49 ---> Running in 435870d97a25 03:39:49 Removing intermediate container 823941b0abaa 03:39:49 ---> fe747d012b2a 03:39:49 Step 22/24 : LABEL arch=arm64 03:39:49 ---> Running in 8eb284591425 03:39:50 Removing intermediate container 435870d97a25 03:39:50 ---> bd246effe435 03:39:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 03:39:50 Removing intermediate container 8eb284591425 03:39:50 ---> 12149527b360 03:39:50 Step 23/24 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:50 ---> Running in dfec219c4186 03:39:50 ---> 4c9fcc1638e5 03:39:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:39:51 Removing intermediate container dfec219c4186 03:39:51 ---> ce7b6ca04fd9 03:39:51 Step 24/24 : LABEL version=1.2.2-dev.66 03:39:51 ---> Running in 13b82943bbfa 03:39:52 ---> d909c88b4af4 03:39:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:39:52 Removing intermediate container 13b82943bbfa 03:39:52 ---> fb733d86267e 03:39:52 03:39:52 Successfully built fb733d86267e 03:39:52 Successfully tagged docker-support-notifications-go-arm64:latest 03:39:53  Building docker-support-notifications-go ... done  ---> 50214fbd84b0 03:39:53 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:39:53 ---> Running in a9ed821fb01b 03:39:53 Removing intermediate container a9ed821fb01b 03:39:53 ---> e5340b05d110 03:39:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:39:53 ---> Running in 705d643cad45 03:39:54 Removing intermediate container 705d643cad45 03:39:54 ---> b33942b4871b 03:39:54 Step 20/22 : LABEL arch=arm64 03:39:54 ---> Running in 0f4e0f7d740d 03:39:54 Removing intermediate container 0f4e0f7d740d 03:39:54 ---> 878fe1269361 03:39:54 Step 21/22 : LABEL git_sha=092815c9c80b29b75a5b0805008015bd9b42a3db 03:39:54 ---> Running in 3603f2510604 03:39:55 Removing intermediate container 3603f2510604 03:39:55 ---> d8f137b4fb53 03:39:55 Step 22/22 : LABEL version=1.2.2-dev.66 03:39:55 ---> Running in 422c38f412cb 03:39:55 Removing intermediate container 422c38f412cb 03:39:55 ---> cd156828bdbc 03:39:55 03:39:56 Successfully built cd156828bdbc 03:39:56 Successfully tagged docker-core-metadata-go-arm64:latest 03:39:56  Building docker-core-metadata-go ... done  [Pipeline] } 03:39:56 $ docker stop --time=1 b6944e55ff0b9ac12da61f549624ec1fb0a28c3d6beadf6f94cacf3b69e3b741 03:39:58 $ docker rm -f b6944e55ff0b9ac12da61f549624ec1fb0a28c3d6beadf6f94cacf3b69e3b741 [Pipeline] // withDockerContainer [Pipeline] sh 03:39:59 + + grepdocker docker images 03:39:59 03:39:59 docker-core-metadata-go-arm64 latest cd156828bdbc 4 seconds ago 13.3MB 03:39:59 docker-support-notifications-go-arm64 latest fb733d86267e 8 seconds ago 12.9MB 03:39:59 docker-security-secretstore-setup-go-arm64 latest ade3b96e8703 23 seconds ago 30.8MB 03:39:59 docker-support-scheduler-go-arm64 latest fdb464cb3012 41 seconds ago 11.5MB 03:39:59 docker-security-proxy-setup-go-arm64 latest 6443a749516e About a minute ago 15.1MB 03:39:59 docker-sys-mgmt-agent-go-arm64 latest 56ade04b2a39 2 minutes ago 270MB 03:39:59 docker-core-data-go-arm64 latest 82b806b4b666 2 minutes ago 22.2MB 03:39:59 docker-security-secrets-setup-go-arm64 latest 06d9bd6fb5fa 3 minutes ago 22.7MB 03:39:59 docker-core-command-go-arm64 latest f2ba692661cf 3 minutes ago 11.4MB 03:39:59 docker-support-logging-go-arm64 latest 754e0e0242aa 3 minutes ago 10.6MB 03:39:59 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 03:39:59 provisioning config files... 03:40:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/181@tmp/config5597706072459027370tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:40:00 ---> docker-login.sh 03:40:00 nexus3.edgexfoundry.org:10001 03:40:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:40:00 Configure a credential helper to remove this warning. See 03:40:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:40:00 03:40:00 Login Succeeded 03:40:00 nexus3.edgexfoundry.org:10002 03:40:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:40:01 Configure a credential helper to remove this warning. See 03:40:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:40:01 03:40:01 Login Succeeded 03:40:01 nexus3.edgexfoundry.org:10003 03:40:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:40:02 Configure a credential helper to remove this warning. See 03:40:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:40:02 03:40:02 Login Succeeded 03:40:02 nexus3.edgexfoundry.org:10004 03:40:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:40:02 Configure a credential helper to remove this warning. See 03:40:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:40:02 03:40:02 Login Succeeded 03:40:02 docker.io 03:40:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:40:03 Configure a credential helper to remove this warning. See 03:40:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:40:03 03:40:03 Login Succeeded 03:40:03 ---> docker-login.sh ends [Pipeline] } 03:40:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:03 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 03:40:03 092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:03 1.2.2-dev.66 03:40:03 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:03 master 03:40:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:04 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:40:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 03:40:04 1c0b4658d7f0: Preparing 03:40:04 d0e41d9f001a: Preparing 03:40:04 b001dada8633: Preparing 03:40:05 b001dada8633: Pushed 03:40:05 1c0b4658d7f0: Pushed 03:40:08 d0e41d9f001a: Pushed 03:40:08 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:7c5cd9f379cdd7dcc0f42b7c2af94276df8f7a9b3e36ee1a56ec56c8296c8ffe size: 943 [Pipeline] isUnix [Pipeline] sh 03:40:08 + 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 03:40:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.66 03:40:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 03:40:09 1c0b4658d7f0: Preparing 03:40:09 d0e41d9f001a: Preparing 03:40:09 b001dada8633: Preparing 03:40:09 b001dada8633: Layer already exists 03:40:09 1c0b4658d7f0: Layer already exists 03:40:09 d0e41d9f001a: Layer already exists 03:40:09 1.2.2-dev.66: digest: sha256:7c5cd9f379cdd7dcc0f42b7c2af94276df8f7a9b3e36ee1a56ec56c8296c8ffe size: 943 [Pipeline] isUnix [Pipeline] sh 03:40:09 + 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 03:40:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 03:40:10 1c0b4658d7f0: Preparing 03:40:10 d0e41d9f001a: Preparing 03:40:10 b001dada8633: Preparing 03:40:10 1c0b4658d7f0: Layer already exists 03:40:10 b001dada8633: Layer already exists 03:40:10 d0e41d9f001a: Layer already exists 03:40:10 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:7c5cd9f379cdd7dcc0f42b7c2af94276df8f7a9b3e36ee1a56ec56c8296c8ffe size: 943 [Pipeline] isUnix [Pipeline] sh 03:40:10 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:40:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 03:40:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 03:40:11 1c0b4658d7f0: Preparing 03:40:11 d0e41d9f001a: Preparing 03:40:11 b001dada8633: Preparing 03:40:11 b001dada8633: Layer already exists 03:40:11 d0e41d9f001a: Layer already exists 03:40:11 1c0b4658d7f0: Layer already exists 03:40:11 master: digest: sha256:7c5cd9f379cdd7dcc0f42b7c2af94276df8f7a9b3e36ee1a56ec56c8296c8ffe size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:11 ===================================================== [Pipeline] echo 03:40:11 taggedImages: 03:40:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.66 03:40:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 03:40:11 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 03:40:11 092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:11 1.2.2-dev.66 03:40:11 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:11 master 03:40:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:12 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:40:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 03:40:12 fd194f238208: Preparing 03:40:12 9b5e21fae344: Preparing 03:40:12 1e05009fa377: Preparing 03:40:12 ca021f7b1a7c: Preparing 03:40:12 7fb8a97a074a: Preparing 03:40:12 e2f13739ad41: Preparing 03:40:12 e2f13739ad41: Waiting 03:40:13 7fb8a97a074a: Pushed 03:40:13 fd194f238208: Pushed 03:40:13 1e05009fa377: Pushed 03:40:13 e2f13739ad41: Layer already exists 03:40:13 ca021f7b1a7c: Pushed 03:40:16 9b5e21fae344: Pushed 03:40:16 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:c63713f615ecefccbd8ee71767a2aa2b31c4f03420e9558d42ba53d4faaf4c4a size: 1572 [Pipeline] isUnix [Pipeline] sh 03:40:17 + 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 03:40:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.66 03:40:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 03:40:17 fd194f238208: Preparing 03:40:17 9b5e21fae344: Preparing 03:40:17 1e05009fa377: Preparing 03:40:17 ca021f7b1a7c: Preparing 03:40:17 7fb8a97a074a: Preparing 03:40:17 e2f13739ad41: Preparing 03:40:17 e2f13739ad41: Waiting 03:40:17 fd194f238208: Layer already exists 03:40:17 9b5e21fae344: Layer already exists 03:40:17 7fb8a97a074a: Layer already exists 03:40:17 ca021f7b1a7c: Layer already exists 03:40:17 1e05009fa377: Layer already exists 03:40:17 e2f13739ad41: Layer already exists 03:40:17 1.2.2-dev.66: digest: sha256:c63713f615ecefccbd8ee71767a2aa2b31c4f03420e9558d42ba53d4faaf4c4a size: 1572 [Pipeline] isUnix [Pipeline] sh 03:40:18 + 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 03:40:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 03:40:18 fd194f238208: Preparing 03:40:18 9b5e21fae344: Preparing 03:40:18 1e05009fa377: Preparing 03:40:18 ca021f7b1a7c: Preparing 03:40:18 7fb8a97a074a: Preparing 03:40:18 e2f13739ad41: Preparing 03:40:18 e2f13739ad41: Waiting 03:40:18 fd194f238208: Layer already exists 03:40:18 ca021f7b1a7c: Layer already exists 03:40:18 7fb8a97a074a: Layer already exists 03:40:18 9b5e21fae344: Layer already exists 03:40:18 1e05009fa377: Layer already exists 03:40:18 e2f13739ad41: Layer already exists 03:40:18 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:c63713f615ecefccbd8ee71767a2aa2b31c4f03420e9558d42ba53d4faaf4c4a size: 1572 [Pipeline] isUnix [Pipeline] sh 03:40:19 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:40:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 03:40:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 03:40:19 fd194f238208: Preparing 03:40:19 9b5e21fae344: Preparing 03:40:19 1e05009fa377: Preparing 03:40:19 ca021f7b1a7c: Preparing 03:40:19 7fb8a97a074a: Preparing 03:40:19 e2f13739ad41: Preparing 03:40:19 e2f13739ad41: Waiting 03:40:19 fd194f238208: Layer already exists 03:40:19 9b5e21fae344: Layer already exists 03:40:19 1e05009fa377: Layer already exists 03:40:19 ca021f7b1a7c: Layer already exists 03:40:19 7fb8a97a074a: Layer already exists 03:40:19 e2f13739ad41: Layer already exists 03:40:19 master: digest: sha256:c63713f615ecefccbd8ee71767a2aa2b31c4f03420e9558d42ba53d4faaf4c4a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:19 ===================================================== [Pipeline] echo 03:40:19 taggedImages: 03:40:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.66 03:40:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:19 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 03:40:20 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 03:40:20 092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:20 1.2.2-dev.66 03:40:20 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:20 master 03:40:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:20 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:40:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 03:40:21 93212dd48339: Preparing 03:40:21 5a470fad5d3f: Preparing 03:40:21 eea17b0669ce: Preparing 03:40:21 93212dd48339: Pushed 03:40:21 eea17b0669ce: Pushed 03:40:24 5a470fad5d3f: Pushed 03:40:24 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:05a4361945e637192c9ce69ee4f289ea9fea0d913a3fe0db17e8281d34c79efd size: 943 [Pipeline] isUnix [Pipeline] sh 03:40:25 + 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 03:40:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.66 03:40:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 03:40:25 93212dd48339: Preparing 03:40:25 5a470fad5d3f: Preparing 03:40:25 eea17b0669ce: Preparing 03:40:25 eea17b0669ce: Layer already exists 03:40:25 5a470fad5d3f: Layer already exists 03:40:25 93212dd48339: Layer already exists 03:40:25 1.2.2-dev.66: digest: sha256:05a4361945e637192c9ce69ee4f289ea9fea0d913a3fe0db17e8281d34c79efd size: 943 [Pipeline] isUnix [Pipeline] sh 03:40:26 + 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 03:40:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 03:40:26 93212dd48339: Preparing 03:40:26 5a470fad5d3f: Preparing 03:40:26 eea17b0669ce: Preparing 03:40:26 5a470fad5d3f: Layer already exists 03:40:26 93212dd48339: Layer already exists 03:40:26 eea17b0669ce: Layer already exists 03:40:26 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:05a4361945e637192c9ce69ee4f289ea9fea0d913a3fe0db17e8281d34c79efd size: 943 [Pipeline] isUnix [Pipeline] sh 03:40:27 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:40:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 03:40:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 03:40:27 93212dd48339: Preparing 03:40:27 5a470fad5d3f: Preparing 03:40:27 eea17b0669ce: Preparing 03:40:27 5a470fad5d3f: Layer already exists 03:40:27 eea17b0669ce: Layer already exists 03:40:27 93212dd48339: Layer already exists 03:40:27 master: digest: sha256:05a4361945e637192c9ce69ee4f289ea9fea0d913a3fe0db17e8281d34c79efd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:27 ===================================================== [Pipeline] echo 03:40:27 taggedImages: 03:40:27 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:27 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.66 03:40:27 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:27 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 03:40:28 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 03:40:28 092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:28 1.2.2-dev.66 03:40:28 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:28 master 03:40:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:28 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:40:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 03:40:28 1e372615282e: Preparing 03:40:28 f709f6e59f41: Preparing 03:40:28 67eebcc70829: Preparing 03:40:28 2735e8a80d43: Preparing 03:40:28 e2f13739ad41: Preparing 03:40:29 e2f13739ad41: Layer already exists 03:40:29 67eebcc70829: Pushed 03:40:29 f709f6e59f41: Pushed 03:40:29 2735e8a80d43: Pushed 03:40:31 1e372615282e: Pushed 03:40:31 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:41311b08b37b971079763aa00b6b11643f2df6c5b6e9ca542c219901b6e854d2 size: 1364 [Pipeline] isUnix [Pipeline] sh 03:40:31 + 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 03:40:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.66 03:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 03:40:32 1e372615282e: Preparing 03:40:32 f709f6e59f41: Preparing 03:40:32 67eebcc70829: Preparing 03:40:32 2735e8a80d43: Preparing 03:40:32 e2f13739ad41: Preparing 03:40:32 e2f13739ad41: Layer already exists 03:40:32 67eebcc70829: Layer already exists 03:40:32 1e372615282e: Layer already exists 03:40:32 f709f6e59f41: Layer already exists 03:40:32 2735e8a80d43: Layer already exists 03:40:32 1.2.2-dev.66: digest: sha256:41311b08b37b971079763aa00b6b11643f2df6c5b6e9ca542c219901b6e854d2 size: 1364 [Pipeline] isUnix [Pipeline] sh 03:40:32 + 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 03:40:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 03:40:33 1e372615282e: Preparing 03:40:33 f709f6e59f41: Preparing 03:40:33 67eebcc70829: Preparing 03:40:33 2735e8a80d43: Preparing 03:40:33 e2f13739ad41: Preparing 03:40:33 67eebcc70829: Layer already exists 03:40:33 1e372615282e: Layer already exists 03:40:33 e2f13739ad41: Layer already exists 03:40:33 f709f6e59f41: Layer already exists 03:40:33 2735e8a80d43: Layer already exists 03:40:33 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:41311b08b37b971079763aa00b6b11643f2df6c5b6e9ca542c219901b6e854d2 size: 1364 [Pipeline] isUnix [Pipeline] sh 03:40:33 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:40:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 03:40:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 03:40:34 1e372615282e: Preparing 03:40:34 f709f6e59f41: Preparing 03:40:34 67eebcc70829: Preparing 03:40:34 2735e8a80d43: Preparing 03:40:34 e2f13739ad41: Preparing 03:40:34 e2f13739ad41: Layer already exists 03:40:34 f709f6e59f41: Layer already exists 03:40:34 1e372615282e: Layer already exists 03:40:34 67eebcc70829: Layer already exists 03:40:34 2735e8a80d43: Layer already exists 03:40:34 master: digest: sha256:41311b08b37b971079763aa00b6b11643f2df6c5b6e9ca542c219901b6e854d2 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:34 ===================================================== [Pipeline] echo 03:40:34 taggedImages: 03:40:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.66 03:40:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:34 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 03:40:34 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 03:40:34 092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:34 1.2.2-dev.66 03:40:34 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:34 master 03:40:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:35 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:40:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 03:40:35 1b8f552ed558: Preparing 03:40:35 902f86355fd6: Preparing 03:40:35 4a835fb2f5aa: Preparing 03:40:35 a027c95d45c6: Preparing 03:40:35 a027c95d45c6: Preparing 03:40:35 1bf506a116fe: Preparing 03:40:35 c92b9277a474: Preparing 03:40:35 3195e2625bb3: Preparing 03:40:35 1b8f552ed558: Preparing 03:40:35 37fb45ff6351: Preparing 03:40:35 02a0cb408acc: Preparing 03:40:35 dfa76b4e5034: Preparing 03:40:35 e2f13739ad41: Preparing 03:40:35 c92b9277a474: Waiting 03:40:35 37fb45ff6351: Waiting 03:40:35 02a0cb408acc: Waiting 03:40:35 e2f13739ad41: Waiting 03:40:35 dfa76b4e5034: Waiting 03:40:35 902f86355fd6: Pushed 03:40:35 4a835fb2f5aa: Pushed 03:40:36 1bf506a116fe: Pushed 03:40:36 a027c95d45c6: Pushed 03:40:36 c92b9277a474: Pushed 03:40:36 3195e2625bb3: Pushed 03:40:36 e2f13739ad41: Layer already exists 03:40:36 02a0cb408acc: Pushed 03:40:36 37fb45ff6351: Pushed 03:40:36 dfa76b4e5034: Pushed 03:40:38 1b8f552ed558: Pushed 03:40:38 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:50ef607fa322dcfb2493879bad90cba7ea175b3e52197e2d7b3dfa3a094d0fe0 size: 3027 [Pipeline] isUnix [Pipeline] sh 03:40:38 + 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 03:40:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.66 03:40:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 03:40:39 1b8f552ed558: Preparing 03:40:39 902f86355fd6: Preparing 03:40:39 4a835fb2f5aa: Preparing 03:40:39 a027c95d45c6: Preparing 03:40:39 a027c95d45c6: Preparing 03:40:39 1bf506a116fe: Preparing 03:40:39 c92b9277a474: Preparing 03:40:39 3195e2625bb3: Preparing 03:40:39 1b8f552ed558: Preparing 03:40:39 37fb45ff6351: Preparing 03:40:39 02a0cb408acc: Preparing 03:40:39 dfa76b4e5034: Preparing 03:40:39 e2f13739ad41: Preparing 03:40:39 c92b9277a474: Waiting 03:40:39 37fb45ff6351: Waiting 03:40:39 3195e2625bb3: Waiting 03:40:39 02a0cb408acc: Waiting 03:40:39 dfa76b4e5034: Waiting 03:40:39 e2f13739ad41: Waiting 03:40:39 902f86355fd6: Layer already exists 03:40:39 4a835fb2f5aa: Layer already exists 03:40:39 1bf506a116fe: Layer already exists 03:40:39 1b8f552ed558: Layer already exists 03:40:39 a027c95d45c6: Layer already exists 03:40:39 3195e2625bb3: Layer already exists 03:40:39 37fb45ff6351: Layer already exists 03:40:39 c92b9277a474: Layer already exists 03:40:39 dfa76b4e5034: Layer already exists 03:40:39 02a0cb408acc: Layer already exists 03:40:39 e2f13739ad41: Layer already exists 03:40:39 1.2.2-dev.66: digest: sha256:50ef607fa322dcfb2493879bad90cba7ea175b3e52197e2d7b3dfa3a094d0fe0 size: 3027 [Pipeline] isUnix [Pipeline] sh 03:40:39 + 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 03:40:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 03:40:39 1b8f552ed558: Preparing 03:40:39 902f86355fd6: Preparing 03:40:39 4a835fb2f5aa: Preparing 03:40:39 a027c95d45c6: Preparing 03:40:39 a027c95d45c6: Preparing 03:40:39 1bf506a116fe: Preparing 03:40:39 c92b9277a474: Preparing 03:40:39 3195e2625bb3: Preparing 03:40:39 1b8f552ed558: Preparing 03:40:39 37fb45ff6351: Preparing 03:40:39 02a0cb408acc: Preparing 03:40:39 dfa76b4e5034: Preparing 03:40:39 e2f13739ad41: Preparing 03:40:39 c92b9277a474: Waiting 03:40:39 3195e2625bb3: Waiting 03:40:39 dfa76b4e5034: Waiting 03:40:39 e2f13739ad41: Waiting 03:40:39 37fb45ff6351: Waiting 03:40:39 02a0cb408acc: Waiting 03:40:40 4a835fb2f5aa: Layer already exists 03:40:40 902f86355fd6: Layer already exists 03:40:40 a027c95d45c6: Layer already exists 03:40:40 1b8f552ed558: Layer already exists 03:40:40 1bf506a116fe: Layer already exists 03:40:40 37fb45ff6351: Layer already exists 03:40:40 3195e2625bb3: Layer already exists 03:40:40 02a0cb408acc: Layer already exists 03:40:40 c92b9277a474: Layer already exists 03:40:40 dfa76b4e5034: Layer already exists 03:40:40 e2f13739ad41: Layer already exists 03:40:40 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:50ef607fa322dcfb2493879bad90cba7ea175b3e52197e2d7b3dfa3a094d0fe0 size: 3027 [Pipeline] isUnix [Pipeline] sh 03:40:40 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:40:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 03:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 03:40:40 1b8f552ed558: Preparing 03:40:40 902f86355fd6: Preparing 03:40:40 4a835fb2f5aa: Preparing 03:40:40 a027c95d45c6: Preparing 03:40:40 a027c95d45c6: Preparing 03:40:40 1bf506a116fe: Preparing 03:40:40 c92b9277a474: Preparing 03:40:40 3195e2625bb3: Preparing 03:40:40 1b8f552ed558: Preparing 03:40:40 37fb45ff6351: Preparing 03:40:40 02a0cb408acc: Preparing 03:40:40 dfa76b4e5034: Preparing 03:40:40 e2f13739ad41: Preparing 03:40:40 37fb45ff6351: Waiting 03:40:40 02a0cb408acc: Waiting 03:40:40 dfa76b4e5034: Waiting 03:40:40 e2f13739ad41: Waiting 03:40:40 c92b9277a474: Waiting 03:40:40 3195e2625bb3: Waiting 03:40:40 a027c95d45c6: Layer already exists 03:40:40 1bf506a116fe: Layer already exists 03:40:40 4a835fb2f5aa: Layer already exists 03:40:40 902f86355fd6: Layer already exists 03:40:40 1b8f552ed558: Layer already exists 03:40:40 c92b9277a474: Layer already exists 03:40:41 3195e2625bb3: Layer already exists 03:40:41 37fb45ff6351: Layer already exists 03:40:41 dfa76b4e5034: Layer already exists 03:40:41 02a0cb408acc: Layer already exists 03:40:41 e2f13739ad41: Layer already exists 03:40:41 master: digest: sha256:50ef607fa322dcfb2493879bad90cba7ea175b3e52197e2d7b3dfa3a094d0fe0 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:41 ===================================================== [Pipeline] echo 03:40:41 taggedImages: 03:40:41 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:41 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.66 03:40:41 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:41 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 03:40:41 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 03:40:41 092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:41 1.2.2-dev.66 03:40:41 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:41 master 03:40:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:42 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:40:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 03:40:42 363a24c02e9a: Preparing 03:40:42 06421b9c3e53: Preparing 03:40:42 49638e681948: Preparing 03:40:42 829538b8a86e: Preparing 03:40:42 5a58132e1aa0: Preparing 03:40:42 296a6531900b: Preparing 03:40:42 4977acfb59e6: Preparing 03:40:42 dcc2de1ca11a: Preparing 03:40:42 4e9c478ebe31: Preparing 03:40:42 0f73610c4a1e: Preparing 03:40:42 66b385cf80cf: Preparing 03:40:42 296a6531900b: Waiting 03:40:42 4e9c478ebe31: Waiting 03:40:42 0f73610c4a1e: Waiting 03:40:42 66b385cf80cf: Waiting 03:40:42 dcc2de1ca11a: Waiting 03:40:42 4977acfb59e6: Waiting 03:40:42 363a24c02e9a: Pushed 03:40:42 06421b9c3e53: Pushed 03:40:43 4977acfb59e6: Pushed 03:40:43 296a6531900b: Pushed 03:40:43 dcc2de1ca11a: Pushed 03:40:43 4e9c478ebe31: Pushed 03:40:43 66b385cf80cf: Layer already exists 03:40:44 0f73610c4a1e: Pushed 03:40:44 49638e681948: Pushed 03:40:45 829538b8a86e: Pushed 03:40:45 5a58132e1aa0: Pushed 03:40:45 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:2ffe37a01e684e328ed2e315945a14c0ab0d88332b2d08fd0e46eaf205fea588 size: 2616 [Pipeline] isUnix [Pipeline] sh 03:40:45 + 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 03:40:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.66 03:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 03:40:46 363a24c02e9a: Preparing 03:40:46 06421b9c3e53: Preparing 03:40:46 49638e681948: Preparing 03:40:46 829538b8a86e: Preparing 03:40:46 5a58132e1aa0: Preparing 03:40:46 296a6531900b: Preparing 03:40:46 4977acfb59e6: Preparing 03:40:46 dcc2de1ca11a: Preparing 03:40:46 4e9c478ebe31: Preparing 03:40:46 0f73610c4a1e: Preparing 03:40:46 66b385cf80cf: Preparing 03:40:46 dcc2de1ca11a: Waiting 03:40:46 0f73610c4a1e: Waiting 03:40:46 4e9c478ebe31: Waiting 03:40:46 66b385cf80cf: Waiting 03:40:46 296a6531900b: Waiting 03:40:46 4977acfb59e6: Waiting 03:40:46 363a24c02e9a: Layer already exists 03:40:46 829538b8a86e: Layer already exists 03:40:46 06421b9c3e53: Layer already exists 03:40:46 49638e681948: Layer already exists 03:40:46 5a58132e1aa0: Layer already exists 03:40:46 dcc2de1ca11a: Layer already exists 03:40:46 4e9c478ebe31: Layer already exists 03:40:46 296a6531900b: Layer already exists 03:40:46 4977acfb59e6: Layer already exists 03:40:46 0f73610c4a1e: Layer already exists 03:40:46 66b385cf80cf: Layer already exists 03:40:46 1.2.2-dev.66: digest: sha256:2ffe37a01e684e328ed2e315945a14c0ab0d88332b2d08fd0e46eaf205fea588 size: 2616 [Pipeline] isUnix [Pipeline] sh 03:40:46 + 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 03:40:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 03:40:47 363a24c02e9a: Preparing 03:40:47 06421b9c3e53: Preparing 03:40:47 49638e681948: Preparing 03:40:47 829538b8a86e: Preparing 03:40:47 5a58132e1aa0: Preparing 03:40:47 296a6531900b: Preparing 03:40:47 4977acfb59e6: Preparing 03:40:47 dcc2de1ca11a: Preparing 03:40:47 4e9c478ebe31: Preparing 03:40:47 0f73610c4a1e: Preparing 03:40:47 66b385cf80cf: Preparing 03:40:47 dcc2de1ca11a: Waiting 03:40:47 0f73610c4a1e: Waiting 03:40:47 4e9c478ebe31: Waiting 03:40:47 66b385cf80cf: Waiting 03:40:47 296a6531900b: Waiting 03:40:47 4977acfb59e6: Waiting 03:40:47 363a24c02e9a: Layer already exists 03:40:47 5a58132e1aa0: Layer already exists 03:40:47 829538b8a86e: Layer already exists 03:40:47 06421b9c3e53: Layer already exists 03:40:47 49638e681948: Layer already exists 03:40:47 4e9c478ebe31: Layer already exists 03:40:47 4977acfb59e6: Layer already exists 03:40:47 296a6531900b: Layer already exists 03:40:47 dcc2de1ca11a: Layer already exists 03:40:47 0f73610c4a1e: Layer already exists 03:40:47 66b385cf80cf: Layer already exists 03:40:47 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:2ffe37a01e684e328ed2e315945a14c0ab0d88332b2d08fd0e46eaf205fea588 size: 2616 [Pipeline] isUnix [Pipeline] sh 03:40:47 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:40:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 03:40:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 03:40:48 363a24c02e9a: Preparing 03:40:48 06421b9c3e53: Preparing 03:40:48 49638e681948: Preparing 03:40:48 829538b8a86e: Preparing 03:40:48 5a58132e1aa0: Preparing 03:40:48 296a6531900b: Preparing 03:40:48 4977acfb59e6: Preparing 03:40:48 dcc2de1ca11a: Preparing 03:40:48 4e9c478ebe31: Preparing 03:40:48 0f73610c4a1e: Preparing 03:40:48 66b385cf80cf: Preparing 03:40:48 296a6531900b: Waiting 03:40:48 4977acfb59e6: Waiting 03:40:48 dcc2de1ca11a: Waiting 03:40:48 4e9c478ebe31: Waiting 03:40:48 0f73610c4a1e: Waiting 03:40:48 66b385cf80cf: Waiting 03:40:48 363a24c02e9a: Layer already exists 03:40:48 49638e681948: Layer already exists 03:40:48 06421b9c3e53: Layer already exists 03:40:48 829538b8a86e: Layer already exists 03:40:48 5a58132e1aa0: Layer already exists 03:40:48 296a6531900b: Layer already exists 03:40:48 4977acfb59e6: Layer already exists 03:40:48 4e9c478ebe31: Layer already exists 03:40:48 dcc2de1ca11a: Layer already exists 03:40:48 0f73610c4a1e: Layer already exists 03:40:48 66b385cf80cf: Layer already exists 03:40:48 master: digest: sha256:2ffe37a01e684e328ed2e315945a14c0ab0d88332b2d08fd0e46eaf205fea588 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:48 ===================================================== [Pipeline] echo 03:40:48 taggedImages: 03:40:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.66 03:40:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 03:40:48 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 03:40:48 092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:48 1.2.2-dev.66 03:40:48 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:48 master 03:40:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:49 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:40:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 03:40:49 147abd9a9aa7: Preparing 03:40:49 87cc4fe248d7: Preparing 03:40:49 0147a8304f78: Preparing 03:40:49 c8e70e0b5df7: Preparing 03:40:49 147abd9a9aa7: Pushed 03:40:49 0147a8304f78: Pushed 03:40:50 c8e70e0b5df7: Pushed 03:40:52 87cc4fe248d7: Pushed 03:40:52 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:260cc42f6f8ffb2d9e0572be9399759efcfe352fa2e1a397c699a70669dc8cdc size: 1153 [Pipeline] isUnix [Pipeline] sh 03:40:53 + 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 03:40:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.66 03:40:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 03:40:53 147abd9a9aa7: Preparing 03:40:53 87cc4fe248d7: Preparing 03:40:53 0147a8304f78: Preparing 03:40:53 c8e70e0b5df7: Preparing 03:40:53 147abd9a9aa7: Layer already exists 03:40:53 c8e70e0b5df7: Layer already exists 03:40:53 87cc4fe248d7: Layer already exists 03:40:53 0147a8304f78: Layer already exists 03:40:53 1.2.2-dev.66: digest: sha256:260cc42f6f8ffb2d9e0572be9399759efcfe352fa2e1a397c699a70669dc8cdc size: 1153 [Pipeline] isUnix [Pipeline] sh 03:40:54 + 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 03:40:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 03:40:54 147abd9a9aa7: Preparing 03:40:54 87cc4fe248d7: Preparing 03:40:54 0147a8304f78: Preparing 03:40:54 c8e70e0b5df7: Preparing 03:40:54 147abd9a9aa7: Layer already exists 03:40:54 0147a8304f78: Layer already exists 03:40:54 c8e70e0b5df7: Layer already exists 03:40:54 87cc4fe248d7: Layer already exists 03:40:54 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:260cc42f6f8ffb2d9e0572be9399759efcfe352fa2e1a397c699a70669dc8cdc size: 1153 [Pipeline] isUnix [Pipeline] sh 03:40:55 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:40:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 03:40:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 03:40:55 147abd9a9aa7: Preparing 03:40:55 87cc4fe248d7: Preparing 03:40:55 0147a8304f78: Preparing 03:40:55 c8e70e0b5df7: Preparing 03:40:55 c8e70e0b5df7: Layer already exists 03:40:55 0147a8304f78: Layer already exists 03:40:55 87cc4fe248d7: Layer already exists 03:40:55 147abd9a9aa7: Layer already exists 03:40:55 master: digest: sha256:260cc42f6f8ffb2d9e0572be9399759efcfe352fa2e1a397c699a70669dc8cdc size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:55 ===================================================== [Pipeline] echo 03:40:55 taggedImages: 03:40:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.66 03:40:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:55 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 03:40:55 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 03:40:55 092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:55 1.2.2-dev.66 03:40:55 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:40:55 master 03:40:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:56 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:40:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:40:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 03:40:56 04fb8337bd9b: Preparing 03:40:56 a4aa7543332b: Preparing 03:40:56 4c96320902f0: Preparing 03:40:56 cbee10f534c3: Preparing 03:40:56 fc1699316c44: Preparing 03:40:56 0d01a133d7b1: Preparing 03:40:56 0d01a133d7b1: Waiting 03:40:57 04fb8337bd9b: Pushed 03:40:57 4c96320902f0: Pushed 03:40:57 fc1699316c44: Pushed 03:40:57 cbee10f534c3: Pushed 03:40:57 0d01a133d7b1: Pushed 03:41:00 a4aa7543332b: Pushed 03:41:00 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:f1fcc8bbffdb8792bab93a755644e72f91cc97ff832cb0634d20e48cd96d66da size: 1573 [Pipeline] isUnix [Pipeline] sh 03:41:00 + 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 03:41:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.66 03:41:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 03:41:00 04fb8337bd9b: Preparing 03:41:00 a4aa7543332b: Preparing 03:41:00 4c96320902f0: Preparing 03:41:00 cbee10f534c3: Preparing 03:41:00 fc1699316c44: Preparing 03:41:00 0d01a133d7b1: Preparing 03:41:00 0d01a133d7b1: Waiting 03:41:01 04fb8337bd9b: Layer already exists 03:41:01 a4aa7543332b: Layer already exists 03:41:01 4c96320902f0: Layer already exists 03:41:01 fc1699316c44: Layer already exists 03:41:01 cbee10f534c3: Layer already exists 03:41:01 0d01a133d7b1: Layer already exists 03:41:01 1.2.2-dev.66: digest: sha256:f1fcc8bbffdb8792bab93a755644e72f91cc97ff832cb0634d20e48cd96d66da size: 1573 [Pipeline] isUnix [Pipeline] sh 03:41:01 + 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 03:41:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:41:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 03:41:01 04fb8337bd9b: Preparing 03:41:01 a4aa7543332b: Preparing 03:41:01 4c96320902f0: Preparing 03:41:01 cbee10f534c3: Preparing 03:41:01 fc1699316c44: Preparing 03:41:01 0d01a133d7b1: Preparing 03:41:01 0d01a133d7b1: Waiting 03:41:02 04fb8337bd9b: Layer already exists 03:41:02 cbee10f534c3: Layer already exists 03:41:02 4c96320902f0: Layer already exists 03:41:02 a4aa7543332b: Layer already exists 03:41:02 fc1699316c44: Layer already exists 03:41:02 0d01a133d7b1: Layer already exists 03:41:02 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:f1fcc8bbffdb8792bab93a755644e72f91cc97ff832cb0634d20e48cd96d66da size: 1573 [Pipeline] isUnix [Pipeline] sh 03:41:02 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:41:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 03:41:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 03:41:02 04fb8337bd9b: Preparing 03:41:02 a4aa7543332b: Preparing 03:41:02 4c96320902f0: Preparing 03:41:02 cbee10f534c3: Preparing 03:41:02 fc1699316c44: Preparing 03:41:02 0d01a133d7b1: Preparing 03:41:02 0d01a133d7b1: Waiting 03:41:02 fc1699316c44: Layer already exists 03:41:02 a4aa7543332b: Layer already exists 03:41:03 cbee10f534c3: Layer already exists 03:41:03 4c96320902f0: Layer already exists 03:41:03 04fb8337bd9b: Layer already exists 03:41:03 0d01a133d7b1: Layer already exists 03:41:03 master: digest: sha256:f1fcc8bbffdb8792bab93a755644e72f91cc97ff832cb0634d20e48cd96d66da size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:03 ===================================================== [Pipeline] echo 03:41:03 taggedImages: 03:41:03 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:41:03 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.66 03:41:03 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:41:03 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 03:41:03 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 03:41:03 092815c9c80b29b75a5b0805008015bd9b42a3db 03:41:03 1.2.2-dev.66 03:41:03 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:41:03 master 03:41:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:41:04 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:41:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 03:41:04 bcbcc0e15443: Preparing 03:41:04 6bd91094da89: Preparing 03:41:04 73d98abf02b7: Preparing 03:41:04 73d98abf02b7: Pushed 03:41:04 bcbcc0e15443: Pushed 03:41:08 6bd91094da89: Pushed 03:41:08 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:163808d03d6bbd61abfe95cd402b00864cc7eeca3625ec1c5b8e2fa7a462aa87 size: 943 [Pipeline] isUnix [Pipeline] sh 03:41:08 + 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 03:41:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.66 03:41:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 03:41:08 bcbcc0e15443: Preparing 03:41:08 6bd91094da89: Preparing 03:41:08 73d98abf02b7: Preparing 03:41:08 6bd91094da89: Layer already exists 03:41:08 bcbcc0e15443: Layer already exists 03:41:08 73d98abf02b7: Layer already exists 03:41:08 1.2.2-dev.66: digest: sha256:163808d03d6bbd61abfe95cd402b00864cc7eeca3625ec1c5b8e2fa7a462aa87 size: 943 [Pipeline] isUnix [Pipeline] sh 03:41:09 + 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 03:41:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:41:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 03:41:09 bcbcc0e15443: Preparing 03:41:09 6bd91094da89: Preparing 03:41:09 73d98abf02b7: Preparing 03:41:09 bcbcc0e15443: Layer already exists 03:41:09 73d98abf02b7: Layer already exists 03:41:09 6bd91094da89: Layer already exists 03:41:09 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:163808d03d6bbd61abfe95cd402b00864cc7eeca3625ec1c5b8e2fa7a462aa87 size: 943 [Pipeline] isUnix [Pipeline] sh 03:41:10 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:41:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 03:41:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 03:41:10 bcbcc0e15443: Preparing 03:41:10 6bd91094da89: Preparing 03:41:10 73d98abf02b7: Preparing 03:41:10 6bd91094da89: Layer already exists 03:41:10 bcbcc0e15443: Layer already exists 03:41:10 73d98abf02b7: Layer already exists 03:41:10 master: digest: sha256:163808d03d6bbd61abfe95cd402b00864cc7eeca3625ec1c5b8e2fa7a462aa87 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:11 ===================================================== [Pipeline] echo 03:41:11 taggedImages: 03:41:11 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:41:11 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.66 03:41:11 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:41:11 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 03:41:11 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 03:41:11 092815c9c80b29b75a5b0805008015bd9b42a3db 03:41:11 1.2.2-dev.66 03:41:11 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:41:11 master 03:41:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:41:11 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] isUnix [Pipeline] sh 03:41:12 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 03:41:12 8ff805ee88f8: Preparing 03:41:12 e0ddcb8b60d5: Preparing 03:41:12 0369130710a5: Preparing 03:41:12 f6d9273c2f4c: Preparing 03:41:12 830a5deb5c8d: Preparing 03:41:12 33acc275f663: Preparing 03:41:12 66d3bbd363c3: Preparing 03:41:12 f875f9e206db: Preparing 03:41:12 3994ac1dcb8b: Preparing 03:41:12 5f2247eaf593: Preparing 03:41:12 62d13be1b083: Preparing 03:41:12 94fdc660876c: Preparing 03:41:12 4e7279dfc0c0: Preparing 03:41:12 e2f13739ad41: Preparing 03:41:12 3994ac1dcb8b: Waiting 03:41:12 94fdc660876c: Waiting 03:41:12 5f2247eaf593: Waiting 03:41:12 62d13be1b083: Waiting 03:41:12 4e7279dfc0c0: Waiting 03:41:12 e2f13739ad41: Waiting 03:41:12 66d3bbd363c3: Waiting 03:41:12 33acc275f663: Waiting 03:41:12 f875f9e206db: Waiting 03:41:12 830a5deb5c8d: Pushed 03:41:13 8ff805ee88f8: Pushed 03:41:13 f6d9273c2f4c: Pushed 03:41:13 f875f9e206db: Layer already exists 03:41:13 3994ac1dcb8b: Layer already exists 03:41:13 66d3bbd363c3: Pushed 03:41:13 5f2247eaf593: Layer already exists 03:41:13 94fdc660876c: Layer already exists 03:41:13 62d13be1b083: Layer already exists 03:41:13 e2f13739ad41: Layer already exists 03:41:13 4e7279dfc0c0: Layer already exists 03:41:14 e0ddcb8b60d5: Pushed 03:41:15 33acc275f663: Pushed 03:41:25 0369130710a5: Pushed 03:41:25 092815c9c80b29b75a5b0805008015bd9b42a3db: digest: sha256:f30cb399c4c9bd11707b7d92669407b17b34c0f7836f3514fb40ab7375a6436f size: 3253 [Pipeline] isUnix [Pipeline] sh 03:41:25 + 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 03:41:26 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.66 03:41:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 03:41:26 8ff805ee88f8: Preparing 03:41:26 e0ddcb8b60d5: Preparing 03:41:26 0369130710a5: Preparing 03:41:26 f6d9273c2f4c: Preparing 03:41:26 830a5deb5c8d: Preparing 03:41:26 33acc275f663: Preparing 03:41:26 66d3bbd363c3: Preparing 03:41:26 f875f9e206db: Preparing 03:41:26 3994ac1dcb8b: Preparing 03:41:26 5f2247eaf593: Preparing 03:41:26 62d13be1b083: Preparing 03:41:26 94fdc660876c: Preparing 03:41:26 4e7279dfc0c0: Preparing 03:41:26 e2f13739ad41: Preparing 03:41:26 5f2247eaf593: Waiting 03:41:26 4e7279dfc0c0: Waiting 03:41:26 e2f13739ad41: Waiting 03:41:26 62d13be1b083: Waiting 03:41:26 94fdc660876c: Waiting 03:41:26 33acc275f663: Waiting 03:41:26 66d3bbd363c3: Waiting 03:41:26 f875f9e206db: Waiting 03:41:26 3994ac1dcb8b: Waiting 03:41:26 830a5deb5c8d: Layer already exists 03:41:26 f6d9273c2f4c: Layer already exists 03:41:26 8ff805ee88f8: Layer already exists 03:41:26 e0ddcb8b60d5: Layer already exists 03:41:26 0369130710a5: Layer already exists 03:41:26 33acc275f663: Layer already exists 03:41:26 66d3bbd363c3: Layer already exists 03:41:26 f875f9e206db: Layer already exists 03:41:26 3994ac1dcb8b: Layer already exists 03:41:26 5f2247eaf593: Layer already exists 03:41:26 62d13be1b083: Layer already exists 03:41:26 94fdc660876c: Layer already exists 03:41:26 e2f13739ad41: Layer already exists 03:41:26 4e7279dfc0c0: Layer already exists 03:41:27 1.2.2-dev.66: digest: sha256:f30cb399c4c9bd11707b7d92669407b17b34c0f7836f3514fb40ab7375a6436f size: 3253 [Pipeline] isUnix [Pipeline] sh 03:41:28 + 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 03:41:28 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:41:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 03:41:28 8ff805ee88f8: Preparing 03:41:28 e0ddcb8b60d5: Preparing 03:41:28 0369130710a5: Preparing 03:41:28 f6d9273c2f4c: Preparing 03:41:28 830a5deb5c8d: Preparing 03:41:28 33acc275f663: Preparing 03:41:28 66d3bbd363c3: Preparing 03:41:28 f875f9e206db: Preparing 03:41:28 3994ac1dcb8b: Preparing 03:41:28 5f2247eaf593: Preparing 03:41:28 62d13be1b083: Preparing 03:41:28 94fdc660876c: Preparing 03:41:28 4e7279dfc0c0: Preparing 03:41:28 e2f13739ad41: Preparing 03:41:28 33acc275f663: Waiting 03:41:28 62d13be1b083: Waiting 03:41:28 94fdc660876c: Waiting 03:41:28 4e7279dfc0c0: Waiting 03:41:28 e2f13739ad41: Waiting 03:41:28 66d3bbd363c3: Waiting 03:41:28 f875f9e206db: Waiting 03:41:28 3994ac1dcb8b: Waiting 03:41:28 5f2247eaf593: Waiting 03:41:28 f6d9273c2f4c: Layer already exists 03:41:28 e0ddcb8b60d5: Layer already exists 03:41:28 0369130710a5: Layer already exists 03:41:28 8ff805ee88f8: Layer already exists 03:41:28 830a5deb5c8d: Layer already exists 03:41:29 66d3bbd363c3: Layer already exists 03:41:29 33acc275f663: Layer already exists 03:41:29 3994ac1dcb8b: Layer already exists 03:41:29 f875f9e206db: Layer already exists 03:41:29 5f2247eaf593: Layer already exists 03:41:29 4e7279dfc0c0: Layer already exists 03:41:29 94fdc660876c: Layer already exists 03:41:29 62d13be1b083: Layer already exists 03:41:29 e2f13739ad41: Layer already exists 03:41:29 092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66: digest: sha256:f30cb399c4c9bd11707b7d92669407b17b34c0f7836f3514fb40ab7375a6436f size: 3253 [Pipeline] isUnix [Pipeline] sh 03:41:30 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 03:41:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 03:41:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 03:41:30 8ff805ee88f8: Preparing 03:41:30 e0ddcb8b60d5: Preparing 03:41:30 0369130710a5: Preparing 03:41:30 f6d9273c2f4c: Preparing 03:41:30 830a5deb5c8d: Preparing 03:41:30 33acc275f663: Preparing 03:41:30 66d3bbd363c3: Preparing 03:41:30 f875f9e206db: Preparing 03:41:30 3994ac1dcb8b: Preparing 03:41:30 5f2247eaf593: Preparing 03:41:30 62d13be1b083: Preparing 03:41:30 94fdc660876c: Preparing 03:41:30 4e7279dfc0c0: Preparing 03:41:30 e2f13739ad41: Preparing 03:41:30 33acc275f663: Waiting 03:41:30 66d3bbd363c3: Waiting 03:41:30 f875f9e206db: Waiting 03:41:30 3994ac1dcb8b: Waiting 03:41:30 5f2247eaf593: Waiting 03:41:30 62d13be1b083: Waiting 03:41:30 94fdc660876c: Waiting 03:41:30 4e7279dfc0c0: Waiting 03:41:30 e2f13739ad41: Waiting 03:41:30 f6d9273c2f4c: Layer already exists 03:41:30 0369130710a5: Layer already exists 03:41:30 830a5deb5c8d: Layer already exists 03:41:30 e0ddcb8b60d5: Layer already exists 03:41:30 8ff805ee88f8: Layer already exists 03:41:30 f875f9e206db: Layer already exists 03:41:30 33acc275f663: Layer already exists 03:41:30 66d3bbd363c3: Layer already exists 03:41:30 3994ac1dcb8b: Layer already exists 03:41:30 5f2247eaf593: Layer already exists 03:41:30 62d13be1b083: Layer already exists 03:41:30 94fdc660876c: Layer already exists 03:41:30 4e7279dfc0c0: Layer already exists 03:41:30 e2f13739ad41: Layer already exists 03:41:30 master: digest: sha256:f30cb399c4c9bd11707b7d92669407b17b34c0f7836f3514fb40ab7375a6436f size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:41:31 ===================================================== [Pipeline] echo 03:41:31 taggedImages: 03:41:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:41:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.66 03:41:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db-1.2.2-dev.66 03:41:31 - 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 03:41:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 03:41:33 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 03:41:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:41:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:41:34 03:41:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 03:41:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:41:35 1.317.0: Pulling from edgex-devops/edgex-snyk-go 03:41:35 cbdbe7a5bc2a: Already exists 03:41:35 408f87550127: Pulling fs layer 03:41:35 fe522b08c979: Pulling fs layer 03:41:35 221eaa008020: Pulling fs layer 03:41:35 2a4607e5d6b9: Pulling fs layer 03:41:35 8f79b27c4fd2: Pulling fs layer 03:41:35 e5c8dbe1645b: Pulling fs layer 03:41:35 23e8b3b47431: Pulling fs layer 03:41:35 5c568d65a230: Pulling fs layer 03:41:35 2a4607e5d6b9: Waiting 03:41:35 8f79b27c4fd2: Waiting 03:41:35 e5c8dbe1645b: Waiting 03:41:35 23e8b3b47431: Waiting 03:41:35 5c568d65a230: Waiting 03:41:35 fe522b08c979: Verifying Checksum 03:41:35 fe522b08c979: Download complete 03:41:35 2a4607e5d6b9: Verifying Checksum 03:41:35 2a4607e5d6b9: Download complete 03:41:35 408f87550127: Verifying Checksum 03:41:35 408f87550127: Download complete 03:41:35 8f79b27c4fd2: Verifying Checksum 03:41:35 8f79b27c4fd2: Download complete 03:41:36 408f87550127: Pull complete 03:41:36 fe522b08c979: Pull complete 03:41:38 e5c8dbe1645b: Verifying Checksum 03:41:38 e5c8dbe1645b: Download complete 03:41:41 23e8b3b47431: Verifying Checksum 03:41:41 23e8b3b47431: Download complete 03:41:41 5c568d65a230: Verifying Checksum 03:41:41 5c568d65a230: Download complete 03:41:43 221eaa008020: Download complete 03:41:56 221eaa008020: Pull complete 03:41:56 2a4607e5d6b9: Pull complete 03:41:56 8f79b27c4fd2: Pull complete 03:41:59 e5c8dbe1645b: Pull complete 03:42:05 23e8b3b47431: Pull complete 03:42:07 5c568d65a230: Pull complete 03:42:07 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 03:42:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:42:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 03:42:08 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:42:08 $ 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 03:42:09 $ docker top 42c4eeeba05e258699b21c35b1fc9e38cab8bb7b06b90b3ab38fe4f1d221fe1b -eo pid,comm [Pipeline] { [Pipeline] sh 03:42:10 + snyk monitor '--org=edgex-jenkins' 03:42:23 03:42:23 Monitoring /w/workspace/edgex-go/181 (github.com/edgexfoundry/edgex-go)... 03:42:23 03:42:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/696ed7f6-072a-4b44-80d3-22a3acaede70 03:42:23 03:42:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:42:23 03:42:23 03:42:23 Snyk CLI supports Node.js 8 and higher. 03:42:23 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 03:42:23 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 03:42:23 03:42:23 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 03:42:23 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 03:42:23 $ docker stop --time=1 42c4eeeba05e258699b21c35b1fc9e38cab8bb7b06b90b3ab38fe4f1d221fe1b 03:42:26 $ docker rm -f 42c4eeeba05e258699b21c35b1fc9e38cab8bb7b06b90b3ab38fe4f1d221fe1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:42:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:42:28 03:42:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 03:42:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:42:29 latest: Pulling from edgex-devops/edgex-klar 03:42:29 e7c96db7181b: Pulling fs layer 03:42:29 1868ca2cb446: Pulling fs layer 03:42:29 136be5d0fe8e: Pulling fs layer 03:42:29 894bfe63afcb: Pulling fs layer 03:42:29 894bfe63afcb: Waiting 03:42:29 1868ca2cb446: Download complete 03:42:29 136be5d0fe8e: Download complete 03:42:29 e7c96db7181b: Download complete 03:42:30 e7c96db7181b: Pull complete 03:42:30 894bfe63afcb: Verifying Checksum 03:42:30 894bfe63afcb: Download complete 03:42:30 1868ca2cb446: Pull complete 03:42:31 136be5d0fe8e: Pull complete 03:42:31 894bfe63afcb: Pull complete 03:42:31 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 03:42:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:42:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 03:42:32 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:42:32 $ 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 03:42:33 $ docker top a95aa12c98491e9c6ae534aa56773847b6ecc2018e8d0126dec66ce514e66941 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:34 + tee 03:42:34 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:42:37 $ docker stop --time=1 a95aa12c98491e9c6ae534aa56773847b6ecc2018e8d0126dec66ce514e66941 03:42:39 $ docker rm -f a95aa12c98491e9c6ae534aa56773847b6ecc2018e8d0126dec66ce514e66941 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:42:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:42:39 . [Pipeline] withDockerContainer 03:42:40 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:42:40 $ 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 03:42:41 $ docker top 4e88baf9a25485a17a3b56d6a5905bbe0f8b08764acc2cdfc517c8dd5063bf99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:42 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:42:42 + tee 03:42:42 clair timeout 1m0s 03:42:42 docker timeout: 1m0s 03:42:42 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:42:42 $ docker stop --time=1 4e88baf9a25485a17a3b56d6a5905bbe0f8b08764acc2cdfc517c8dd5063bf99 03:42:44 $ docker rm -f 4e88baf9a25485a17a3b56d6a5905bbe0f8b08764acc2cdfc517c8dd5063bf99 [Pipeline] // withDockerContainer [Pipeline] sh 03:42:44 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:42:44 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 03:42:45 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:42:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:42:45 . [Pipeline] withDockerContainer 03:42:45 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:42:45 $ 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 03:42:46 $ docker top 76029e90c1744922c5e506b1359054e26955cc49cc6d0533941336471b7e8456 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:47 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:42:47 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:42:53 $ docker stop --time=1 76029e90c1744922c5e506b1359054e26955cc49cc6d0533941336471b7e8456 03:42:55 $ docker rm -f 76029e90c1744922c5e506b1359054e26955cc49cc6d0533941336471b7e8456 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:42:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:42:55 . [Pipeline] withDockerContainer 03:42:56 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:42:56 $ 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 03:42:57 $ docker top 637b20130f587053ba23e8c440456a3ea65d62d7e976c1188cbecc4d7c9dd89e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:42:58 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:42:58 + tee 03:42:58 clair timeout 1m0s 03:42:58 docker timeout: 1m0s 03:42:58 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:42:59 $ docker stop --time=1 637b20130f587053ba23e8c440456a3ea65d62d7e976c1188cbecc4d7c9dd89e 03:43:01 $ docker rm -f 637b20130f587053ba23e8c440456a3ea65d62d7e976c1188cbecc4d7c9dd89e [Pipeline] // withDockerContainer [Pipeline] sh 03:43:02 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:43:02 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 03:43:02 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:43:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:43:02 . [Pipeline] withDockerContainer 03:43:03 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:43:03 $ 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 03:43:05 $ docker top e7c240f9429887f543d5746794b72c557c0942cf0cf3cff5d8763ab6b92b4007 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:06 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:43:06 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:43:09 $ docker stop --time=1 e7c240f9429887f543d5746794b72c557c0942cf0cf3cff5d8763ab6b92b4007 03:43:10 $ docker rm -f e7c240f9429887f543d5746794b72c557c0942cf0cf3cff5d8763ab6b92b4007 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:43:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:43:11 . [Pipeline] withDockerContainer 03:43:11 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:43:11 $ 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 03:43:12 $ docker top 0de8327af90b379aa3f84f22aaf73f808e48c72392e9a768e3986d669e753c86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:13 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:43:13 + tee 03:43:13 clair timeout 1m0s 03:43:13 docker timeout: 1m0s 03:43:13 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:43:14 $ docker stop --time=1 0de8327af90b379aa3f84f22aaf73f808e48c72392e9a768e3986d669e753c86 03:43:16 $ docker rm -f 0de8327af90b379aa3f84f22aaf73f808e48c72392e9a768e3986d669e753c86 [Pipeline] // withDockerContainer [Pipeline] sh 03:43:16 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:43:16 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 03:43:16 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:43:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:43:17 . [Pipeline] withDockerContainer 03:43:17 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:43:17 $ 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 03:43:18 $ docker top c7b5efddce3dd6ec98b9e77f37fa4ecd1546abe084b5e3a44becc2dc1d875226 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:19 + tee 03:43:19 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:43:24 $ docker stop --time=1 c7b5efddce3dd6ec98b9e77f37fa4ecd1546abe084b5e3a44becc2dc1d875226 03:43:26 $ docker rm -f c7b5efddce3dd6ec98b9e77f37fa4ecd1546abe084b5e3a44becc2dc1d875226 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:43:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:43:26 . [Pipeline] withDockerContainer 03:43:27 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:43:27 $ 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 03:43:28 $ docker top 1dc12d174bb8995d58d6b6e050785f4220a437ea61fe259c4f74a41ba844866d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:29 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:43:29 + tee 03:43:29 clair timeout 1m0s 03:43:29 docker timeout: 1m0s 03:43:29 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:43:30 $ docker stop --time=1 1dc12d174bb8995d58d6b6e050785f4220a437ea61fe259c4f74a41ba844866d 03:43:32 $ docker rm -f 1dc12d174bb8995d58d6b6e050785f4220a437ea61fe259c4f74a41ba844866d [Pipeline] // withDockerContainer [Pipeline] sh 03:43:32 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:43:32 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 03:43:32 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:43:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:43:33 . [Pipeline] withDockerContainer 03:43:33 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:43:33 $ 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 03:43:35 $ docker top 7e18be32ad0307bea29b94494f38232af4fa06d59dc9ed5d649b11329ad5ba7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:36 + tee 03:43:36 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:43:45 $ docker stop --time=1 7e18be32ad0307bea29b94494f38232af4fa06d59dc9ed5d649b11329ad5ba7b 03:43:47 $ docker rm -f 7e18be32ad0307bea29b94494f38232af4fa06d59dc9ed5d649b11329ad5ba7b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:43:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:43:48 . [Pipeline] withDockerContainer 03:43:48 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:43:48 $ 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 03:43:50 $ docker top 44616119be937010121d8ce04b7ec9f32618de480313c8e334535eabcf7840cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:51 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:43:51 + tee 03:43:51 clair timeout 1m0s 03:43:51 docker timeout: 1m0s 03:43:51 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:43:53 $ docker stop --time=1 44616119be937010121d8ce04b7ec9f32618de480313c8e334535eabcf7840cd 03:43:54 $ docker rm -f 44616119be937010121d8ce04b7ec9f32618de480313c8e334535eabcf7840cd [Pipeline] // withDockerContainer [Pipeline] sh 03:43:55 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:43:55 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 03:43:55 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:43:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:43:55 . [Pipeline] withDockerContainer 03:43:56 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:43:56 $ 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 03:43:57 $ docker top 88dfe443a4726757dcfe49e70ad31baba1f7ab86b9d7d6fc791b38cf1ea8c97a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:58 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:43:58 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:44:06 $ docker stop --time=1 88dfe443a4726757dcfe49e70ad31baba1f7ab86b9d7d6fc791b38cf1ea8c97a 03:44:08 $ docker rm -f 88dfe443a4726757dcfe49e70ad31baba1f7ab86b9d7d6fc791b38cf1ea8c97a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:44:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:44:09 . [Pipeline] withDockerContainer 03:44:09 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:44:10 $ 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 03:44:11 $ docker top 66ae00a17a195237c83e7ef266b17b62ae689128a9da0c8583ed095f83b7e40e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:12 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:44:12 + tee 03:44:12 clair timeout 1m0s 03:44:12 docker timeout: 1m0s 03:44:12 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:44:13 $ docker stop --time=1 66ae00a17a195237c83e7ef266b17b62ae689128a9da0c8583ed095f83b7e40e 03:44:15 $ docker rm -f 66ae00a17a195237c83e7ef266b17b62ae689128a9da0c8583ed095f83b7e40e [Pipeline] // withDockerContainer [Pipeline] sh 03:44:16 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:44:16 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 03:44:16 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:44:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:44:16 . [Pipeline] withDockerContainer 03:44:17 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:44:17 $ 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 03:44:18 $ docker top 95ce7772dc6526bad2508c6c3f371a8110cff9ee244b7b3b68eedee37afd99ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:19 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:44:19 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:44:23 $ docker stop --time=1 95ce7772dc6526bad2508c6c3f371a8110cff9ee244b7b3b68eedee37afd99ac 03:44:25 $ docker rm -f 95ce7772dc6526bad2508c6c3f371a8110cff9ee244b7b3b68eedee37afd99ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:44:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:44:25 . [Pipeline] withDockerContainer 03:44:26 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:44:26 $ 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 03:44:27 $ docker top 7fe56d8d166c47821c0683bb88d6f0b3e61445a1af6fd28b61e255e7fc71c20f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:28 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:44:28 + tee 03:44:28 clair timeout 1m0s 03:44:28 docker timeout: 1m0s 03:44:28 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:44:29 $ docker stop --time=1 7fe56d8d166c47821c0683bb88d6f0b3e61445a1af6fd28b61e255e7fc71c20f 03:44:31 $ docker rm -f 7fe56d8d166c47821c0683bb88d6f0b3e61445a1af6fd28b61e255e7fc71c20f [Pipeline] // withDockerContainer [Pipeline] sh 03:44:31 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:44:31 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 03:44:31 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:44:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:44:32 . [Pipeline] withDockerContainer 03:44:32 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:44:33 $ 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 03:44:34 $ docker top 7c957b897fa37788d029d84e600aa82a80b20e13f47b8e68f47ec9efd0a89bfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:35 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:44:35 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:44:39 $ docker stop --time=1 7c957b897fa37788d029d84e600aa82a80b20e13f47b8e68f47ec9efd0a89bfb 03:44:41 $ docker rm -f 7c957b897fa37788d029d84e600aa82a80b20e13f47b8e68f47ec9efd0a89bfb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:44:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:44:41 . [Pipeline] withDockerContainer 03:44:42 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:44:42 $ 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 03:44:43 $ docker top a374c986570e4647dc2100e52a7326d0c912698e3a6d0b6b41716aeeafafe964 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:44 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:44:44 + tee 03:44:44 clair timeout 1m0s 03:44:44 docker timeout: 1m0s 03:44:44 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:44:45 $ docker stop --time=1 a374c986570e4647dc2100e52a7326d0c912698e3a6d0b6b41716aeeafafe964 03:44:47 $ docker rm -f a374c986570e4647dc2100e52a7326d0c912698e3a6d0b6b41716aeeafafe964 [Pipeline] // withDockerContainer [Pipeline] sh 03:44:47 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:44:47 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 03:44:48 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:44:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:44:48 . [Pipeline] withDockerContainer 03:44:48 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:44:49 $ 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 03:44:50 $ docker top 1d1540709eab48566d7a70a84eb2074a16d08920f9db7c6429c98ccd0e594050 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:51 + tee 03:44:51 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:44:54 $ docker stop --time=1 1d1540709eab48566d7a70a84eb2074a16d08920f9db7c6429c98ccd0e594050 03:44:56 $ docker rm -f 1d1540709eab48566d7a70a84eb2074a16d08920f9db7c6429c98ccd0e594050 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:44:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:44:56 . [Pipeline] withDockerContainer 03:44:57 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:44:57 $ 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 03:44:58 $ docker top 6779b5859d1f79030564b577f34d4441e972afb268ee474a1e03d4bb8aada590 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:59 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:44:59 + tee 03:44:59 clair timeout 1m0s 03:44:59 docker timeout: 1m0s 03:44:59 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:45:00 $ docker stop --time=1 6779b5859d1f79030564b577f34d4441e972afb268ee474a1e03d4bb8aada590 03:45:02 $ docker rm -f 6779b5859d1f79030564b577f34d4441e972afb268ee474a1e03d4bb8aada590 [Pipeline] // withDockerContainer [Pipeline] sh 03:45:03 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:45:03 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 03:45:03 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:45:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:45:03 . [Pipeline] withDockerContainer 03:45:03 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:45:03 $ 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 03:45:05 $ docker top d3ce32bb1b276f427a5fe0d255b76a9d2683ece868e918f7155c6ea6a79a683e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:06 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:45:06 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:45:22 $ docker stop --time=1 d3ce32bb1b276f427a5fe0d255b76a9d2683ece868e918f7155c6ea6a79a683e 03:45:23 $ docker rm -f d3ce32bb1b276f427a5fe0d255b76a9d2683ece868e918f7155c6ea6a79a683e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:45:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:45:24 . [Pipeline] withDockerContainer 03:45:24 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:45:24 $ 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 03:45:25 $ docker top 97668dce36f1709885ba007be8ab9ed5979cd1fdf62ed681683c842d18bacea7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:26 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:092815c9c80b29b75a5b0805008015bd9b42a3db 03:45:26 + tee 03:45:26 clair timeout 1m0s 03:45:26 docker timeout: 1m0s 03:45:26 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:45:28 $ docker stop --time=1 97668dce36f1709885ba007be8ab9ed5979cd1fdf62ed681683c842d18bacea7 03:45:30 $ docker rm -f 97668dce36f1709885ba007be8ab9ed5979cd1fdf62ed681683c842d18bacea7 [Pipeline] // withDockerContainer [Pipeline] sh 03:45:31 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:45:31 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 03:45:31 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:45:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:45:31 . [Pipeline] withDockerContainer 03:45:31 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:45:31 $ 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 03:45:32 $ docker top 3472679131d7fea5f9c3386644867f888734d003ef7e0771fcc350afad7e13bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:34 + + tee/klar 03:45:34 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:45:36 $ docker stop --time=1 3472679131d7fea5f9c3386644867f888734d003ef7e0771fcc350afad7e13bf 03:45:38 $ docker rm -f 3472679131d7fea5f9c3386644867f888734d003ef7e0771fcc350afad7e13bf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:45:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:45:38 . [Pipeline] withDockerContainer 03:45:39 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:45:39 $ 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 03:45:40 $ docker top 55982f8857393689026572357acfe8a83dd6fc66d41a0a5d2a749f2df7914c2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:41 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:45:41 + tee 03:45:41 clair timeout 1m0s 03:45:41 docker timeout: 1m0s 03:45:41 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:45:42 $ docker stop --time=1 55982f8857393689026572357acfe8a83dd6fc66d41a0a5d2a749f2df7914c2e 03:45:43 $ docker rm -f 55982f8857393689026572357acfe8a83dd6fc66d41a0a5d2a749f2df7914c2e [Pipeline] // withDockerContainer [Pipeline] sh 03:45:44 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:45:44 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 03:45:44 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:45:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:45:45 . [Pipeline] withDockerContainer 03:45:45 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:45:45 $ 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 03:45:46 $ docker top 06cd893d10a1c6a11af2d8e42f28a133102652337920220452c839ac3b28f01b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:47 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:45:47 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:45:53 $ docker stop --time=1 06cd893d10a1c6a11af2d8e42f28a133102652337920220452c839ac3b28f01b 03:45:55 $ docker rm -f 06cd893d10a1c6a11af2d8e42f28a133102652337920220452c839ac3b28f01b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:45:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:45:56 . [Pipeline] withDockerContainer 03:45:56 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:45:56 $ 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 03:45:58 $ docker top 4048d4c927283ed86d635a71266281e3c4b972fa3f29a8d7594011c28a722f02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:00 + tee 03:46:00 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:46:00 clair timeout 1m0s 03:46:00 docker timeout: 1m0s 03:46:00 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:46:01 $ docker stop --time=1 4048d4c927283ed86d635a71266281e3c4b972fa3f29a8d7594011c28a722f02 03:46:02 $ docker rm -f 4048d4c927283ed86d635a71266281e3c4b972fa3f29a8d7594011c28a722f02 [Pipeline] // withDockerContainer [Pipeline] sh 03:46:03 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:46:03 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 03:46:03 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:46:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:04 . [Pipeline] withDockerContainer 03:46:04 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:46:04 $ 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 03:46:05 $ docker top 19dd5c30ddc55a502103eb7123a5f660b6596e71a6e0c862119746708018157d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:05 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:46:05 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:46:08 $ docker stop --time=1 19dd5c30ddc55a502103eb7123a5f660b6596e71a6e0c862119746708018157d 03:46:10 $ docker rm -f 19dd5c30ddc55a502103eb7123a5f660b6596e71a6e0c862119746708018157d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:46:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:11 . [Pipeline] withDockerContainer 03:46:11 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:46:11 $ 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 03:46:12 $ docker top b6e62d0dd4c855cf747637cd5d54ba08dff1ce94b64005d733ebacd198193cfc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:13 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:46:13 + tee 03:46:13 clair timeout 1m0s 03:46:13 docker timeout: 1m0s 03:46:13 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:46:14 $ docker stop --time=1 b6e62d0dd4c855cf747637cd5d54ba08dff1ce94b64005d733ebacd198193cfc 03:46:15 $ docker rm -f b6e62d0dd4c855cf747637cd5d54ba08dff1ce94b64005d733ebacd198193cfc [Pipeline] // withDockerContainer [Pipeline] sh 03:46:16 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:46:16 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 03:46:16 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:46:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:17 . [Pipeline] withDockerContainer 03:46:17 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:46:17 $ 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 03:46:18 $ docker top cfc4c5cc296a2b73155b8da4aae1f98f8bfcce265cf1ecd81f05cac2a18de77a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:19 + tee 03:46:19 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:46:24 $ docker stop --time=1 cfc4c5cc296a2b73155b8da4aae1f98f8bfcce265cf1ecd81f05cac2a18de77a 03:46:26 $ docker rm -f cfc4c5cc296a2b73155b8da4aae1f98f8bfcce265cf1ecd81f05cac2a18de77a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:46:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:27 . [Pipeline] withDockerContainer 03:46:27 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:46:27 $ 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 03:46:28 $ docker top b68069d6380bbefc89ff28e5c5c896a582721643bbe89c8318ab16c29872cef1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:30 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:46:30 + tee 03:46:30 clair timeout 1m0s 03:46:30 docker timeout: 1m0s 03:46:30 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:46:31 $ docker stop --time=1 b68069d6380bbefc89ff28e5c5c896a582721643bbe89c8318ab16c29872cef1 03:46:32 $ docker rm -f b68069d6380bbefc89ff28e5c5c896a582721643bbe89c8318ab16c29872cef1 [Pipeline] // withDockerContainer [Pipeline] sh 03:46:33 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:46:33 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 03:46:33 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:46:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:34 . [Pipeline] withDockerContainer 03:46:34 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:46:35 $ 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 03:46:36 $ docker top 74deef508255bef9315b0f89958a25cf9988a9732d49b86040eee224e88c0542 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:38 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:46:38 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:46:46 $ docker stop --time=1 74deef508255bef9315b0f89958a25cf9988a9732d49b86040eee224e88c0542 03:46:48 $ docker rm -f 74deef508255bef9315b0f89958a25cf9988a9732d49b86040eee224e88c0542 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:46:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:49 . [Pipeline] withDockerContainer 03:46:49 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:46:49 $ 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 03:46:51 $ docker top c64ee28ff73b5d1ebd0eb0e0d6474ecb940727bd69f55ea82a00ff1b1dd6ca38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:52 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:46:52 + tee 03:46:52 clair timeout 1m0s 03:46:52 docker timeout: 1m0s 03:46:52 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:46:54 $ docker stop --time=1 c64ee28ff73b5d1ebd0eb0e0d6474ecb940727bd69f55ea82a00ff1b1dd6ca38 03:46:55 $ docker rm -f c64ee28ff73b5d1ebd0eb0e0d6474ecb940727bd69f55ea82a00ff1b1dd6ca38 [Pipeline] // withDockerContainer [Pipeline] sh 03:46:56 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:46:56 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 03:46:56 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:46:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:46:56 . [Pipeline] withDockerContainer 03:46:57 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:46:57 $ 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 03:46:58 $ docker top 358758ca32920c80336294175c877e9739577a4d60c3c65af59c66db70ab3b35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:46:59 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:46:59 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:47:08 $ docker stop --time=1 358758ca32920c80336294175c877e9739577a4d60c3c65af59c66db70ab3b35 03:47:09 $ docker rm -f 358758ca32920c80336294175c877e9739577a4d60c3c65af59c66db70ab3b35 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:47:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:47:10 . [Pipeline] withDockerContainer 03:47:10 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:47:10 $ 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 03:47:12 $ docker top f83916aa6efe2c6a60f6ce5a1d6badddce2703bccac0a8a09fc7d0f66397e106 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:12 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:47:12 + tee 03:47:12 clair timeout 1m0s 03:47:12 docker timeout: 1m0s 03:47:12 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:47:14 $ docker stop --time=1 f83916aa6efe2c6a60f6ce5a1d6badddce2703bccac0a8a09fc7d0f66397e106 03:47:15 $ docker rm -f f83916aa6efe2c6a60f6ce5a1d6badddce2703bccac0a8a09fc7d0f66397e106 [Pipeline] // withDockerContainer [Pipeline] sh 03:47:16 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:47:16 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 03:47:16 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:47:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:47:17 . [Pipeline] withDockerContainer 03:47:17 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:47:17 $ 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 03:47:18 $ docker top 5d676287864728ae4bcce9aed07aa237900e4df772f32f13fc8efe20d673d124 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:19 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:47:19 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:47:22 $ docker stop --time=1 5d676287864728ae4bcce9aed07aa237900e4df772f32f13fc8efe20d673d124 03:47:24 $ docker rm -f 5d676287864728ae4bcce9aed07aa237900e4df772f32f13fc8efe20d673d124 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:47:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:47:24 . [Pipeline] withDockerContainer 03:47:25 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:47:25 $ 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 03:47:26 $ docker top 4745fe848201864ccd882dd2bc375e783ac2772d704cdfcaa820d42e8251825c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:27 + + /klartee nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:47:27 03:47:27 clair timeout 1m0s 03:47:27 docker timeout: 1m0s 03:47:27 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:47:28 $ docker stop --time=1 4745fe848201864ccd882dd2bc375e783ac2772d704cdfcaa820d42e8251825c 03:47:30 $ docker rm -f 4745fe848201864ccd882dd2bc375e783ac2772d704cdfcaa820d42e8251825c [Pipeline] // withDockerContainer [Pipeline] sh 03:47:31 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:47:31 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 03:47:31 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:47:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:47:31 . [Pipeline] withDockerContainer 03:47:31 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:47:31 $ 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 03:47:33 $ docker top 6a13cb3e4212d46fbc9f86250224ce179c04911a07edcd8f285187828357171e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:34 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:47:34 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:47:39 $ docker stop --time=1 6a13cb3e4212d46fbc9f86250224ce179c04911a07edcd8f285187828357171e 03:47:41 $ docker rm -f 6a13cb3e4212d46fbc9f86250224ce179c04911a07edcd8f285187828357171e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:47:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:47:41 . [Pipeline] withDockerContainer 03:47:41 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:47:42 $ 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 03:47:42 $ docker top 48fd199e87514c6f6c898e97b2d02e2502fe33040a2fb849a3e066f22a783b75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:43 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:47:43 + tee 03:47:43 clair timeout 1m0s 03:47:43 docker timeout: 1m0s 03:47:43 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:47:44 $ docker stop --time=1 48fd199e87514c6f6c898e97b2d02e2502fe33040a2fb849a3e066f22a783b75 03:47:46 $ docker rm -f 48fd199e87514c6f6c898e97b2d02e2502fe33040a2fb849a3e066f22a783b75 [Pipeline] // withDockerContainer [Pipeline] sh 03:47:46 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:47:46 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 03:47:46 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:47:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:47:47 . [Pipeline] withDockerContainer 03:47:47 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:47:47 $ 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 03:47:48 $ docker top e3173d80f06b4d58556a7d9bbba6f9da60947756a09bfb0dd8321eb84b836aec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:50 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:47:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:47:52 $ docker stop --time=1 e3173d80f06b4d58556a7d9bbba6f9da60947756a09bfb0dd8321eb84b836aec 03:47:54 $ docker rm -f e3173d80f06b4d58556a7d9bbba6f9da60947756a09bfb0dd8321eb84b836aec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:47:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:47:55 . [Pipeline] withDockerContainer 03:47:55 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:47:55 $ 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 03:47:56 $ docker top baa0b78eb14ac549261fe5b26c50d4a1b2506729f6bd5a7e549e5cf628c01022 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:57 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:47:57 + tee 03:47:57 clair timeout 1m0s 03:47:57 docker timeout: 1m0s 03:47:57 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:47:58 $ docker stop --time=1 baa0b78eb14ac549261fe5b26c50d4a1b2506729f6bd5a7e549e5cf628c01022 03:47:59 $ docker rm -f baa0b78eb14ac549261fe5b26c50d4a1b2506729f6bd5a7e549e5cf628c01022 [Pipeline] // withDockerContainer [Pipeline] sh 03:48:00 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:48:00 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 03:48:00 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 03:48:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:48:00 . [Pipeline] withDockerContainer 03:48:01 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:48:01 $ 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 03:48:02 $ docker top 7894175bcb8bc9aa00c216513f376fd4bde8c638298b94c05795a78d13c022ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:03 + + tee/klar 03:48:03 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:48:18 $ docker stop --time=1 7894175bcb8bc9aa00c216513f376fd4bde8c638298b94c05795a78d13c022ac 03:48:20 $ docker rm -f 7894175bcb8bc9aa00c216513f376fd4bde8c638298b94c05795a78d13c022ac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:48:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 03:48:21 . [Pipeline] withDockerContainer 03:48:21 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:48:21 $ 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 03:48:22 $ docker top 970eb93f16c1234e0c9a90d5390698711f6293d71e3ff0663838fecdb7afbd1b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:23 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:092815c9c80b29b75a5b0805008015bd9b42a3db 03:48:23 + tee 03:48:23 clair timeout 1m0s 03:48:23 docker timeout: 1m0s 03:48:23 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:48:24 $ docker stop --time=1 970eb93f16c1234e0c9a90d5390698711f6293d71e3ff0663838fecdb7afbd1b 03:48:26 $ docker rm -f 970eb93f16c1234e0c9a90d5390698711f6293d71e3ff0663838fecdb7afbd1b [Pipeline] // withDockerContainer [Pipeline] sh 03:48:27 + mkdir -p /w/workspace/edgex-go/181/clair-reports [Pipeline] echo 03:48:27 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 03:48:27 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 03:48:27 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:48:27 provisioning config files... 03:48:27 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/181@tmp/config3505604720132586176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:48:28 --> edgex-publish-swagger.sh 03:48:28 === Publish openapi/v1 API === 03:48:28 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 03:48:28 [publishToSwagger] Publishing API Name [core-command] 03:48:28 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:28 Dload Upload Total Spent Left Speed 03:48:29 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 03:48:29 03:48:29 03:48:29 [publishToSwagger] Publishing API Name [core-data] 03:48:29 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:29 Dload Upload Total Spent Left Speed 03:48:30 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 03:48:30 03:48:30 03:48:30 [publishToSwagger] Publishing API Name [core-metadata] 03:48:30 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:30 Dload Upload Total Spent Left Speed 03:48:31 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 03:48:31 03:48:31 03:48:31 [publishToSwagger] Publishing API Name [support-logging] 03:48:32 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:32 Dload Upload Total Spent Left Speed 03:48:33 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 03:48:33 03:48:33 03:48:33 [publishToSwagger] Publishing API Name [support-notifications] 03:48:33 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:33 Dload Upload Total Spent Left Speed 03:48:34 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 03:48:34 03:48:34 03:48:34 [publishToSwagger] Publishing API Name [support-scheduler] 03:48:34 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:34 Dload Upload Total Spent Left Speed 03:48:35 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 03:48:35 03:48:35 03:48:35 [publishToSwagger] Publishing API Name [system-agent] 03:48:35 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:35 Dload Upload Total Spent Left Speed 03:48:36 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 03:48:36 03:48:36 03:48:36 === Publish openapi/v2 API === 03:48:36 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 03:48:36 [publishToSwagger] Publishing API Name [core-command] 03:48:36 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:36 Dload Upload Total Spent Left Speed 03:48:37 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 03:48:37 03:48:37 03:48:37 [publishToSwagger] Publishing API Name [core-data] 03:48:37 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:37 Dload Upload Total Spent Left Speed 03:48:38 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 03:48:38 03:48:38 03:48:39 [publishToSwagger] Publishing API Name [core-metadata] 03:48:39 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:39 Dload Upload Total Spent Left Speed 03:48:40 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 03:48:40 03:48:40 03:48:40 [publishToSwagger] Publishing API Name [support-logging] 03:48:40 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:40 Dload Upload Total Spent Left Speed 03:48:41 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 03:48:41 03:48:41 03:48:41 [publishToSwagger] Publishing API Name [support-notifications] 03:48:41 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:41 Dload Upload Total Spent Left Speed 03:48:42 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 03:48:42 03:48:42 03:48:42 [publishToSwagger] Publishing API Name [support-scheduler] 03:48:42 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:42 Dload Upload Total Spent Left Speed 03:48:43 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 03:48:44 03:48:44 03:48:44 [publishToSwagger] Publishing API Name [system-agent] 03:48:44 % Total % Received % Xferd Average Speed Time Time Time Current 03:48:44 Dload Upload Total Spent Left Speed 03:48:45 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 03:48:45 03:48:45 [Pipeline] } 03:48:45 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 03:49:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:49:01 . [Pipeline] withDockerContainer 03:49:01 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:49:01 $ 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 03:49:03 $ docker top b107f74db5aacc5428297febc1770ab4812acfe5ddbae0745480adb528b50525 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:49:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:49:03 [ssh-agent] Looking for ssh-agent implementation... 03:49:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:49:04 $ docker exec b107f74db5aacc5428297febc1770ab4812acfe5ddbae0745480adb528b50525 ssh-agent 03:49:04 SSH_AUTH_SOCK=/tmp/ssh-xm3MMuUGeOIr/agent.11 03:49:04 SSH_AGENT_PID=16 03:49:04 Running ssh-add (command line suppressed) 03:49:04 Identity added: /w/workspace/edgex-go/181@tmp/private_key_6608887846738119828.key (/w/workspace/edgex-go/181@tmp/private_key_6608887846738119828.key) 03:49:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:49:05 + git semver tag 03:49:05 # -> Open(): unable to determine branch for HEAD 03:49:05 # $GIT_DIR = /w/workspace/edgex-go/181/.git 03:49:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/181 03:49:05 # $SEMVER_REMOTE_NAME = origin 03:49:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:49:05 # $SEMVER_USER_NAME = edgex-jenkins 03:49:05 # $SEMVER_BRANCH = master 03:49:05 # $SEMVER_DIR = /w/workspace/edgex-go/181/.semver 03:49:05 # 092815c9c80b29b75a5b0805008015bd9b42a3db HEAD 03:49:06 # -> Force: false 03:49:06 # 16f5f0b286b25a751b7641b7a016402947be087f refs/tags/v1.2.2-dev.66 [Pipeline] } 03:49:06 $ docker exec --env ******** --env ******** b107f74db5aacc5428297febc1770ab4812acfe5ddbae0745480adb528b50525 ssh-agent -k 03:49:06 unset SSH_AUTH_SOCK; 03:49:06 unset SSH_AGENT_PID; 03:49:06 echo Agent pid 16 killed; 03:49:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:49:07 + git semver [Pipeline] } 03:49:07 $ docker stop --time=1 b107f74db5aacc5428297febc1770ab4812acfe5ddbae0745480adb528b50525 03:49:08 $ docker rm -f b107f74db5aacc5428297febc1770ab4812acfe5ddbae0745480adb528b50525 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:49:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:49:09 03:49:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:49:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:49:09 0.23.1-centos7: Pulling from edgex-lftools 03:49:09 ab5ef0e58194: Pulling fs layer 03:49:09 9712f1f96733: Pulling fs layer 03:49:09 63f879dbbcfc: Pulling fs layer 03:49:09 0d9ebad4ef96: Pulling fs layer 03:49:09 e9a5061849ea: Pulling fs layer 03:49:09 d747dcd14b5f: Pulling fs layer 03:49:09 2de7ff778b66: Pulling fs layer 03:49:09 e9a5061849ea: Waiting 03:49:09 d747dcd14b5f: Waiting 03:49:09 0d9ebad4ef96: Waiting 03:49:09 2de7ff778b66: Waiting 03:49:09 9712f1f96733: Verifying Checksum 03:49:09 9712f1f96733: Download complete 03:49:14 63f879dbbcfc: Verifying Checksum 03:49:14 63f879dbbcfc: Download complete 03:49:14 e9a5061849ea: Verifying Checksum 03:49:14 e9a5061849ea: Download complete 03:49:14 d747dcd14b5f: Verifying Checksum 03:49:14 d747dcd14b5f: Download complete 03:49:16 2de7ff778b66: Verifying Checksum 03:49:16 2de7ff778b66: Download complete 03:49:17 0d9ebad4ef96: Verifying Checksum 03:49:17 0d9ebad4ef96: Download complete 03:49:17 ab5ef0e58194: Verifying Checksum 03:49:17 ab5ef0e58194: Download complete 03:49:26 ab5ef0e58194: Pull complete 03:49:26 9712f1f96733: Pull complete 03:49:30 63f879dbbcfc: Pull complete 03:49:40 0d9ebad4ef96: Pull complete 03:49:42 e9a5061849ea: Pull complete 03:49:42 d747dcd14b5f: Pull complete 03:49:48 2de7ff778b66: Pull complete 03:49:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:49:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:49:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:49:48 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:49:48 $ 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 03:49:53 $ docker top d42a643fda3ab37b387f7bc343ca5220911f046c25d2665a5626e107df9a37ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:49:54 provisioning config files... 03:49:54 copy managed file [sigul-config] to file:/w/workspace/edgex-go/181@tmp/config7168639518898354202tmp 03:49:54 copy managed file [sigul-password] to file:/w/workspace/edgex-go/181@tmp/config1316198235894138950tmp 03:49:54 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/181@tmp/config1763932197563700860tmp [Pipeline] { [Pipeline] echo 03:49:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:49:54 ---> sigul-configuration.sh 03:49:54 gpg: directory `/root/.gnupg' created 03:49:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:49:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:49:54 gpg: keyring `/root/.gnupg/secring.gpg' created 03:49:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:49:54 gpg: CAST5 encrypted data 03:49:54 gpg: encrypted with 1 passphrase 03:49:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:49:55 + mkdir /home/jenkins 03:49:55 + mkdir /home/jenkins/sigul [Pipeline] sh 03:49:56 + 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 03:49:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:49:56 ---> sigul-install.sh 03:50:05 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:50:05 + git tag --list 03:50:05 0.6.0 03:50:05 0.6.1 03:50:05 0.7.0 03:50:05 0.7.1 03:50:05 v1.0.0 03:50:05 v1.0.1 03:50:05 v1.1.0 03:50:05 v1.2.0 03:50:05 v1.2.1 03:50:05 v1.2.2-dev.1 03:50:05 v1.2.2-dev.10 03:50:05 v1.2.2-dev.11 03:50:05 v1.2.2-dev.12 03:50:05 v1.2.2-dev.13 03:50:05 v1.2.2-dev.14 03:50:05 v1.2.2-dev.15 03:50:05 v1.2.2-dev.16 03:50:05 v1.2.2-dev.17 03:50:05 v1.2.2-dev.18 03:50:05 v1.2.2-dev.19 03:50:05 v1.2.2-dev.2 03:50:05 v1.2.2-dev.20 03:50:05 v1.2.2-dev.21 03:50:05 v1.2.2-dev.22 03:50:05 v1.2.2-dev.23 03:50:05 v1.2.2-dev.24 03:50:05 v1.2.2-dev.25 03:50:05 v1.2.2-dev.26 03:50:05 v1.2.2-dev.27 03:50:05 v1.2.2-dev.28 03:50:05 v1.2.2-dev.29 03:50:05 v1.2.2-dev.3 03:50:05 v1.2.2-dev.30 03:50:05 v1.2.2-dev.31 03:50:05 v1.2.2-dev.32 03:50:05 v1.2.2-dev.33 03:50:05 v1.2.2-dev.34 03:50:05 v1.2.2-dev.35 03:50:05 v1.2.2-dev.36 03:50:05 v1.2.2-dev.37 03:50:05 v1.2.2-dev.38 03:50:05 v1.2.2-dev.39 03:50:05 v1.2.2-dev.4 03:50:05 v1.2.2-dev.40 03:50:05 v1.2.2-dev.41 03:50:05 v1.2.2-dev.42 03:50:05 v1.2.2-dev.43 03:50:05 v1.2.2-dev.44 03:50:05 v1.2.2-dev.45 03:50:05 v1.2.2-dev.46 03:50:05 v1.2.2-dev.47 03:50:05 v1.2.2-dev.48 03:50:05 v1.2.2-dev.49 03:50:05 v1.2.2-dev.5 03:50:05 v1.2.2-dev.50 03:50:05 v1.2.2-dev.51 03:50:05 v1.2.2-dev.52 03:50:05 v1.2.2-dev.53 03:50:05 v1.2.2-dev.54 03:50:05 v1.2.2-dev.55 03:50:05 v1.2.2-dev.56 03:50:05 v1.2.2-dev.57 03:50:05 v1.2.2-dev.58 03:50:05 v1.2.2-dev.59 03:50:05 v1.2.2-dev.6 03:50:05 v1.2.2-dev.60 03:50:05 v1.2.2-dev.61 03:50:05 v1.2.2-dev.62 03:50:05 v1.2.2-dev.63 03:50:05 v1.2.2-dev.64 03:50:05 v1.2.2-dev.65 03:50:05 v1.2.2-dev.66 03:50:05 v1.2.2-dev.7 03:50:05 v1.2.2-dev.8 03:50:05 v1.2.2-dev.9 [Pipeline] sh 03:50:06 + lftools sign git-tag v1.2.2-dev.66 03:50:08 Signing Git tag with Sigul... 03:50:08 Signing v1.2.2-dev.66 [Pipeline] echo 03:50:09 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:50:10 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:50:10 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:50:10 $ docker stop --time=1 d42a643fda3ab37b387f7bc343ca5220911f046c25d2665a5626e107df9a37ef 03:50:12 $ docker rm -f d42a643fda3ab37b387f7bc343ca5220911f046c25d2665a5626e107df9a37ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:50:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:50:13 . [Pipeline] withDockerContainer 03:50:13 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:50:13 $ 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 03:50:15 $ docker top 20bfbc23f2a004d425a1513292377ce7c526a7b325d6e2f1768dd8fc3e941759 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:50:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:50:15 [ssh-agent] Looking for ssh-agent implementation... 03:50:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:50:16 $ docker exec 20bfbc23f2a004d425a1513292377ce7c526a7b325d6e2f1768dd8fc3e941759 ssh-agent 03:50:16 SSH_AUTH_SOCK=/tmp/ssh-eFCKMgckXt93/agent.12 03:50:16 SSH_AGENT_PID=17 03:50:16 Running ssh-add (command line suppressed) 03:50:16 Identity added: /w/workspace/edgex-go/181@tmp/private_key_455570511982953774.key (/w/workspace/edgex-go/181@tmp/private_key_455570511982953774.key) 03:50:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:50:17 + git semver bump pre 03:50:17 # -> Open(): unable to determine branch for HEAD 03:50:17 # $GIT_DIR = /w/workspace/edgex-go/181/.git 03:50:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/181 03:50:17 # $SEMVER_REMOTE_NAME = origin 03:50:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:50:17 # $SEMVER_USER_NAME = edgex-jenkins 03:50:17 # $SEMVER_BRANCH = master 03:50:17 # $SEMVER_DIR = /w/workspace/edgex-go/181/.semver 03:50:17 1.2.2-dev.67 [Pipeline] } 03:50:17 $ docker exec --env ******** --env ******** 20bfbc23f2a004d425a1513292377ce7c526a7b325d6e2f1768dd8fc3e941759 ssh-agent -k 03:50:17 unset SSH_AUTH_SOCK; 03:50:17 unset SSH_AGENT_PID; 03:50:17 echo Agent pid 17 killed; 03:50:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:50:18 + git semver [Pipeline] } 03:50:18 $ docker stop --time=1 20bfbc23f2a004d425a1513292377ce7c526a7b325d6e2f1768dd8fc3e941759 03:50:20 $ docker rm -f 20bfbc23f2a004d425a1513292377ce7c526a7b325d6e2f1768dd8fc3e941759 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:50:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:50:21 . [Pipeline] withDockerContainer 03:50:21 prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container 03:50:21 $ 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 03:50:23 $ docker top 8ce3128f22594c815b96ba5590abd12e211e7c78ec2711cbbad06a1666ffa867 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:50:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:50:23 [ssh-agent] Looking for ssh-agent implementation... 03:50:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:50:24 $ docker exec 8ce3128f22594c815b96ba5590abd12e211e7c78ec2711cbbad06a1666ffa867 ssh-agent 03:50:24 SSH_AUTH_SOCK=/tmp/ssh-eEz6HGMl0RMy/agent.12 03:50:24 SSH_AGENT_PID=17 03:50:24 Running ssh-add (command line suppressed) 03:50:24 Identity added: /w/workspace/edgex-go/181@tmp/private_key_6496019071932522144.key (/w/workspace/edgex-go/181@tmp/private_key_6496019071932522144.key) 03:50:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:50:25 + git semver push 03:50:25 # -> Open(): unable to determine branch for HEAD 03:50:25 # $GIT_DIR = /w/workspace/edgex-go/181/.git 03:50:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/181 03:50:25 # $SEMVER_REMOTE_NAME = origin 03:50:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:50:25 # $SEMVER_USER_NAME = edgex-jenkins 03:50:25 # $SEMVER_BRANCH = master 03:50:25 # $SEMVER_DIR = /w/workspace/edgex-go/181/.semver [Pipeline] } 03:50:40 $ docker exec --env ******** --env ******** 8ce3128f22594c815b96ba5590abd12e211e7c78ec2711cbbad06a1666ffa867 ssh-agent -k 03:50:42 unset SSH_AUTH_SOCK; 03:50:42 unset SSH_AGENT_PID; 03:50:42 echo Agent pid 17 killed; 03:50:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:50:46 + git semver [Pipeline] } 03:50:46 $ docker stop --time=1 8ce3128f22594c815b96ba5590abd12e211e7c78ec2711cbbad06a1666ffa867 03:50:49 $ 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 03:50:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:50:54 ---> package-listing.sh 03:50:54 ++ facter osfamily 03:50:54 ++ tr '[:upper:]' '[:lower:]' 03:50:55 + OS_FAMILY=redhat 03:50:55 + workspace=/w/workspace/edgex-go/181 03:50:55 + START_PACKAGES=/tmp/packages_start.txt 03:50:55 + END_PACKAGES=/tmp/packages_end.txt 03:50:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:50:55 + PACKAGES=/tmp/packages_start.txt 03:50:55 + '[' /w/workspace/edgex-go/181 ']' 03:50:55 + PACKAGES=/tmp/packages_end.txt 03:50:55 + case "${OS_FAMILY}" in 03:50:55 + rpm -qa 03:50:55 + sort 03:51:05 + '[' -f /tmp/packages_start.txt ']' 03:51:05 + '[' -f /tmp/packages_end.txt ']' 03:51:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:51:05 + '[' /w/workspace/edgex-go/181 ']' 03:51:05 + mkdir -p /w/workspace/edgex-go/181/archives/ 03:51:05 + 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 03:51:06 provisioning config files... 03:51:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/181@tmp/config2894225388813923840tmp [Pipeline] { [Pipeline] echo 03:51:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:51:07 ---> create-netrc.sh [Pipeline] } 03:51:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:51:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:51:08 ---> python-tools-install.sh 03:51:08 Generating Requirements File 03:53:16 Python 3.6.8 03:53:16 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 03:53:16 appdirs==1.4.3 03:53:16 argcomplete==1.12.1 03:53:16 aspy.yaml==1.3.0 03:53:16 attrs==19.3.0 03:53:16 Babel==2.8.0 03:53:16 beautifulsoup4==4.8.2 03:53:16 boto3==1.11.6 03:53:16 botocore==1.14.6 03:53:16 bs4==0.0.1 03:53:16 cachetools==4.1.1 03:53:16 certifi==2019.11.28 03:53:16 cffi==1.14.3 03:53:16 cfgv==2.0.1 03:53:16 chardet==3.0.4 03:53:16 click==7.1 03:53:16 cliff==3.4.0 03:53:16 cmd2==1.3.11 03:53:16 colorama==0.4.4 03:53:16 cryptography==3.1.1 03:53:16 debtcollector==2.2.0 03:53:16 decorator==4.4.2 03:53:16 defusedxml==0.6.0 03:53:16 Deprecated==1.2.7 03:53:16 distlib==0.3.1 03:53:16 distro==1.2.0 03:53:16 dnspython==1.16.0 03:53:16 docker==4.2.0 03:53:16 docutils==0.15.2 03:53:16 dogpile.cache==1.0.2 03:53:16 email-validator==1.0.5 03:53:16 filelock==3.0.12 03:53:16 future==0.18.2 03:53:16 google-auth==1.22.1 03:53:16 httplib2==0.17.0 03:53:16 identify==1.4.11 03:53:16 idna==2.9 03:53:16 importlib-metadata==2.0.0 03:53:16 importlib-resources==1.5.0 03:53:16 iso8601==0.1.13 03:53:16 Jinja2==2.11.1 03:53:16 jmespath==0.10.0 03:53:16 jsonpatch==1.26 03:53:16 jsonpointer==2.0 03:53:16 jsonschema==3.2.0 03:53:16 keystoneauth1==4.2.1 03:53:16 kubernetes==11.0.0 03:53:16 lftools==0.34.2 03:53:16 lxml==4.5.0 03:53:16 MarkupSafe==0.23 03:53:16 msgpack==1.0.0 03:53:16 multi-key-dict==2.0.3 03:53:16 munch==2.5.0 03:53:16 netaddr==0.8.0 03:53:16 netifaces==0.10.9 03:53:16 niet==1.4.2 03:53:16 nodeenv==1.3.5 03:53:16 oauth2client==4.1.3 03:53:16 oauthlib==3.1.0 03:53:16 openstacksdk==0.50.0 03:53:16 os-client-config==2.1.0 03:53:16 os-service-types==1.7.0 03:53:16 osc-lib==2.2.1 03:53:16 oslo.config==8.3.2 03:53:16 oslo.context==3.1.1 03:53:16 oslo.i18n==5.0.1 03:53:16 oslo.log==4.4.0 03:53:16 oslo.serialization==4.0.1 03:53:16 oslo.utils==4.6.0 03:53:16 packaging==20.4 03:53:16 pbr==5.4.4 03:53:16 pluggy==0.13.1 03:53:16 prettytable==0.7.2 03:53:16 py==1.9.0 03:53:16 pyasn1==0.4.8 03:53:16 pyasn1-modules==0.2.8 03:53:16 pycparser==2.20 03:53:16 pygerrit2==2.0.10 03:53:16 PyGithub==1.46 03:53:16 pyinotify==0.9.6 03:53:16 PyJWT==1.7.1 03:53:16 pyparsing==2.4.7 03:53:16 pyperclip==1.8.1 03:53:16 pyroute2==0.4.13 03:53:16 pyrsistent==0.15.7 03:53:16 PySocks==1.6.8 03:53:16 python-cinderclient==7.2.0 03:53:16 python-dateutil==2.8.1 03:53:16 python-heatclient==2.2.1 03:53:16 python-jenkins==1.7.0 03:53:16 python-keystoneclient==4.1.1 03:53:16 python-magnumclient==3.2.1 03:53:16 python-novaclient==17.2.1 03:53:16 python-openstackclient==5.4.0 03:53:16 python-swiftclient==3.10.1 03:53:16 pytz==2020.1 03:53:16 PyYAML==5.3 03:53:16 requests==2.23.0 03:53:16 requests-oauthlib==1.3.0 03:53:16 requestsexceptions==1.4.0 03:53:16 rfc3986==1.4.0 03:53:16 rpm==4.11.3 03:53:16 rsa==4.0 03:53:16 ruamel.yaml==0.16.10 03:53:16 ruamel.yaml.clib==0.2.0 03:53:16 s3transfer==0.3.3 03:53:16 shade==1.27.2 03:53:16 simplejson==3.17.2 03:53:16 six==1.14.0 03:53:16 soupsieve==2.0 03:53:16 stevedore==3.2.2 03:53:16 tabulate==0.8.6 03:53:16 toml==0.10.0 03:53:16 tox==3.20.1 03:53:16 tqdm==4.43.0 03:53:16 urllib3==1.25.8 03:53:16 virtualenv==20.0.34 03:53:16 wcwidth==0.2.5 03:53:16 websocket-client==0.57.0 03:53:16 wrapt==1.12.1 03:53:16 xdg==3.0.2 03:53:16 xmltodict==0.12.0 03:53:16 yq==2.11.1 03:53:16 zipp==3.3.0 03:53:16 Cache entry deserialization failed, entry ignored 03:53:16 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. 03:53:16 Python 2.7.5 03:53:16 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 03:53:16 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. 03:53:16 ansible==2.9.7 03:53:16 Babel==0.9.6 03:53:16 backports.ssl-match-hostname==3.5.0.1 03:53:16 beautifulsoup4==4.4.1 03:53:16 bodhi==2.11.0 03:53:16 bodhi-client==2.11.0 03:53:16 CCColUtils==1.4 03:53:16 cffi==1.6.0 03:53:16 chardet==2.2.1 03:53:16 click==6.7 03:53:16 cloud-init==18.5 03:53:16 configobj==4.7.2 03:53:16 cryptography==1.7.2 03:53:16 decorator==3.4.0 03:53:16 distro==1.2.0 03:53:16 enum34==1.0.4 03:53:16 fedpkg==1.38 03:53:16 futures==3.1.1 03:53:16 gitdb==0.6.4 03:53:16 GitPython==1.0.1 03:53:16 html5lib==0.999 03:53:16 httplib2==0.9.2 03:53:16 idna==2.4 03:53:16 iniparse==0.4 03:53:16 ipaddress==1.0.16 03:53:16 IPy==0.75 03:53:16 javapackages==1.0.0 03:53:16 Jinja2==2.7.2 03:53:16 jmespath==0.9.4 03:53:16 jsonpatch==1.2 03:53:16 jsonpointer==1.9 03:53:16 kerberos==1.1 03:53:16 kitchen==1.1.1 03:53:16 langtable==0.0.31 03:53:16 lockfile==0.9.1 03:53:16 lxml==3.2.1 03:53:16 MarkupSafe==0.11 03:53:16 munch==2.0.2 03:53:16 offtrac==0.1.0 03:53:16 openidc-client==0.6.0 03:53:16 packagedb-cli==2.14.1 03:53:16 paramiko==2.1.1 03:53:16 perf==0.1 03:53:16 ply==3.4 03:53:16 policycoreutils-default-encoding==0.1 03:53:16 prettytable==0.7.2 03:53:16 pyasn1==0.1.9 03:53:16 pycparser==2.14 03:53:16 pycurl==7.19.0 03:53:16 pygobject==3.22.0 03:53:16 pygpgme==0.3 03:53:16 pyliblzma==0.5.3 03:53:16 pyOpenSSL==0.13.1 03:53:16 pyparsing==1.5.6 03:53:16 pyserial==2.6 03:53:16 python-augeas==0.5.0 03:53:16 python-bugzilla==2.3.0 03:53:16 python-dateutil==1.5 03:53:16 python-fedora==0.10.0 03:53:16 python-linux-procfs==0.4.9 03:53:16 python-yubico==1.2.3 03:53:16 pyudev==0.15 03:53:16 pyusb==1.0.0b1 03:53:16 pyxattr==0.5.1 03:53:16 PyYAML==3.10 03:53:16 requests==2.6.0 03:53:16 requests-kerberos==0.7.0 03:53:16 rpkg==1.60 03:53:16 schedutils==0.4 03:53:16 seobject==0.1 03:53:16 sepolicy==1.1 03:53:16 six==1.9.0 03:53:16 smmap==0.9.0 03:53:16 urlgrabber==3.10 03:53:16 urllib3==1.10.2 03:53:16 virtualenv==15.1.0 03:53:16 yum-langpacks==0.4.2 03:53:16 yum-metadata-parser==1.1.4 [Pipeline] echo 03:53:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:53:16 ---> sudo-logs.sh 03:53:16 Archiving 'sudo' log.. [Pipeline] echo 03:53:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:53:17 ---> job-cost.sh 03:53:17 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oyNu 03:53:33 Cache entry deserialization failed, entry ignored 03:53:33 Cache entry deserialization failed, entry ignored 03:53:34 Cache entry deserialization failed, entry ignored 03:53:34 Cache entry deserialization failed, entry ignored 03:53:34 Cache entry deserialization failed, entry ignored 03:53:35 Cache entry deserialization failed, entry ignored 03:53:35 Cache entry deserialization failed, entry ignored 03:53:35 Cache entry deserialization failed, entry ignored 03:53:35 Cache entry deserialization failed, entry ignored 03:53:36 Cache entry deserialization failed, entry ignored 03:53:36 Cache entry deserialization failed, entry ignored 03:53:36 Cache entry deserialization failed, entry ignored 03:53:36 Cache entry deserialization failed, entry ignored 03:53:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:54:22 lf-activate-venv(): INFO: Adding /tmp/venv-oyNu/bin to PATH 03:54:22 INFO: No Stack... 03:54:22 INFO: Retrieving Pricing Info for: v1-standard-2 03:54:22 INFO: Archiving Costs [Pipeline] echo 03:54:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:54:23 ---> logs-deploy.sh 03:54:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/181 03:54:23 INFO: archiving workspace using pattern(s): 03:54:26 Archives upload complete. 03:54:27 INFO: archiving logs to Nexus 03:54:29 ---> uname -a: 03:54:29 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 03:54:29 03:54:29 03:54:29 ---> lscpu: 03:54:29 Architecture: x86_64 03:54:29 CPU op-mode(s): 32-bit, 64-bit 03:54:29 Byte Order: Little Endian 03:54:29 CPU(s): 4 03:54:29 On-line CPU(s) list: 0-3 03:54:29 Thread(s) per core: 1 03:54:29 Core(s) per socket: 1 03:54:29 Socket(s): 4 03:54:29 NUMA node(s): 1 03:54:29 Vendor ID: GenuineIntel 03:54:29 CPU family: 6 03:54:29 Model: 44 03:54:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:54:29 Stepping: 1 03:54:29 CPU MHz: 2933.438 03:54:29 BogoMIPS: 5866.87 03:54:29 Virtualization: VT-x 03:54:29 Hypervisor vendor: KVM 03:54:29 Virtualization type: full 03:54:29 L1d cache: 32K 03:54:29 L1i cache: 32K 03:54:29 L2 cache: 4096K 03:54:29 L3 cache: 16384K 03:54:29 NUMA node0 CPU(s): 0-3 03:54:29 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 03:54:29 03:54:29 03:54:29 ---> nproc: 03:54:29 4 03:54:29 03:54:29 03:54:29 ---> df -h: 03:54:29 Filesystem Size Used Avail Use% Mounted on 03:54:29 devtmpfs 887M 0 887M 0% /dev 03:54:29 tmpfs 919M 0 919M 0% /dev/shm 03:54:29 tmpfs 919M 17M 903M 2% /run 03:54:29 tmpfs 919M 0 919M 0% /sys/fs/cgroup 03:54:29 /dev/vda1 50G 14G 37G 27% / 03:54:29 tmpfs 184M 0 184M 0% /run/user/1001 03:54:29 03:54:29 03:54:29 ---> free -m: 03:54:29 total used free shared buff/cache available 03:54:29 Mem: 1837 683 153 5 1001 966 03:54:29 Swap: 1023 32 991 03:54:29 03:54:29 03:54:29 ---> ip addr: 03:54:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 03:54:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:54:29 inet 127.0.0.1/8 scope host lo 03:54:29 valid_lft forever preferred_lft forever 03:54:29 inet6 ::1/128 scope host 03:54:29 valid_lft forever preferred_lft forever 03:54:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 03:54:29 link/ether fa:16:3e:30:be:a3 brd ff:ff:ff:ff:ff:ff 03:54:29 inet 10.30.122.100/23 brd 10.30.123.255 scope global dynamic eth0 03:54:29 valid_lft 84687sec preferred_lft 84687sec 03:54:29 inet6 fe80::f816:3eff:fe30:bea3/64 scope link 03:54:29 valid_lft forever preferred_lft forever 03:54:29 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 03:54:29 link/ether 02:42:d8:39:e0:58 brd ff:ff:ff:ff:ff:ff 03:54:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:54:29 valid_lft forever preferred_lft forever 03:54:29 inet6 fe80::42:d8ff:fe39:e058/64 scope link 03:54:29 valid_lft forever preferred_lft forever 03:54:29 03:54:29 03:54:29 ---> sar -b -r -n DEV: 03:54:29 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) 03:54:29 03:54:29 03:25:33 AM LINUX RESTART 03:54:29 03:54:29 03:26:01 AM tps rtps wtps bread/s bwrtn/s 03:54:29 03:27:01 AM 155.58 95.51 60.07 8248.74 37990.41 03:54:29 03:28:01 AM 51.08 11.27 39.81 4665.91 7749.75 03:54:29 03:29:01 AM 61.09 42.06 19.03 3423.46 10556.56 03:54:29 03:30:02 AM 131.96 41.60 90.36 1760.29 33278.93 03:54:29 03:31:01 AM 171.81 25.82 145.99 2245.65 31419.48 03:54:29 03:32:06 AM 524.68 360.88 163.80 45766.41 97557.23 03:54:29 03:33:05 AM 1897.42 1667.52 229.89 100396.60 108654.27 03:54:29 03:34:01 AM 475.57 386.89 88.68 18750.18 27354.51 03:54:29 03:35:02 AM 285.31 79.72 205.59 19730.96 73109.92 03:54:29 03:36:04 AM 1749.20 1543.09 206.11 104155.05 107298.88 03:54:29 03:37:01 AM 824.38 655.73 168.65 38978.60 48235.03 03:54:29 03:38:02 AM 259.46 21.45 238.01 2039.71 21716.40 03:54:29 03:39:01 AM 37.13 17.55 19.58 4538.02 484.40 03:54:29 03:40:01 AM 10.04 1.87 8.16 829.73 170.90 03:54:29 03:41:01 AM 2.64 1.36 1.28 49.31 26.57 03:54:29 03:42:02 AM 117.93 41.16 76.77 2197.18 22582.05 03:54:29 03:43:01 AM 193.54 118.75 74.79 6139.92 12274.83 03:54:29 03:44:01 AM 24.47 0.53 23.94 20.75 410.01 03:54:29 03:45:01 AM 24.78 0.37 24.41 8.78 405.90 03:54:29 03:46:01 AM 22.26 0.30 21.97 11.17 379.36 03:54:29 03:47:01 AM 23.83 0.12 23.72 5.32 361.60 03:54:29 03:48:01 AM 26.84 0.17 26.68 7.45 433.84 03:54:29 03:49:01 AM 25.22 9.43 15.80 1048.49 3676.95 03:54:29 03:50:02 AM 242.58 96.52 146.06 6371.92 32363.01 03:54:29 03:51:01 AM 69.89 51.21 18.68 4943.40 2730.80 03:54:29 03:52:01 AM 59.53 24.82 34.71 1445.23 2215.85 03:54:29 03:53:02 AM 81.55 9.24 72.32 1022.27 8955.83 03:54:29 03:54:01 AM 88.12 30.89 57.23 1438.35 4853.90 03:54:29 Average: 272.80 190.40 82.40 13671.03 25141.85 03:54:29 03:54:29 03:26:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:54:29 03:27:01 AM 76568 1804988 95.93 2620 1315660 1060660 36.20 369096 1279944 42816 03:54:29 03:28:01 AM 75604 1805952 95.98 2620 1204412 1307652 44.63 507972 1130996 58368 03:54:29 03:29:01 AM 342904 1538652 81.78 2620 1013860 1083652 36.98 573292 804040 120 03:54:29 03:30:02 AM 74096 1807460 96.06 2492 1173600 1414528 48.28 590240 1012976 52488 03:54:29 03:31:01 AM 345520 1536036 81.64 1492 932072 1095864 37.40 524384 776284 20 03:54:29 03:32:06 AM 77356 1804200 95.89 124 1065720 2253712 76.92 713544 927272 31740 03:54:29 03:33:05 AM 80924 1800632 95.70 0 1041732 2335772 79.72 653448 966704 91416 03:54:29 03:34:01 AM 375316 1506240 80.05 0 556044 3671708 125.31 656080 629268 39128 03:54:29 03:35:02 AM 76872 1804684 95.91 0 1034524 2296716 78.38 805368 803516 84768 03:54:29 03:36:04 AM 80452 1801104 95.72 0 1059948 2446000 83.48 624832 985204 78920 03:54:29 03:37:01 AM 394364 1487192 79.04 0 712368 2612428 89.16 629396 643716 39152 03:54:29 03:38:02 AM 394368 1487188 79.04 0 870700 1404272 47.93 537024 728528 8 03:54:29 03:39:01 AM 273828 1607728 85.45 0 999548 1471888 50.23 624648 765232 28 03:54:29 03:40:01 AM 289908 1591648 84.59 0 1024628 1281024 43.72 670408 704352 20 03:54:29 03:41:01 AM 291152 1590404 84.53 0 1025480 1280688 43.71 669260 704688 20 03:54:29 03:42:02 AM 70836 1810720 96.24 0 1165808 1544300 52.70 672992 889496 66476 03:54:29 03:43:01 AM 197148 1684408 89.52 0 1081300 1350196 46.08 721320 714700 44 03:54:29 03:44:01 AM 220416 1661140 88.29 0 1081404 1390720 47.46 699728 712784 52 03:54:29 03:45:01 AM 199724 1681832 89.39 0 1081520 1482700 50.60 719576 712952 44 03:54:29 03:46:01 AM 198636 1682920 89.44 0 1081616 1512944 51.63 720116 713196 52 03:54:29 03:47:01 AM 213824 1667732 88.64 0 1081744 1436560 49.03 704328 713384 48 03:54:29 03:48:01 AM 182148 1699408 90.32 0 1081856 1715640 58.55 735752 713564 60 03:54:29 03:49:01 AM 72596 1808960 96.14 0 1093900 1556324 53.11 732752 819884 53560 03:54:29 03:50:02 AM 139516 1742040 92.59 0 977108 1405536 47.97 637344 783524 32344 03:54:29 03:51:01 AM 88420 1793136 95.30 0 1019588 1279228 43.66 651804 821204 20 03:54:29 03:52:01 AM 84636 1796920 95.50 0 996160 1292864 44.12 641044 834600 36472 03:54:29 03:53:02 AM 73648 1807908 96.09 0 970200 1296216 44.24 642648 815872 75056 03:54:29 03:54:01 AM 70604 1810952 96.25 0 924996 1374336 46.90 655768 792760 52332 03:54:29 Average: 180764 1700792 90.39 427 1023839 1630505 55.65 645863 817880 29842 03:54:29 03:54:29 03:26:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 03:54:29 03:27:01 AM eth0 235.36 191.60 1185.20 49.96 0.00 0.00 0.00 03:54:29 03:27:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:27:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:28:01 AM eth0 781.74 678.32 3471.48 85.81 0.00 0.00 0.00 03:54:29 03:28:01 AM vethc8fb921 302.44 289.46 30.85 1001.45 0.00 0.00 0.00 03:54:29 03:28:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:54:29 03:28:01 AM docker0 302.44 289.32 26.72 1001.44 0.00 0.00 0.00 03:54:29 03:29:01 AM eth0 873.10 689.32 1790.91 2393.71 0.00 0.00 0.00 03:54:29 03:29:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:29:01 AM docker0 400.83 413.66 34.97 1649.05 0.00 0.00 0.00 03:54:29 03:30:02 AM eth0 400.52 317.86 3103.81 414.27 0.00 0.00 0.00 03:54:29 03:30:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:30:02 AM veth0986cdb 46.91 59.36 3.10 255.53 0.00 0.00 0.00 03:54:29 03:30:02 AM docker0 749.98 762.01 64.13 2905.19 0.00 0.00 0.00 03:54:29 03:31:01 AM eth0 266.57 171.07 1693.88 39.98 0.00 0.00 0.00 03:54:29 03:31:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:31:01 AM docker0 106.19 132.03 7.97 585.30 0.00 0.00 0.00 03:54:29 03:32:06 AM eth0 166.68 141.31 1562.54 39.38 0.00 0.00 0.00 03:54:29 03:32:06 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:32:06 AM veth6e41e36 0.00 0.12 0.00 0.01 0.00 0.00 0.00 03:54:29 03:32:06 AM docker0 788.22 822.75 66.39 3211.12 0.00 0.00 0.00 03:54:29 03:33:05 AM eth0 50.41 37.44 165.97 39.01 0.00 0.00 0.00 03:54:29 03:33:05 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:33:05 AM veth6e41e36 0.00 0.34 0.00 0.01 0.00 0.00 0.00 03:54:29 03:33:05 AM docker0 17.42 24.58 0.98 149.45 0.00 0.00 0.00 03:54:29 03:34:01 AM veth24627eb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 03:54:29 03:34:01 AM veth744f6f1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 03:54:29 03:34:01 AM eth0 2998.07 2391.95 13946.23 3263.59 0.00 0.00 0.00 03:54:29 03:34:01 AM veth821ae5b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 03:54:29 03:35:02 AM eth0 49.37 34.60 60.59 40.75 0.00 0.00 0.00 03:54:29 03:35:02 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:54:29 03:35:02 AM veth6e41e36 0.00 0.53 0.00 0.03 0.00 0.00 0.00 03:54:29 03:35:02 AM docker0 870.10 920.76 72.62 3634.30 0.00 0.00 0.00 03:54:29 03:36:04 AM vethc06b283 0.00 0.19 0.00 0.01 0.00 0.00 0.00 03:54:29 03:36:04 AM eth0 2840.19 2260.17 12961.35 3051.55 0.00 0.00 0.00 03:54:29 03:36:04 AM lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 03:54:29 03:36:04 AM veth6e41e36 0.00 0.58 0.00 0.03 0.00 0.00 0.00 03:54:29 03:37:01 AM veth8e965e6 0.00 0.21 0.00 0.01 0.00 0.00 0.00 03:54:29 03:37:01 AM veth5a7930a 0.00 0.21 0.00 0.01 0.00 0.00 0.00 03:54:29 03:37:01 AM eth0 3100.29 2464.04 13986.17 3321.35 0.00 0.00 0.00 03:54:29 03:37:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:54:29 03:38:02 AM eth0 119.99 71.28 477.33 70.27 0.00 0.00 0.00 03:54:29 03:38:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:38:02 AM veth6e41e36 0.00 0.90 0.00 0.04 0.00 0.00 0.00 03:54:29 03:38:02 AM docker0 928.83 1021.56 76.26 4249.66 0.00 0.00 0.00 03:54:29 03:39:01 AM eth0 256.43 254.71 158.97 867.14 0.00 0.00 0.00 03:54:29 03:39:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:39:01 AM docker0 3.43 6.32 0.18 36.39 0.00 0.00 0.00 03:54:29 03:40:01 AM eth0 233.47 211.05 104.11 852.09 0.00 0.00 0.00 03:54:29 03:40:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:40:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:41:01 AM eth0 0.81 0.73 2.88 0.07 0.00 0.00 0.00 03:54:29 03:41:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:41:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:42:02 AM eth0 361.57 316.88 3715.95 39.32 0.00 0.00 0.00 03:54:29 03:42:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:42:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:43:01 AM eth0 125.90 105.49 454.59 66.41 0.00 0.00 0.00 03:54:29 03:43:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:43:01 AM docker0 47.39 49.72 4.52 240.50 0.00 0.00 0.00 03:54:29 03:44:01 AM veth1fb5418 0.35 0.43 0.09 0.19 0.00 0.00 0.00 03:54:29 03:44:01 AM eth0 4150.34 3384.42 18414.73 5141.61 0.00 0.00 0.00 03:54:29 03:44:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:54:29 03:44:01 AM docker0 983.34 1081.08 81.82 4529.75 0.00 0.00 0.00 03:54:29 03:45:01 AM eth0 74.49 60.09 74.62 75.80 0.00 0.00 0.00 03:54:29 03:45:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:45:01 AM veth6b3fd09 0.40 0.40 0.08 0.16 0.00 0.00 0.00 03:54:29 03:45:01 AM docker0 3.28 2.89 0.78 1.36 0.00 0.00 0.00 03:54:29 03:46:01 AM veth6c64e31 0.45 0.45 0.11 0.20 0.00 0.00 0.00 03:54:29 03:46:01 AM eth0 4298.05 3502.61 18571.00 5282.02 0.00 0.00 0.00 03:54:29 03:46:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:54:29 03:46:01 AM docker0 2.99 2.74 0.78 1.39 0.00 0.00 0.00 03:54:29 03:47:01 AM veth671e2ba 0.32 0.37 0.07 0.17 0.00 0.00 0.00 03:54:29 03:47:01 AM eth0 76.02 61.40 75.06 78.77 0.00 0.00 0.00 03:54:29 03:47:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:47:01 AM docker0 3.13 2.81 0.79 1.44 0.00 0.00 0.00 03:54:29 03:48:01 AM veth8b9b269 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:48:01 AM vetha6871b6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:48:01 AM eth0 4462.10 3634.06 18749.69 5445.51 0.00 0.00 0.00 03:54:29 03:48:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:54:29 03:49:01 AM eth0 660.63 351.85 2857.81 141.36 0.00 0.00 0.00 03:54:29 03:49:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:49:01 AM docker0 997.44 1093.91 85.41 4536.74 0.00 0.00 0.00 03:54:29 03:50:02 AM veth1fb2c47 20.24 31.89 1.32 198.45 0.00 0.00 0.00 03:54:29 03:50:02 AM eth0 5500.93 4316.40 25023.53 5624.69 0.00 0.00 0.00 03:54:29 03:50:02 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 03:54:29 03:50:02 AM docker0 1018.01 1126.05 86.49 4736.69 0.00 0.00 0.00 03:54:29 03:51:01 AM eth0 59.00 50.84 48.24 73.09 0.00 0.00 0.00 03:54:29 03:51:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:51:01 AM docker0 2.42 2.01 0.52 0.66 0.00 0.00 0.00 03:54:29 03:52:01 AM eth0 83.06 58.93 580.00 9.19 0.00 0.00 0.00 03:54:29 03:52:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:52:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:53:02 AM eth0 28.58 19.56 247.96 2.92 0.00 0.00 0.00 03:54:29 03:53:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:53:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:54:01 AM eth0 55.37 48.38 132.23 56.08 0.00 0.00 0.00 03:54:29 03:54:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 03:54:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 Average: eth0 204.02 160.57 930.78 206.31 0.00 0.00 0.00 03:54:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:54:29 Average: docker0 36.53 40.38 3.11 169.57 0.00 0.00 0.00 03:54:29 03:54:29 03:54:29 ---> sar -P ALL: 03:54:29 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) 03:54:29 03:54:29 03:25:33 AM LINUX RESTART 03:54:29 03:54:29 03:26:01 AM CPU %user %nice %system %iowait %steal %idle 03:54:29 03:27:01 AM all 13.30 0.00 7.99 6.70 19.13 52.88 03:54:29 03:27:01 AM 0 15.53 0.00 8.16 5.80 20.33 50.19 03:54:29 03:27:01 AM 1 10.26 0.00 7.27 7.40 20.10 54.98 03:54:29 03:27:01 AM 2 15.07 0.00 9.56 5.02 18.03 52.33 03:54:29 03:27:01 AM 3 12.43 0.00 7.04 8.56 18.03 53.95 03:54:29 03:28:01 AM all 4.44 0.00 2.85 1.47 12.54 78.69 03:54:29 03:28:01 AM 0 3.87 0.00 2.45 0.60 13.83 79.25 03:54:29 03:28:01 AM 1 4.78 0.00 2.65 2.64 12.47 77.47 03:54:29 03:28:01 AM 2 4.60 0.00 3.00 1.12 11.39 79.88 03:54:29 03:28:01 AM 3 4.56 0.00 3.31 1.50 12.45 78.18 03:54:29 03:29:01 AM all 10.19 0.00 2.15 0.32 15.10 72.24 03:54:29 03:29:01 AM 0 11.06 0.00 2.66 0.42 19.40 66.46 03:54:29 03:29:01 AM 1 10.27 0.00 1.46 0.26 13.87 74.15 03:54:29 03:29:01 AM 2 9.92 0.00 3.18 0.45 13.82 72.63 03:54:29 03:29:01 AM 3 9.51 0.00 1.32 0.16 13.41 75.61 03:54:29 03:30:02 AM all 4.70 0.00 3.03 1.00 13.06 78.20 03:54:29 03:30:02 AM 0 4.68 0.00 2.69 0.77 14.55 77.29 03:54:29 03:30:02 AM 1 4.72 0.00 3.40 1.51 12.03 78.34 03:54:29 03:30:02 AM 2 4.93 0.00 2.96 1.35 12.61 78.16 03:54:29 03:30:02 AM 3 4.48 0.00 3.06 0.37 13.07 79.02 03:54:29 03:31:01 AM all 5.17 0.00 4.81 3.57 16.14 70.31 03:54:29 03:31:01 AM 0 4.98 0.00 4.92 1.71 17.25 71.14 03:54:29 03:31:01 AM 1 4.73 0.00 3.65 3.67 15.42 72.53 03:54:29 03:31:01 AM 2 5.08 0.00 5.34 4.19 16.23 69.16 03:54:29 03:31:01 AM 3 5.89 0.00 5.37 4.72 15.66 68.36 03:54:29 03:32:06 AM all 9.22 0.00 8.76 4.21 26.44 51.37 03:54:29 03:32:06 AM 0 10.24 0.00 8.08 4.27 26.97 50.44 03:54:29 03:32:06 AM 1 8.10 0.00 8.17 3.57 26.28 53.89 03:54:29 03:32:06 AM 2 9.46 0.00 9.05 4.59 25.50 51.40 03:54:29 03:32:06 AM 3 9.09 0.00 9.75 4.42 27.01 49.72 03:54:29 03:33:05 AM all 11.36 0.00 13.49 21.30 29.54 24.31 03:54:29 03:33:05 AM 0 10.52 0.00 12.48 20.51 30.72 25.76 03:54:29 03:33:05 AM 1 12.22 0.00 14.18 19.86 28.86 24.87 03:54:29 03:33:05 AM 2 11.35 0.00 12.83 22.84 28.72 24.25 03:54:29 03:33:05 AM 3 11.38 0.00 14.55 22.02 29.79 22.27 03:54:29 03:34:01 AM all 44.98 0.00 11.69 10.55 23.43 9.34 03:54:29 03:34:01 AM 0 44.95 0.00 12.62 11.15 23.45 7.84 03:54:29 03:34:01 AM 1 48.38 0.00 11.89 10.29 19.29 10.15 03:54:29 03:34:01 AM 2 42.58 0.00 10.94 9.27 25.99 11.23 03:54:29 03:34:01 AM 3 43.99 0.00 11.29 11.49 25.02 8.21 03:54:29 03:35:02 AM all 22.31 0.00 11.31 9.09 33.35 23.94 03:54:29 03:35:02 AM 0 21.23 0.00 10.98 9.23 35.05 23.51 03:54:29 03:35:02 AM 1 23.06 0.00 11.79 8.47 32.06 24.62 03:54:29 03:35:02 AM 2 23.24 0.00 11.45 9.25 33.03 23.03 03:54:29 03:35:02 AM 3 21.71 0.00 11.03 9.39 33.26 24.62 03:54:29 03:36:04 AM all 19.23 0.00 14.98 17.45 27.46 20.88 03:54:29 03:36:04 AM 0 18.89 0.00 12.37 16.49 27.90 24.35 03:54:29 03:36:04 AM 1 20.53 0.00 14.21 17.30 26.84 21.13 03:54:29 03:36:04 AM 2 19.61 0.00 17.04 20.17 26.76 16.43 03:54:29 03:36:04 AM 3 17.87 0.00 16.42 15.92 28.35 21.45 03:54:29 03:37:01 AM all 51.63 0.00 14.87 7.44 18.21 7.86 03:54:29 03:37:01 AM 0 50.60 0.00 14.73 7.57 19.70 7.40 03:54:29 03:37:01 AM 1 53.08 0.00 14.56 7.88 17.12 7.36 03:54:29 03:37:01 AM 2 52.57 0.00 15.38 7.53 16.41 8.11 03:54:29 03:37:01 AM 3 50.24 0.00 14.79 6.75 19.64 8.59 03:54:29 03:54:29 03:37:01 AM CPU %user %nice %system %iowait %steal %idle 03:54:29 03:38:02 AM all 14.49 0.00 9.75 10.85 18.67 46.24 03:54:29 03:38:02 AM 0 16.58 0.00 9.75 5.78 19.41 48.48 03:54:29 03:38:02 AM 1 16.00 0.00 9.86 15.14 18.29 40.70 03:54:29 03:38:02 AM 2 11.10 0.00 9.71 11.22 18.33 49.65 03:54:29 03:38:02 AM 3 14.28 0.00 9.68 11.21 18.66 46.16 03:54:29 03:39:01 AM all 4.68 0.00 3.35 0.73 15.15 76.09 03:54:29 03:39:01 AM 0 4.65 0.00 2.63 0.49 17.78 74.45 03:54:29 03:39:01 AM 1 5.45 0.00 3.75 0.79 14.78 75.24 03:54:29 03:39:01 AM 2 4.24 0.00 3.12 1.18 14.69 76.78 03:54:29 03:39:01 AM 3 4.38 0.00 3.96 0.45 13.26 77.95 03:54:29 03:40:01 AM all 4.73 0.00 1.97 0.07 9.95 83.29 03:54:29 03:40:01 AM 0 4.63 0.00 2.01 0.05 11.53 81.77 03:54:29 03:40:01 AM 1 5.10 0.00 1.89 0.11 10.77 82.12 03:54:29 03:40:01 AM 2 4.71 0.00 1.74 0.11 8.67 84.78 03:54:29 03:40:01 AM 3 4.48 0.00 2.20 0.03 8.77 84.51 03:54:29 03:41:01 AM all 0.11 0.00 0.06 0.02 0.72 99.10 03:54:29 03:41:01 AM 0 0.08 0.00 0.05 0.00 0.65 99.22 03:54:29 03:41:01 AM 1 0.03 0.00 0.07 0.00 1.07 98.83 03:54:29 03:41:01 AM 2 0.05 0.00 0.08 0.07 0.48 99.32 03:54:29 03:41:01 AM 3 0.28 0.00 0.03 0.02 0.68 98.99 03:54:29 03:42:02 AM all 3.12 0.00 2.65 1.27 12.58 80.37 03:54:29 03:42:02 AM 0 2.84 0.00 1.88 1.89 13.17 80.22 03:54:29 03:42:02 AM 1 3.25 0.00 3.01 0.85 13.25 79.65 03:54:29 03:42:02 AM 2 3.02 0.00 2.28 0.57 11.84 82.29 03:54:29 03:42:02 AM 3 3.34 0.00 3.47 1.76 12.08 79.35 03:54:29 03:43:01 AM all 4.33 0.00 5.14 2.33 11.55 76.65 03:54:29 03:43:01 AM 0 3.70 0.00 4.63 1.73 12.92 77.03 03:54:29 03:43:01 AM 1 3.87 0.00 5.21 2.12 10.82 77.98 03:54:29 03:43:01 AM 2 4.07 0.00 5.12 2.58 10.92 77.31 03:54:29 03:43:01 AM 3 5.69 0.00 5.64 2.90 11.52 74.25 03:54:29 03:44:01 AM all 2.26 0.00 3.84 0.48 9.65 83.76 03:54:29 03:44:01 AM 0 2.34 0.00 3.84 0.42 10.27 83.13 03:54:29 03:44:01 AM 1 2.21 0.00 4.08 0.44 9.57 83.71 03:54:29 03:44:01 AM 2 2.30 0.00 3.60 0.79 9.89 83.41 03:54:29 03:44:01 AM 3 2.19 0.00 3.83 0.29 8.88 84.80 03:54:29 03:45:01 AM all 2.06 0.00 4.03 0.52 9.49 83.90 03:54:29 03:45:01 AM 0 2.13 0.00 4.11 0.42 10.31 83.03 03:54:29 03:45:01 AM 1 2.00 0.00 4.87 0.52 9.64 82.96 03:54:29 03:45:01 AM 2 1.90 0.00 3.13 0.63 9.62 84.72 03:54:29 03:45:01 AM 3 2.24 0.00 4.03 0.48 8.37 84.88 03:54:29 03:46:01 AM all 2.07 0.00 3.60 0.42 9.93 83.97 03:54:29 03:46:01 AM 0 1.92 0.00 4.04 0.42 10.92 82.69 03:54:29 03:46:01 AM 1 2.27 0.00 3.63 0.63 9.92 83.55 03:54:29 03:46:01 AM 2 1.99 0.00 2.93 0.47 9.69 84.92 03:54:29 03:46:01 AM 3 2.11 0.00 3.82 0.19 9.16 84.72 03:54:29 03:47:01 AM all 2.18 0.00 3.79 0.47 9.73 83.82 03:54:29 03:47:01 AM 0 2.10 0.00 4.43 0.57 10.33 82.56 03:54:29 03:47:01 AM 1 2.46 0.00 3.94 0.33 9.71 83.56 03:54:29 03:47:01 AM 2 2.16 0.00 3.38 0.55 9.37 84.53 03:54:29 03:47:01 AM 3 1.99 0.00 3.40 0.44 9.50 84.67 03:54:29 03:48:01 AM all 2.70 0.00 3.99 0.57 7.93 84.80 03:54:29 03:48:01 AM 0 2.78 0.00 3.74 0.66 8.54 84.28 03:54:29 03:48:01 AM 1 2.84 0.00 4.03 0.26 7.94 84.92 03:54:29 03:48:01 AM 2 2.59 0.00 3.89 0.82 8.03 84.67 03:54:29 03:48:01 AM 3 2.59 0.00 4.32 0.56 7.19 85.34 03:54:29 03:54:29 03:48:01 AM CPU %user %nice %system %iowait %steal %idle 03:54:29 03:49:01 AM all 4.10 0.00 2.64 0.50 10.19 82.58 03:54:29 03:49:01 AM 0 3.71 0.00 3.03 0.35 12.07 80.85 03:54:29 03:49:01 AM 1 4.22 0.00 2.32 0.25 10.21 83.01 03:54:29 03:49:01 AM 2 5.13 0.00 2.31 0.65 8.86 83.05 03:54:29 03:49:01 AM 3 3.36 0.00 2.89 0.75 9.61 83.39 03:54:29 03:50:02 AM all 6.44 0.00 6.58 2.46 18.14 66.38 03:54:29 03:50:02 AM 0 5.67 0.00 6.08 2.84 19.16 66.24 03:54:29 03:50:02 AM 1 7.72 0.00 8.10 2.94 17.67 63.58 03:54:29 03:50:02 AM 2 6.18 0.00 6.09 2.69 17.94 67.09 03:54:29 03:50:02 AM 3 6.23 0.00 6.05 1.36 17.76 68.61 03:54:29 03:51:01 AM all 4.92 0.00 4.80 2.48 16.55 71.26 03:54:29 03:51:01 AM 0 4.16 0.00 3.70 3.28 17.86 71.01 03:54:29 03:51:01 AM 1 6.71 0.00 4.61 0.89 16.51 71.28 03:54:29 03:51:01 AM 2 4.24 0.00 5.46 3.71 16.57 70.02 03:54:29 03:51:01 AM 3 4.56 0.00 5.48 2.01 15.20 72.75 03:54:29 03:52:01 AM all 11.79 0.00 2.01 1.29 10.85 74.06 03:54:29 03:52:01 AM 0 26.14 0.00 2.32 0.85 13.74 56.95 03:54:29 03:52:01 AM 1 5.75 0.00 1.46 0.60 11.98 80.20 03:54:29 03:52:01 AM 2 10.57 0.00 2.49 0.94 8.86 77.15 03:54:29 03:52:01 AM 3 5.48 0.00 1.83 2.76 8.88 81.05 03:54:29 03:53:02 AM all 13.90 0.00 2.81 0.32 5.50 77.47 03:54:29 03:53:02 AM 0 19.60 0.00 2.41 0.72 4.47 72.79 03:54:29 03:53:02 AM 1 10.49 0.00 2.68 0.35 5.26 81.21 03:54:29 03:53:02 AM 2 14.33 0.00 2.72 0.08 6.82 76.04 03:54:29 03:53:02 AM 3 11.34 0.00 3.41 0.13 5.40 79.72 03:54:29 03:54:01 AM all 13.41 0.00 2.43 1.63 7.35 75.18 03:54:29 03:54:01 AM 0 32.44 0.00 3.57 1.31 9.26 53.42 03:54:29 03:54:01 AM 1 4.21 0.00 1.94 2.16 7.99 83.70 03:54:29 03:54:01 AM 2 10.98 0.00 2.67 1.62 6.34 78.39 03:54:29 03:54:01 AM 3 7.52 0.00 1.64 1.39 5.92 83.52 03:54:29 Average: all 9.91 0.00 5.56 3.77 14.85 65.91 03:54:29 Average: 0 11.25 0.00 5.40 3.48 16.10 63.77 03:54:29 Average: 1 9.54 0.00 5.52 3.81 14.56 66.57 03:54:29 Average: 2 9.70 0.00 5.62 3.94 14.35 66.39 03:54:29 Average: 3 9.16 0.00 5.70 3.84 14.37 66.93 03:54:29 03:54:29 03:54:29