Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from abd01a6d142b6f684e0380bd2bdcda548b905f03 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33182 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/432 [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/432 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision abd01a6d142b6f684e0380bd2bdcda548b905f03 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 Commit message: "fix: fix unit test failure when using the latest go-mod-bootstrap v31 (#3347)" > git rev-list --no-walk 1fa86f97d63fcad7b96d726da483d93f5db5c4b0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:29:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:29:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:29:44 ========================================================= 20:29:44 EdgeX Global Pipelines Version Info 20:29:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:29:48 ------------------- 20:29:48 stable info: 20:29:48 ------------------- 20:29:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:29:48 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:29:48 Message: update stable to v1.0.186 20:29:49 ------------------- 20:29:49 experimental info: 20:29:49 ------------------- 20:29:49 Commited By: **** collab-it+edgex@linuxfoundation.org 20:29:49 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 20:29:49 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:29:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:29:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:29:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:29:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:29:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:29:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:29:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:29:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:29:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:29:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:29:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:29:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:29:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:29:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:29:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:29:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:29:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:29:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:29:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:29:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:29:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:29:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:29:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:29:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:29:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:29:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] echo 20:29:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = abd01a6 [Pipeline] echo 20:29:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:29:52 provisioning config files... 20:29:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/432@tmp/config6598949681705910473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:53 ---> docker-login.sh 20:29:53 nexus3.edgexfoundry.org:10001 20:29:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:55 Configure a credential helper to remove this warning. See 20:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:55 20:29:55 Login Succeeded 20:29:55 nexus3.edgexfoundry.org:10002 20:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:55 Configure a credential helper to remove this warning. See 20:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:55 20:29:55 Login Succeeded 20:29:55 nexus3.edgexfoundry.org:10003 20:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:56 Configure a credential helper to remove this warning. See 20:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:56 20:29:56 Login Succeeded 20:29:56 nexus3.edgexfoundry.org:10004 20:29:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:58 Configure a credential helper to remove this warning. See 20:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:58 20:29:58 Login Succeeded 20:29:58 docker.io 20:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:58 Configure a credential helper to remove this warning. See 20:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:58 20:29:58 Login Succeeded 20:29:58 ---> docker-login.sh ends [Pipeline] } 20:29:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:29:59 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:29:59 + for file in '`ls cmd/**/Dockerfile`' 20:29:59 ++ cut -d/ -f2 20:29:59 ++ dirname cmd/core-command/Dockerfile 20:29:59 + echo core-command,cmd/core-command/Dockerfile 20:29:59 + for file in '`ls cmd/**/Dockerfile`' 20:29:59 ++ dirname cmd/core-data/Dockerfile 20:29:59 ++ cut -d/ -f2 20:29:59 + echo core-data,cmd/core-data/Dockerfile 20:29:59 + for file in '`ls cmd/**/Dockerfile`' 20:29:59 ++ cut -d/ -f2 20:29:59 ++ dirname cmd/core-metadata/Dockerfile 20:29:59 + echo core-metadata,cmd/core-metadata/Dockerfile 20:29:59 + for file in '`ls cmd/**/Dockerfile`' 20:29:59 ++ dirname cmd/security-bootstrapper/Dockerfile 20:29:59 ++ cut -d/ -f2 20:29:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:29:59 + for file in '`ls cmd/**/Dockerfile`' 20:29:59 ++ dirname cmd/security-proxy-setup/Dockerfile 20:29:59 ++ cut -d/ -f2 20:29:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:29:59 + for file in '`ls cmd/**/Dockerfile`' 20:29:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:29:59 ++ cut -d/ -f2 20:29:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:29:59 + for file in '`ls cmd/**/Dockerfile`' 20:29:59 ++ cut -d/ -f2 20:29:59 ++ dirname cmd/support-notifications/Dockerfile 20:29:59 + echo support-notifications,cmd/support-notifications/Dockerfile 20:29:59 + for file in '`ls cmd/**/Dockerfile`' 20:29:59 ++ dirname cmd/support-scheduler/Dockerfile 20:29:59 ++ cut -d/ -f2 20:29:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:29:59 + for file in '`ls cmd/**/Dockerfile`' 20:29:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:29:59 ++ cut -d/ -f2 20:29:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:29:59 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:30:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:00 20:30:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:30:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:01 latest: Pulling from edgex-devops/git-semver 20:30:01 31603596830f: Pulling fs layer 20:30:01 2a8b12db71e7: Pulling fs layer 20:30:01 6ca5941a6612: Pulling fs layer 20:30:01 ecc8261a40a4: Pulling fs layer 20:30:01 ecc8261a40a4: Waiting 20:30:01 2a8b12db71e7: Verifying Checksum 20:30:01 2a8b12db71e7: Download complete 20:30:01 31603596830f: Verifying Checksum 20:30:01 31603596830f: Download complete 20:30:02 ecc8261a40a4: Verifying Checksum 20:30:02 ecc8261a40a4: Download complete 20:30:03 6ca5941a6612: Verifying Checksum 20:30:03 6ca5941a6612: Download complete 20:30:03 31603596830f: Pull complete 20:30:03 2a8b12db71e7: Pull complete 20:30:06 6ca5941a6612: Pull complete 20:30:06 ecc8261a40a4: Pull complete 20:30:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:30:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:30:06 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:30:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:30:10 $ docker top abd85a4cc3e65d0aa2d156e23c1173ba4aab0ebec0b641fd7bef919950b7dbe2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:30:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:30:11 [ssh-agent] Looking for ssh-agent implementation... 20:30:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:12 $ docker exec abd85a4cc3e65d0aa2d156e23c1173ba4aab0ebec0b641fd7bef919950b7dbe2 ssh-agent 20:30:12 SSH_AUTH_SOCK=/tmp/ssh-R1zh892feo1M/agent.11 20:30:12 SSH_AGENT_PID=16 20:30:12 Running ssh-add (command line suppressed) 20:30:13 Identity added: /w/workspace/edgex-go/432@tmp/private_key_365987108402101648.key (/w/workspace/edgex-go/432@tmp/private_key_365987108402101648.key) 20:30:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:30:14 + git tag --points-at HEAD [Pipeline] } 20:30:14 $ docker exec --env ******** --env ******** abd85a4cc3e65d0aa2d156e23c1173ba4aab0ebec0b641fd7bef919950b7dbe2 ssh-agent -k 20:30:14 unset SSH_AUTH_SOCK; 20:30:14 unset SSH_AGENT_PID; 20:30:14 echo Agent pid 16 killed; 20:30:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:30:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:30:15 [ssh-agent] Looking for ssh-agent implementation... 20:30:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:15 $ docker exec abd85a4cc3e65d0aa2d156e23c1173ba4aab0ebec0b641fd7bef919950b7dbe2 ssh-agent 20:30:16 SSH_AUTH_SOCK=/tmp/ssh-wKOaQJQnmDKE/agent.44 20:30:16 SSH_AGENT_PID=49 20:30:16 Running ssh-add (command line suppressed) 20:30:17 Identity added: /w/workspace/edgex-go/432@tmp/private_key_3466426316486658495.key (/w/workspace/edgex-go/432@tmp/private_key_3466426316486658495.key) 20:30:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:30:18 + git semver init 20:30:18 # -> Open(): unable to determine branch for HEAD 20:30:18 # $GIT_DIR = /w/workspace/edgex-go/432/.git 20:30:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/432 20:30:18 # $SEMVER_REMOTE_NAME = origin 20:30:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:30:18 # $SEMVER_USER_NAME = edgex-jenkins 20:30:18 # $SEMVER_BRANCH = master 20:30:18 # $SEMVER_TEMP = /tmp/semver-659016201 20:30:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:30:59 # '/tmp/semver-659016201' -> '/w/workspace/edgex-go/432/.semver' 20:30:59 # -> Force: false 20:30:59 # $SEMVER_DIR = /w/workspace/edgex-go/432/.semver [Pipeline] } 20:30:59 $ docker exec --env ******** --env ******** abd85a4cc3e65d0aa2d156e23c1173ba4aab0ebec0b641fd7bef919950b7dbe2 ssh-agent -k 20:30:59 unset SSH_AUTH_SOCK; 20:30:59 unset SSH_AGENT_PID; 20:30:59 echo Agent pid 49 killed; 20:31:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:31:01 + git semver [Pipeline] } 20:31:01 $ docker stop --time=1 abd85a4cc3e65d0aa2d156e23c1173ba4aab0ebec0b641fd7bef919950b7dbe2 20:31:04 $ docker rm -f abd85a4cc3e65d0aa2d156e23c1173ba4aab0ebec0b641fd7bef919950b7dbe2 [Pipeline] // withDockerContainer [Pipeline] sh 20:31:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:31:06 Stashed 1 file(s) [Pipeline] echo 20:31:06 [edgeXSemver]: initialized semver on version 2.0.0-dev.164 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:31:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:31:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:31:08 + sudo service docker restart 20:31:08 + true 20:31:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:31:10 ========================================================= 20:31:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:31:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:31:10 + 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 . 20:31:21 Still waiting to schedule task 20:31:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:31:23 Sending build context to Docker daemon 329.2MB 20:31:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:31:23 Step 2/6 : FROM ${BASE} 20:31:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:31:24 188c0c94c7c5: Pulling fs layer 20:31:24 0ef7d3d256c8: Pulling fs layer 20:31:24 de9db76c5a1d: Pulling fs layer 20:31:24 bca2f99d35d6: Pulling fs layer 20:31:24 93359f2a8cfa: Pulling fs layer 20:31:24 7c6f9722023f: Pulling fs layer 20:31:24 a35cf1a2eb13: Pulling fs layer 20:31:24 bca2f99d35d6: Waiting 20:31:24 93359f2a8cfa: Waiting 20:31:24 7c6f9722023f: Waiting 20:31:24 a35cf1a2eb13: Waiting 20:31:24 de9db76c5a1d: Verifying Checksum 20:31:24 de9db76c5a1d: Download complete 20:31:24 0ef7d3d256c8: Verifying Checksum 20:31:24 0ef7d3d256c8: Download complete 20:31:25 93359f2a8cfa: Verifying Checksum 20:31:25 93359f2a8cfa: Download complete 20:31:25 7c6f9722023f: Verifying Checksum 20:31:25 7c6f9722023f: Download complete 20:31:25 188c0c94c7c5: Verifying Checksum 20:31:25 188c0c94c7c5: Download complete 20:31:26 188c0c94c7c5: Pull complete 20:31:27 0ef7d3d256c8: Pull complete 20:31:28 de9db76c5a1d: Pull complete 20:31:30 a35cf1a2eb13: Verifying Checksum 20:31:30 a35cf1a2eb13: Download complete 20:31:31 bca2f99d35d6: Verifying Checksum 20:31:31 bca2f99d35d6: Download complete 20:31:50 bca2f99d35d6: Pull complete 20:31:50 93359f2a8cfa: Pull complete 20:31:50 7c6f9722023f: Pull complete 20:31:59 a35cf1a2eb13: Pull complete 20:31:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:31:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:31:59 ---> a62c8e92a672 20:31:59 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:31:59 ---> Running in 4ef76791436a 20:32:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:32:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:32:02 (1/12) Installing libmagic (5.38-r0) 20:32:02 (2/12) Installing file (5.38-r0) 20:32:02 (3/12) Installing libc-dev (0.7.2-r3) 20:32:02 (4/12) Installing g++ (9.3.0-r2) 20:32:08 (5/12) Installing fortify-headers (1.1-r0) 20:32:08 (6/12) Installing patch (2.7.6-r6) 20:32:08 (7/12) Installing build-base (0.5-r2) 20:32:08 (8/12) Installing libsodium (1.0.18-r0) 20:32:08 (9/12) Installing pkgconf (1.7.2-r0) 20:32:08 (10/12) Installing libsodium-dev (1.0.18-r0) 20:32:08 (11/12) Installing libzmq (4.3.3-r0) 20:32:08 (12/12) Installing zeromq-dev (4.3.3-r0) 20:32:08 Executing busybox-1.31.1-r19.trigger 20:32:08 OK: 233 MiB in 51 packages 20:32:14 Removing intermediate container 4ef76791436a 20:32:14 ---> f25eeaa65e6c 20:32:14 Step 4/6 : WORKDIR /edgex-go 20:32:14 ---> Running in c8bd3e235e00 20:32:14 Removing intermediate container c8bd3e235e00 20:32:14 ---> 70f1f601b8d6 20:32:14 Step 5/6 : COPY go.mod . 20:32:15 ---> 08da092b2487 20:32:15 Step 6/6 : RUN go mod download 20:32:15 ---> Running in 0e13751a4725 20:32:55 Removing intermediate container 0e13751a4725 20:32:55 ---> 9f72ce45c519 20:32:55 Successfully built 9f72ce45c519 20:32:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:32:55 + docker inspect -f . ci-base-image-x86_64 20:32:56 . [Pipeline] withDockerContainer 20:32:56 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:32:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:33:00 $ docker top 1d96e9c72c1f1a287a5b4651baba350712f4f5c13d63bb5c2c47d479e2c73912 -eo pid,comm [Pipeline] { [Pipeline] sh 20:33:01 + go version 20:33:01 go version go1.15.5 linux/amd64 [Pipeline] } 20:33:01 $ docker stop --time=1 1d96e9c72c1f1a287a5b4651baba350712f4f5c13d63bb5c2c47d479e2c73912 20:33:04 $ docker rm -f 1d96e9c72c1f1a287a5b4651baba350712f4f5c13d63bb5c2c47d479e2c73912 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:33:05 + docker inspect -f . ci-base-image-x86_64 20:33:06 . [Pipeline] withDockerContainer 20:33:07 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:33:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:33:08 $ docker top 26840b6be14304f0347c8295a3e51444f694d2da1b6f49b2d4d81235dc711bb3 -eo pid,comm [Pipeline] { [Pipeline] echo 20:33:09 ========================================================= 20:33:09 [edgeXBuildGoParallel] Running Tests and Build... 20:33:09 ========================================================= [Pipeline] sh 20:33:10 + make test 20:33:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:33:39 ? github.com/edgexfoundry/edgex-go [no test files] 20:34:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:34:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:34:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:34:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:34:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:34:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:34:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:34:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:34:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:34:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:34:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:34:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33184 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 20:34:56 Running in /w/workspace/edgex-go/432 [Pipeline] { [Pipeline] checkout 20:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.338s coverage: 45.9% of statements 20:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.305s coverage: 19.8% of statements 20:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.120s coverage: 100.0% of statements 20:35:02 using credential edgex-jenkins-ssh 20:35:02 Cloning the remote Git repository 20:35:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:35:02 > git init /w/workspace/edgex-go/432 # timeout=10 20:35:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:35:02 > git --version # timeout=10 20:35:02 > git --version # 'git version 2.17.1' 20:35:02 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.566s coverage: 27.1% of statements 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.136s coverage: 100.0% of statements 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.200s coverage: 71.3% of statements 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.241s coverage: 82.9% of statements 20:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.111s coverage: 78.9% of statements 20:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:35:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.080s coverage: 28.6% of statements 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:35:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:35:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.120s coverage: 100.0% of statements 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:35:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.426s coverage: 86.7% of statements 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:35:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.445s coverage: 97.5% of statements 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:35:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.379s coverage: 78.3% of statements 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:35:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:35:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:35:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:35:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:35:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:35:18 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:35:19 Checking out Revision abd01a6d142b6f684e0380bd2bdcda548b905f03 (master) 20:35:19 > git config core.sparsecheckout # timeout=10 20:35:19 > git checkout -f abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 20:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.811s coverage: 92.8% of statements 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:35:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.266s coverage: 58.8% of statements 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:35:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 1.0% of statements 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:35:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.184s coverage: 47.1% of statements 20:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements 20:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.194s coverage: 94.1% of statements 20:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.157s coverage: 96.3% of statements 20:35:24 Commit message: "fix: fix unit test failure when using the latest go-mod-bootstrap v31 (#3347)" 20:35:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.095s coverage: 87.5% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:35:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:35:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:35:26 + + sudo servicetrue docker 20:35:26 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:35:28 provisioning config files... 20:35:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/432@tmp/config1314405231822181561tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:28 ---> docker-login.sh 20:35:28 nexus3.edgexfoundry.org:10001 20:35:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:30 Configure a credential helper to remove this warning. See 20:35:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:30 20:35:30 Login Succeeded 20:35:30 nexus3.edgexfoundry.org:10002 20:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:30 Configure a credential helper to remove this warning. See 20:35:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:30 20:35:30 Login Succeeded 20:35:30 nexus3.edgexfoundry.org:10003 20:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:31 Configure a credential helper to remove this warning. See 20:35:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:31 20:35:31 Login Succeeded 20:35:31 nexus3.edgexfoundry.org:10004 20:35:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:31 Configure a credential helper to remove this warning. See 20:35:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:31 20:35:31 Login Succeeded 20:35:31 docker.io 20:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:32 Configure a credential helper to remove this warning. See 20:35:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:32 20:35:32 Login Succeeded 20:35:32 ---> docker-login.sh ends [Pipeline] } 20:35:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:35:32 ========================================================= 20:35:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:35:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:35:33 + 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 . 20:35:35 Sending build context to Docker daemon 167.2MB 20:35:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:35:35 Step 2/6 : FROM ${BASE} 20:35:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:35:35 5f621e34cdf4: Pulling fs layer 20:35:35 a4357932f1b6: Pulling fs layer 20:35:35 18c013af1878: Pulling fs layer 20:35:35 00ac8860ef70: Pulling fs layer 20:35:35 63d7cb157983: Pulling fs layer 20:35:35 b116817d02f9: Pulling fs layer 20:35:35 745a02a5169b: Pulling fs layer 20:35:35 00ac8860ef70: Waiting 20:35:35 63d7cb157983: Waiting 20:35:35 b116817d02f9: Waiting 20:35:35 745a02a5169b: Waiting 20:35:35 18c013af1878: Verifying Checksum 20:35:35 18c013af1878: Download complete 20:35:35 a4357932f1b6: Download complete 20:35:35 63d7cb157983: Download complete 20:35:36 b116817d02f9: Verifying Checksum 20:35:36 b116817d02f9: Download complete 20:35:36 5f621e34cdf4: Verifying Checksum 20:35:36 5f621e34cdf4: Download complete 20:35:37 5f621e34cdf4: Pull complete 20:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.243s coverage: 94.4% of statements 20:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.133s coverage: 44.8% of statements 20:35:37 a4357932f1b6: Pull complete 20:35:37 18c013af1878: Pull complete 20:35:38 745a02a5169b: Verifying Checksum 20:35:38 745a02a5169b: Download complete 20:35:39 00ac8860ef70: Verifying Checksum 20:35:39 00ac8860ef70: Download complete 20:35:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.317s coverage: 81.5% of statements 20:35:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:35:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.063s coverage: 87.1% of statements 20:35:50 00ac8860ef70: Pull complete 20:35:50 63d7cb157983: Pull complete 20:35:50 b116817d02f9: Pull complete 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.599s coverage: 92.9% of statements 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.206s coverage: 77.8% of statements 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.214s coverage: 87.2% of statements 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.073s coverage: 100.0% of statements 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.336s coverage: 75.5% of statements 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.182s coverage: 80.8% of statements 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.278s coverage: 87.2% of statements 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.456s coverage: 84.6% of statements 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.542s coverage: 91.6% of statements 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.748s coverage: 64.4% of statements 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:35:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.157s coverage: 100.0% of statements 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.147s coverage: 91.3% of statements 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.165s coverage: 73.7% of statements 20:35:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.171s coverage: 100.0% of statements 20:35:54 745a02a5169b: Pull complete 20:35:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:35:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:35:54 ---> b7e6874047d6 20:35:54 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:35:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.511s coverage: 69.0% of statements 20:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:35:57 ---> Running in dcefd075eeb4 20:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.740s coverage: 38.4% of statements 20:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.269s coverage: 89.5% of statements 20:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.129s coverage: 84.8% of statements 20:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:36:00 (1/12) Installing libmagic (5.38-r0) 20:36:00 (2/12) Installing file (5.38-r0) 20:36:00 (3/12) Installing libc-dev (0.7.2-r3) 20:36:00 (4/12) Installing g++ (9.3.0-r2) 20:36:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.335s coverage: 47.0% of statements 20:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:36:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements 20:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:36:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements 20:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:36:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.281s coverage: 11.0% of statements 20:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:36:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.315s coverage: 87.1% of statements 20:36:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:36:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:36:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:36:06 (5/12) Installing fortify-headers (1.1-r0) 20:36:06 (6/12) Installing patch (2.7.6-r6) 20:36:06 (7/12) Installing build-base (0.5-r2) 20:36:06 (8/12) Installing libsodium (1.0.18-r0) 20:36:06 (9/12) Installing pkgconf (1.7.2-r0) 20:36:06 (10/12) Installing libsodium-dev (1.0.18-r0) 20:36:06 (11/12) Installing libzmq (4.3.3-r0) 20:36:06 (12/12) Installing zeromq-dev (4.3.3-r0) 20:36:06 Executing busybox-1.31.1-r19.trigger 20:36:06 OK: 217 MiB in 51 packages 20:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.807s coverage: 29.1% of statements 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.132s coverage: 100.0% of statements 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:36:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.355s coverage: 95.6% of statements 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:36:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.084s coverage: 0.0% of statements 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:36:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:36:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:36:11 Removing intermediate container dcefd075eeb4 20:36:11 ---> d38325e98151 20:36:11 Step 4/6 : WORKDIR /edgex-go 20:36:11 ---> Running in 6f8553fc1342 20:36:11 Removing intermediate container 6f8553fc1342 20:36:11 ---> ae4431786c2f 20:36:11 Step 5/6 : COPY go.mod . 20:36:11 ---> 6a1d3c44197a 20:36:11 Step 6/6 : RUN go mod download 20:36:12 ---> Running in 96dfc2082521 20:36:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.368s coverage: 87.9% of statements 20:36:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:36:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:36:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.145s coverage: 100.0% of statements 20:36:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.168s coverage: 32.1% of statements 20:36:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.310s coverage: 100.0% of statements 20:36:15 GO111MODULE=on go vet ./... 20:36:39 Removing intermediate container 96dfc2082521 20:36:39 ---> 081cf942bd49 20:36:39 Successfully built 081cf942bd49 20:36:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:36:39 + docker inspect -f . ci-base-image-arm64 20:36:39 . [Pipeline] withDockerContainer 20:36:39 prd-ubuntu18.04-docker-arm64-4c-16g-33184 does not seem to be running inside a container 20:36:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:36:41 $ docker top 16bcca662f04c6cfbce232c5bd3eefab859821b8a863efc9540a83c48cd10ef6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:42 + go version 20:36:42 go version go1.15.5 linux/arm64 [Pipeline] } 20:36:42 $ docker stop --time=1 16bcca662f04c6cfbce232c5bd3eefab859821b8a863efc9540a83c48cd10ef6 20:36:44 $ docker rm -f 16bcca662f04c6cfbce232c5bd3eefab859821b8a863efc9540a83c48cd10ef6 [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 20:36:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:36:47 20:36:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:36:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:36:48 latest: Pulling from edgex-devops/edgex-compose-arm64 20:36:48 29e5d40040c1: Pulling fs layer 20:36:48 1ce36da41761: Pulling fs layer 20:36:48 25b303627fd3: Pulling fs layer 20:36:48 29e5d40040c1: Verifying Checksum 20:36:48 29e5d40040c1: Download complete 20:36:49 1ce36da41761: Verifying Checksum 20:36:49 1ce36da41761: Download complete 20:36:49 29e5d40040c1: Pull complete 20:36:51 1ce36da41761: Pull complete 20:36:51 25b303627fd3: Verifying Checksum 20:36:51 25b303627fd3: Download complete 20:37:01 25b303627fd3: Pull complete 20:37:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:37:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:37:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:37:01 prd-ubuntu18.04-docker-arm64-4c-16g-33184 does not seem to be running inside a container 20:37:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:37:04 $ docker top 896d9be13a3b50fad9c91480762f4123970560aac99e3b1e45cef7735474ff30 -eo pid,comm [Pipeline] { [Pipeline] sh 20:37:05 + docker-compose build --help 20:37:05 + grep parallel 20:37:09 --parallel Build images in parallel. [Pipeline] } 20:37:09 $ docker stop --time=1 896d9be13a3b50fad9c91480762f4123970560aac99e3b1e45cef7735474ff30 20:37:11 $ docker rm -f 896d9be13a3b50fad9c91480762f4123970560aac99e3b1e45cef7735474ff30 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:37:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:37:12 . [Pipeline] withDockerContainer 20:37:12 prd-ubuntu18.04-docker-arm64-4c-16g-33184 does not seem to be running inside a container 20:37:12 $ 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/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:37:14 $ docker top 08d6c94c6fbbbf85177bad2e3b6d8ad8a31e51f8d02245309b879a0482a6ab1c -eo pid,comm [Pipeline] { [Pipeline] sh 20:37:15 + docker-compose -f ./docker-compose-build.yml build --parallel 20:37:19 Building docker-core-command-go ... 20:37:19 Building docker-core-data-go ... 20:37:19 Building docker-core-metadata-go ... 20:37:19 Building docker-security-bootstrapper-go ... 20:37:19 Building docker-security-proxy-setup-go ... 20:37:19 Building docker-security-secretstore-setup-go ... 20:37:19 Building docker-support-notifications-go ... 20:37:19 Building docker-support-scheduler-go ... 20:37:19 Building docker-sys-mgmt-agent-go ... 20:37:19 Building docker-sys-mgmt-agent-go 20:37:19 Building docker-support-scheduler-go 20:37:19 Building docker-security-bootstrapper-go 20:37:19 Building docker-core-data-go 20:37:19 Building docker-support-notifications-go 20:37:38 gofmt -l . 20:37:38 [ "`gofmt -l .`" = "" ] 20:37:38 ./bin/test-go-mod-tidy.sh 20:37:38 ./bin/test-attribution-txt.sh [Pipeline] sh 20:37:38 + ls -al . 20:37:38 total 808 20:37:38 drwxrwxr-x 10 1001 1001 4096 Apr 7 20:37 . 20:37:38 drwxr-xr-x 4 root root 32 Apr 7 20:33 .. 20:37:38 -rw-rw-r-- 1 1001 1001 11 Apr 7 20:29 .dockerignore 20:37:38 drwxrwxr-x 8 1001 1001 162 Apr 7 20:29 .git 20:37:38 drwxrwxr-x 3 1001 1001 125 Apr 7 20:29 .github 20:37:38 -rw-rw-r-- 1 1001 1001 818 Apr 7 20:29 .gitignore 20:37:38 drwx------ 3 1001 1001 45 Apr 7 20:30 .semver 20:37:38 -rw-rw-r-- 1 1001 1001 166 Apr 7 20:29 .sonarcloud.properties 20:37:38 -rw-rw-r-- 1 1001 1001 8607 Apr 7 20:29 Attribution.txt 20:37:38 -rw-rw-r-- 1 1001 1001 3804 Apr 7 20:29 CONTRIBUTING.md 20:37:38 -rw-rw-r-- 1 1001 1001 931 Apr 7 20:29 Dockerfile.build 20:37:38 -rw-rw-r-- 1 1001 1001 863 Apr 7 20:29 Jenkinsfile 20:37:38 -rw-rw-r-- 1 1001 1001 10775 Apr 7 20:29 LICENSE 20:37:38 -rw-rw-r-- 1 1001 1001 5774 Apr 7 20:29 Makefile 20:37:38 -rw-rw-r-- 1 1001 1001 6548 Apr 7 20:29 README.md 20:37:38 -rw-rw-r-- 1 1001 1001 6755 Apr 7 20:29 SECURITY.md 20:37:38 -rw-rw-r-- 1 1001 1001 13 Apr 7 20:31 VERSION 20:37:38 -rw-rw-r-- 1 1001 1001 4131 Apr 7 20:29 ZMQWindows.md 20:37:38 drwxrwxr-x 2 1001 1001 117 Apr 7 20:29 bin 20:37:38 drwxrwxr-x 14 1001 1001 4096 Apr 7 20:29 cmd 20:37:38 -rw-r--r-- 1 root root 697383 Apr 7 20:36 coverage.out 20:37:38 -rw-r--r-- 1 root root 1056 Apr 7 20:37 go.mod 20:37:38 -rw-r--r-- 1 root root 22360 Apr 7 20:37 go.sum 20:37:38 drwxrwxr-x 8 1001 1001 127 Apr 7 20:29 internal 20:37:38 drwxrwxr-x 4 1001 1001 26 Apr 7 20:29 openapi 20:37:38 drwxrwxr-x 4 1001 1001 71 Apr 7 20:29 snap 20:37:38 -rw-rw-r-- 1 1001 1001 168 Apr 7 20:29 version.go [Pipeline] sh 20:37:39 + '[' -e coverage.out ] 20:37:39 + chown 1001:1001 coverage.out [Pipeline] stash 20:37:40 Stashed 1 file(s) [Pipeline] sh 20:37:40 + make build 20:37:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/core-data/core-data ./cmd/core-data 20:37:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:38:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:38:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:38:16 ---> 081cf942bd49 20:38:16 Step 3/22 : WORKDIR /edgex-go 20:38:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:38:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:38:16 ---> 081cf942bd49 20:38:16 Step 3/23 : WORKDIR /edgex-go 20:38:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:38:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:38:16 ---> 081cf942bd49 20:38:16 Step 3/26 : WORKDIR /edgex-go 20:38:16 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:38:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:38:16 ---> 081cf942bd49 20:38:16 Step 3/31 : WORKDIR /edgex-go 20:38:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:38:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:38:16 ---> 081cf942bd49 20:38:16 Step 3/22 : WORKDIR /edgex-go 20:38:16 ---> Running in 2f4f0cd61132 20:38:16 ---> Running in a2e23cabdde3 20:38:16 ---> Running in 0d92f4b68673 20:38:16 ---> Running in 40c0660fd987 20:38:16 ---> Running in 57edd1b9f11c 20:38:16 Removing intermediate container a2e23cabdde3 20:38:16 ---> ae03bd26a0dc 20:38:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:16 Removing intermediate container 2f4f0cd61132 20:38:16 ---> c2946802ea4c 20:38:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:16 Removing intermediate container 57edd1b9f11c 20:38:16 ---> 62031bb8f515 20:38:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:16 Removing intermediate container 40c0660fd987 20:38:16 ---> 19fe3af0fa28 20:38:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:16 ---> Running in e4c9775e3af5 20:38:16 Removing intermediate container 0d92f4b68673 20:38:16 ---> f2ba2ed8e684 20:38:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:38:16 ---> Running in 457e50d43e5e 20:38:16 ---> Running in bb1f0d78549c 20:38:16 ---> Running in 60815eb2cdaf 20:38:16 ---> Running in 992bcbd391df 20:38:16 Removing intermediate container e4c9775e3af5 20:38:16 ---> 6e0e97d9548a 20:38:16 Step 5/22 : RUN apk add --update --no-cache make git 20:38:16 ---> Running in d4e46012b6e6 20:38:16 Removing intermediate container 457e50d43e5e 20:38:16 ---> 1df8889337c1 20:38:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:38:16 ---> Running in 88efbcff858e 20:38:16 Removing intermediate container bb1f0d78549c 20:38:16 ---> 021dd5ee0a1e 20:38:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:38:16 ---> Running in da9d1e0a15da 20:38:16 Removing intermediate container 60815eb2cdaf 20:38:16 ---> dde1444eed71 20:38:16 Step 5/31 : RUN apk add --update --no-cache make git 20:38:16 Removing intermediate container 992bcbd391df 20:38:16 ---> 7a416ee1bdcb 20:38:16 Step 5/26 : RUN apk add --update --no-cache make bash git 20:38:17 ---> Running in d3d7b9fa9865 20:38:17 ---> Running in e078192094e8 20:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:19 OK: 217 MiB in 51 packages 20:38:19 OK: 217 MiB in 51 packages 20:38:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/core-command/core-command ./cmd/core-command 20:38:20 OK: 217 MiB in 51 packages 20:38:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:20 OK: 217 MiB in 51 packages 20:38:21 OK: 217 MiB in 51 packages 20:38:21 Removing intermediate container d4e46012b6e6 20:38:21 ---> 4cdab1ba4b96 20:38:21 Step 6/22 : COPY go.mod . 20:38:21 Removing intermediate container 88efbcff858e 20:38:21 ---> e59cd46ac18a 20:38:21 Step 6/22 : COPY go.mod . 20:38:21 Removing intermediate container da9d1e0a15da 20:38:21 ---> 8b954f680610 20:38:21 Step 6/23 : COPY go.mod . 20:38:22 Removing intermediate container e078192094e8 20:38:22 ---> 50642990d657 20:38:22 Step 6/26 : COPY go.mod . 20:38:22 ---> 796fbe85081d 20:38:22 Step 7/22 : RUN go mod download 20:38:22 ---> 6c8daef9c26b 20:38:22 Step 7/22 : RUN go mod download 20:38:22 ---> Running in e10798408233 20:38:22 ---> Running in 3dc1b3c2f41e 20:38:23 Removing intermediate container d3d7b9fa9865 20:38:23 ---> 5a1032dc222d 20:38:23 Step 6/31 : COPY go.mod . 20:38:23 ---> bd22f69388fe 20:38:23 Step 7/23 : RUN go mod download 20:38:23 ---> Running in 52ee197752db 20:38:23 ---> aabddd6d4a25 20:38:23 Step 7/26 : RUN go mod download 20:38:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:38:23 ---> Running in 81e0edd5d14d 20:38:24 ---> ce742553a8c7 20:38:24 Step 7/31 : RUN go mod download 20:38:24 ---> Running in d2e780b8fc21 20:38:26 Removing intermediate container e10798408233 20:38:26 ---> 2b46e1c27bc5 20:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:38:27 Step 8/22 : COPY . . 20:38:27 Removing intermediate container 3dc1b3c2f41e 20:38:27 ---> 1f16a8fc9e7c 20:38:27 Step 8/22 : COPY . . 20:38:28 Removing intermediate container 52ee197752db 20:38:28 ---> 41a5da41a494 20:38:28 Step 8/23 : COPY . . 20:38:28 Removing intermediate container 81e0edd5d14d 20:38:28 ---> 037c86dbbe7e 20:38:28 Step 8/26 : COPY . . 20:38:29 Removing intermediate container d2e780b8fc21 20:38:29 ---> 169f21913de1 20:38:29 Step 8/31 : COPY . . 20:38:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:38:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:38:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:38:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:38:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:38:48 ---> 747807e77d25 20:38:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:38:48 ---> f3475ddade75 20:38:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:38:48 ---> f6fac8c65709 20:38:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:38:48 ---> 774bf5889186 20:38:48 Step 9/23 : RUN make cmd/core-data/core-data 20:38:48 ---> 3a60c3fd129d 20:38:48 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:38:48 ---> Running in 94a90e48474e 20:38:48 ---> Running in e5269031c0f8 20:38:48 ---> Running in 0dbaa988dccc 20:38:48 ---> Running in ba079932c1f1 20:38:48 ---> Running in 2b2681c85898 20:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:38:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/core-data/core-data ./cmd/core-data 20:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/secrets-config ./cmd/secrets-config 20:38:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:39:01 $ docker stop --time=1 26840b6be14304f0347c8295a3e51444f694d2da1b6f49b2d4d81235dc711bb3 20:39:04 $ docker rm -f 26840b6be14304f0347c8295a3e51444f694d2da1b6f49b2d4d81235dc711bb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:39:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:39:07 20:39:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:39:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:39:07 latest: Pulling from edgex-devops/edgex-compose 20:39:07 cbdbe7a5bc2a: Pulling fs layer 20:39:07 ca9280d653b3: Pulling fs layer 20:39:07 7e9c9ca2126c: Pulling fs layer 20:39:08 cbdbe7a5bc2a: Verifying Checksum 20:39:08 cbdbe7a5bc2a: Download complete 20:39:10 cbdbe7a5bc2a: Pull complete 20:39:10 ca9280d653b3: Verifying Checksum 20:39:10 ca9280d653b3: Download complete 20:39:14 ca9280d653b3: Pull complete 20:39:14 7e9c9ca2126c: Verifying Checksum 20:39:14 7e9c9ca2126c: Download complete 20:39:33 7e9c9ca2126c: Pull complete 20:39:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:39:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:39:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:39:34 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:39:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:39:37 $ docker top 22b487c8b76ee019011e2333eb14e70dcea41c16678a1818305269667c5cc2e2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:39:38 + docker-compose build --help 20:39:38 + grep parallel 20:39:40 --parallel Build images in parallel. [Pipeline] } 20:39:41 $ docker stop --time=1 22b487c8b76ee019011e2333eb14e70dcea41c16678a1818305269667c5cc2e2 20:39:44 $ docker rm -f 22b487c8b76ee019011e2333eb14e70dcea41c16678a1818305269667c5cc2e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:39:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:39:45 . [Pipeline] withDockerContainer 20:39:45 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:39:45 $ 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/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:39:47 $ docker top 3d6a162fe482ad2a0b8b9ec6168b7b11c61d9d4a85ec074201dcea1e21224b28 -eo pid,comm [Pipeline] { [Pipeline] sh 20:39:49 + docker-compose -f ./docker-compose-build.yml build --parallel 20:39:51 Building docker-core-command-go ... 20:39:51 Building docker-core-data-go ... 20:39:51 Building docker-core-metadata-go ... 20:39:51 Building docker-security-bootstrapper-go ... 20:39:51 Building docker-security-proxy-setup-go ... 20:39:51 Building docker-security-secretstore-setup-go ... 20:39:51 Building docker-support-notifications-go ... 20:39:51 Building docker-support-scheduler-go ... 20:39:51 Building docker-sys-mgmt-agent-go ... 20:39:51 Building docker-core-data-go 20:39:51 Building docker-core-metadata-go 20:39:51 Building docker-security-secretstore-setup-go 20:39:51 Building docker-core-command-go 20:39:51 Building docker-support-notifications-go 20:40:42 Removing intermediate container 2b2681c85898 20:40:42 ---> 3e871b775bde 20:40:42 20:40:42 Step 10/31 : FROM alpine:3.12 20:40:42 3.12: Pulling from library/alpine 20:40:42 Removing intermediate container 0dbaa988dccc 20:40:42 ---> bf76b63cc871 20:40:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:40:42 ---> Running in c5c6332b6de9 20:40:43 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 20:40:43 Status: Downloaded newer image for alpine:3.12 20:40:43 ---> d75e27dfc0a0 20:40:43 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:40:44 ---> Running in 7741f6ead6b8 20:40:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:40:45 Removing intermediate container 7741f6ead6b8 20:40:45 ---> f8cffccfc6f7 20:40:45 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:40:46 ---> Running in 650e3dff8da4 20:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:49 (1/2) Installing dumb-init (1.2.2-r1) 20:40:49 (2/2) Installing su-exec (0.2-r1) 20:40:49 Executing busybox-1.31.1-r20.trigger 20:40:49 OK: 5 MiB in 16 packages 20:40:51 Removing intermediate container c5c6332b6de9 20:40:51 ---> b486d4070485 20:40:51 20:40:51 Step 11/26 : FROM docker:20.10.0 20:40:51 20.10.0: Pulling from library/docker 20:40:51 Removing intermediate container e5269031c0f8 20:40:51 ---> 07ddd9a9f7ce 20:40:51 20:40:51 Step 10/22 : FROM alpine:3.12 20:40:51 ---> d75e27dfc0a0 20:40:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:40:51 Removing intermediate container 650e3dff8da4 20:40:51 ---> 7ca9dd43690a 20:40:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:40:51 Removing intermediate container 94a90e48474e 20:40:51 ---> 00fb5340939e 20:40:51 20:40:51 Step 10/22 : FROM alpine:3.12 20:40:51 ---> d75e27dfc0a0 20:40:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:40:52 ---> Running in 889aba0628d5 20:40:52 ---> Running in 2b7b2113f849 20:40:52 ---> Running in 8070912cd36b 20:40:53 Removing intermediate container 2b7b2113f849 20:40:53 ---> 476f4cf0454e 20:40:53 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:40:54 ---> Running in 38056e7f3a8d 20:40:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:55 (1/2) Installing ca-certificates (20191127-r4) 20:40:55 (2/2) Installing dumb-init (1.2.2-r1) 20:40:55 Executing busybox-1.31.1-r20.trigger 20:40:55 Executing ca-certificates-20191127-r4.trigger 20:40:55 Removing intermediate container 38056e7f3a8d 20:40:55 ---> b01421c0e253 20:40:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:40:55 OK: 6 MiB in 16 packages 20:40:55 ---> Running in f04f4345f1ab 20:40:55 (1/1) Installing dumb-init (1.2.2-r1) 20:40:55 Executing busybox-1.31.1-r20.trigger 20:40:55 OK: 5 MiB in 15 packages 20:40:59 Removing intermediate container 8070912cd36b 20:40:59 ---> de8d951928b2 20:40:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:40:59 Removing intermediate container 889aba0628d5 20:40:59 ---> ace23befbc03 20:40:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:40:59 ---> Running in 0ce8bf72aefb 20:40:59 ---> Running in 45e0878dcdd7 20:40:59 Removing intermediate container f04f4345f1ab 20:40:59 ---> 580977efbdd3 20:40:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:41:00 ---> Running in 18c055ca5f75 20:41:01 Removing intermediate container 45e0878dcdd7 20:41:01 ---> e120815e332a 20:41:01 Step 13/22 : ENV APP_PORT=48085 20:41:01 Removing intermediate container 0ce8bf72aefb 20:41:01 ---> d6e615882915 20:41:01 Step 13/22 : ENV APP_PORT=48060 20:41:01 ---> Running in 94be5f88dcab 20:41:01 Removing intermediate container 18c055ca5f75 20:41:01 ---> 4695323fbf39 20:41:01 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:41:02 ---> Running in d8b6655dfb49 20:41:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:41:02 ---> 9f72ce45c519 20:41:02 Step 3/23 : WORKDIR /edgex-go 20:41:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:41:02 ---> 9f72ce45c519 20:41:02 Step 3/24 : WORKDIR /edgex-go 20:41:02 Removing intermediate container 94be5f88dcab 20:41:02 ---> 75284f034185 20:41:02 Step 14/22 : EXPOSE $APP_PORT 20:41:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:41:02 ---> 9f72ce45c519 20:41:02 Step 3/23 : WORKDIR /edgex-go 20:41:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:41:02 ---> 9f72ce45c519 20:41:02 Step 3/22 : WORKDIR /edgex-go 20:41:02 ---> Running in 19170b7fe4a4 20:41:03 Removing intermediate container d8b6655dfb49 20:41:03 ---> 90c03dc54620 20:41:03 Step 14/22 : EXPOSE $APP_PORT 20:41:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:41:03 ---> 9f72ce45c519 20:41:03 Step 3/23 : WORKDIR /edgex-go 20:41:03 ---> 5316c0bff7e5 20:41:03 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:41:03 ---> Running in de207855b125 20:41:04 ---> Running in 89b859f5c7a5 20:41:04 ---> Running in d26396c5d5c2 20:41:04 ---> Running in 0a4925345043 20:41:04 ---> Running in e41912827b0d 20:41:04 ---> Running in c34e622d3d2e 20:41:04 ---> Running in 6f126b3c5c84 20:41:04 Removing intermediate container 19170b7fe4a4 20:41:04 ---> 18a0fbebc8c1 20:41:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:41:04 Removing intermediate container 0a4925345043 20:41:04 ---> 1c077419ddc3 20:41:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:04 Removing intermediate container 89b859f5c7a5 20:41:04 ---> ab185e49ecd7 20:41:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:04 Removing intermediate container e41912827b0d 20:41:04 ---> 606a6c56cae3 20:41:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:04 Removing intermediate container c34e622d3d2e 20:41:04 ---> aeb12d32e59e 20:41:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:04 Removing intermediate container d26396c5d5c2 20:41:04 ---> fd6c1ee4ac6f 20:41:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:04 ---> Running in 30948b1969a2 20:41:04 ---> Running in 995b640261e6 20:41:04 ---> Running in 81d86f724f03 20:41:04 ---> Running in 7a50b3d6eec8 20:41:05 ---> Running in 20b951abc752 20:41:05 Removing intermediate container de207855b125 20:41:05 ---> f3621d878c3b 20:41:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:41:06 ---> 36a157164d33 20:41:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:41:06 ---> 5946fb6e3168 20:41:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:41:06 Removing intermediate container ba079932c1f1 20:41:06 ---> 4fa8d30a3131 20:41:06 20:41:06 Step 10/23 : FROM alpine:3.12 20:41:06 ---> d75e27dfc0a0 20:41:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:41:07 ---> Running in 9ddb64293339 20:41:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:41:07 Status: Downloaded newer image for docker:20.10.0 20:41:07 ---> eeaf43b92773 20:41:07 Step 12/26 : RUN apk add --no-cache bash 20:41:08 Removing intermediate container 30948b1969a2 20:41:08 ---> 7e3c4d8c9d8a 20:41:08 Step 5/23 : RUN apk add --update --no-cache make git 20:41:08 Removing intermediate container 6f126b3c5c84 20:41:08 ---> e3afe960b404 20:41:08 ---> 9e7de3ca69a6 20:41:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.tomlStep 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:41:08 ---> ca468cb5db3a 20:41:08 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:41:08 20:41:08 ---> Running in 0947bec5e27e 20:41:08 ---> Running in 8f41a8d186b8 20:41:08 Removing intermediate container 995b640261e6 20:41:08 ---> a04abecff613 20:41:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:41:08 Removing intermediate container 9ddb64293339 20:41:08 ---> 807eac164ebf 20:41:08 Step 12/23 : ENV APP_PORT=48080 20:41:08 ---> Running in e7b9c7a280f3 20:41:09 ---> Running in 2962b31858a1 20:41:09 Removing intermediate container 81d86f724f03 20:41:09 ---> 461d3f8aaf78 20:41:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:41:09 Removing intermediate container 20b951abc752 20:41:09 ---> 0d89b71da39c 20:41:09 Step 5/24 : RUN apk add --update --no-cache make git 20:41:09 ---> Running in 6af23d12ce2d 20:41:09 ---> Running in 211e9d7d7f30 20:41:09 Removing intermediate container 7a50b3d6eec8 20:41:09 ---> c79140459bc1 20:41:09 Step 5/23 : RUN apk add --update --no-cache make git 20:41:09 ---> Running in 747c8dae93e4 20:41:09 ---> 8fb24fdd4abb 20:41:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:41:09 ---> 6a4d0f9b3c91 20:41:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:41:09 ---> Running in be035af01551 20:41:09 ---> 146837c973f6 20:41:09 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:41:09 Removing intermediate container e7b9c7a280f3 20:41:09 ---> 6be363c1f873 20:41:09 Step 13/23 : EXPOSE $APP_PORT 20:41:09 ---> Running in 3f23bfa93101 20:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:41:09 ---> Running in 2d1f97afe651 20:41:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:41:10 Removing intermediate container be035af01551 20:41:10 ---> d2c72354efc2 20:41:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:41:10 Removing intermediate container 3f23bfa93101 20:41:10 ---> cf0345aceb54 20:41:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:10 ---> Running in 41f5f57cf313 20:41:10 Removing intermediate container 2d1f97afe651 20:41:10 ---> 83b15f492de5 20:41:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:10 ---> Running in adfa802da12a 20:41:10 (1/2) Installing readline (8.0.4-r0) 20:41:10 (2/2) Installing bash (5.0.17-r0) 20:41:10 Executing bash-5.0.17-r0.post-install 20:41:10 Executing busybox-1.31.1-r19.trigger 20:41:10 ---> Running in 523fd738c6ce 20:41:10 OK: 12 MiB in 22 packages 20:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:11 Removing intermediate container 41f5f57cf313 20:41:11 ---> 1136b7acf206 20:41:11 Step 20/22 : LABEL arch=arm64 20:41:11 OK: 233 MiB in 51 packages 20:41:11 ---> 7e376d513ffb 20:41:11 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:41:11 ---> Running in bfebb1e61f64 20:41:11 Removing intermediate container adfa802da12a 20:41:11 ---> 778c0eb717ce 20:41:11 Step 20/22 : LABEL arch=arm64 20:41:11 ---> Running in a3bb92040c0b 20:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:41:12 OK: 233 MiB in 51 packages 20:41:12 OK: 233 MiB in 51 packages 20:41:12 OK: 233 MiB in 51 packages 20:41:12 Removing intermediate container bfebb1e61f64 20:41:12 ---> b6b25dd79d08 20:41:12 Step 21/22 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:41:12 OK: 233 MiB in 51 packages 20:41:12 ---> Running in 63671cecccc5 20:41:12 Removing intermediate container a3bb92040c0b 20:41:12 ---> 0630155f3031 20:41:12 Step 21/22 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:41:12 Removing intermediate container 0947bec5e27e 20:41:12 ---> abd8b1882657 20:41:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:41:13 ---> 4dc5ed97c57e 20:41:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:41:13 ---> Running in 00c36d3d2eea 20:41:13 ---> Running in dfbf5e772d25 20:41:13 Removing intermediate container 63671cecccc5 20:41:13 ---> e32adff33a1b 20:41:13 Step 22/22 : LABEL version=2.0.0-dev.164 20:41:13 ---> Running in 7ea0283def7f 20:41:13 Removing intermediate container 523fd738c6ce 20:41:13 ---> dfd8fbfd64f3 20:41:13 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:41:13 Removing intermediate container 00c36d3d2eea 20:41:13 ---> 3026271c7201 20:41:13 Step 22/22 : LABEL version=2.0.0-dev.164 20:41:13 Removing intermediate container dfbf5e772d25 20:41:13 ---> dc45d85bb47d 20:41:13 Step 14/26 : ENV APP_PORT=48090 20:41:13 ---> Running in 8eea69a90338 20:41:14 Removing intermediate container 2962b31858a1 20:41:14 ---> 6807071f9ded 20:41:14 Step 6/22 : COPY go.mod . 20:41:14 Removing intermediate container 8f41a8d186b8 20:41:14 ---> 5f1629d68564 20:41:14 Step 6/23 : COPY go.mod . 20:41:14 ---> Running in 1bab73044b6b 20:41:14 Removing intermediate container 7ea0283def7f 20:41:14 ---> 8d25ab325a67 20:41:14 20:41:14 ---> Running in 5d8a43f0cc71 20:41:14 ---> d6416c58014b 20:41:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:41:14 Removing intermediate container 6af23d12ce2d 20:41:14 ---> b3ac810397d9 20:41:14 Step 6/23 : COPY go.mod . 20:41:14 Removing intermediate container 211e9d7d7f30 20:41:14 ---> 720739c6db68 20:41:14 Step 6/24 : COPY go.mod . 20:41:14 Removing intermediate container 1bab73044b6b 20:41:14 ---> 65e2e9372199 20:41:14 20:41:14 Successfully built 8d25ab325a67 20:41:15 Successfully tagged docker-support-notifications-go-arm64:latest 20:41:15  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 20:41:15 Removing intermediate container 5d8a43f0cc71 20:41:15 ---> dcad82c4a057 20:41:15 Step 15/26 : EXPOSE $APP_PORT 20:41:15 Successfully built 65e2e9372199 20:41:15 Successfully tagged docker-support-scheduler-go-arm64:latest 20:41:15 Building docker-core-metadata-go 20:41:15 ---> 968be6d47006 20:41:15 Step 7/22 : RUN go mod download 20:41:15 Removing intermediate container 747c8dae93e4 20:41:15 ---> 19aa81477983 20:41:15 Step 6/23 : COPY go.mod . 20:41:15  Building docker-support-scheduler-go ... done  ---> Running in 0f1cff4fd252 20:41:15 ---> 26c5fcf7bda1 20:41:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:41:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:41:15 ---> 9421ab47945f 20:41:15 Step 7/23 : RUN go mod download 20:41:15 ---> Running in 42ef042646b1 20:41:16 ---> 57f9f5bda623 20:41:16 Step 7/23 : RUN go mod download 20:41:16 ---> Running in 9f7a68561446 20:41:16 ---> 685d7a890355 20:41:16 Step 7/24 : RUN go mod download 20:41:16 ---> Running in 47b659f61a63 20:41:16 Removing intermediate container 0f1cff4fd252 20:41:16 ---> 01bbb7f68b05 20:41:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:41:16 ---> 823aedfbbdf4 20:41:16 Step 7/23 : RUN go mod download 20:41:16 ---> Running in 3771a35c3fa6 20:41:16 ---> Running in b2fb86bf1181 20:41:16 Removing intermediate container 47b659f61a63 20:41:16 ---> 5cffb2f95799 20:41:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:41:16 ---> Running in 6ccfe96b03bf 20:41:17 (1/6) Installing dumb-init (1.2.2-r1) 20:41:17 (2/6) Installing libgcc (9.3.0-r2) 20:41:17 (3/6) Installing libsodium (1.0.18-r0) 20:41:17 (4/6) Installing libstdc++ (9.3.0-r2) 20:41:17 (5/6) Installing libzmq (4.3.3-r0) 20:41:17 (6/6) Installing zeromq (4.3.3-r0) 20:41:17 Executing busybox-1.31.1-r20.trigger 20:41:18 OK: 8 MiB in 20 packages 20:41:18 ---> 6c5b7f5cc812 20:41:18 Step 26/31 : RUN chmod +x /entrypoint.sh 20:41:18 ---> 1ba7f6c78ad8 20:41:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:41:20 ---> Running in 2a0163d8b63e 20:41:20 ---> b92c7703e0d9 20:41:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:41:21 Removing intermediate container 8eea69a90338 20:41:21 ---> eabd3d862582 20:41:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:41:21 ---> ffba447c0573 20:41:21 Step 19/26 : RUN apk --no-cache add py3-pip 20:41:21 ---> Running in bce7f1fddfa6 20:41:22 ---> 5d014acdb2d8 20:41:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:41:22 Removing intermediate container 42ef042646b1 20:41:22 ---> dfdfa9ff8d7c 20:41:22 Step 8/22 : COPY . . 20:41:22 Removing intermediate container 6ccfe96b03bf 20:41:22 ---> f0d739f902b8 20:41:22 Step 8/23 : COPY . . 20:41:22 Removing intermediate container 9f7a68561446 20:41:22 ---> 243a984544df 20:41:22 Step 8/23 : COPY . . 20:41:22 Removing intermediate container 3771a35c3fa6 20:41:22 ---> e2b70cc880be 20:41:22 Step 8/23 : COPY . . 20:41:23 Removing intermediate container b2fb86bf1181 20:41:23 ---> f27666f367f9 20:41:23 Step 8/24 : COPY . . 20:41:24 Removing intermediate container 2a0163d8b63e 20:41:24 ---> 1041dc7bf48b 20:41:24 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:41:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:41:24 ---> 999fa5730e82 20:41:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:41:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:41:24 ---> Running in 96f4eecd4e30 20:41:25 ---> e3bfaf27b526 20:41:25 Step 19/23 : ENTRYPOINT ["/core-data"] 20:41:25 (1/33) Installing libbz2 (1.0.8-r1) 20:41:25 (2/33) Installing expat (2.2.9-r1) 20:41:25 (3/33) Installing libffi (3.3-r2) 20:41:25 (4/33) Installing gdbm (1.13-r1) 20:41:25 (5/33) Installing xz-libs (5.2.5-r0) 20:41:25 (6/33) Installing sqlite-libs (3.32.1-r0) 20:41:25 (7/33) Installing python3 (3.8.8-r0) 20:41:25 Removing intermediate container 96f4eecd4e30 20:41:25 ---> 78eb29b1c38c 20:41:25 Step 28/31 : CMD ["gate"] 20:41:25 ---> Running in ff1341d9bf43 20:41:26 ---> Running in 524b62a7af79 20:41:27 Removing intermediate container ff1341d9bf43 20:41:27 ---> 272e545246a8 20:41:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:41:27 (8/33) Installing py3-appdirs (1.4.4-r1) 20:41:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:41:27 (10/33) Installing py3-parsing (2.4.7-r0) 20:41:27 (11/33) Installing py3-six (1.15.0-r0) 20:41:27 (12/33) Installing py3-packaging (20.4-r0) 20:41:27 (13/33) Installing py3-setuptools (47.0.0-r0) 20:41:27 (14/33) Installing py3-chardet (3.0.4-r4) 20:41:27 (15/33) Installing py3-idna (2.9-r0) 20:41:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:41:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:41:27 (18/33) Installing py3-requests (2.23.0-r0) 20:41:27 Removing intermediate container 524b62a7af79 20:41:27 ---> 7bcdc10a067a 20:41:27 Step 29/31 : LABEL arch=arm64 20:41:27 (19/33) Installing py3-msgpack (1.0.0-r0) 20:41:27 (20/33) Installing py3-lockfile (0.12.2-r3) 20:41:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:41:27 (22/33) Installing py3-colorama (0.4.3-r0) 20:41:27 (23/33) Installing py3-distlib (0.3.0-r0) 20:41:27 (24/33) Installing py3-distro (1.5.0-r1) 20:41:27 (25/33) Installing py3-webencodings (0.5.1-r3) 20:41:27 (26/33) Installing py3-html5lib (1.0.1-r4) 20:41:27 (27/33) Installing py3-pytoml (0.1.21-r0) 20:41:27 (28/33) Installing py3-pep517 (0.8.2-r0) 20:41:27 (29/33) Installing py3-progress (1.5-r0) 20:41:27 (30/33) Installing py3-toml (0.10.1-r0) 20:41:27 (31/33) Installing py3-retrying (1.3.3-r0) 20:41:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:41:27 (33/33) Installing py3-pip (20.1.1-r0) 20:41:28 Executing busybox-1.31.1-r19.trigger 20:41:28 OK: 71 MiB in 55 packages 20:41:28 ---> Running in abea180db67d 20:41:28 ---> Running in 00f463bbc442 20:41:29 Removing intermediate container abea180db67d 20:41:29 ---> 8460d342f554 20:41:29 Step 21/23 : LABEL arch=arm64 20:41:29 Removing intermediate container 00f463bbc442 20:41:29 ---> 582ff8b53c65 20:41:29 Step 30/31 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:41:30 ---> Running in a9e28ba6a4b1 20:41:30 ---> Running in 7fce7aac1d56 20:41:31 Removing intermediate container a9e28ba6a4b1 20:41:31 ---> 4161a26b6211 20:41:31 Step 22/23 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:41:31 Removing intermediate container 7fce7aac1d56 20:41:31 ---> 5cda98238a44 20:41:31 Step 31/31 : LABEL version=2.0.0-dev.164 20:41:32 ---> Running in 30d8e2f7fa8c 20:41:32 ---> Running in 191b2ecde960 20:41:32 Removing intermediate container 30d8e2f7fa8c 20:41:32 ---> 9690a983f1e7 20:41:32 Step 23/23 : LABEL version=2.0.0-dev.164 20:41:33 ---> Running in 30017606e09a 20:41:33 Removing intermediate container 191b2ecde960 20:41:33 ---> 09e8d0cd385d 20:41:33 20:41:34 Successfully built 09e8d0cd385d 20:41:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:41:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:41:34 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:41:34  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 20:41:34 ---> 081cf942bd49 20:41:34 Step 3/23 : WORKDIR /edgex-go 20:41:34 ---> Using cache 20:41:34 ---> f2ba2ed8e684 20:41:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:34 ---> Using cache 20:41:34 ---> 7a416ee1bdcb 20:41:34 Step 5/23 : RUN apk add --update --no-cache make git 20:41:34 ---> 081cf942bd49 20:41:34 Step 3/24 : WORKDIR /edgex-go 20:41:34 ---> Using cache 20:41:34 ---> f2ba2ed8e684 20:41:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:34 ---> Using cache 20:41:34 ---> 7a416ee1bdcb 20:41:34 Step 5/24 : RUN apk add --update --no-cache make git 20:41:34 Removing intermediate container 30017606e09a 20:41:34 ---> bed7feca53ad 20:41:34 20:41:35 ---> Running in 2741b650b303 20:41:35 ---> Running in 51609658c78d 20:41:35 Successfully built bed7feca53ad 20:41:35 Successfully tagged docker-core-data-go-arm64:latest 20:41:35 Building docker-core-command-go 20:41:36  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:41:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:41:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:41:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:41:37 Removing intermediate container bce7f1fddfa6 20:41:37 ---> e1d9ffb27128 20:41:37 Step 20/26 : RUN pip install docker-compose==1.23.2 20:41:38 OK: 217 MiB in 51 packages 20:41:38 OK: 217 MiB in 51 packages 20:41:39 ---> Running in c53e6e49c948 20:41:41 Removing intermediate container 51609658c78d 20:41:41 ---> ae3a648c117e 20:41:41 Step 6/23 : COPY go.mod . 20:41:41 Removing intermediate container 2741b650b303 20:41:41 ---> 4fd0823a31f2 20:41:41 Step 6/24 : COPY go.mod . 20:41:41 ---> a13df464f6cf 20:41:41 Step 7/23 : RUN go mod download 20:41:42 ---> Running in 7e7983fc31c5 20:41:42 ---> a73b9d265f43 20:41:42 Step 7/24 : RUN go mod download 20:41:42 ---> Running in d5fef17f6371 20:41:46 Removing intermediate container 7e7983fc31c5 20:41:46 ---> 4813475d0936 20:41:46 Step 8/23 : COPY . . 20:41:46 Removing intermediate container d5fef17f6371 20:41:46 ---> ffc8328d68e4 20:41:46 Step 8/24 : COPY . . 20:41:47 Collecting docker-compose==1.23.2 20:41:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:41:47 Collecting docopt<0.7,>=0.6.1 20:41:47 Downloading docopt-0.6.2.tar.gz (25 kB) 20:41:50 Collecting texttable<0.10,>=0.9.0 20:41:50 Downloading texttable-0.9.1.tar.gz (11 kB) 20:41:53 Collecting websocket-client<1.0,>=0.32.0 20:41:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:41:53 Collecting dockerpty<0.5,>=0.4.1 20:41:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:41:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:41:55 ---> 081cf942bd49 20:41:55 Step 3/21 : WORKDIR /edgex-go 20:41:55 ---> Using cache 20:41:55 ---> f2ba2ed8e684 20:41:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:55 ---> Using cache 20:41:55 ---> 7a416ee1bdcb 20:41:55 Step 5/21 : RUN apk add --update --no-cache make git 20:41:55 ---> Using cache 20:41:55 ---> 4fd0823a31f2 20:41:55 Step 6/21 : COPY go.mod . 20:41:55 ---> Using cache 20:41:55 ---> a73b9d265f43 20:41:55 Step 7/21 : RUN go mod download 20:41:55 ---> Using cache 20:41:55 ---> ffc8328d68e4 20:41:55 Step 8/21 : COPY . . 20:41:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:41:55 ---> 081cf942bd49 20:41:55 Step 3/23 : WORKDIR /edgex-go 20:41:55 ---> Using cache 20:41:55 ---> f2ba2ed8e684 20:41:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:55 ---> Using cache 20:41:55 ---> 7a416ee1bdcb 20:41:55 Step 5/23 : RUN apk add --update --no-cache make git 20:41:55 ---> Using cache 20:41:55 ---> 4fd0823a31f2 20:41:55 Step 6/23 : COPY go.mod . 20:41:55 ---> Using cache 20:41:55 ---> a73b9d265f43 20:41:55 Step 7/23 : RUN go mod download 20:41:55 ---> Using cache 20:41:55 ---> ffc8328d68e4 20:41:55 Step 8/23 : COPY . . 20:41:56 Collecting cached-property<2,>=1.2.0 20:41:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:41:57 Collecting PyYAML<4,>=3.10 20:41:57 Downloading PyYAML-3.13.tar.gz (270 kB) 20:42:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:42:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:42:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:42:02 Collecting jsonschema<3,>=2.5.1 20:42:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:42:03 Collecting docker<4.0,>=3.6.0 20:42:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:42:05 Collecting urllib3<1.25,>=1.21.1 20:42:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:42:06 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) 20:42:07 Collecting idna<2.8,>=2.5 20:42:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:42:08 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) 20:42:09 Collecting docker-pycreds>=0.4.0 20:42:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:42:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:42:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:42:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:42:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:42:10 Installing collected packages: docopt, texttable, websocket-client, dockerpty, cached-property, PyYAML, urllib3, idna, requests, jsonschema, docker-pycreds, docker, docker-compose 20:42:10 Running setup.py install for docopt: started 20:42:10 ---> f224452b37e9 20:42:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:42:11 ---> b8911ec1a455 20:42:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:42:11 ---> c992515e21ab 20:42:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:42:11 ---> Running in c1dbb3cecf6b 20:42:11 ---> Running in ec8f3c70eb21 20:42:11 ---> Running in ba5e4fc453fe 20:42:12 ---> a65b9e12401c 20:42:12 Step 9/23 : RUN make cmd/core-command/core-command 20:42:12 ---> Running in b0c69e510c7c 20:42:13 Running setup.py install for docopt: finished with status 'done' 20:42:13 Running setup.py install for texttable: started 20:42:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:42:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:42:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:42:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/core-command/core-command ./cmd/core-command 20:42:16 Running setup.py install for texttable: finished with status 'done' 20:42:16 Running setup.py install for dockerpty: started 20:42:19 Running setup.py install for dockerpty: finished with status 'done' 20:42:19 Running setup.py install for PyYAML: started 20:42:22 Running setup.py install for PyYAML: finished with status 'done' 20:42:22 Attempting uninstall: urllib3 20:42:22 Found existing installation: urllib3 1.25.9 20:42:22 Uninstalling urllib3-1.25.9: 20:42:22 Successfully uninstalled urllib3-1.25.9 20:42:23 Attempting uninstall: idna 20:42:23 Found existing installation: idna 2.9 20:42:23 Uninstalling idna-2.9: 20:42:23 Successfully uninstalled idna-2.9 20:42:24 Attempting uninstall: requests 20:42:24 Found existing installation: requests 2.23.0 20:42:24 Uninstalling requests-2.23.0: 20:42:24 Successfully uninstalled requests-2.23.0 20:42: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.58.0 20:42:33 Removing intermediate container c53e6e49c948 20:42:33 ---> ed5a635a3f3a 20:42:33 Step 21/26 : RUN apk --no-cache add curl 20:42:33 ---> Running in ec16c29046ba 20:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:42:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:42:36 (2/3) Installing libcurl (7.69.1-r3) 20:42:36 (3/3) Installing curl (7.69.1-r3) 20:42:36 Executing busybox-1.31.1-r19.trigger 20:42:36 OK: 72 MiB in 58 packages 20:42:38 Removing intermediate container ec16c29046ba 20:42:38 ---> 19b288dee3bd 20:42:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:42:38 ---> Running in 084fc3ffaba5 20:42:38 Removing intermediate container 084fc3ffaba5 20:42:38 ---> 3ff9e48a32cd 20:42:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:42:39 ---> Running in d33816da0f20 20:42:39 Removing intermediate container d33816da0f20 20:42:39 ---> 9919ad14420a 20:42:39 Step 24/26 : LABEL arch=arm64 20:42:39 ---> Running in 18c224545d39 20:42:40 Removing intermediate container 18c224545d39 20:42:40 ---> f24144ea7191 20:42:40 Step 25/26 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:42:40 ---> Running in 0e53960095ff 20:42:41 Removing intermediate container 0e53960095ff 20:42:41 ---> c548a005be66 20:42:41 Step 26/26 : LABEL version=2.0.0-dev.164 20:42:41 ---> Running in ad4317ca96a3 20:42:42 Removing intermediate container ad4317ca96a3 20:42:42 ---> 7f5e02cde55a 20:42:42 20:42:42 Successfully built 7f5e02cde55a 20:42:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:43:18 ---> 8d8e48e46496 20:43:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:43:18 ---> 448bae371861 20:43:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:43:18 ---> c85c52ff12a5 20:43:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:43:18 ---> Running in ad3ff5a8b91d 20:43:18 ---> Running in b642ca81bb51 20:43:18 ---> Running in 5d9e486322ad 20:43:18 ---> e15a46818401 20:43:18 Step 9/23 : RUN make cmd/core-command/core-command 20:43:18 ---> Running in f5329575b07d 20:43:18 ---> 2d99cfb802bd 20:43:18 Step 9/23 : RUN make cmd/core-data/core-data 20:43:18 ---> Running in 3fa77b8de645 20:43:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:43:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:43:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/core-data/core-data ./cmd/core-data 20:43:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/core-command/core-command ./cmd/core-command 20:43:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:43:39  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:43:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/secrets-config ./cmd/secrets-config 20:43:51 Removing intermediate container ec8f3c70eb21 20:43:51 ---> 367765561f10 20:43:51 20:43:51 Step 10/24 : FROM alpine:3.12 20:43:51 ---> d75e27dfc0a0 20:43:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:43:51 Removing intermediate container ba5e4fc453fe 20:43:51 ---> 578b032dc661 20:43:51 20:43:51 Step 10/21 : FROM alpine:3.12 20:43:51 ---> d75e27dfc0a0 20:43:51 Step 11/21 : RUN apk add --update --no-cache curl 20:43:51 ---> Running in bebfd08b33e9 20:43:51 ---> Running in b1ecc41ca8ad 20:43:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:43:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:43:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:43:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:43:53 (1/4) Installing ca-certificates (20191127-r4) 20:43:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:43:53 (3/4) Installing libcurl (7.69.1-r3) 20:43:53 (4/4) Installing curl (7.69.1-r3) 20:43:53 Executing busybox-1.31.1-r20.trigger 20:43:53 Executing ca-certificates-20191127-r4.trigger 20:43:53 (1/6) Installing ca-certificates (20191127-r4) 20:43:53 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:43:53 (3/6) Installing libcurl (7.69.1-r3) 20:43:53 (4/6) Installing curl (7.69.1-r3) 20:43:53 (5/6) Installing dumb-init (1.2.2-r1) 20:43:53 (6/6) Installing su-exec (0.2-r1) 20:43:53 Executing busybox-1.31.1-r20.trigger 20:43:53 Executing ca-certificates-20191127-r4.trigger 20:43:53 OK: 7 MiB in 18 packages 20:43:53 Removing intermediate container b0c69e510c7c 20:43:53 ---> 6f8d934f2f0a 20:43:53 20:43:53 Step 10/23 : FROM alpine:3.12 20:43:53 ---> d75e27dfc0a0 20:43:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:43:53 ---> Using cache 20:43:53 ---> de8d951928b2 20:43:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:43:53 ---> Using cache 20:43:53 ---> e120815e332a 20:43:53 Step 13/23 : ENV APP_PORT=48082 20:43:54 OK: 7 MiB in 20 packages 20:43:54 ---> Running in 4f30e2d1348f 20:43:55 Removing intermediate container 4f30e2d1348f 20:43:55 ---> ecd46f464334 20:43:55 Step 14/23 : EXPOSE $APP_PORT 20:43:55 ---> Running in a7d6067ab967 20:43:56 Removing intermediate container a7d6067ab967 20:43:56 ---> bd534ff53a72 20:43:56 Step 15/23 : WORKDIR / 20:43:56 Removing intermediate container b1ecc41ca8ad 20:43:56 ---> cc465edf10d0 20:43:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:43:57 Removing intermediate container bebfd08b33e9 20:43:57 ---> a6406cbca26e 20:43:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:43:57 ---> Running in 743e7275bbb8 20:43:57 ---> Running in a6156d6e0309 20:43:57 ---> Running in 67aee2b83693 20:43:57 Removing intermediate container 743e7275bbb8 20:43:57 ---> 0b8a8fb80cb6 20:43:57 Step 13/21 : WORKDIR /edgex 20:43:58 Removing intermediate container a6156d6e0309 20:43:58 ---> 044cea83e1b3 20:43:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:43:58 Removing intermediate container 67aee2b83693 20:43:58 ---> 3a1d6669c5da 20:43:58 Step 13/24 : WORKDIR / 20:43:58 ---> Running in 90b998804ad2 20:43:58 ---> Running in a595495bf198 20:43:59 Removing intermediate container 90b998804ad2 20:43:59 ---> 0bea911489cb 20:43:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:43:59 Removing intermediate container a595495bf198 20:43:59 ---> 66438b5ab132 20:43:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:43:59 ---> 66d74df0f3bf 20:43:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:43:59 Removing intermediate container c1dbb3cecf6b 20:43:59 ---> 2e3e00a6b08a 20:43:59 20:43:59 Step 10/23 : FROM alpine:3.12 20:43:59 ---> d75e27dfc0a0 20:43:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:43:59 ---> Using cache 20:43:59 ---> de8d951928b2 20:43:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:43:59 ---> Using cache 20:43:59 ---> e120815e332a 20:43:59 Step 13/23 : ENV APP_PORT=48081 20:43:59 ---> Running in 384882ae3da2 20:44:00 ---> 4762c660eb6f 20:44:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:44:00 ---> 272033722e6b 20:44:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:44:00 Removing intermediate container 384882ae3da2 20:44:00 ---> c4a65cf6e296 20:44:00 Step 14/23 : EXPOSE $APP_PORT 20:44:00 ---> Running in 79ba3c73ba4a 20:44:00 ---> 6a3d97692e04 20:44:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:44:01 Removing intermediate container 79ba3c73ba4a 20:44:01 ---> 72a78756e3a4 20:44:01 Step 15/23 : WORKDIR / 20:44:01 ---> Running in 2c0f8ca80a1e 20:44:01 ---> 29b0288697b0 20:44:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:44:01 ---> 1f47af665cab 20:44:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:44:01 ---> 07f5447ed0c0 20:44:01 Step 19/23 : ENTRYPOINT ["/core-command"] 20:44:01 ---> Running in ac6f37bc3a14 20:44:02 Removing intermediate container 2c0f8ca80a1e 20:44:02 ---> 2459a320b230 20:44:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:44:02 Removing intermediate container ac6f37bc3a14 20:44:02 ---> 26bd927f7510 20:44:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:44:02 ---> 1a72b4d0083f 20:44:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:44:02 ---> Running in c4348c37fd78 20:44:03 ---> df60f4ed6401 20:44:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:44:03 ---> Running in da8ba9b02426 20:44:03 ---> de176070dee4 20:44:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:44:03 Removing intermediate container c4348c37fd78 20:44:03 ---> 8f46c1a2fb45 20:44:03 Step 21/23 : LABEL arch=arm64 20:44:03 ---> Running in 594e793ada95 20:44:04 Removing intermediate container da8ba9b02426 20:44:04 ---> fc0cf4df6b2d 20:44:04 Step 18/21 : CMD ["--init=true"] 20:44:04 ---> 196ec1590be6 20:44:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:44:04 ---> Running in 0f9a79c21d8d 20:44:04 Removing intermediate container 594e793ada95 20:44:04 ---> d15ddc86f0c3 20:44:04 Step 22/23 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:05 ---> Running in 1739307a1c2e 20:44:05 ---> 78766abfccbd 20:44:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:44:05 Removing intermediate container 0f9a79c21d8d 20:44:05 ---> f48eb2ca8908 20:44:05 Step 19/21 : LABEL arch=arm64 20:44:05 ---> eb625171c014 20:44:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:44:05 ---> Running in 757a75c1da5d 20:44:05 Removing intermediate container 1739307a1c2e 20:44:05 ---> e834599962fa 20:44:05 Step 23/23 : LABEL version=2.0.0-dev.164 20:44:05 ---> Running in 1becb9b61abc 20:44:06 Removing intermediate container 757a75c1da5d 20:44:06 ---> 5176f3698312 20:44:06 Step 20/21 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:06 ---> 73d349e97924 20:44:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:44:06 ---> ba6d4a79e530 20:44:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:44:06 ---> Running in 91d2200e68ee 20:44:06 ---> Running in b218858eaeca 20:44:06 ---> Running in 881998fa851e 20:44:06 Removing intermediate container 1becb9b61abc 20:44:06 ---> 2d099128ad04 20:44:06 20:44:06 Removing intermediate container 91d2200e68ee 20:44:06 ---> ad5199ca214d 20:44:06 Step 21/21 : LABEL version=2.0.0-dev.164 20:44:07 Removing intermediate container 881998fa851e 20:44:07 ---> 4720cbf1b2ef 20:44:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:44:07 Successfully built 2d099128ad04 20:44:07 Successfully tagged docker-core-command-go-arm64:latest 20:44:07  Building docker-core-command-go ... done  ---> Running in 909e0bd9322f 20:44:07 ---> Running in 2d1b17b39d0c 20:44:07 Removing intermediate container 909e0bd9322f 20:44:07 ---> e87298a1e0dc 20:44:07 20:44:08 Removing intermediate container 2d1b17b39d0c 20:44:08 ---> b177c898055b 20:44:08 Step 21/23 : LABEL arch=arm64 20:44:08 ---> Running in e0c2a2533ff3 20:44:08 Successfully built e87298a1e0dc 20:44:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:44:09  Building docker-security-proxy-setup-go ... done Removing intermediate container e0c2a2533ff3 20:44:09 ---> 302ad796f1f9 20:44:09 Step 22/23 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:09 ---> Running in ec5023da36d6 20:44:09 Removing intermediate container b218858eaeca 20:44:09 ---> ea85a1074733 20:44:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:44:09 ---> Running in 498d3c69136a 20:44:09 Removing intermediate container ec5023da36d6 20:44:09 ---> 9c56d4c06017 20:44:09 Step 23/23 : LABEL version=2.0.0-dev.164 20:44:09 ---> Running in 5ef34c32a949 20:44:09 Removing intermediate container 498d3c69136a 20:44:09 ---> b6d1cec3399b 20:44:09 Step 22/24 : LABEL arch=arm64 20:44:10 ---> Running in 99c321251d86 20:44:10 Removing intermediate container 5ef34c32a949 20:44:10 ---> fe6aa645c8f2 20:44:10 20:44:10 Successfully built fe6aa645c8f2 20:44:10 Successfully tagged docker-core-metadata-go-arm64:latest 20:44:10  Building docker-core-metadata-go ... done Removing intermediate container 99c321251d86 20:44:10 ---> 1c93f996b961 20:44:10 Step 23/24 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:10 ---> Running in 0adb2b3fb0d5 20:44:11 Removing intermediate container 0adb2b3fb0d5 20:44:11 ---> 1538b893a5fd 20:44:11 Step 24/24 : LABEL version=2.0.0-dev.164 20:44:11 ---> Running in 189a921809c0 20:44:11 Removing intermediate container 189a921809c0 20:44:11 ---> 80935f0a6830 20:44:11 20:44:12 Successfully built 80935f0a6830 20:44:12 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:44:12  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 20:44:12 $ docker stop --time=1 08d6c94c6fbbbf85177bad2e3b6d8ad8a31e51f8d02245309b879a0482a6ab1c 20:44:14 $ docker rm -f 08d6c94c6fbbbf85177bad2e3b6d8ad8a31e51f8d02245309b879a0482a6ab1c [Pipeline] // withDockerContainer [Pipeline] sh 20:44:14 + docker images 20:44:14 + grep docker 20:44:15 docker-security-secretstore-setup-go-arm64 latest 80935f0a6830 3 seconds ago 24.4MB 20:44:15 docker-core-metadata-go-arm64 latest fe6aa645c8f2 5 seconds ago 17.9MB 20:44:15 docker-security-proxy-setup-go-arm64 latest e87298a1e0dc 7 seconds ago 24.1MB 20:44:15 docker-core-command-go-arm64 latest 2d099128ad04 8 seconds ago 16.3MB 20:44:15 docker-sys-mgmt-agent-go-arm64 latest 7f5e02cde55a About a minute ago 301MB 20:44:15 docker-core-data-go-arm64 latest bed7feca53ad 2 minutes ago 21.4MB 20:44:15 docker-security-bootstrapper-go-arm64 latest 09e8d0cd385d 2 minutes ago 17.9MB 20:44:15 docker-support-scheduler-go-arm64 latest 65e2e9372199 3 minutes ago 16.4MB 20:44:15 docker-support-notifications-go-arm64 latest 8d25ab325a67 3 minutes ago 16.9MB 20:44:15 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:44:15 provisioning config files... 20:44:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/432@tmp/config2864748569858511528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:44:16 ---> docker-login.sh 20:44:16 nexus3.edgexfoundry.org:10001 20:44:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:16 Configure a credential helper to remove this warning. See 20:44:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:16 20:44:16 Login Succeeded 20:44:16 nexus3.edgexfoundry.org:10002 20:44:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:17 Configure a credential helper to remove this warning. See 20:44:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:17 20:44:17 Login Succeeded 20:44:17 nexus3.edgexfoundry.org:10003 20:44:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:17 Configure a credential helper to remove this warning. See 20:44:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:17 20:44:17 Login Succeeded 20:44:17 nexus3.edgexfoundry.org:10004 20:44:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:18 Configure a credential helper to remove this warning. See 20:44:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:18 20:44:18 Login Succeeded 20:44:18 docker.io 20:44:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:18 Configure a credential helper to remove this warning. See 20:44:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:18 20:44:18 Login Succeeded 20:44:18 ---> docker-login.sh ends [Pipeline] } 20:44:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:44:19 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 20:44:19 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:19 2.0.0-dev.164 20:44:19 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:19 master 20:44:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:19 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:44:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:44:20 3533fd6873f8: Preparing 20:44:20 2b275c850d2c: Preparing 20:44:20 3759c5466765: Preparing 20:44:20 08f3e5b5e670: Preparing 20:44:20 e08058ee1dfe: Preparing 20:44:20 e08058ee1dfe: Layer already exists 20:44:20 08f3e5b5e670: Pushed 20:44:20 3533fd6873f8: Pushed 20:44:20 3759c5466765: Pushed 20:44:22 2b275c850d2c: Pushed 20:44:23 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:ef01ab37d68c52f88d776a48d5dca8904e0bc403b0dd0f5ddb6d7c063901b39c size: 1363 [Pipeline] isUnix [Pipeline] sh 20:44:23 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:44:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.164 20:44:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:44:23 3533fd6873f8: Preparing 20:44:23 2b275c850d2c: Preparing 20:44:23 3759c5466765: Preparing 20:44:23 08f3e5b5e670: Preparing 20:44:23 e08058ee1dfe: Preparing 20:44:23 3759c5466765: Layer already exists 20:44:23 3533fd6873f8: Layer already exists 20:44:23 e08058ee1dfe: Layer already exists 20:44:23 08f3e5b5e670: Layer already exists 20:44:23 2b275c850d2c: Layer already exists 20:44:24 2.0.0-dev.164: digest: sha256:ef01ab37d68c52f88d776a48d5dca8904e0bc403b0dd0f5ddb6d7c063901b39c size: 1363 [Pipeline] isUnix [Pipeline] sh 20:44:24 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:44:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:44:24 3533fd6873f8: Preparing 20:44:24 2b275c850d2c: Preparing 20:44:24 3759c5466765: Preparing 20:44:24 08f3e5b5e670: Preparing 20:44:24 e08058ee1dfe: Preparing 20:44:25 08f3e5b5e670: Layer already exists 20:44:25 2b275c850d2c: Layer already exists 20:44:25 3533fd6873f8: Layer already exists 20:44:25 3759c5466765: Layer already exists 20:44:25 e08058ee1dfe: Layer already exists 20:44:25 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:ef01ab37d68c52f88d776a48d5dca8904e0bc403b0dd0f5ddb6d7c063901b39c size: 1363 [Pipeline] isUnix [Pipeline] sh 20:44:25 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:44:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 20:44:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 20:44:25 3533fd6873f8: Preparing 20:44:25 2b275c850d2c: Preparing 20:44:25 3759c5466765: Preparing 20:44:25 08f3e5b5e670: Preparing 20:44:25 e08058ee1dfe: Preparing 20:44:25 3533fd6873f8: Layer already exists 20:44:25 08f3e5b5e670: Layer already exists 20:44:25 3759c5466765: Layer already exists 20:44:25 e08058ee1dfe: Layer already exists 20:44:25 2b275c850d2c: Layer already exists 20:44:26 master: digest: sha256:ef01ab37d68c52f88d776a48d5dca8904e0bc403b0dd0f5ddb6d7c063901b39c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:44:26 ===================================================== [Pipeline] echo 20:44:26 taggedImages: 20:44:26 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:26 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.164 20:44:26 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:26 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 20:44:26 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 20:44:26 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:26 2.0.0-dev.164 20:44:26 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:26 master 20:44:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:26 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:44:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:44:27 3ad11ee14cc8: Preparing 20:44:27 548567477908: Preparing 20:44:27 3759c5466765: Preparing 20:44:27 3c3701ad21c7: Preparing 20:44:27 a503aa88dfa2: Preparing 20:44:27 e08058ee1dfe: Preparing 20:44:27 e08058ee1dfe: Waiting 20:44:27 3759c5466765: Layer already exists 20:44:27 e08058ee1dfe: Layer already exists 20:44:27 3ad11ee14cc8: Pushed 20:44:27 a503aa88dfa2: Pushed 20:44:28 3c3701ad21c7: Pushed 20:44:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:44:31 548567477908: Pushed 20:44:31 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:846922c23165a0f6aca57c1b4b5c2e9e8fcedc949194b5cee2c2a8ccb0eba03a size: 1572 [Pipeline] isUnix [Pipeline] sh 20:44:31 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:44:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.164 20:44:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:44:31 3ad11ee14cc8: Preparing 20:44:31 548567477908: Preparing 20:44:31 3759c5466765: Preparing 20:44:31 3c3701ad21c7: Preparing 20:44:31 a503aa88dfa2: Preparing 20:44:31 e08058ee1dfe: Preparing 20:44:31 e08058ee1dfe: Waiting 20:44:31 a503aa88dfa2: Layer already exists 20:44:31 548567477908: Layer already exists 20:44:31 3c3701ad21c7: Layer already exists 20:44:31 3ad11ee14cc8: Layer already exists 20:44:31 3759c5466765: Layer already exists 20:44:31 e08058ee1dfe: Layer already exists 20:44:31 2.0.0-dev.164: digest: sha256:846922c23165a0f6aca57c1b4b5c2e9e8fcedc949194b5cee2c2a8ccb0eba03a size: 1572 [Pipeline] isUnix [Pipeline] sh 20:44:32 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:44:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:44:32 3ad11ee14cc8: Preparing 20:44:32 548567477908: Preparing 20:44:32 3759c5466765: Preparing 20:44:32 3c3701ad21c7: Preparing 20:44:32 a503aa88dfa2: Preparing 20:44:32 e08058ee1dfe: Preparing 20:44:32 e08058ee1dfe: Waiting 20:44:32 3ad11ee14cc8: Layer already exists 20:44:32 3c3701ad21c7: Layer already exists 20:44:32 548567477908: Layer already exists 20:44:32 3759c5466765: Layer already exists 20:44:32 a503aa88dfa2: Layer already exists 20:44:32 e08058ee1dfe: Layer already exists 20:44:32 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:846922c23165a0f6aca57c1b4b5c2e9e8fcedc949194b5cee2c2a8ccb0eba03a size: 1572 [Pipeline] isUnix [Pipeline] sh 20:44:33 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:44:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 20:44:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 20:44:33 3ad11ee14cc8: Preparing 20:44:33 548567477908: Preparing 20:44:33 3759c5466765: Preparing 20:44:33 3c3701ad21c7: Preparing 20:44:33 a503aa88dfa2: Preparing 20:44:33 e08058ee1dfe: Preparing 20:44:33 e08058ee1dfe: Waiting 20:44:33 3759c5466765: Layer already exists 20:44:33 a503aa88dfa2: Layer already exists 20:44:33 3ad11ee14cc8: Layer already exists 20:44:33 3c3701ad21c7: Layer already exists 20:44:33 548567477908: Layer already exists 20:44:33 e08058ee1dfe: Layer already exists 20:44:33 master: digest: sha256:846922c23165a0f6aca57c1b4b5c2e9e8fcedc949194b5cee2c2a8ccb0eba03a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:44:34 ===================================================== [Pipeline] echo 20:44:34 taggedImages: 20:44:34 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:34 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.164 20:44:34 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:34 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 20:44:34 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 20:44:34 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:34 2.0.0-dev.164 20:44:34 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:34 master 20:44:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:34 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:44:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:44:35 497d8f29ba93: Preparing 20:44:35 9df5c1542489: Preparing 20:44:35 3759c5466765: Preparing 20:44:35 08f3e5b5e670: Preparing 20:44:35 e08058ee1dfe: Preparing 20:44:35 3759c5466765: Layer already exists 20:44:35 e08058ee1dfe: Layer already exists 20:44:35 08f3e5b5e670: Layer already exists 20:44:35 497d8f29ba93: Pushed 20:44:38 9df5c1542489: Pushed 20:44:38 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:efcf8c5b71fcad512be240ea7e7db792467830fa5a4288c6b70c6545f9df2472 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:44:39 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:44:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.164 20:44:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:44:39 497d8f29ba93: Preparing 20:44:39 9df5c1542489: Preparing 20:44:39 3759c5466765: Preparing 20:44:39 08f3e5b5e670: Preparing 20:44:39 e08058ee1dfe: Preparing 20:44:39 e08058ee1dfe: Layer already exists 20:44:39 497d8f29ba93: Layer already exists 20:44:39 9df5c1542489: Layer already exists 20:44:39 08f3e5b5e670: Layer already exists 20:44:39 3759c5466765: Layer already exists 20:44:39 2.0.0-dev.164: digest: sha256:efcf8c5b71fcad512be240ea7e7db792467830fa5a4288c6b70c6545f9df2472 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:44:40 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:44:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:44:40 497d8f29ba93: Preparing 20:44:40 9df5c1542489: Preparing 20:44:40 3759c5466765: Preparing 20:44:40 08f3e5b5e670: Preparing 20:44:40 e08058ee1dfe: Preparing 20:44:40 9df5c1542489: Layer already exists 20:44:40 3759c5466765: Layer already exists 20:44:40 497d8f29ba93: Layer already exists 20:44:40 08f3e5b5e670: Layer already exists 20:44:40 e08058ee1dfe: Layer already exists 20:44:40 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:efcf8c5b71fcad512be240ea7e7db792467830fa5a4288c6b70c6545f9df2472 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:44:41 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:44:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 20:44:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 20:44:41 497d8f29ba93: Preparing 20:44:41 9df5c1542489: Preparing 20:44:41 3759c5466765: Preparing 20:44:41 08f3e5b5e670: Preparing 20:44:41 e08058ee1dfe: Preparing 20:44:41 9df5c1542489: Layer already exists 20:44:41 e08058ee1dfe: Layer already exists 20:44:41 497d8f29ba93: Layer already exists 20:44:41 08f3e5b5e670: Layer already exists 20:44:41 3759c5466765: Layer already exists 20:44:41 master: digest: sha256:efcf8c5b71fcad512be240ea7e7db792467830fa5a4288c6b70c6545f9df2472 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:44:41 ===================================================== [Pipeline] echo 20:44:41 taggedImages: 20:44:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.164 20:44:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 20:44:41 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 20:44:41 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:41 2.0.0-dev.164 20:44:41 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:41 master 20:44:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:42 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:44:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:44:42 785afe49dfe4: Preparing 20:44:42 785afe49dfe4: Preparing 20:44:42 2282d51f0f2c: Preparing 20:44:42 7d5adbef978c: Preparing 20:44:42 7b54d38bffba: Preparing 20:44:42 04f4b86f24f3: Preparing 20:44:42 3759c5466765: Preparing 20:44:42 eeb59cdfda4c: Preparing 20:44:42 eeb59cdfda4c: Preparing 20:44:42 21ce74bc18e1: Preparing 20:44:42 0d3a718e2a65: Preparing 20:44:42 e08058ee1dfe: Preparing 20:44:42 3759c5466765: Waiting 20:44:42 eeb59cdfda4c: Waiting 20:44:42 21ce74bc18e1: Waiting 20:44:42 0d3a718e2a65: Waiting 20:44:42 e08058ee1dfe: Waiting 20:44:43 7d5adbef978c: Pushed 20:44:43 7b54d38bffba: Pushed 20:44:43 785afe49dfe4: Pushed 20:44:43 2282d51f0f2c: Pushed 20:44:43 3759c5466765: Layer already exists 20:44:43 e08058ee1dfe: Layer already exists 20:44:43 eeb59cdfda4c: Pushed 20:44:43 21ce74bc18e1: Pushed 20:44:43 0d3a718e2a65: Pushed 20:44:46 04f4b86f24f3: Pushed 20:44:46 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:68947667a65c09923d9cad7bdd3b10fc0eae432dfa294a61173390d0fafc47c5 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:44:47 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:44:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.164 20:44:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:44:47 785afe49dfe4: Preparing 20:44:47 785afe49dfe4: Preparing 20:44:47 2282d51f0f2c: Preparing 20:44:47 7d5adbef978c: Preparing 20:44:47 7b54d38bffba: Preparing 20:44:47 04f4b86f24f3: Preparing 20:44:47 3759c5466765: Preparing 20:44:47 eeb59cdfda4c: Preparing 20:44:47 eeb59cdfda4c: Preparing 20:44:47 21ce74bc18e1: Preparing 20:44:47 0d3a718e2a65: Preparing 20:44:47 e08058ee1dfe: Preparing 20:44:47 21ce74bc18e1: Waiting 20:44:47 0d3a718e2a65: Waiting 20:44:47 e08058ee1dfe: Waiting 20:44:47 3759c5466765: Waiting 20:44:47 eeb59cdfda4c: Waiting 20:44:47 785afe49dfe4: Layer already exists 20:44:47 04f4b86f24f3: Layer already exists 20:44:47 7d5adbef978c: Layer already exists 20:44:47 2282d51f0f2c: Layer already exists 20:44:47 7b54d38bffba: Layer already exists 20:44:47 21ce74bc18e1: Layer already exists 20:44:47 0d3a718e2a65: Layer already exists 20:44:47 3759c5466765: Layer already exists 20:44:47 eeb59cdfda4c: Layer already exists 20:44:47 e08058ee1dfe: Layer already exists 20:44:47 2.0.0-dev.164: digest: sha256:68947667a65c09923d9cad7bdd3b10fc0eae432dfa294a61173390d0fafc47c5 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:44:47 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:44:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:44:48 785afe49dfe4: Preparing 20:44:48 785afe49dfe4: Preparing 20:44:48 2282d51f0f2c: Preparing 20:44:48 7d5adbef978c: Preparing 20:44:48 7b54d38bffba: Preparing 20:44:48 04f4b86f24f3: Preparing 20:44:48 3759c5466765: Preparing 20:44:48 eeb59cdfda4c: Preparing 20:44:48 eeb59cdfda4c: Preparing 20:44:48 21ce74bc18e1: Preparing 20:44:48 0d3a718e2a65: Preparing 20:44:48 e08058ee1dfe: Preparing 20:44:48 e08058ee1dfe: Waiting 20:44:48 eeb59cdfda4c: Waiting 20:44:48 21ce74bc18e1: Waiting 20:44:48 0d3a718e2a65: Waiting 20:44:48 3759c5466765: Waiting 20:44:48 7b54d38bffba: Layer already exists 20:44:48 785afe49dfe4: Layer already exists 20:44:48 2282d51f0f2c: Layer already exists 20:44:48 04f4b86f24f3: Layer already exists 20:44:48 7d5adbef978c: Layer already exists 20:44:48 eeb59cdfda4c: Layer already exists 20:44:48 e08058ee1dfe: Layer already exists 20:44:48 3759c5466765: Layer already exists 20:44:48 0d3a718e2a65: Layer already exists 20:44:48 21ce74bc18e1: Layer already exists 20:44:48 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:68947667a65c09923d9cad7bdd3b10fc0eae432dfa294a61173390d0fafc47c5 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:44:48 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:44:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 20:44:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 20:44:49 785afe49dfe4: Preparing 20:44:49 785afe49dfe4: Preparing 20:44:49 2282d51f0f2c: Preparing 20:44:49 7d5adbef978c: Preparing 20:44:49 7b54d38bffba: Preparing 20:44:49 04f4b86f24f3: Preparing 20:44:49 3759c5466765: Preparing 20:44:49 eeb59cdfda4c: Preparing 20:44:49 eeb59cdfda4c: Preparing 20:44:49 21ce74bc18e1: Preparing 20:44:49 0d3a718e2a65: Preparing 20:44:49 e08058ee1dfe: Preparing 20:44:49 eeb59cdfda4c: Waiting 20:44:49 0d3a718e2a65: Waiting 20:44:49 21ce74bc18e1: Waiting 20:44:49 e08058ee1dfe: Waiting 20:44:49 3759c5466765: Waiting 20:44:49 04f4b86f24f3: Layer already exists 20:44:49 7d5adbef978c: Layer already exists 20:44:49 785afe49dfe4: Layer already exists 20:44:49 2282d51f0f2c: Layer already exists 20:44:49 7b54d38bffba: Layer already exists 20:44:49 eeb59cdfda4c: Layer already exists 20:44:49 3759c5466765: Layer already exists 20:44:49 e08058ee1dfe: Layer already exists 20:44:49 21ce74bc18e1: Layer already exists 20:44:49 0d3a718e2a65: Layer already exists 20:44:49 master: digest: sha256:68947667a65c09923d9cad7bdd3b10fc0eae432dfa294a61173390d0fafc47c5 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:44:49 ===================================================== [Pipeline] echo 20:44:49 taggedImages: 20:44:49 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:49 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.164 20:44:49 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:49 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 20:44:49 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 20:44:49 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:49 2.0.0-dev.164 20:44:49 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:49 master 20:44:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:50 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:44:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:44:50 d4c5e7acf6c8: Preparing 20:44:50 62c0e3fc3489: Preparing 20:44:50 8e5c99d113e0: Preparing 20:44:50 4d1ef862f140: Preparing 20:44:50 ade6aa89b9c9: Preparing 20:44:50 e08058ee1dfe: Preparing 20:44:50 8e5c99d113e0: Pushed 20:44:50 4d1ef862f140: Pushed 20:44:50 e08058ee1dfe: Layer already exists 20:44:51 ade6aa89b9c9: Pushed 20:44:53 Removing intermediate container 5d9e486322ad 20:44:53 ---> 185b5e4b2a2f 20:44:53 20:44:53 Step 10/22 : FROM alpine:3.12 20:44:53 Removing intermediate container f5329575b07d 20:44:53 ---> e16a1d58be1d 20:44:53 20:44:53 Step 10/23 : FROM alpine:3.12 20:44:53 3.12: Pulling from library/alpine 20:44:53 3.12: Pulling from library/alpine 20:44:53 d4c5e7acf6c8: Pushed 20:44:53 62c0e3fc3489: Pushed 20:44:53 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:01f2b75b0ad8dd4d5689e6c3aa48ee9ce42fc2cd12ffe5f95e368a59e45498a0 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:44:53 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:44:53 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 20:44:53 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 20:44:53 Status: Downloaded newer image for alpine:3.12 20:44:53 Status: Downloaded newer image for alpine:3.12 20:44:53 Removing intermediate container ad3ff5a8b91d 20:44:53 ---> 74c1c4d368ec 20:44:53 20:44:53 Step 10/23 : FROM alpine:3.12 20:44:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.164 20:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:44:54 d4c5e7acf6c8: Preparing 20:44:54 62c0e3fc3489: Preparing 20:44:54 8e5c99d113e0: Preparing 20:44:54 4d1ef862f140: Preparing 20:44:54 ade6aa89b9c9: Preparing 20:44:54 e08058ee1dfe: Preparing 20:44:54 e08058ee1dfe: Waiting 20:44:54 4d1ef862f140: Layer already exists 20:44:54 8e5c99d113e0: Layer already exists 20:44:54 ade6aa89b9c9: Layer already exists 20:44:54 62c0e3fc3489: Layer already exists 20:44:54 d4c5e7acf6c8: Layer already exists 20:44:54 e08058ee1dfe: Layer already exists 20:44:54 2.0.0-dev.164: digest: sha256:01f2b75b0ad8dd4d5689e6c3aa48ee9ce42fc2cd12ffe5f95e368a59e45498a0 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:44:54 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:44:54 ---> 7230e588e954 20:44:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:44:54 ---> 7230e588e954 20:44:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:44:54 ---> 7230e588e954 20:44:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:44:54 Removing intermediate container 3fa77b8de645 20:44:54 ---> 0b649f39087b 20:44:54 20:44:54 Step 10/23 : FROM alpine:3.12 20:44:54 ---> 7230e588e954 20:44:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:44:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:44:55 d4c5e7acf6c8: Preparing 20:44:55 62c0e3fc3489: Preparing 20:44:55 8e5c99d113e0: Preparing 20:44:55 4d1ef862f140: Preparing 20:44:55 ade6aa89b9c9: Preparing 20:44:55 e08058ee1dfe: Preparing 20:44:55 ade6aa89b9c9: Layer already exists 20:44:55 4d1ef862f140: Layer already exists 20:44:55 d4c5e7acf6c8: Layer already exists 20:44:55 62c0e3fc3489: Layer already exists 20:44:55 8e5c99d113e0: Layer already exists 20:44:55 e08058ee1dfe: Layer already exists 20:44:55 Removing intermediate container b642ca81bb51 20:44:55 ---> c8d0c6320aa6 20:44:55 20:44:55 Step 10/24 : FROM alpine:3.12 20:44:55 ---> 7230e588e954 20:44:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:44:55 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:01f2b75b0ad8dd4d5689e6c3aa48ee9ce42fc2cd12ffe5f95e368a59e45498a0 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:44:55 ---> Running in a1c3d90551e0 20:44:55 ---> Running in 34f5280cfdb6 20:44:55 ---> Running in 839ffd989d84 20:44:55 ---> Running in dcb0fa60230b 20:44:55 ---> Running in 660af2cc390f 20:44:55 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:44:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 20:44:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 20:44:56 d4c5e7acf6c8: Preparing 20:44:56 62c0e3fc3489: Preparing 20:44:56 8e5c99d113e0: Preparing 20:44:56 4d1ef862f140: Preparing 20:44:56 ade6aa89b9c9: Preparing 20:44:56 e08058ee1dfe: Preparing 20:44:56 e08058ee1dfe: Waiting 20:44:56 4d1ef862f140: Layer already exists 20:44:56 ade6aa89b9c9: Layer already exists 20:44:56 d4c5e7acf6c8: Layer already exists 20:44:56 8e5c99d113e0: Layer already exists 20:44:56 62c0e3fc3489: Layer already exists 20:44:56 e08058ee1dfe: Layer already exists 20:44:56 Removing intermediate container dcb0fa60230b 20:44:56 ---> 45e07ef0790c 20:44:56 Step 12/23 : ENV APP_PORT=48080 20:44:56 master: digest: sha256:01f2b75b0ad8dd4d5689e6c3aa48ee9ce42fc2cd12ffe5f95e368a59e45498a0 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:44:56 ===================================================== [Pipeline] echo 20:44:56 taggedImages: 20:44:56 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:56 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.164 20:44:56 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:56 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 20:44:56 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 20:44:56 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:56 2.0.0-dev.164 20:44:56 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:44:56 master 20:44:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:57 ---> Running in 19ca6c1a59a4 20:44:57 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:44:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:44:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:44:57 305228add9d6: Preparing 20:44:57 b8e36533a479: Preparing 20:44:57 e85a535b62c7: Preparing 20:44:57 ca83a5359d79: Preparing 20:44:57 d74b26c9e16f: Preparing 20:44:57 cc0397504486: Preparing 20:44:57 2189bdc21b17: Preparing 20:44:57 d444f643e5f0: Preparing 20:44:57 e08058ee1dfe: Preparing 20:44:57 cc0397504486: Waiting 20:44:57 2189bdc21b17: Waiting 20:44:57 e08058ee1dfe: Waiting 20:44:57 d444f643e5f0: Waiting 20:44:57 b8e36533a479: Pushed 20:44:57 305228add9d6: Pushed 20:44:57 d74b26c9e16f: Pushed 20:44:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:44:57 Removing intermediate container 19ca6c1a59a4 20:44:57 ---> 0abf2a54911d 20:44:57 Step 13/23 : EXPOSE $APP_PORT 20:44:57 2189bdc21b17: Pushed 20:44:57 cc0397504486: Pushed 20:44:57 e08058ee1dfe: Layer already exists 20:44:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:44:58 ---> Running in d616a5b282e2 20:44:58 d444f643e5f0: Pushed 20:44:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:44:58 (1/1) Installing dumb-init (1.2.2-r1) 20:44:58 Executing busybox-1.31.1-r20.trigger 20:44:58 OK: 6 MiB in 15 packages 20:44:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:44:58 Removing intermediate container d616a5b282e2 20:44:58 ---> 11c33fa81a08 20:44:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:44:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:44:59 (1/1) Installing dumb-init (1.2.2-r1) 20:44:59 Executing busybox-1.31.1-r20.trigger 20:44:59 OK: 6 MiB in 15 packages 20:44:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:44:59 (1/2) Installing ca-certificates (20191127-r4) 20:44:59 ---> Running in 9470a5ec0fef 20:44:59 (2/2) Installing dumb-init (1.2.2-r1) 20:44:59 Executing busybox-1.31.1-r20.trigger 20:44:59 Executing ca-certificates-20191127-r4.trigger 20:44:59 (1/6) Installing ca-certificates (20191127-r4) 20:44:59 OK: 6 MiB in 16 packages 20:44:59 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:44:59 (3/6) Installing libcurl (7.69.1-r3) 20:44:59 (4/6) Installing curl (7.69.1-r3) 20:44:59 (5/6) Installing dumb-init (1.2.2-r1) 20:44:59 (6/6) Installing su-exec (0.2-r1) 20:44:59 Executing busybox-1.31.1-r20.trigger 20:44:59 Executing ca-certificates-20191127-r4.trigger 20:44:59 ca83a5359d79: Pushed 20:44:59 OK: 7 MiB in 20 packages 20:44:59 e85a535b62c7: Pushed 20:45:00 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:28aefa573537ce33e43186dbc57f79c80b03d15ea1f4a2b131193b193ede9187 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:45:00 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:45:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.164 20:45:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:45:00 305228add9d6: Preparing 20:45:00 b8e36533a479: Preparing 20:45:00 e85a535b62c7: Preparing 20:45:00 ca83a5359d79: Preparing 20:45:00 d74b26c9e16f: Preparing 20:45:00 cc0397504486: Preparing 20:45:00 2189bdc21b17: Preparing 20:45:00 d444f643e5f0: Preparing 20:45:00 e08058ee1dfe: Preparing 20:45:00 2189bdc21b17: Waiting 20:45:00 d444f643e5f0: Waiting 20:45:00 e08058ee1dfe: Waiting 20:45:00 cc0397504486: Waiting 20:45:00 305228add9d6: Layer already exists 20:45:00 b8e36533a479: Layer already exists 20:45:00 ca83a5359d79: Layer already exists 20:45:00 d74b26c9e16f: Layer already exists 20:45:00 e85a535b62c7: Layer already exists 20:45:01 Removing intermediate container a1c3d90551e0 20:45:01 ---> 6771f8887bac 20:45:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:45:01 2189bdc21b17: Layer already exists 20:45:01 e08058ee1dfe: Layer already exists 20:45:01 d444f643e5f0: Layer already exists 20:45:01 cc0397504486: Layer already exists 20:45:01 2.0.0-dev.164: digest: sha256:28aefa573537ce33e43186dbc57f79c80b03d15ea1f4a2b131193b193ede9187 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:45:01 ---> Running in 8d3fd287854c 20:45:01 Removing intermediate container 34f5280cfdb6 20:45:01 ---> b0713568c934 20:45:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:45:01 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:45:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:45:01 305228add9d6: Preparing 20:45:01 b8e36533a479: Preparing 20:45:01 e85a535b62c7: Preparing 20:45:01 ca83a5359d79: Preparing 20:45:01 d74b26c9e16f: Preparing 20:45:01 cc0397504486: Preparing 20:45:01 2189bdc21b17: Preparing 20:45:01 d444f643e5f0: Preparing 20:45:01 e08058ee1dfe: Preparing 20:45:01 2189bdc21b17: Waiting 20:45:01 d444f643e5f0: Waiting 20:45:01 cc0397504486: Waiting 20:45:01 e08058ee1dfe: Waiting 20:45:01 305228add9d6: Layer already exists 20:45:01 b8e36533a479: Layer already exists 20:45:01 d74b26c9e16f: Layer already exists 20:45:01 e85a535b62c7: Layer already exists 20:45:01 ca83a5359d79: Layer already exists 20:45:02 cc0397504486: Layer already exists 20:45:02 d444f643e5f0: Layer already exists 20:45:02 2189bdc21b17: Layer already exists 20:45:02 e08058ee1dfe: Layer already exists 20:45:02 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:28aefa573537ce33e43186dbc57f79c80b03d15ea1f4a2b131193b193ede9187 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:45:02 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:45:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 20:45:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 20:45:02 305228add9d6: Preparing 20:45:02 b8e36533a479: Preparing 20:45:02 e85a535b62c7: Preparing 20:45:02 ca83a5359d79: Preparing 20:45:02 d74b26c9e16f: Preparing 20:45:02 cc0397504486: Preparing 20:45:02 2189bdc21b17: Preparing 20:45:02 d444f643e5f0: Preparing 20:45:02 e08058ee1dfe: Preparing 20:45:02 2189bdc21b17: Waiting 20:45:02 d444f643e5f0: Waiting 20:45:02 cc0397504486: Waiting 20:45:02 e08058ee1dfe: Waiting 20:45:02 b8e36533a479: Layer already exists 20:45:02 e85a535b62c7: Layer already exists 20:45:02 ca83a5359d79: Layer already exists 20:45:02 d74b26c9e16f: Layer already exists 20:45:03 305228add9d6: Layer already exists 20:45:03 d444f643e5f0: Layer already exists 20:45:03 2189bdc21b17: Layer already exists 20:45:03 cc0397504486: Layer already exists 20:45:03 e08058ee1dfe: Layer already exists 20:45:03 master: digest: sha256:28aefa573537ce33e43186dbc57f79c80b03d15ea1f4a2b131193b193ede9187 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:45:03 ===================================================== 20:45:03 ---> Running in 17c9a7762761 20:45:03 Removing intermediate container 839ffd989d84 20:45:03 ---> 2eb47e344a0c 20:45:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:45:03 Removing intermediate container 8d3fd287854c 20:45:03 ---> 0856e0024b4c 20:45:03 Step 13/23 : ENV APP_PORT=48082 20:45:03 Removing intermediate container 660af2cc390f 20:45:03 ---> 1e863d67f062 20:45:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:45:03 ---> Running in 16b9446491c3 [Pipeline] echo 20:45:03 taggedImages: 20:45:03 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:03 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.164 20:45:03 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:03 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 20:45:03 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 20:45:03 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:03 2.0.0-dev.164 20:45:03 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:03 master 20:45:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:03 ---> Running in bd5e6bdeb2dd 20:45:04 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:45:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:45:04 c956abad7a05: Preparing 20:45:04 2abcf39c82eb: Preparing 20:45:04 3759c5466765: Preparing 20:45:04 c536e6fdb101: Preparing 20:45:04 e08058ee1dfe: Preparing 20:45:04 ---> Running in 5df925728c4f 20:45:04 3759c5466765: Layer already exists 20:45:04 e08058ee1dfe: Layer already exists 20:45:04 c956abad7a05: Pushed 20:45:05 c536e6fdb101: Pushed 20:45:05 Removing intermediate container 17c9a7762761 20:45:05 ---> 87aad6b70f01 20:45:05 Step 13/23 : ENV APP_PORT=48081 20:45:05 Removing intermediate container 9470a5ec0fef 20:45:05 ---> 4525fbc0aba0 20:45:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:45:05 Removing intermediate container bd5e6bdeb2dd 20:45:05 ---> cff8d750e3aa 20:45:05 Step 13/22 : ENV APP_PORT=48060 20:45:05 Removing intermediate container 16b9446491c3 20:45:05 ---> 4ac1b26375b4 20:45:05 Step 14/23 : EXPOSE $APP_PORT 20:45:05 ---> Running in 8a3b33ad527b 20:45:05 ---> Running in af272ef24cc7 20:45:05 Removing intermediate container 5df925728c4f 20:45:05 ---> e33dd7d38389 20:45:05 Step 13/24 : WORKDIR / 20:45:05 ---> Running in bbd3c79eeceb 20:45:05 ---> Running in fb01709f4f57 20:45:05 ---> Running in 558f4e232eba 20:45:06 Removing intermediate container 8a3b33ad527b 20:45:06 ---> e0fafcd17268 20:45:06 Step 14/23 : EXPOSE $APP_PORT 20:45:06 ---> Running in 837d8b812010 20:45:06 Removing intermediate container fb01709f4f57 20:45:06 ---> cb2586bcae72 20:45:06 Step 15/23 : WORKDIR / 20:45:06 Removing intermediate container bbd3c79eeceb 20:45:06 ---> cac2a571ffa8 20:45:06 Step 14/22 : EXPOSE $APP_PORT 20:45:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:45:06 ---> Running in 6f514f21ba73 20:45:06 Removing intermediate container 558f4e232eba 20:45:06 ---> 82923fac81bd 20:45:06 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:45:06 ---> Running in 4395e2e6ce4d 20:45:07 Removing intermediate container 837d8b812010 20:45:07 ---> ea9379176679 20:45:07 Step 15/23 : WORKDIR / 20:45:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:45:07 Removing intermediate container 6f514f21ba73 20:45:07 ---> 8fb9412cbca9 20:45:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:45:07 ---> Running in 943cda34c959 20:45:07 ---> fcc02af70dc1 20:45:07 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:45:07 Removing intermediate container 4395e2e6ce4d 20:45:07 ---> ee315af1e98d 20:45:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:45:07 2abcf39c82eb: Pushed 20:45:08 (1/6) Installing dumb-init (1.2.2-r1) 20:45:08 Removing intermediate container 943cda34c959 20:45:08 ---> 1bbd5ca3298f 20:45:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:45:08 (2/6) Installing libgcc (9.3.0-r2) 20:45:08 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:772424ed09ad5e7637f156e78fd02870092918e0bd713d8cd6b6ef7f2968d1d5 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:45:08 (3/6) Installing libsodium (1.0.18-r0) 20:45:08 ---> 37aa342ec86a 20:45:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:45:08 ---> b3f7ee6a9d60 20:45:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:45:08 (4/6) Installing libstdc++ (9.3.0-r2) 20:45:08 ---> 17414a348f5a 20:45:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:45:08 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:45:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.164 20:45:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:45:08 c956abad7a05: Preparing 20:45:08 2abcf39c82eb: Preparing 20:45:08 3759c5466765: Preparing 20:45:08 c536e6fdb101: Preparing 20:45:08 e08058ee1dfe: Preparing 20:45:08 c956abad7a05: Layer already exists 20:45:08 2abcf39c82eb: Layer already exists 20:45:08 3759c5466765: Layer already exists 20:45:08 c536e6fdb101: Layer already exists 20:45:08 e08058ee1dfe: Layer already exists 20:45:09 (5/6) Installing libzmq (4.3.3-r0) 20:45:09 (6/6) Installing zeromq (4.3.3-r0) 20:45:09 Executing busybox-1.31.1-r20.trigger 20:45:09 OK: 8 MiB in 20 packages 20:45:09 2.0.0-dev.164: digest: sha256:772424ed09ad5e7637f156e78fd02870092918e0bd713d8cd6b6ef7f2968d1d5 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:45:09 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:45:09 ---> 28dd44d89276 20:45:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:45:09 c956abad7a05: Preparing 20:45:09 2abcf39c82eb: Preparing 20:45:09 3759c5466765: Preparing 20:45:09 c536e6fdb101: Preparing 20:45:09 e08058ee1dfe: Preparing 20:45:09 c536e6fdb101: Layer already exists 20:45:09 c956abad7a05: Layer already exists 20:45:09 3759c5466765: Layer already exists 20:45:09 e08058ee1dfe: Layer already exists 20:45:09 2abcf39c82eb: Layer already exists 20:45:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:45:10 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:772424ed09ad5e7637f156e78fd02870092918e0bd713d8cd6b6ef7f2968d1d5 size: 1364 [Pipeline] isUnix [Pipeline] sh 20:45:10 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:45:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 20:45:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 20:45:10 c956abad7a05: Preparing 20:45:10 2abcf39c82eb: Preparing 20:45:10 3759c5466765: Preparing 20:45:10 c536e6fdb101: Preparing 20:45:10 e08058ee1dfe: Preparing 20:45:11 2abcf39c82eb: Layer already exists 20:45:11 e08058ee1dfe: Layer already exists 20:45:11 c536e6fdb101: Layer already exists 20:45:11 c956abad7a05: Layer already exists 20:45:11 3759c5466765: Layer already exists 20:45:11 master: digest: sha256:772424ed09ad5e7637f156e78fd02870092918e0bd713d8cd6b6ef7f2968d1d5 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:45:11 ===================================================== [Pipeline] echo 20:45:11 taggedImages: 20:45:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.164 20:45:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:11 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 20:45:11 ---> cb2cfeb6b754 20:45:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] echo 20:45:11 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 20:45:11 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:11 2.0.0-dev.164 20:45:11 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:11 master 20:45:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:11 ---> 962c1865f8a4 20:45:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:45:11 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:45:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:45:12 22170549f4e9: Preparing 20:45:12 94541c9ebc33: Preparing 20:45:12 3759c5466765: Preparing 20:45:12 08f3e5b5e670: Preparing 20:45:12 e08058ee1dfe: Preparing 20:45:12 ---> d30f65c91f0a 20:45:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:45:12 3759c5466765: Layer already exists 20:45:12 08f3e5b5e670: Layer already exists 20:45:12 e08058ee1dfe: Layer already exists 20:45:12 22170549f4e9: Pushed 20:45:12 Removing intermediate container af272ef24cc7 20:45:12 ---> 917289414e0d 20:45:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:45:12 ---> 8e8cdc480113 20:45:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:45:12 ---> 5540fb73dda9 20:45:12 Step 19/23 : ENTRYPOINT ["/core-command"] 20:45:12 ---> d44ce32dad6e 20:45:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:45:12 ---> Running in 8db99e429334 20:45:13 ---> fdf3658436cd 20:45:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:45:13 ---> Running in 156aff36248a 20:45:13 ---> 5a4b0c36dfcb 20:45:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:45:13 Removing intermediate container 8db99e429334 20:45:13 ---> 9e50cabf4163 20:45:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:45:13 ---> fcb49ca1f9ce 20:45:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:45:13 ---> Running in 619b695aa013 20:45:13 ---> Running in d4f19cd25b86 20:45:13 Removing intermediate container 156aff36248a 20:45:13 ---> e4acc699fe0c 20:45:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:45:14 ---> 98f582d62563 20:45:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:45:14 ---> Running in 9db590d02ae0 20:45:14 Removing intermediate container 619b695aa013 20:45:14 ---> cdad1a6c161d 20:45:14 Step 21/23 : LABEL arch=x86_64 20:45:14 Removing intermediate container d4f19cd25b86 20:45:14 ---> aeb11d30232b 20:45:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:45:15 94541c9ebc33: Pushed 20:45:15 ---> b96decc1e2b3 20:45:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:45:15 ---> c1fcb45ad741 20:45:15 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:45:15 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:2d916600d0f30c84ac4749ac9da7beca3e5e47fa6535bf5cf49b5662b94ed96d size: 1363 [Pipeline] isUnix [Pipeline] sh 20:45:15 ---> Running in d3e48bfc3d2b 20:45:15 ---> Running in b4bd0f5d60a4 20:45:15 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:45:15 Removing intermediate container 9db590d02ae0 20:45:15 ---> 88483a9368cf 20:45:15 Step 20/22 : LABEL arch=x86_64 20:45:15 ---> Running in d559634383c1 20:45:16 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.164 20:45:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:45:16 22170549f4e9: Preparing 20:45:16 94541c9ebc33: Preparing 20:45:16 3759c5466765: Preparing 20:45:16 08f3e5b5e670: Preparing 20:45:16 e08058ee1dfe: Preparing 20:45:16 94541c9ebc33: Layer already exists 20:45:16 3759c5466765: Layer already exists 20:45:16 e08058ee1dfe: Layer already exists 20:45:16 22170549f4e9: Layer already exists 20:45:16 ---> Running in 26ab8a771381 20:45:16 Removing intermediate container d3e48bfc3d2b 20:45:16 ---> 3ba74dd2bf90 20:45:16 Step 22/23 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:16 Removing intermediate container b4bd0f5d60a4 20:45:16 ---> 5b8643fbd9b8 20:45:16 Step 21/23 : LABEL arch=x86_64 20:45:16 ---> abeff880cbcc 20:45:16 Step 19/23 : ENTRYPOINT ["/core-data"] 20:45:16 08f3e5b5e670: Layer already exists 20:45:16 2.0.0-dev.164: digest: sha256:2d916600d0f30c84ac4749ac9da7beca3e5e47fa6535bf5cf49b5662b94ed96d size: 1363 [Pipeline] isUnix [Pipeline] sh 20:45:16 ---> Running in 54ce67b84c1d 20:45:16 ---> Running in d51036ae54d9 20:45:16 ---> Running in 643b6f8ef6f4 20:45:16 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:45:16 Removing intermediate container 26ab8a771381 20:45:16 ---> 8aeda6081080 20:45:16 Step 21/22 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:16 ---> Running in 6aec27560acc 20:45:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:45:17 22170549f4e9: Preparing 20:45:17 94541c9ebc33: Preparing 20:45:17 3759c5466765: Preparing 20:45:17 08f3e5b5e670: Preparing 20:45:17 e08058ee1dfe: Preparing 20:45:17 22170549f4e9: Layer already exists 20:45:17 08f3e5b5e670: Layer already exists 20:45:17 3759c5466765: Layer already exists 20:45:17 e08058ee1dfe: Layer already exists 20:45:17 94541c9ebc33: Layer already exists 20:45:17 Removing intermediate container 54ce67b84c1d 20:45:17 ---> 6175b0e4cf5f 20:45:17 Step 22/23 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:17 Removing intermediate container 643b6f8ef6f4 20:45:17 ---> 97312a9bd147 20:45:17 Step 23/23 : LABEL version=2.0.0-dev.164 20:45:17 Removing intermediate container d51036ae54d9 20:45:17 ---> 45766013bd9d 20:45:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:45:17 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:2d916600d0f30c84ac4749ac9da7beca3e5e47fa6535bf5cf49b5662b94ed96d size: 1363 [Pipeline] isUnix [Pipeline] sh 20:45:17 ---> Running in 5f3269179a52 20:45:17 ---> Running in f3981c709cd3 20:45:17 Removing intermediate container 6aec27560acc 20:45:17 ---> bc60f61b1da9 20:45:17 Step 22/22 : LABEL version=2.0.0-dev.164 20:45:17 ---> Running in 6a7faf046e6a 20:45:17 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:45:17 ---> Running in e15d832d0a56 20:45:17 Removing intermediate container 5f3269179a52 20:45:17 ---> 7b4fe62bd99f 20:45:17 Step 23/23 : LABEL version=2.0.0-dev.164 20:45:17 Removing intermediate container f3981c709cd3 20:45:17 ---> 7f330bc96798 20:45:17 20:45:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 20:45:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 20:45:17 22170549f4e9: Preparing 20:45:17 94541c9ebc33: Preparing 20:45:17 3759c5466765: Preparing 20:45:17 08f3e5b5e670: Preparing 20:45:17 e08058ee1dfe: Preparing 20:45:17 3759c5466765: Layer already exists 20:45:17 94541c9ebc33: Layer already exists 20:45:17 22170549f4e9: Layer already exists 20:45:17 e08058ee1dfe: Layer already exists 20:45:17 08f3e5b5e670: Layer already exists 20:45:18 master: digest: sha256:2d916600d0f30c84ac4749ac9da7beca3e5e47fa6535bf5cf49b5662b94ed96d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry 20:45:18 Removing intermediate container 6a7faf046e6a 20:45:18 ---> f21981045fc8 20:45:18 Step 21/23 : LABEL arch=x86_64 20:45:18 ---> Running in 72b6baaa4010 20:45:18 ---> Running in 2696d6dab51e 20:45:18 Removing intermediate container e15d832d0a56 20:45:18 ---> c26af5e686fe 20:45:18 20:45:18 Removing intermediate container d559634383c1 20:45:18 ---> 664aa877ffc7 20:45:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:45:18 ===================================================== [Pipeline] echo 20:45:18 taggedImages: 20:45:18 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:18 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.164 20:45:18 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:18 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 20:45:18 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 20:45:18 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:18 2.0.0-dev.164 20:45:18 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:18 master 20:45:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 20:45:18 Successfully built 7f330bc96798 20:45:18 Successfully tagged docker-core-command-go:latest 20:45:18  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 20:45:18 ---> Running in c43811f99dfc 20:45:18 Removing intermediate container 72b6baaa4010 20:45:18 ---> bbd27a10f005 20:45:18 [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:19 Removing intermediate container 2696d6dab51e 20:45:19 ---> 2864538cd13e 20:45:19 Step 22/23 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:19 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:45:19 Successfully built c26af5e686fe 20:45:19 Successfully tagged docker-support-notifications-go:latest 20:45:19 Building docker-security-bootstrapper-go 20:45:19  Building docker-support-notifications-go ... done  ---> Running in 5e772b16f4ba 20:45:19 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:45:19 4628adb1931b: Preparing 20:45:19 6ac6d251d85b: Preparing 20:45:19 50d8a514b01a: Preparing 20:45:19 66e209ad8d69: Preparing 20:45:19 cbf07de7eff3: Preparing 20:45:19 21bccf75f78a: Preparing 20:45:19 074e3716f93b: Preparing 20:45:19 9ded3b6bb9b5: Preparing 20:45:19 fa1afe8e6ed9: Preparing 20:45:19 87a09b4c083e: Preparing 20:45:19 0f74e9ff2a61: Preparing 20:45:19 b122376c33c6: Preparing 20:45:19 f8381ed47b22: Preparing 20:45:19 e934a737d657: Preparing 20:45:19 fa1afe8e6ed9: Waiting 20:45:19 87a09b4c083e: Waiting 20:45:19 0f74e9ff2a61: Waiting 20:45:19 b122376c33c6: Waiting 20:45:19 f8381ed47b22: Waiting 20:45:19 e934a737d657: Waiting 20:45:19 21bccf75f78a: Waiting 20:45:19 074e3716f93b: Waiting 20:45:19 9ded3b6bb9b5: Waiting 20:45:19 Removing intermediate container c43811f99dfc 20:45:19 ---> fc00c8a7574a 20:45:19 Step 22/24 : LABEL arch=x86_64 20:45:19 cbf07de7eff3: Pushed 20:45:20 Successfully built bbd27a10f005 20:45:20 ---> Running in a509b23b61b0 20:45:20 Successfully tagged docker-core-metadata-go:latest 20:45:20 Building docker-support-scheduler-go 20:45:20  Building docker-core-metadata-go ... done Removing intermediate container 5e772b16f4ba 20:45:20 ---> 4456deff8952 20:45:20 Step 23/23 : LABEL version=2.0.0-dev.164 20:45:20 4628adb1931b: Pushed 20:45:20 ---> Running in 7cb381080671 20:45:20 Removing intermediate container a509b23b61b0 20:45:20 ---> bb09f26397f8 20:45:20 Step 23/24 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:20 66e209ad8d69: Pushed 20:45:20 9ded3b6bb9b5: Layer already exists 20:45:20 ---> Running in fe24d0297738 20:45:20 Removing intermediate container 7cb381080671 20:45:20 ---> 407247474637 20:45:20 20:45:20 fa1afe8e6ed9: Layer already exists 20:45:20 87a09b4c083e: Layer already exists 20:45:20 0f74e9ff2a61: Layer already exists 20:45:20 074e3716f93b: Pushed 20:45:20 b122376c33c6: Layer already exists 20:45:20 f8381ed47b22: Layer already exists 20:45:20 e934a737d657: Layer already exists 20:45:21 6ac6d251d85b: Pushed 20:45:22 21bccf75f78a: Pushed 20:45:22 Successfully built 407247474637 20:45:23 Successfully tagged docker-core-data-go:latest 20:45:23  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 20:45:23 Removing intermediate container fe24d0297738 20:45:23 ---> a384ecffa3b9 20:45:23 Step 24/24 : LABEL version=2.0.0-dev.164 20:45:26 ---> Running in 9d00fb36b473 20:45:27 Removing intermediate container 9d00fb36b473 20:45:27 ---> 9ceee9c0bb37 20:45:27 20:45:27 Successfully built 9ceee9c0bb37 20:45:27 Successfully tagged docker-security-secretstore-setup-go:latest 20:45:34 50d8a514b01a: Pushed 20:45:34 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:7ccfb5f97ec7af81fd1b1a591343bd4e4fe7a298b13ad8b61a1ce91aba5f22b4 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:45:34 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:45:35 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.164 20:45:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:45:35 4628adb1931b: Preparing 20:45:35 6ac6d251d85b: Preparing 20:45:35 50d8a514b01a: Preparing 20:45:35 66e209ad8d69: Preparing 20:45:35 cbf07de7eff3: Preparing 20:45:35 21bccf75f78a: Preparing 20:45:35 074e3716f93b: Preparing 20:45:35 9ded3b6bb9b5: Preparing 20:45:35 fa1afe8e6ed9: Preparing 20:45:35 87a09b4c083e: Preparing 20:45:35 0f74e9ff2a61: Preparing 20:45:35 b122376c33c6: Preparing 20:45:35 f8381ed47b22: Preparing 20:45:35 e934a737d657: Preparing 20:45:35 074e3716f93b: Waiting 20:45:35 9ded3b6bb9b5: Waiting 20:45:35 fa1afe8e6ed9: Waiting 20:45:35 87a09b4c083e: Waiting 20:45:35 0f74e9ff2a61: Waiting 20:45:35 b122376c33c6: Waiting 20:45:35 f8381ed47b22: Waiting 20:45:35 e934a737d657: Waiting 20:45:35 21bccf75f78a: Waiting 20:45:35 cbf07de7eff3: Layer already exists 20:45:35 66e209ad8d69: Layer already exists 20:45:35 6ac6d251d85b: Layer already exists 20:45:35 4628adb1931b: Layer already exists 20:45:35 50d8a514b01a: Layer already exists 20:45:35 21bccf75f78a: Layer already exists 20:45:35 9ded3b6bb9b5: Layer already exists 20:45:35 87a09b4c083e: Layer already exists 20:45:35 fa1afe8e6ed9: Layer already exists 20:45:35 074e3716f93b: Layer already exists 20:45:35 f8381ed47b22: Layer already exists 20:45:35 0f74e9ff2a61: Layer already exists 20:45:35 b122376c33c6: Layer already exists 20:45:35 e934a737d657: Layer already exists 20:45:35 2.0.0-dev.164: digest: sha256:7ccfb5f97ec7af81fd1b1a591343bd4e4fe7a298b13ad8b61a1ce91aba5f22b4 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:45:35 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:45:36 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:45:36 4628adb1931b: Preparing 20:45:36 6ac6d251d85b: Preparing 20:45:36 50d8a514b01a: Preparing 20:45:36 66e209ad8d69: Preparing 20:45:36 cbf07de7eff3: Preparing 20:45:36 21bccf75f78a: Preparing 20:45:36 074e3716f93b: Preparing 20:45:36 9ded3b6bb9b5: Preparing 20:45:36 fa1afe8e6ed9: Preparing 20:45:36 87a09b4c083e: Preparing 20:45:36 0f74e9ff2a61: Preparing 20:45:36 b122376c33c6: Preparing 20:45:36 f8381ed47b22: Preparing 20:45:36 e934a737d657: Preparing 20:45:36 21bccf75f78a: Waiting 20:45:36 074e3716f93b: Waiting 20:45:36 9ded3b6bb9b5: Waiting 20:45:36 fa1afe8e6ed9: Waiting 20:45:36 87a09b4c083e: Waiting 20:45:36 0f74e9ff2a61: Waiting 20:45:36 b122376c33c6: Waiting 20:45:36 f8381ed47b22: Waiting 20:45:36 e934a737d657: Waiting 20:45:36 50d8a514b01a: Layer already exists 20:45:36 66e209ad8d69: Layer already exists 20:45:36 cbf07de7eff3: Layer already exists 20:45:36 6ac6d251d85b: Layer already exists 20:45:36 4628adb1931b: Layer already exists 20:45:36 074e3716f93b: Layer already exists 20:45:36 21bccf75f78a: Layer already exists 20:45:36 fa1afe8e6ed9: Layer already exists 20:45:36 9ded3b6bb9b5: Layer already exists 20:45:36 87a09b4c083e: Layer already exists 20:45:36 f8381ed47b22: Layer already exists 20:45:36 b122376c33c6: Layer already exists 20:45:36 0f74e9ff2a61: Layer already exists 20:45:36 e934a737d657: Layer already exists 20:45:36 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:7ccfb5f97ec7af81fd1b1a591343bd4e4fe7a298b13ad8b61a1ce91aba5f22b4 size: 3252 [Pipeline] isUnix [Pipeline] sh 20:45:36 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:45:37 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 20:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 20:45:37 4628adb1931b: Preparing 20:45:37 6ac6d251d85b: Preparing 20:45:37 50d8a514b01a: Preparing 20:45:37 66e209ad8d69: Preparing 20:45:37 cbf07de7eff3: Preparing 20:45:37 21bccf75f78a: Preparing 20:45:37 074e3716f93b: Preparing 20:45:37 9ded3b6bb9b5: Preparing 20:45:37 fa1afe8e6ed9: Preparing 20:45:37 87a09b4c083e: Preparing 20:45:37 0f74e9ff2a61: Preparing 20:45:37 b122376c33c6: Preparing 20:45:37 f8381ed47b22: Preparing 20:45:37 e934a737d657: Preparing 20:45:37 f8381ed47b22: Waiting 20:45:37 87a09b4c083e: Waiting 20:45:37 0f74e9ff2a61: Waiting 20:45:37 b122376c33c6: Waiting 20:45:37 21bccf75f78a: Waiting 20:45:37 074e3716f93b: Waiting 20:45:37 fa1afe8e6ed9: Waiting 20:45:37 9ded3b6bb9b5: Waiting 20:45:37 e934a737d657: Waiting 20:45:38 6ac6d251d85b: Layer already exists 20:45:38 50d8a514b01a: Layer already exists 20:45:38 4628adb1931b: Layer already exists 20:45:38 66e209ad8d69: Layer already exists 20:45:38 cbf07de7eff3: Layer already exists 20:45:38 87a09b4c083e: Layer already exists 20:45:38 074e3716f93b: Layer already exists 20:45:38 9ded3b6bb9b5: Layer already exists 20:45:38 21bccf75f78a: Layer already exists 20:45:38 fa1afe8e6ed9: Layer already exists 20:45:38 b122376c33c6: Layer already exists 20:45:38 f8381ed47b22: Layer already exists 20:45:38 e934a737d657: Layer already exists 20:45:38 0f74e9ff2a61: Layer already exists 20:45:38 master: digest: sha256:7ccfb5f97ec7af81fd1b1a591343bd4e4fe7a298b13ad8b61a1ce91aba5f22b4 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:45:38 ===================================================== [Pipeline] echo 20:45:38 taggedImages: 20:45:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:45:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.164 20:45:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:45:38 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:45:39 ---> job-cost.sh 20:45:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0SAr 20:46:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:46:37  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:46:37 20:46:37 Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 2/31 : FROM ${BUILDER_BASE} AS builder 20:46:37 20:46:37 ---> 9f72ce45c519 20:46:37 Step 3/26 : WORKDIR /edgex-go 20:46:37 ---> 9f72ce45c519 20:46:37 Step 3/31 : WORKDIR /edgex-go 20:46:37 ---> Using cache 20:46:37 ---> fd6c1ee4ac6f 20:46:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:37 ---> Using cache 20:46:37 ---> fd6c1ee4ac6f 20:46:37 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:37 ---> Using cache 20:46:37 ---> 0d89b71da39c 20:46:37 Step 5/31 : RUN apk add --update --no-cache make git 20:46:37 ---> Using cache 20:46:37 ---> 0d89b71da39c 20:46:37 Step 5/26 : RUN apk add --update --no-cache make bash git 20:46:37 ---> Using cache 20:46:37 ---> 720739c6db68 20:46:37 Step 6/31 : COPY go.mod . 20:46:37 ---> Using cache 20:46:37 ---> 685d7a890355 20:46:37 Step 7/31 : RUN go mod download 20:46:37 ---> Using cache 20:46:37 ---> f27666f367f9 20:46:37 Step 8/31 : COPY . . 20:46:37 ---> Using cache 20:46:37 ---> 448bae371861 20:46:37 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:46:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:46:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:46:37 ---> 9f72ce45c519 20:46:37 Step 3/21 : WORKDIR /edgex-go 20:46:37 ---> Using cache 20:46:37 ---> fd6c1ee4ac6f 20:46:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:37 ---> Using cache 20:46:37 ---> 0d89b71da39c 20:46:37 Step 5/21 : RUN apk add --update --no-cache make git 20:46:37 ---> Using cache 20:46:37 ---> 720739c6db68 20:46:37 Step 6/21 : COPY go.mod . 20:46:37 ---> Using cache 20:46:37 ---> 685d7a890355 20:46:37 Step 7/21 : RUN go mod download 20:46:37 ---> Using cache 20:46:37 ---> f27666f367f9 20:46:37 Step 8/21 : COPY . . 20:46:37 ---> Using cache 20:46:37 ---> 448bae371861 20:46:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:46:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:46:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:46:37 ---> 9f72ce45c519 20:46:37 Step 3/22 : WORKDIR /edgex-go 20:46:37 ---> Using cache 20:46:37 ---> fd6c1ee4ac6f 20:46:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:46:37 ---> Using cache 20:46:37 ---> 0d89b71da39c 20:46:37 Step 5/22 : RUN apk add --update --no-cache make git 20:46:37 ---> Using cache 20:46:37 ---> 720739c6db68 20:46:37 Step 6/22 : COPY go.mod . 20:46:37 ---> Using cache 20:46:37 ---> 685d7a890355 20:46:37 Step 7/22 : RUN go mod download 20:46:37 ---> Using cache 20:46:37 ---> f27666f367f9 20:46:37 Step 8/22 : COPY . . 20:46:37 ---> Using cache 20:46:37 ---> 448bae371861 20:46:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:46:37 ---> Running in 7733d9a226f0 20:46:37 ---> Running in e55a66c9c5fe 20:46:37 ---> Running in 762c020251e6 20:46:37 ---> Running in 6587b8d19f79 20:46:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:46:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:46:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:46:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:46:40 OK: 233 MiB in 51 packages 20:46:42 Removing intermediate container e55a66c9c5fe 20:46:42 ---> cd4438d00b08 20:46:42 Step 6/26 : COPY go.mod . 20:46:43 ---> 9faedda4e2b7 20:46:43 Step 7/26 : RUN go mod download 20:46:43 ---> Running in 60abcb3d4bba 20:46:51 Removing intermediate container 60abcb3d4bba 20:46:51 ---> 4c985c6c70e5 20:46:51 Step 8/26 : COPY . . 20:47:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o ./cmd/secrets-config ./cmd/secrets-config 20:47:45 Removing intermediate container 7733d9a226f0 20:47:45 ---> 0846e945ebbe 20:47:45 20:47:45 Step 10/22 : FROM alpine:3.12 20:47:45 ---> 7230e588e954 20:47:45 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:47:45 ---> Using cache 20:47:45 ---> b0713568c934 20:47:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:47:45 ---> Using cache 20:47:45 ---> 87aad6b70f01 20:47:45 Step 13/22 : ENV APP_PORT=48085 20:47:46 Removing intermediate container 762c020251e6 20:47:46 ---> fd221702ab6d 20:47:46 20:47:46 Step 10/31 : FROM alpine:3.12 20:47:46 ---> 7230e588e954 20:47:46 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:47:46 ---> Running in 7613a88de09a 20:47:46 ---> Running in 89d2167c94e6 20:47:46 Removing intermediate container 7613a88de09a 20:47:46 ---> 203d1205b1d6 20:47:46 Step 14/22 : EXPOSE $APP_PORT 20:47:47 ---> Running in b4489c263f68 20:47:47 Removing intermediate container 89d2167c94e6 20:47:47 ---> 2682b4d6d727 20:47:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:47:48 ---> Running in b18f2a91127c 20:47:48 Removing intermediate container b4489c263f68 20:47:48 ---> ead2b447ca7e 20:47:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:47:51 ---> 8161d075a5a0 20:47:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:47:51 ---> 1303dc8361b6 20:47:51 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:47:51 Removing intermediate container 6587b8d19f79 20:47:51 ---> 0f06fa3e09e4 20:47:51 20:47:51 Step 10/21 : FROM alpine:3.12 20:47:51 ---> 7230e588e954 20:47:51 Step 11/21 : RUN apk add --update --no-cache curl 20:47:51 ---> Running in f56374f3dc48 20:47:51 ---> Running in 700ac075c800 20:47:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:47:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:47:52 (1/2) Installing dumb-init (1.2.2-r1) 20:47:52 (2/2) Installing su-exec (0.2-r1) 20:47:52 Executing busybox-1.31.1-r20.trigger 20:47:52 OK: 6 MiB in 16 packages 20:47:53 ---> a07807184993 20:47:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:47:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:47:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:47:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:47:54 ---> 25ae535b43be 20:47:54 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:47:54 (1/4) Installing ca-certificates (20191127-r4) 20:47:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:47:54 (3/4) Installing libcurl (7.69.1-r3) 20:47:54 (4/4) Installing curl (7.69.1-r3) 20:47:54 Executing busybox-1.31.1-r20.trigger 20:47:54 Executing ca-certificates-20191127-r4.trigger 20:47:54 OK: 7 MiB in 18 packages 20:47:54 ---> Running in 7066529cc3ca 20:47:54 Removing intermediate container b18f2a91127c 20:47:54 ---> a69d0ebeac25 20:47:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:47:54 ---> Running in 9b9a945f411a 20:47:55 lf-activate-venv(): INFO: Adding /tmp/venv-0SAr/bin to PATH 20:47:55 INFO: No Stack... 20:47:55 INFO: Retrieving Pricing Info for: lf-standard-4 20:47:55 INFO: Archiving Costs [Pipeline] sh 20:47:55 Removing intermediate container 7066529cc3ca 20:47:55 ---> 8eb050f3422c 20:47:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:55 + cat /w/workspace/edgex-go/432/archives/cost.csv 20:47:55 + cut -d, -f6 [Pipeline] lock 20:47:55 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-432-stack-cost] 20:47:55 Resource [jenkins-edgexfoundry-edgex-go-master-432-stack-cost] did not exist. Created. 20:47:55 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-432-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:47:55 + echo total: 0.20999999344348907 [Pipeline] stash 20:47:56 ---> Running in 85af384f5c05 20:47:56 Removing intermediate container 9b9a945f411a 20:47:56 ---> 2e25214320b3 20:47:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:47:56 Stashed 1 file(s) [Pipeline] } 20:47:56 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-432-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:47:57 ---> Running in a62674a22c40 20:47:58 Removing intermediate container 85af384f5c05 20:47:58 ---> cfe6489f4263 20:47:58 Step 20/22 : LABEL arch=x86_64 20:47:58 Removing intermediate container 700ac075c800 20:47:58 ---> 6c496e6ef731 20:47:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:47:59 ---> Running in a47ec99416ec 20:47:59 Removing intermediate container a62674a22c40 20:47:59 ---> 517ab8fe0f7b 20:47:59 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:47:59 ---> Running in 1101bb96cdc5 20:47:59 ---> Running in 81d1bbfe6fae 20:48:00 Removing intermediate container a47ec99416ec 20:48:00 ---> b6d3d26bd743 20:48:00 Step 21/22 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:48:00 Removing intermediate container 1101bb96cdc5 20:48:00 ---> 75a6ac43c154 20:48:00 Step 13/21 : WORKDIR /edgex 20:48:00 ---> Running in 22d31e84e820 20:48:01 ---> Running in 56dd589ba58b 20:48:02 Removing intermediate container 22d31e84e820 20:48:02 ---> 6622260803de 20:48:02 Step 22/22 : LABEL version=2.0.0-dev.164 20:48:03 Removing intermediate container 56dd589ba58b 20:48:03 ---> 992a23999a30 20:48:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:48:03 ---> Running in 0318c41bf070 20:48:06 Removing intermediate container 0318c41bf070 20:48:06 ---> f898c57fb537 20:48:06 20:48:06 ---> d97a6cf886aa 20:48:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:48:07 Removing intermediate container 81d1bbfe6fae 20:48:07 ---> 4106908ca9d9 20:48:07 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:48:09 Successfully built f898c57fb537 20:48:10 Successfully tagged docker-support-scheduler-go:latest 20:48:10 ---> Running in eaadce84cba0 20:48:11  Building docker-support-scheduler-go ... done Removing intermediate container eaadce84cba0 20:48:11 ---> e3479f429fdd 20:48:11 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:48:11 ---> ff24719965a6 20:48:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:48:12 ---> 7e63686d10c0 20:48:12 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:48:13 ---> 487bf48e825e 20:48:13 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:48:13 ---> Running in a9b9a7f93eee 20:48:14 ---> Running in f8e4ecb0af03 20:48:15 Removing intermediate container f8e4ecb0af03 20:48:15 ---> abac1e49c688 20:48:15 Step 18/21 : CMD ["--init=true"] 20:48:15 ---> Running in 844c10469a5e 20:48:17 Removing intermediate container 844c10469a5e 20:48:17 ---> 97c464f1e376 20:48:17 Step 19/21 : LABEL arch=x86_64 20:48:17 ---> Running in c5441b45a14b 20:48:18 Removing intermediate container c5441b45a14b 20:48:18 ---> 93eca40b4129 20:48:18 Step 20/21 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:48:18 ---> Running in 3962b8af2537 20:48:19 Removing intermediate container a9b9a7f93eee 20:48:19 ---> 5fd0c2c908d0 20:48:19 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:48:19 Removing intermediate container 3962b8af2537 20:48:19 ---> 625e84256f7b 20:48:19 Step 21/21 : LABEL version=2.0.0-dev.164 20:48:20 ---> Running in 5b996394f194 20:48:22 ---> 6972d371ddbc 20:48:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:48:22 Removing intermediate container 5b996394f194 20:48:22 ---> 7405eb9db3eb 20:48:22 20:48:24 Successfully built 7405eb9db3eb 20:48:24 Successfully tagged docker-security-proxy-setup-go:latest 20:48:26  Building docker-security-proxy-setup-go ... done  ---> 75ccce7a87d4 20:48:26 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:48:28 ---> 64553c4a7435 20:48:28 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:48:30 ---> 1a9d8fb2579b 20:48:30 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:48:31 ---> bc296cd0bf45 20:48:31 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:48:31 ---> Running in dde010a977a5 20:48:32 Removing intermediate container dde010a977a5 20:48:32 ---> 0a2a41d5d310 20:48:32 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:48:34 ---> 5895da1d85a0 20:48:34 Step 26/31 : RUN chmod +x /entrypoint.sh 20:48:34 ---> Running in 89e1f2bb0d8b 20:48:41 Removing intermediate container f56374f3dc48 20:48:41 ---> 6c08073e14a4 20:48:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:48:41 ---> Running in 2395e00fb474 20:48:41 Removing intermediate container 89e1f2bb0d8b 20:48:41 ---> 09765437addf 20:48:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:48:41 ---> Running in 4995601ed9ae 20:48:42 Removing intermediate container 4995601ed9ae 20:48:42 ---> e9bbb9fc09e0 20:48:42 Step 28/31 : CMD ["gate"] 20:48:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.164" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:48:43 ---> Running in 6d99a0ac3854 20:48:44 Removing intermediate container 6d99a0ac3854 20:48:44 ---> 7afa422cf8f3 20:48:44 Step 29/31 : LABEL arch=x86_64 20:48:44 ---> Running in f866e1f218a6 20:48:45 Removing intermediate container f866e1f218a6 20:48:45 ---> fd06d1c27447 20:48:45 Step 30/31 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:48:46 ---> Running in 1ec9a8531e6f 20:48:46 Removing intermediate container 1ec9a8531e6f 20:48:46 ---> 4bb4478cd873 20:48:46 Step 31/31 : LABEL version=2.0.0-dev.164 20:48:47 ---> Running in 698ed5ec1304 20:48:47 Removing intermediate container 698ed5ec1304 20:48:47 ---> 05dd41c981c3 20:48:47 20:48:48 Successfully built 05dd41c981c3 20:48:48 Successfully tagged docker-security-bootstrapper-go:latest 20:48:49  Building docker-security-bootstrapper-go ... done Removing intermediate container 2395e00fb474 20:48:49 ---> a1226a69f0dd 20:48:49 20:48:49 Step 11/26 : FROM docker:20.10.0 20:48:49 20.10.0: Pulling from library/docker 20:49:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:49:03 Status: Downloaded newer image for docker:20.10.0 20:49:03 ---> aefe523efa57 20:49:03 Step 12/26 : RUN apk add --no-cache bash 20:49:03 ---> Running in b79674392ad3 20:49:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:49:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:49:03 (1/2) Installing readline (8.0.4-r0) 20:49:03 (2/2) Installing bash (5.0.17-r0) 20:49:03 Executing bash-5.0.17-r0.post-install 20:49:03 Executing busybox-1.31.1-r19.trigger 20:49:03 OK: 12 MiB in 22 packages 20:49:03 Removing intermediate container b79674392ad3 20:49:03 ---> 9bb575fcc3b9 20:49:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:49:03 ---> Running in 308bb0c27690 20:49:04 Removing intermediate container 308bb0c27690 20:49:04 ---> 201bf473699c 20:49:04 Step 14/26 : ENV APP_PORT=48090 20:49:04 ---> Running in 0511902f6ddc 20:49:05 Removing intermediate container 0511902f6ddc 20:49:05 ---> a7292e84544b 20:49:05 Step 15/26 : EXPOSE $APP_PORT 20:49:06 ---> Running in 7ad2f70dcd9a 20:49:06 Removing intermediate container 7ad2f70dcd9a 20:49:06 ---> 3ac8d1912c13 20:49:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:49:09 ---> b801230492cc 20:49:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:49:11 ---> 97f6167e96e6 20:49:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:49:12 ---> 18bd93a47e2a 20:49:12 Step 19/26 : RUN apk --no-cache add py3-pip 20:49:12 ---> Running in d08b9119b4e9 20:49:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:49:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:49:13 (1/33) Installing libbz2 (1.0.8-r1) 20:49:13 (2/33) Installing expat (2.2.9-r1) 20:49:13 (3/33) Installing libffi (3.3-r2) 20:49:13 (4/33) Installing gdbm (1.13-r1) 20:49:14 (5/33) Installing xz-libs (5.2.5-r0) 20:49:14 (6/33) Installing sqlite-libs (3.32.1-r0) 20:49:14 (7/33) Installing python3 (3.8.8-r0) 20:49:15 (8/33) Installing py3-appdirs (1.4.4-r1) 20:49:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:49:15 (10/33) Installing py3-parsing (2.4.7-r0) 20:49:15 (11/33) Installing py3-six (1.15.0-r0) 20:49:15 (12/33) Installing py3-packaging (20.4-r0) 20:49:15 (13/33) Installing py3-setuptools (47.0.0-r0) 20:49:15 (14/33) Installing py3-chardet (3.0.4-r4) 20:49:15 (15/33) Installing py3-idna (2.9-r0) 20:49:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:49:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:49:15 (18/33) Installing py3-requests (2.23.0-r0) 20:49:15 (19/33) Installing py3-msgpack (1.0.0-r0) 20:49:15 (20/33) Installing py3-lockfile (0.12.2-r3) 20:49:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:49:16 (22/33) Installing py3-colorama (0.4.3-r0) 20:49:16 (23/33) Installing py3-distlib (0.3.0-r0) 20:49:16 (24/33) Installing py3-distro (1.5.0-r1) 20:49:16 (25/33) Installing py3-webencodings (0.5.1-r3) 20:49:16 (26/33) Installing py3-html5lib (1.0.1-r4) 20:49:16 (27/33) Installing py3-pytoml (0.1.21-r0) 20:49:16 (28/33) Installing py3-pep517 (0.8.2-r0) 20:49:16 (29/33) Installing py3-progress (1.5-r0) 20:49:16 (30/33) Installing py3-toml (0.10.1-r0) 20:49:16 (31/33) Installing py3-retrying (1.3.3-r0) 20:49:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:49:16 (33/33) Installing py3-pip (20.1.1-r0) 20:49:16 Executing busybox-1.31.1-r19.trigger 20:49:16 OK: 71 MiB in 55 packages 20:49:27 Removing intermediate container d08b9119b4e9 20:49:27 ---> a621dc39c6b6 20:49:27 Step 20/26 : RUN pip install docker-compose==1.23.2 20:49:27 ---> Running in f1993f7ce7b3 20:49:29 Collecting docker-compose==1.23.2 20:49:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:49:29 Collecting PyYAML<4,>=3.10 20:49:29 Downloading PyYAML-3.13.tar.gz (270 kB) 20:49:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:49:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:49:31 Collecting docker<4.0,>=3.6.0 20:49:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:49:32 Collecting cached-property<2,>=1.2.0 20:49:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:49:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:49:32 Collecting websocket-client<1.0,>=0.32.0 20:49:32 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:49:32 Collecting docopt<0.7,>=0.6.1 20:49:32 Downloading docopt-0.6.2.tar.gz (25 kB) 20:49:33 Collecting jsonschema<3,>=2.5.1 20:49:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:49:33 Collecting dockerpty<0.5,>=0.4.1 20:49:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:49:34 Collecting texttable<0.10,>=0.9.0 20:49:34 Downloading texttable-0.9.1.tar.gz (11 kB) 20:49:36 Collecting urllib3<1.25,>=1.21.1 20:49:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:49:36 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) 20:49:36 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) 20:49:36 Collecting idna<2.8,>=2.5 20:49:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:49:36 Collecting docker-pycreds>=0.4.0 20:49:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:49:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:49:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:49:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:49:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:49:36 Installing collected packages: PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, docopt, jsonschema, dockerpty, texttable, docker-compose 20:49:36 Running setup.py install for PyYAML: started 20:49:37 Running setup.py install for PyYAML: finished with status 'done' 20:49:37 Attempting uninstall: urllib3 20:49:37 Found existing installation: urllib3 1.25.9 20:49:37 Uninstalling urllib3-1.25.9: 20:49:37 Successfully uninstalled urllib3-1.25.9 20:49:38 Attempting uninstall: idna 20:49:38 Found existing installation: idna 2.9 20:49:38 Uninstalling idna-2.9: 20:49:38 Successfully uninstalled idna-2.9 20:49:38 Attempting uninstall: requests 20:49:38 Found existing installation: requests 2.23.0 20:49:38 Uninstalling requests-2.23.0: 20:49:38 Successfully uninstalled requests-2.23.0 20:49:39 Running setup.py install for docopt: started 20:49:40 Running setup.py install for docopt: finished with status 'done' 20:49:41 Running setup.py install for dockerpty: started 20:49:42 Running setup.py install for dockerpty: finished with status 'done' 20:49:42 Running setup.py install for texttable: started 20:49:42 Running setup.py install for texttable: finished with status 'done' 20:49:43 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 20:49:49 Removing intermediate container f1993f7ce7b3 20:49:49 ---> 233aae2d4308 20:49:49 Step 21/26 : RUN apk --no-cache add curl 20:49:49 ---> Running in bda99902437c 20:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:49:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:49:50 (2/3) Installing libcurl (7.69.1-r3) 20:49:50 (3/3) Installing curl (7.69.1-r3) 20:49:50 Executing busybox-1.31.1-r19.trigger 20:49:50 OK: 72 MiB in 58 packages 20:49:52 Removing intermediate container bda99902437c 20:49:52 ---> 9a20f6fbecfc 20:49:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:49:52 ---> Running in 3b7196ef0156 20:49:53 Removing intermediate container 3b7196ef0156 20:49:53 ---> 47b05bdbc494 20:49:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:49:53 ---> Running in 5b292573904b 20:49:54 Removing intermediate container 5b292573904b 20:49:54 ---> 2075d8d541e2 20:49:54 Step 24/26 : LABEL arch=x86_64 20:49:54 ---> Running in 568e8ff5a5bc 20:49:55 Removing intermediate container 568e8ff5a5bc 20:49:55 ---> 0e23b8138e5a 20:49:55 Step 25/26 : LABEL git_sha=abd01a6d142b6f684e0380bd2bdcda548b905f03 20:49:55 ---> Running in d81ee8816d2f 20:49:55 Removing intermediate container d81ee8816d2f 20:49:55 ---> 9678149bc729 20:49:55 Step 26/26 : LABEL version=2.0.0-dev.164 20:49:55 ---> Running in 8f128ff06a65 20:49:55 Removing intermediate container 8f128ff06a65 20:49:55 ---> 869b903b2364 20:49:55 20:49:56 Successfully built 869b903b2364 20:49:56 Successfully tagged docker-sys-mgmt-agent-go:latest 20:49:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:49:56 $ docker stop --time=1 3d6a162fe482ad2a0b8b9ec6168b7b11c61d9d4a85ec074201dcea1e21224b28 20:49:59 $ docker rm -f 3d6a162fe482ad2a0b8b9ec6168b7b11c61d9d4a85ec074201dcea1e21224b28 [Pipeline] // withDockerContainer [Pipeline] sh 20:50:01 + docker images 20:50:01 + grep docker 20:50:02 docker-sys-mgmt-agent-go latest 869b903b2364 7 seconds ago 314MB 20:50:02 docker-security-bootstrapper-go latest 05dd41c981c3 About a minute ago 19MB 20:50:02 docker-security-proxy-setup-go latest 7405eb9db3eb About a minute ago 25.4MB 20:50:02 docker-support-scheduler-go latest f898c57fb537 About a minute ago 17.4MB 20:50:02 docker-security-secretstore-setup-go latest 9ceee9c0bb37 4 minutes ago 25.7MB 20:50:02 docker-core-data-go latest 407247474637 4 minutes ago 22.7MB 20:50:02 docker-core-metadata-go latest bbd27a10f005 4 minutes ago 19MB 20:50:02 docker-core-command-go latest 7f330bc96798 4 minutes ago 17.3MB 20:50:02 docker-support-notifications-go latest c26af5e686fe 4 minutes ago 17.9MB 20:50:02 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:50:03 provisioning config files... 20:50:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/432@tmp/config194755903742385701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:50:04 ---> docker-login.sh 20:50:04 nexus3.edgexfoundry.org:10001 20:50:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:05 Configure a credential helper to remove this warning. See 20:50:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:05 20:50:05 Login Succeeded 20:50:05 nexus3.edgexfoundry.org:10002 20:50:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:06 Configure a credential helper to remove this warning. See 20:50:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:06 20:50:06 Login Succeeded 20:50:06 nexus3.edgexfoundry.org:10003 20:50:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:07 Configure a credential helper to remove this warning. See 20:50:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:07 20:50:07 Login Succeeded 20:50:07 nexus3.edgexfoundry.org:10004 20:50:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:08 Configure a credential helper to remove this warning. See 20:50:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:08 20:50:08 Login Succeeded 20:50:09 docker.io 20:50:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:09 Configure a credential helper to remove this warning. See 20:50:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:09 20:50:09 Login Succeeded 20:50:09 ---> docker-login.sh ends [Pipeline] } 20:50:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:50:10 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 20:50:10 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:10 2.0.0-dev.164 20:50:10 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:10 master 20:50:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:50:10 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:50:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:50:11 ad159517dfc9: Preparing 20:50:11 9ed89e5573b7: Preparing 20:50:11 2a77482a23c6: Preparing 20:50:11 cb615c4b0e57: Preparing 20:50:11 b0b9881431d7: Preparing 20:50:11 b0b9881431d7: Layer already exists 20:50:12 ad159517dfc9: Pushed 20:50:12 2a77482a23c6: Pushed 20:50:12 cb615c4b0e57: Pushed 20:50:14 9ed89e5573b7: Pushed 20:50:14 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:9d32040734045dbe084ec0175db44c0a9252310c73fc98ded81796c05fcb2e06 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:50:14 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:50:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.164 20:50:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:50:15 ad159517dfc9: Preparing 20:50:15 9ed89e5573b7: Preparing 20:50:15 2a77482a23c6: Preparing 20:50:15 cb615c4b0e57: Preparing 20:50:15 b0b9881431d7: Preparing 20:50:15 cb615c4b0e57: Layer already exists 20:50:15 9ed89e5573b7: Layer already exists 20:50:15 2a77482a23c6: Layer already exists 20:50:15 ad159517dfc9: Layer already exists 20:50:15 b0b9881431d7: Layer already exists 20:50:15 2.0.0-dev.164: digest: sha256:9d32040734045dbe084ec0175db44c0a9252310c73fc98ded81796c05fcb2e06 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:50:17 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:50:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:50:18 ad159517dfc9: Preparing 20:50:18 9ed89e5573b7: Preparing 20:50:18 2a77482a23c6: Preparing 20:50:18 cb615c4b0e57: Preparing 20:50:18 b0b9881431d7: Preparing 20:50:18 cb615c4b0e57: Layer already exists 20:50:18 2a77482a23c6: Layer already exists 20:50:18 ad159517dfc9: Layer already exists 20:50:18 9ed89e5573b7: Layer already exists 20:50:18 b0b9881431d7: Layer already exists 20:50:18 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:9d32040734045dbe084ec0175db44c0a9252310c73fc98ded81796c05fcb2e06 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:50:19 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 20:50:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 20:50:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 20:50:19 ad159517dfc9: Preparing 20:50:19 9ed89e5573b7: Preparing 20:50:19 2a77482a23c6: Preparing 20:50:19 cb615c4b0e57: Preparing 20:50:19 b0b9881431d7: Preparing 20:50:19 9ed89e5573b7: Layer already exists 20:50:19 ad159517dfc9: Layer already exists 20:50:19 2a77482a23c6: Layer already exists 20:50:19 b0b9881431d7: Layer already exists 20:50:19 cb615c4b0e57: Layer already exists 20:50:19 master: digest: sha256:9d32040734045dbe084ec0175db44c0a9252310c73fc98ded81796c05fcb2e06 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:50:20 ===================================================== [Pipeline] echo 20:50:20 taggedImages: 20:50:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.164 20:50:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:20 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 20:50:20 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 20:50:20 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:20 2.0.0-dev.164 20:50:20 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:20 master 20:50:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:50:21 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:50:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:50:22 8866cd048102: Preparing 20:50:22 abfd9b1625a7: Preparing 20:50:22 2a77482a23c6: Preparing 20:50:22 c3d32cec7a8e: Preparing 20:50:22 2602785ce673: Preparing 20:50:22 b0b9881431d7: Preparing 20:50:22 b0b9881431d7: Waiting 20:50:22 2a77482a23c6: Layer already exists 20:50:22 8866cd048102: Pushed 20:50:22 2602785ce673: Pushed 20:50:23 b0b9881431d7: Layer already exists 20:50:23 c3d32cec7a8e: Pushed 20:50:25 abfd9b1625a7: Pushed 20:50:25 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:5b8577f1f02d440c03da94db5d32127593c9d959451b75744a4f87fa11f1ae6d size: 1572 [Pipeline] isUnix [Pipeline] sh 20:50:25 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:50:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.164 20:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:50:27 8866cd048102: Preparing 20:50:27 abfd9b1625a7: Preparing 20:50:27 2a77482a23c6: Preparing 20:50:27 c3d32cec7a8e: Preparing 20:50:27 2602785ce673: Preparing 20:50:27 b0b9881431d7: Preparing 20:50:27 b0b9881431d7: Waiting 20:50:27 8866cd048102: Layer already exists 20:50:27 c3d32cec7a8e: Layer already exists 20:50:27 2602785ce673: Layer already exists 20:50:27 abfd9b1625a7: Layer already exists 20:50:27 2a77482a23c6: Layer already exists 20:50:27 b0b9881431d7: Layer already exists 20:50:27 2.0.0-dev.164: digest: sha256:5b8577f1f02d440c03da94db5d32127593c9d959451b75744a4f87fa11f1ae6d size: 1572 [Pipeline] isUnix [Pipeline] sh 20:50:28 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:50:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:50:30 8866cd048102: Preparing 20:50:30 abfd9b1625a7: Preparing 20:50:30 2a77482a23c6: Preparing 20:50:30 c3d32cec7a8e: Preparing 20:50:30 2602785ce673: Preparing 20:50:30 b0b9881431d7: Preparing 20:50:30 b0b9881431d7: Waiting 20:50:30 c3d32cec7a8e: Layer already exists 20:50:30 abfd9b1625a7: Layer already exists 20:50:30 8866cd048102: Layer already exists 20:50:30 2602785ce673: Layer already exists 20:50:30 2a77482a23c6: Layer already exists 20:50:30 b0b9881431d7: Layer already exists 20:50:30 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:5b8577f1f02d440c03da94db5d32127593c9d959451b75744a4f87fa11f1ae6d size: 1572 [Pipeline] isUnix [Pipeline] sh 20:50:30 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 20:50:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 20:50:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 20:50:32 8866cd048102: Preparing 20:50:32 abfd9b1625a7: Preparing 20:50:32 2a77482a23c6: Preparing 20:50:32 c3d32cec7a8e: Preparing 20:50:32 2602785ce673: Preparing 20:50:32 b0b9881431d7: Preparing 20:50:32 b0b9881431d7: Waiting 20:50:32 8866cd048102: Layer already exists 20:50:32 2602785ce673: Layer already exists 20:50:32 abfd9b1625a7: Layer already exists 20:50:32 c3d32cec7a8e: Layer already exists 20:50:32 2a77482a23c6: Layer already exists 20:50:32 b0b9881431d7: Layer already exists 20:50:32 master: digest: sha256:5b8577f1f02d440c03da94db5d32127593c9d959451b75744a4f87fa11f1ae6d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:50:32 ===================================================== [Pipeline] echo 20:50:32 taggedImages: 20:50:32 - nexus3.edgexfoundry.org:10004/docker-core-data-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:32 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.164 20:50:32 - nexus3.edgexfoundry.org:10004/docker-core-data-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:32 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 20:50:32 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 20:50:32 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:32 2.0.0-dev.164 20:50:32 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:32 master 20:50:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:50:33 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:50:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:50:34 aa063e7ba6d7: Preparing 20:50:34 d0f7e59b9fce: Preparing 20:50:34 2a77482a23c6: Preparing 20:50:34 cb615c4b0e57: Preparing 20:50:34 b0b9881431d7: Preparing 20:50:34 b0b9881431d7: Layer already exists 20:50:34 2a77482a23c6: Layer already exists 20:50:34 cb615c4b0e57: Layer already exists 20:50:34 aa063e7ba6d7: Pushed 20:50:37 d0f7e59b9fce: Pushed 20:50:37 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:7f32a193c7ee50d48921ee919010344e26c61c1d546103e93eeea75b696fd382 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:50:38 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:50:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.164 20:50:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:50:39 aa063e7ba6d7: Preparing 20:50:39 d0f7e59b9fce: Preparing 20:50:39 2a77482a23c6: Preparing 20:50:39 cb615c4b0e57: Preparing 20:50:39 b0b9881431d7: Preparing 20:50:39 d0f7e59b9fce: Layer already exists 20:50:39 b0b9881431d7: Layer already exists 20:50:39 aa063e7ba6d7: Layer already exists 20:50:39 2a77482a23c6: Layer already exists 20:50:39 cb615c4b0e57: Layer already exists 20:50:39 2.0.0-dev.164: digest: sha256:7f32a193c7ee50d48921ee919010344e26c61c1d546103e93eeea75b696fd382 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:50:39 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:50:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:50:41 aa063e7ba6d7: Preparing 20:50:41 d0f7e59b9fce: Preparing 20:50:41 2a77482a23c6: Preparing 20:50:41 cb615c4b0e57: Preparing 20:50:41 b0b9881431d7: Preparing 20:50:41 b0b9881431d7: Layer already exists 20:50:41 aa063e7ba6d7: Layer already exists 20:50:41 d0f7e59b9fce: Layer already exists 20:50:41 cb615c4b0e57: Layer already exists 20:50:41 2a77482a23c6: Layer already exists 20:50:41 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:7f32a193c7ee50d48921ee919010344e26c61c1d546103e93eeea75b696fd382 size: 1363 [Pipeline] isUnix [Pipeline] sh 20:50:42 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 20:50:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 20:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 20:50:43 aa063e7ba6d7: Preparing 20:50:43 d0f7e59b9fce: Preparing 20:50:43 2a77482a23c6: Preparing 20:50:43 cb615c4b0e57: Preparing 20:50:43 b0b9881431d7: Preparing 20:50:43 aa063e7ba6d7: Layer already exists 20:50:43 cb615c4b0e57: Layer already exists 20:50:43 2a77482a23c6: Layer already exists 20:50:43 d0f7e59b9fce: Layer already exists 20:50:43 b0b9881431d7: Layer already exists 20:50:43 master: digest: sha256:7f32a193c7ee50d48921ee919010344e26c61c1d546103e93eeea75b696fd382 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:50:43 ===================================================== [Pipeline] echo 20:50:43 taggedImages: 20:50:43 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:43 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.164 20:50:43 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:43 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 20:50:43 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 20:50:43 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:43 2.0.0-dev.164 20:50:43 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:43 master 20:50:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:50:44 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:50:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:50:46 8e9c931e0b48: Preparing 20:50:46 8e9c931e0b48: Preparing 20:50:46 605d89f9ad2c: Preparing 20:50:46 fcbc1410ffa6: Preparing 20:50:46 b4b0820970d6: Preparing 20:50:46 2b009535e343: Preparing 20:50:46 2a77482a23c6: Preparing 20:50:46 6f69586d8b34: Preparing 20:50:46 6f69586d8b34: Preparing 20:50:46 f5bca57d5673: Preparing 20:50:46 2429cb450d12: Preparing 20:50:46 b0b9881431d7: Preparing 20:50:46 2a77482a23c6: Waiting 20:50:46 6f69586d8b34: Waiting 20:50:46 f5bca57d5673: Waiting 20:50:46 2429cb450d12: Waiting 20:50:46 b0b9881431d7: Waiting 20:50:46 605d89f9ad2c: Pushed 20:50:46 b4b0820970d6: Pushed 20:50:46 fcbc1410ffa6: Pushed 20:50:46 8e9c931e0b48: Pushed 20:50:46 2a77482a23c6: Layer already exists 20:50:46 6f69586d8b34: Pushed 20:50:46 b0b9881431d7: Layer already exists 20:50:46 f5bca57d5673: Pushed 20:50:46 2429cb450d12: Pushed 20:50:48 2b009535e343: Pushed 20:50:48 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:c8406fde38e39bd8bc0e1c58402af468fbf98385bed9a4206477beac6f63da58 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:50:49 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:50:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.164 20:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:50:50 8e9c931e0b48: Preparing 20:50:50 8e9c931e0b48: Preparing 20:50:50 605d89f9ad2c: Preparing 20:50:50 fcbc1410ffa6: Preparing 20:50:50 b4b0820970d6: Preparing 20:50:50 2b009535e343: Preparing 20:50:50 2a77482a23c6: Preparing 20:50:50 6f69586d8b34: Preparing 20:50:50 6f69586d8b34: Preparing 20:50:50 f5bca57d5673: Preparing 20:50:50 2429cb450d12: Preparing 20:50:50 b0b9881431d7: Preparing 20:50:50 2a77482a23c6: Waiting 20:50:50 6f69586d8b34: Waiting 20:50:50 f5bca57d5673: Waiting 20:50:50 2429cb450d12: Waiting 20:50:50 b0b9881431d7: Waiting 20:50:50 b4b0820970d6: Layer already exists 20:50:50 8e9c931e0b48: Layer already exists 20:50:50 2b009535e343: Layer already exists 20:50:50 605d89f9ad2c: Layer already exists 20:50:50 fcbc1410ffa6: Layer already exists 20:50:50 6f69586d8b34: Layer already exists 20:50:50 2a77482a23c6: Layer already exists 20:50:50 2429cb450d12: Layer already exists 20:50:50 b0b9881431d7: Layer already exists 20:50:50 f5bca57d5673: Layer already exists 20:50:50 2.0.0-dev.164: digest: sha256:c8406fde38e39bd8bc0e1c58402af468fbf98385bed9a4206477beac6f63da58 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:50:50 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:50:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:50:52 8e9c931e0b48: Preparing 20:50:52 8e9c931e0b48: Preparing 20:50:52 605d89f9ad2c: Preparing 20:50:52 fcbc1410ffa6: Preparing 20:50:52 b4b0820970d6: Preparing 20:50:52 2b009535e343: Preparing 20:50:52 2a77482a23c6: Preparing 20:50:52 6f69586d8b34: Preparing 20:50:52 6f69586d8b34: Preparing 20:50:52 f5bca57d5673: Preparing 20:50:52 2429cb450d12: Preparing 20:50:52 b0b9881431d7: Preparing 20:50:52 2a77482a23c6: Waiting 20:50:52 6f69586d8b34: Waiting 20:50:52 f5bca57d5673: Waiting 20:50:52 2429cb450d12: Waiting 20:50:52 b0b9881431d7: Waiting 20:50:52 fcbc1410ffa6: Layer already exists 20:50:52 b4b0820970d6: Layer already exists 20:50:52 605d89f9ad2c: Layer already exists 20:50:52 8e9c931e0b48: Layer already exists 20:50:52 2b009535e343: Layer already exists 20:50:52 2a77482a23c6: Layer already exists 20:50:52 b0b9881431d7: Layer already exists 20:50:52 f5bca57d5673: Layer already exists 20:50:52 2429cb450d12: Layer already exists 20:50:52 6f69586d8b34: Layer already exists 20:50:52 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:c8406fde38e39bd8bc0e1c58402af468fbf98385bed9a4206477beac6f63da58 size: 2817 [Pipeline] isUnix [Pipeline] sh 20:50:53 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 20:50:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 20:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 20:50:54 8e9c931e0b48: Preparing 20:50:54 8e9c931e0b48: Preparing 20:50:54 605d89f9ad2c: Preparing 20:50:54 fcbc1410ffa6: Preparing 20:50:54 b4b0820970d6: Preparing 20:50:54 2b009535e343: Preparing 20:50:54 2a77482a23c6: Preparing 20:50:54 6f69586d8b34: Preparing 20:50:54 6f69586d8b34: Preparing 20:50:54 f5bca57d5673: Preparing 20:50:54 2429cb450d12: Preparing 20:50:54 b0b9881431d7: Preparing 20:50:54 2a77482a23c6: Waiting 20:50:54 6f69586d8b34: Waiting 20:50:54 f5bca57d5673: Waiting 20:50:54 2429cb450d12: Waiting 20:50:54 b0b9881431d7: Waiting 20:50:54 8e9c931e0b48: Layer already exists 20:50:54 fcbc1410ffa6: Layer already exists 20:50:54 b4b0820970d6: Layer already exists 20:50:54 2b009535e343: Layer already exists 20:50:54 605d89f9ad2c: Layer already exists 20:50:54 2429cb450d12: Layer already exists 20:50:54 f5bca57d5673: Layer already exists 20:50:54 6f69586d8b34: Layer already exists 20:50:54 2a77482a23c6: Layer already exists 20:50:54 b0b9881431d7: Layer already exists 20:50:54 master: digest: sha256:c8406fde38e39bd8bc0e1c58402af468fbf98385bed9a4206477beac6f63da58 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:50:55 ===================================================== [Pipeline] echo 20:50:55 taggedImages: 20:50:55 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:55 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.164 20:50:55 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:55 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 20:50:55 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 20:50:55 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:55 2.0.0-dev.164 20:50:55 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:50:55 master 20:50:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:50:55 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:50:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:50:56 687c7da37fb9: Preparing 20:50:56 36842472bd76: Preparing 20:50:56 0a5c255708b2: Preparing 20:50:56 92862a3badde: Preparing 20:50:56 6406a4e16d52: Preparing 20:50:56 b0b9881431d7: Preparing 20:50:56 b0b9881431d7: Waiting 20:50:57 0a5c255708b2: Pushed 20:50:57 92862a3badde: Pushed 20:50:57 b0b9881431d7: Layer already exists 20:50:57 6406a4e16d52: Pushed 20:50:59 36842472bd76: Pushed 20:50:59 687c7da37fb9: Pushed 20:51:00 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:a7dd2cb26ed9965422b46b9a9b07f1afab02d3d150862c98e9dc12db48d03ad7 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:51:00 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:51:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.164 20:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:51:01 687c7da37fb9: Preparing 20:51:01 36842472bd76: Preparing 20:51:01 0a5c255708b2: Preparing 20:51:01 92862a3badde: Preparing 20:51:01 6406a4e16d52: Preparing 20:51:01 b0b9881431d7: Preparing 20:51:01 b0b9881431d7: Waiting 20:51:01 92862a3badde: Layer already exists 20:51:01 687c7da37fb9: Layer already exists 20:51:01 6406a4e16d52: Layer already exists 20:51:01 0a5c255708b2: Layer already exists 20:51:01 36842472bd76: Layer already exists 20:51:01 b0b9881431d7: Layer already exists 20:51:01 2.0.0-dev.164: digest: sha256:a7dd2cb26ed9965422b46b9a9b07f1afab02d3d150862c98e9dc12db48d03ad7 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:51:02 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:51:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:51:03 687c7da37fb9: Preparing 20:51:03 36842472bd76: Preparing 20:51:03 0a5c255708b2: Preparing 20:51:03 92862a3badde: Preparing 20:51:03 6406a4e16d52: Preparing 20:51:03 b0b9881431d7: Preparing 20:51:03 b0b9881431d7: Waiting 20:51:03 0a5c255708b2: Layer already exists 20:51:03 36842472bd76: Layer already exists 20:51:03 687c7da37fb9: Layer already exists 20:51:03 6406a4e16d52: Layer already exists 20:51:03 92862a3badde: Layer already exists 20:51:03 b0b9881431d7: Layer already exists 20:51:03 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:a7dd2cb26ed9965422b46b9a9b07f1afab02d3d150862c98e9dc12db48d03ad7 size: 1575 [Pipeline] isUnix [Pipeline] sh 20:51:03 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 20:51:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 20:51:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 20:51:05 687c7da37fb9: Preparing 20:51:05 36842472bd76: Preparing 20:51:05 0a5c255708b2: Preparing 20:51:05 92862a3badde: Preparing 20:51:05 6406a4e16d52: Preparing 20:51:05 b0b9881431d7: Preparing 20:51:05 b0b9881431d7: Waiting 20:51:05 0a5c255708b2: Layer already exists 20:51:05 36842472bd76: Layer already exists 20:51:05 6406a4e16d52: Layer already exists 20:51:05 687c7da37fb9: Layer already exists 20:51:05 92862a3badde: Layer already exists 20:51:05 b0b9881431d7: Layer already exists 20:51:05 master: digest: sha256:a7dd2cb26ed9965422b46b9a9b07f1afab02d3d150862c98e9dc12db48d03ad7 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:51:05 ===================================================== [Pipeline] echo 20:51:05 taggedImages: 20:51:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.164 20:51:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 20:51:05 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 20:51:05 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:05 2.0.0-dev.164 20:51:05 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:05 master 20:51:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:06 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:51:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:51:07 9e26818641ee: Preparing 20:51:07 e770880b4616: Preparing 20:51:07 5410baa068bc: Preparing 20:51:07 17a192ebbec8: Preparing 20:51:07 389dacf4674c: Preparing 20:51:07 a028d0129523: Preparing 20:51:07 b0bf6a5276ec: Preparing 20:51:07 6e392a1cb888: Preparing 20:51:07 b0b9881431d7: Preparing 20:51:07 a028d0129523: Waiting 20:51:07 b0bf6a5276ec: Waiting 20:51:07 6e392a1cb888: Waiting 20:51:07 b0b9881431d7: Waiting 20:51:08 e770880b4616: Pushed 20:51:08 389dacf4674c: Pushed 20:51:08 9e26818641ee: Pushed 20:51:09 a028d0129523: Pushed 20:51:09 b0b9881431d7: Layer already exists 20:51:09 b0bf6a5276ec: Pushed 20:51:10 5410baa068bc: Pushed 20:51:10 17a192ebbec8: Pushed 20:51:10 6e392a1cb888: Pushed 20:51:10 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:f56c99a0a220b98fb0399bef00ea20933f15dd85aec19ed10f19f7fcbc7bf1c7 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:51:10 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:51:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.164 20:51:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:51:12 9e26818641ee: Preparing 20:51:12 e770880b4616: Preparing 20:51:12 5410baa068bc: Preparing 20:51:12 17a192ebbec8: Preparing 20:51:12 389dacf4674c: Preparing 20:51:12 a028d0129523: Preparing 20:51:12 b0bf6a5276ec: Preparing 20:51:12 6e392a1cb888: Preparing 20:51:12 b0b9881431d7: Preparing 20:51:12 a028d0129523: Waiting 20:51:12 b0bf6a5276ec: Waiting 20:51:12 6e392a1cb888: Waiting 20:51:12 b0b9881431d7: Waiting 20:51:12 389dacf4674c: Layer already exists 20:51:12 9e26818641ee: Layer already exists 20:51:12 5410baa068bc: Layer already exists 20:51:12 17a192ebbec8: Layer already exists 20:51:12 e770880b4616: Layer already exists 20:51:12 a028d0129523: Layer already exists 20:51:12 b0bf6a5276ec: Layer already exists 20:51:12 6e392a1cb888: Layer already exists 20:51:12 b0b9881431d7: Layer already exists 20:51:12 2.0.0-dev.164: digest: sha256:f56c99a0a220b98fb0399bef00ea20933f15dd85aec19ed10f19f7fcbc7bf1c7 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:51:12 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:51:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:51:14 9e26818641ee: Preparing 20:51:14 e770880b4616: Preparing 20:51:14 5410baa068bc: Preparing 20:51:14 17a192ebbec8: Preparing 20:51:14 389dacf4674c: Preparing 20:51:14 a028d0129523: Preparing 20:51:14 b0bf6a5276ec: Preparing 20:51:14 6e392a1cb888: Preparing 20:51:14 b0b9881431d7: Preparing 20:51:14 b0bf6a5276ec: Waiting 20:51:14 6e392a1cb888: Waiting 20:51:14 b0b9881431d7: Waiting 20:51:14 a028d0129523: Waiting 20:51:14 17a192ebbec8: Layer already exists 20:51:14 389dacf4674c: Layer already exists 20:51:14 e770880b4616: Layer already exists 20:51:14 9e26818641ee: Layer already exists 20:51:14 5410baa068bc: Layer already exists 20:51:14 a028d0129523: Layer already exists 20:51:14 6e392a1cb888: Layer already exists 20:51:14 b0bf6a5276ec: Layer already exists 20:51:14 b0b9881431d7: Layer already exists 20:51:14 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:f56c99a0a220b98fb0399bef00ea20933f15dd85aec19ed10f19f7fcbc7bf1c7 size: 2198 [Pipeline] isUnix [Pipeline] sh 20:51:14 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 20:51:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 20:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 20:51:16 9e26818641ee: Preparing 20:51:16 e770880b4616: Preparing 20:51:16 5410baa068bc: Preparing 20:51:16 17a192ebbec8: Preparing 20:51:16 389dacf4674c: Preparing 20:51:16 a028d0129523: Preparing 20:51:16 b0bf6a5276ec: Preparing 20:51:16 6e392a1cb888: Preparing 20:51:16 b0b9881431d7: Preparing 20:51:16 a028d0129523: Waiting 20:51:16 b0bf6a5276ec: Waiting 20:51:16 6e392a1cb888: Waiting 20:51:16 b0b9881431d7: Waiting 20:51:16 e770880b4616: Layer already exists 20:51:16 17a192ebbec8: Layer already exists 20:51:16 9e26818641ee: Layer already exists 20:51:16 5410baa068bc: Layer already exists 20:51:16 389dacf4674c: Layer already exists 20:51:16 b0bf6a5276ec: Layer already exists 20:51:16 a028d0129523: Layer already exists 20:51:16 b0b9881431d7: Layer already exists 20:51:16 6e392a1cb888: Layer already exists 20:51:17 master: digest: sha256:f56c99a0a220b98fb0399bef00ea20933f15dd85aec19ed10f19f7fcbc7bf1c7 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:51:17 ===================================================== [Pipeline] echo 20:51:17 taggedImages: 20:51:17 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:17 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.164 20:51:17 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:17 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 20:51:17 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 20:51:17 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:17 2.0.0-dev.164 20:51:17 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:17 master 20:51:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:18 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:51:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:51:19 3896be8a1b89: Preparing 20:51:19 a43d6e84d0bb: Preparing 20:51:19 2a77482a23c6: Preparing 20:51:19 4dab6e1fb029: Preparing 20:51:19 b0b9881431d7: Preparing 20:51:19 2a77482a23c6: Layer already exists 20:51:19 b0b9881431d7: Layer already exists 20:51:19 3896be8a1b89: Pushed 20:51:21 4dab6e1fb029: Pushed 20:51:21 a43d6e84d0bb: Pushed 20:51:22 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:86e87d61a774d4c9d0af6d3dd0a2605043f02e21a9b6eda2f251139f3bb6858a size: 1364 [Pipeline] isUnix [Pipeline] sh 20:51:22 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:51:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.164 20:51:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:51:23 3896be8a1b89: Preparing 20:51:23 a43d6e84d0bb: Preparing 20:51:23 2a77482a23c6: Preparing 20:51:23 4dab6e1fb029: Preparing 20:51:23 b0b9881431d7: Preparing 20:51:23 4dab6e1fb029: Layer already exists 20:51:23 b0b9881431d7: Layer already exists 20:51:23 3896be8a1b89: Layer already exists 20:51:23 2a77482a23c6: Layer already exists 20:51:23 a43d6e84d0bb: Layer already exists 20:51:23 2.0.0-dev.164: digest: sha256:86e87d61a774d4c9d0af6d3dd0a2605043f02e21a9b6eda2f251139f3bb6858a size: 1364 [Pipeline] isUnix [Pipeline] sh 20:51:24 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:51:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:51:25 3896be8a1b89: Preparing 20:51:25 a43d6e84d0bb: Preparing 20:51:25 2a77482a23c6: Preparing 20:51:25 4dab6e1fb029: Preparing 20:51:25 b0b9881431d7: Preparing 20:51:25 2a77482a23c6: Layer already exists 20:51:25 3896be8a1b89: Layer already exists 20:51:25 a43d6e84d0bb: Layer already exists 20:51:25 4dab6e1fb029: Layer already exists 20:51:25 b0b9881431d7: Layer already exists 20:51:25 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:86e87d61a774d4c9d0af6d3dd0a2605043f02e21a9b6eda2f251139f3bb6858a size: 1364 [Pipeline] isUnix [Pipeline] sh 20:51:26 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 20:51:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 20:51:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 20:51:27 3896be8a1b89: Preparing 20:51:27 a43d6e84d0bb: Preparing 20:51:27 2a77482a23c6: Preparing 20:51:27 4dab6e1fb029: Preparing 20:51:27 b0b9881431d7: Preparing 20:51:27 a43d6e84d0bb: Layer already exists 20:51:27 4dab6e1fb029: Layer already exists 20:51:27 3896be8a1b89: Layer already exists 20:51:27 2a77482a23c6: Layer already exists 20:51:27 b0b9881431d7: Layer already exists 20:51:27 master: digest: sha256:86e87d61a774d4c9d0af6d3dd0a2605043f02e21a9b6eda2f251139f3bb6858a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:51:27 ===================================================== [Pipeline] echo 20:51:27 taggedImages: 20:51:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.164 20:51:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:27 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 20:51:27 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 20:51:27 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:27 2.0.0-dev.164 20:51:27 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:27 master 20:51:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:28 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:51:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:51:29 4c7bb293dd3b: Preparing 20:51:29 ce6c93a09a08: Preparing 20:51:29 2a77482a23c6: Preparing 20:51:29 cb615c4b0e57: Preparing 20:51:29 b0b9881431d7: Preparing 20:51:29 2a77482a23c6: Layer already exists 20:51:29 b0b9881431d7: Layer already exists 20:51:29 cb615c4b0e57: Layer already exists 20:51:29 4c7bb293dd3b: Pushed 20:51:31 ce6c93a09a08: Pushed 20:51:32 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:e5facba046d9473cbace8440c11ea8e2b6b22e9bc8f4df2635f573d018a38c7b size: 1363 [Pipeline] isUnix [Pipeline] sh 20:51:32 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:51:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.164 20:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:51:33 4c7bb293dd3b: Preparing 20:51:33 ce6c93a09a08: Preparing 20:51:33 2a77482a23c6: Preparing 20:51:33 cb615c4b0e57: Preparing 20:51:33 b0b9881431d7: Preparing 20:51:33 ce6c93a09a08: Layer already exists 20:51:33 4c7bb293dd3b: Layer already exists 20:51:33 cb615c4b0e57: Layer already exists 20:51:33 2a77482a23c6: Layer already exists 20:51:33 b0b9881431d7: Layer already exists 20:51:33 2.0.0-dev.164: digest: sha256:e5facba046d9473cbace8440c11ea8e2b6b22e9bc8f4df2635f573d018a38c7b size: 1363 [Pipeline] isUnix [Pipeline] sh 20:51:33 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:51:34 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:51:34 4c7bb293dd3b: Preparing 20:51:34 ce6c93a09a08: Preparing 20:51:34 2a77482a23c6: Preparing 20:51:34 cb615c4b0e57: Preparing 20:51:34 b0b9881431d7: Preparing 20:51:34 b0b9881431d7: Layer already exists 20:51:34 2a77482a23c6: Layer already exists 20:51:34 ce6c93a09a08: Layer already exists 20:51:34 4c7bb293dd3b: Layer already exists 20:51:34 cb615c4b0e57: Layer already exists 20:51:34 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:e5facba046d9473cbace8440c11ea8e2b6b22e9bc8f4df2635f573d018a38c7b size: 1363 [Pipeline] isUnix [Pipeline] sh 20:51:35 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 20:51:35 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 20:51:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 20:51:36 4c7bb293dd3b: Preparing 20:51:36 ce6c93a09a08: Preparing 20:51:36 2a77482a23c6: Preparing 20:51:36 cb615c4b0e57: Preparing 20:51:36 b0b9881431d7: Preparing 20:51:36 cb615c4b0e57: Layer already exists 20:51:36 ce6c93a09a08: Layer already exists 20:51:36 b0b9881431d7: Layer already exists 20:51:36 4c7bb293dd3b: Layer already exists 20:51:36 2a77482a23c6: Layer already exists 20:51:36 master: digest: sha256:e5facba046d9473cbace8440c11ea8e2b6b22e9bc8f4df2635f573d018a38c7b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:51:36 ===================================================== [Pipeline] echo 20:51:36 taggedImages: 20:51:36 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:36 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.164 20:51:36 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:36 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 20:51:36 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 20:51:36 abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:36 2.0.0-dev.164 20:51:36 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:36 master 20:51:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:37 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] isUnix [Pipeline] sh 20:51:38 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:51:39 1f327c90e3a6: Preparing 20:51:39 cdbc460d4b09: Preparing 20:51:39 63e07417bb00: Preparing 20:51:39 cf82236afbd6: Preparing 20:51:39 4a2137b27f00: Preparing 20:51:39 cf43a6d8ace1: Preparing 20:51:39 da71faef2884: Preparing 20:51:39 0754057c0ad3: Preparing 20:51:39 998cdf262ab1: Preparing 20:51:39 02e56110abd2: Preparing 20:51:39 abc36efb885a: Preparing 20:51:39 b0b09059f4e1: Preparing 20:51:39 bb961f40224b: Preparing 20:51:39 f4666769fca7: Preparing 20:51:39 0754057c0ad3: Waiting 20:51:39 cf43a6d8ace1: Waiting 20:51:39 da71faef2884: Waiting 20:51:39 998cdf262ab1: Waiting 20:51:39 02e56110abd2: Waiting 20:51:39 abc36efb885a: Waiting 20:51:39 bb961f40224b: Waiting 20:51:39 f4666769fca7: Waiting 20:51:39 b0b09059f4e1: Waiting 20:51:40 4a2137b27f00: Pushed 20:51:40 1f327c90e3a6: Pushed 20:51:41 cf82236afbd6: Pushed 20:51:41 da71faef2884: Pushed 20:51:41 0754057c0ad3: Layer already exists 20:51:41 998cdf262ab1: Layer already exists 20:51:41 cdbc460d4b09: Pushed 20:51:41 02e56110abd2: Layer already exists 20:51:41 abc36efb885a: Layer already exists 20:51:41 b0b09059f4e1: Layer already exists 20:51:41 bb961f40224b: Layer already exists 20:51:42 f4666769fca7: Layer already exists 20:51:43 cf43a6d8ace1: Pushed 20:51:50 63e07417bb00: Pushed 20:51:50 abd01a6d142b6f684e0380bd2bdcda548b905f03: digest: sha256:f11bf1eab90b33ed59acb8d238022244bc30dc2ef8e61066cb48a66d4fa3062a size: 3252 [Pipeline] isUnix [Pipeline] sh 20:51:50 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:51:51 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.164 20:51:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:51:52 1f327c90e3a6: Preparing 20:51:52 cdbc460d4b09: Preparing 20:51:52 63e07417bb00: Preparing 20:51:52 cf82236afbd6: Preparing 20:51:52 4a2137b27f00: Preparing 20:51:52 cf43a6d8ace1: Preparing 20:51:52 da71faef2884: Preparing 20:51:52 0754057c0ad3: Preparing 20:51:52 998cdf262ab1: Preparing 20:51:52 02e56110abd2: Preparing 20:51:52 abc36efb885a: Preparing 20:51:52 b0b09059f4e1: Preparing 20:51:52 bb961f40224b: Preparing 20:51:52 f4666769fca7: Preparing 20:51:52 cf43a6d8ace1: Waiting 20:51:52 da71faef2884: Waiting 20:51:52 0754057c0ad3: Waiting 20:51:52 998cdf262ab1: Waiting 20:51:52 02e56110abd2: Waiting 20:51:52 abc36efb885a: Waiting 20:51:52 b0b09059f4e1: Waiting 20:51:52 bb961f40224b: Waiting 20:51:52 f4666769fca7: Waiting 20:51:52 1f327c90e3a6: Layer already exists 20:51:52 cdbc460d4b09: Layer already exists 20:51:52 63e07417bb00: Layer already exists 20:51:52 4a2137b27f00: Layer already exists 20:51:52 cf82236afbd6: Layer already exists 20:51:52 cf43a6d8ace1: Layer already exists 20:51:52 da71faef2884: Layer already exists 20:51:52 998cdf262ab1: Layer already exists 20:51:52 abc36efb885a: Layer already exists 20:51:52 02e56110abd2: Layer already exists 20:51:52 0754057c0ad3: Layer already exists 20:51:52 bb961f40224b: Layer already exists 20:51:52 b0b09059f4e1: Layer already exists 20:51:52 f4666769fca7: Layer already exists 20:51:52 2.0.0-dev.164: digest: sha256:f11bf1eab90b33ed59acb8d238022244bc30dc2ef8e61066cb48a66d4fa3062a size: 3252 [Pipeline] isUnix [Pipeline] sh 20:51:53 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 [Pipeline] isUnix [Pipeline] sh 20:51:54 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:51:54 1f327c90e3a6: Preparing 20:51:54 cdbc460d4b09: Preparing 20:51:54 63e07417bb00: Preparing 20:51:54 cf82236afbd6: Preparing 20:51:54 4a2137b27f00: Preparing 20:51:54 cf43a6d8ace1: Preparing 20:51:54 da71faef2884: Preparing 20:51:54 0754057c0ad3: Preparing 20:51:54 998cdf262ab1: Preparing 20:51:54 02e56110abd2: Preparing 20:51:54 abc36efb885a: Preparing 20:51:54 b0b09059f4e1: Preparing 20:51:54 bb961f40224b: Preparing 20:51:54 f4666769fca7: Preparing 20:51:54 cf43a6d8ace1: Waiting 20:51:54 da71faef2884: Waiting 20:51:54 0754057c0ad3: Waiting 20:51:54 998cdf262ab1: Waiting 20:51:54 02e56110abd2: Waiting 20:51:54 abc36efb885a: Waiting 20:51:54 b0b09059f4e1: Waiting 20:51:54 bb961f40224b: Waiting 20:51:54 f4666769fca7: Waiting 20:51:54 4a2137b27f00: Layer already exists 20:51:54 cf82236afbd6: Layer already exists 20:51:54 1f327c90e3a6: Layer already exists 20:51:54 63e07417bb00: Layer already exists 20:51:54 cdbc460d4b09: Layer already exists 20:51:54 998cdf262ab1: Layer already exists 20:51:54 da71faef2884: Layer already exists 20:51:54 cf43a6d8ace1: Layer already exists 20:51:54 0754057c0ad3: Layer already exists 20:51:54 02e56110abd2: Layer already exists 20:51:54 abc36efb885a: Layer already exists 20:51:54 f4666769fca7: Layer already exists 20:51:54 b0b09059f4e1: Layer already exists 20:51:54 bb961f40224b: Layer already exists 20:51:54 abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164: digest: sha256:f11bf1eab90b33ed59acb8d238022244bc30dc2ef8e61066cb48a66d4fa3062a size: 3252 [Pipeline] isUnix [Pipeline] sh 20:51:55 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 20:51:56 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 20:51:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 20:51:56 1f327c90e3a6: Preparing 20:51:56 cdbc460d4b09: Preparing 20:51:56 63e07417bb00: Preparing 20:51:56 cf82236afbd6: Preparing 20:51:56 4a2137b27f00: Preparing 20:51:56 cf43a6d8ace1: Preparing 20:51:56 da71faef2884: Preparing 20:51:56 0754057c0ad3: Preparing 20:51:56 998cdf262ab1: Preparing 20:51:56 02e56110abd2: Preparing 20:51:56 abc36efb885a: Preparing 20:51:56 b0b09059f4e1: Preparing 20:51:56 bb961f40224b: Preparing 20:51:56 f4666769fca7: Preparing 20:51:56 998cdf262ab1: Waiting 20:51:56 02e56110abd2: Waiting 20:51:56 abc36efb885a: Waiting 20:51:56 b0b09059f4e1: Waiting 20:51:56 bb961f40224b: Waiting 20:51:56 f4666769fca7: Waiting 20:51:56 cf43a6d8ace1: Waiting 20:51:56 da71faef2884: Waiting 20:51:56 0754057c0ad3: Waiting 20:51:56 1f327c90e3a6: Layer already exists 20:51:56 63e07417bb00: Layer already exists 20:51:56 cdbc460d4b09: Layer already exists 20:51:56 cf82236afbd6: Layer already exists 20:51:56 4a2137b27f00: Layer already exists 20:51:56 998cdf262ab1: Layer already exists 20:51:56 02e56110abd2: Layer already exists 20:51:56 0754057c0ad3: Layer already exists 20:51:56 cf43a6d8ace1: Layer already exists 20:51:56 da71faef2884: Layer already exists 20:51:56 f4666769fca7: Layer already exists 20:51:56 bb961f40224b: Layer already exists 20:51:56 abc36efb885a: Layer already exists 20:51:56 b0b09059f4e1: Layer already exists 20:51:56 master: digest: sha256:f11bf1eab90b33ed59acb8d238022244bc30dc2ef8e61066cb48a66d4fa3062a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:51:57 ===================================================== [Pipeline] echo 20:51:57 taggedImages: 20:51:57 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd01a6d142b6f684e0380bd2bdcda548b905f03 20:51:57 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.164 20:51:57 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd01a6d142b6f684e0380bd2bdcda548b905f03-2.0.0-dev.164 20:51:57 - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:51:58 provisioning config files... 20:51:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/432@tmp/config5514243578878643352tmp [Pipeline] { [Pipeline] sh 20:51:59 + set +x 20:51:59 + curl -s https://codecov.io/bash 20:51:59 + bash -s -- 20:52:00 20:52:00 _____ _ 20:52:00 / ____| | | 20:52:00 | | ___ __| | ___ ___ _____ __ 20:52:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:52:00 | |___| (_) | (_| | __/ (_| (_) \ V / 20:52:00 \_____\___/ \__,_|\___|\___\___/ \_/ 20:52:00 Bash-20210309-2b87ace 20:52:00 20:52:00 20:52:00 ==> git version 2.24.3 found 20:52:00 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:52:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:52:00 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:52:00 ==> Jenkins CI detected. 20:52:00 project root: . 20:52:00 --> token set from env 20:52:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:52:00 ==> Running gcov in . (disable via -X gcov) 20:52:00 ==> Python coveragepy not found 20:52:00 ==> Searching for coverage reports in: 20:52:00 + . 20:52:00 -> Found 1 reports 20:52:00 ==> Detecting git/mercurial file structure 20:52:00 ==> Reading reports 20:52:00 + ./coverage.out bytes=697383 20:52:00 ==> Appending adjustments 20:52:00 https://docs.codecov.io/docs/fixing-reports 20:52:09 + Found adjustments 20:52:09 ==> Gzipping contents 20:52:09 100K /tmp/codecov.owh2gw.gz 20:52:09 ==> Uploading reports 20:52:09 url: https://codecov.io 20:52:09 query: branch=master&commit=abd01a6d142b6f684e0380bd2bdcda548b905f03&build=432&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F432%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:52:09 -> Pinging Codecov 20:52:09 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=abd01a6d142b6f684e0380bd2bdcda548b905f03&build=432&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F432%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 20:52:09 -> Uploading to 20:52:09 https://storage.googleapis.com/codecov/v4/raw/2021-04-07/00271124DB129430A58F1EEE437C3FCB/abd01a6d142b6f684e0380bd2bdcda548b905f03/33439175-c987-4454-9df6-511a0577184a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T205208Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=07aa14a8337b44bdcf220b4933b1ec0d6e57c4eb8c39ee1b1926f9d1154e7099 20:52:09 % Total % Received % Xferd Average Speed Time Time Time Current 20:52:09 Dload Upload Total Spent Left Speed 20:52:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 49 99562 0 0 49 49152 0 135k --:--:-- --:--:-- --:--:-- 135k 100 99562 0 0 100 99562 0 130k --:--:-- --:--:-- --:--:-- 130k 20:52:09 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/abd01a6d142b6f684e0380bd2bdcda548b905f03 [Pipeline] } 20:52:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:52:09 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:52:09 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:52:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:52:11 20:52:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 20:52:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:52:12 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:52:12 188c0c94c7c5: Already exists 20:52:12 0ef7d3d256c8: Already exists 20:52:12 de9db76c5a1d: Already exists 20:52:12 0eba1c9be4d2: Pulling fs layer 20:52:12 0d57e429df01: Pulling fs layer 20:52:12 4e4be7b47b0d: Pulling fs layer 20:52:12 e1f770b5df2f: Pulling fs layer 20:52:12 85a0685a4137: Pulling fs layer 20:52:12 e1f770b5df2f: Waiting 20:52:12 85a0685a4137: Waiting 20:52:12 0d57e429df01: Verifying Checksum 20:52:12 0d57e429df01: Download complete 20:52:12 4e4be7b47b0d: Verifying Checksum 20:52:12 4e4be7b47b0d: Download complete 20:52:16 e1f770b5df2f: Verifying Checksum 20:52:16 e1f770b5df2f: Download complete 20:52:23 85a0685a4137: Verifying Checksum 20:52:23 85a0685a4137: Download complete 20:52:23 0eba1c9be4d2: Verifying Checksum 20:52:23 0eba1c9be4d2: Download complete 20:52:42 0eba1c9be4d2: Pull complete 20:52:43 0d57e429df01: Pull complete 20:52:43 4e4be7b47b0d: Pull complete 20:52:47 e1f770b5df2f: Pull complete 20:53:05 85a0685a4137: Pull complete 20:53:05 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 20:53:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:53:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 20:53:07 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:53:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:53:10 $ docker top 2ef5664e238e90762d19b962f5be30963a9b6755ae883e12be957b23bf1112cd -eo pid,comm [Pipeline] { [Pipeline] echo 20:53:11 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 20:53:11 + set -o pipefail 20:53:11 + snyk monitor '--org=edgex-jenkins' 20:53:31 20:53:31 Monitoring /w/workspace/edgex-go/432 (github.com/edgexfoundry/edgex-go)... 20:53:31 20:53:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/6191da45-2353-4e8f-9bc5-9e3aeab00073 20:53:31 20:53:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:53:31 20:53:31 20:53:31 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 20:53:31 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 20:53:32 $ docker stop --time=1 2ef5664e238e90762d19b962f5be30963a9b6755ae883e12be957b23bf1112cd 20:53:36 $ docker rm -f 2ef5664e238e90762d19b962f5be30963a9b6755ae883e12be957b23bf1112cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 20:53:39 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:53:39 provisioning config files... 20:53:39 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/432@tmp/config8915070441550649361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:53:39 --> edgex-publish-swagger.sh 20:53:39 === Publish openapi/v1 API === 20:53:39 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 20:53:39 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/432/openapi/v1/core-command.yaml] 20:53:39 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:39 Dload Upload Total Spent Left Speed 20:53:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 7125 0:00:01 0:00:01 --:--:-- 7123 100 10522 0 0 100 10522 0 4245 0:00:02 0:00:02 --:--:-- 4244 100 10522 0 0 100 10522 0 3023 0:00:03 0:00:03 --:--:-- 3023 100 10522 0 0 100 10522 0 2347 0:00:04 0:00:04 --:--:-- 2347 100 10522 0 0 100 10522 0 1918 0:00:05 0:00:05 --:--:-- 1968 100 10522 0 0 100 10522 0 1860 0:00:05 0:00:05 --:--:-- 0 20:53:45 20:53:45 20:53:45 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/432/openapi/v1/core-data.yaml] 20:53:45 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:45 Dload Upload Total Spent Left Speed 20:53:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 19800 0:00:01 0:00:01 --:--:-- 19803 100 32557 0 0 100 32557 0 19796 0:00:01 0:00:01 --:--:-- 19791 20:53:47 20:53:47 20:53:47 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/432/openapi/v1/core-metadata.yaml] 20:53:47 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:47 Dload Upload Total Spent Left Speed 20:53:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 59918 0:00:01 0:00:01 --:--:-- 59984 100 73721 0 0 100 73721 0 59902 0:00:01 0:00:01 --:--:-- 59935 20:53:48 20:53:48 20:53:48 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/432/openapi/v1/support-logging.yaml] 20:53:48 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:48 Dload Upload Total Spent Left Speed 20:53:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 10633 0:00:01 0:00:01 --:--:-- 10643 100 13581 0 0 100 13581 0 10630 0:00:01 0:00:01 --:--:-- 10635 20:53:49 20:53:49 20:53:49 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/432/openapi/v1/support-notifications.yaml] 20:53:49 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:49 Dload Upload Total Spent Left Speed 20:53:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36609 0:00:01 0:00:01 --:--:-- 36654 20:53:50 20:53:50 20:53:50 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/432/openapi/v1/support-scheduler.yaml] 20:53:50 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:50 Dload Upload Total Spent Left Speed 20:53:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12283 0:00:01 0:00:01 --:--:-- 12283 100 14249 0 0 100 14249 0 12279 0:00:01 0:00:01 --:--:-- 12273 20:53:52 20:53:52 20:53:52 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/432/openapi/v1/system-agent.yaml] 20:53:52 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:52 Dload Upload Total Spent Left Speed 20:53:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3974 0:00:01 0:00:01 --:--:-- 3978 100 4110 0 0 100 4110 0 3972 0:00:01 0:00:01 --:--:-- 3974 20:53:53 20:53:53 20:53:53 === Publish openapi/v2 API === 20:53:53 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 20:53:53 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/432/openapi/v2/core-command.yaml] 20:53:53 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:53 Dload Upload Total Spent Left Speed 20:53:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 28985 0:00:01 0:00:01 --:--:-- 29013 100 29594 0 0 100 29594 0 28976 0:00:01 0:00:01 --:--:-- 28985 20:53:54 20:53:54 20:53:54 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/432/openapi/v2/core-data.yaml] 20:53:54 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:54 Dload Upload Total Spent Left Speed 20:53:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 56304 --:--:-- --:--:-- --:--:-- 56302 100 56190 0 0 100 56190 0 56286 --:--:-- --:--:-- --:--:-- 56302 20:53:55 20:53:55 20:53:55 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/432/openapi/v2/core-metadata.yaml] 20:53:55 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:55 Dload Upload Total Spent Left Speed 20:53:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 89996 0:00:01 0:00:01 --:--:-- 90075 100 116k 0 0 100 116k 0 89968 0:00:01 0:00:01 --:--:-- 90007 20:53:56 20:53:56 20:53:56 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/432/openapi/v2/support-notifications.yaml] 20:53:56 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:56 Dload Upload Total Spent Left Speed 20:53:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 56711 0:00:01 0:00:01 --:--:-- 56772 100 75621 0 0 100 75621 0 56696 0:00:01 0:00:01 --:--:-- 56729 20:53:58 20:53:58 20:53:58 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/432/openapi/v2/support-scheduler.yaml] 20:53:58 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:58 Dload Upload Total Spent Left Speed 20:53:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 35036 0:00:01 0:00:01 --:--:-- 35077 100 37428 0 0 100 37428 0 35024 0:00:01 0:00:01 --:--:-- 35044 20:53:59 20:53:59 20:53:59 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/432/openapi/v2/system-agent.yaml] 20:53:59 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:59 Dload Upload Total Spent Left Speed 20:54:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 20189 0:00:01 0:00:01 --:--:-- 20211 20:54:00 20:54:00 [Pipeline] } 20:54:00 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 20:54:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:01 . [Pipeline] withDockerContainer 20:54:02 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:54:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:54:04 $ docker top af125a3229d6bb1aefd4db85f400a3ed051981b0a6169a35bcdebb870708628e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:05 [ssh-agent] Looking for ssh-agent implementation... 20:54:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:06 $ docker exec af125a3229d6bb1aefd4db85f400a3ed051981b0a6169a35bcdebb870708628e ssh-agent 20:54:07 SSH_AUTH_SOCK=/tmp/ssh-RPKSsNU81TR9/agent.11 20:54:07 SSH_AGENT_PID=16 20:54:07 Running ssh-add (command line suppressed) 20:54:08 Identity added: /w/workspace/edgex-go/432@tmp/private_key_5276330998680242618.key (/w/workspace/edgex-go/432@tmp/private_key_5276330998680242618.key) 20:54:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:10 + git semver tag 20:54:10 # -> Open(): unable to determine branch for HEAD 20:54:10 # $GIT_DIR = /w/workspace/edgex-go/432/.git 20:54:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/432 20:54:10 # $SEMVER_REMOTE_NAME = origin 20:54:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:10 # $SEMVER_USER_NAME = edgex-jenkins 20:54:10 # $SEMVER_BRANCH = master 20:54:10 # $SEMVER_DIR = /w/workspace/edgex-go/432/.semver 20:54:10 # abd01a6d142b6f684e0380bd2bdcda548b905f03 HEAD 20:54:12 # -> Force: false 20:54:12 # cbcb5a62004711bbb78bd4b93ef4355a503d9cab refs/tags/v2.0.0-dev.164 [Pipeline] } 20:54:12 $ docker exec --env ******** --env ******** af125a3229d6bb1aefd4db85f400a3ed051981b0a6169a35bcdebb870708628e ssh-agent -k 20:54:13 unset SSH_AUTH_SOCK; 20:54:13 unset SSH_AGENT_PID; 20:54:13 echo Agent pid 16 killed; 20:54:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:14 + git semver [Pipeline] } 20:54:14 $ docker stop --time=1 af125a3229d6bb1aefd4db85f400a3ed051981b0a6169a35bcdebb870708628e 20:54:17 $ docker rm -f af125a3229d6bb1aefd4db85f400a3ed051981b0a6169a35bcdebb870708628e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:54:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:19 20:54:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:54:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:20 0.23.1-centos7: Pulling from edgex-lftools 20:54:20 ab5ef0e58194: Pulling fs layer 20:54:20 9712f1f96733: Pulling fs layer 20:54:20 63f879dbbcfc: Pulling fs layer 20:54:20 0d9ebad4ef96: Pulling fs layer 20:54:20 e9a5061849ea: Pulling fs layer 20:54:20 d747dcd14b5f: Pulling fs layer 20:54:20 2de7ff778b66: Pulling fs layer 20:54:20 0d9ebad4ef96: Waiting 20:54:20 d747dcd14b5f: Waiting 20:54:20 e9a5061849ea: Waiting 20:54:20 2de7ff778b66: Waiting 20:54:20 9712f1f96733: Verifying Checksum 20:54:20 9712f1f96733: Download complete 20:54:27 63f879dbbcfc: Verifying Checksum 20:54:27 63f879dbbcfc: Download complete 20:54:27 e9a5061849ea: Verifying Checksum 20:54:27 e9a5061849ea: Download complete 20:54:27 d747dcd14b5f: Verifying Checksum 20:54:27 d747dcd14b5f: Download complete 20:54:29 2de7ff778b66: Verifying Checksum 20:54:29 2de7ff778b66: Download complete 20:54:29 ab5ef0e58194: Verifying Checksum 20:54:29 ab5ef0e58194: Download complete 20:54:31 0d9ebad4ef96: Verifying Checksum 20:54:31 0d9ebad4ef96: Download complete 20:54:44 ab5ef0e58194: Pull complete 20:54:44 9712f1f96733: Pull complete 20:54:46 63f879dbbcfc: Pull complete 20:55:05 0d9ebad4ef96: Pull complete 20:55:13 e9a5061849ea: Pull complete 20:55:13 d747dcd14b5f: Pull complete 20:55:18 2de7ff778b66: Pull complete 20:55:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:55:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:55:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:55:19 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:55:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:55:23 $ docker top 08e1b32117fbd39bd7eccb7ca6e2490a5149e1334b3c950246614a48137358a5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:55:24 provisioning config files... 20:55:24 copy managed file [sigul-config] to file:/w/workspace/edgex-go/432@tmp/config422122986214125253tmp 20:55:24 copy managed file [sigul-password] to file:/w/workspace/edgex-go/432@tmp/config4753926449190037315tmp 20:55:24 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/432@tmp/config4008776334401854423tmp [Pipeline] { [Pipeline] echo 20:55:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:55:26 ---> sigul-configuration.sh 20:55:26 gpg: directory `/root/.gnupg' created 20:55:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:55:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:55:26 gpg: keyring `/root/.gnupg/secring.gpg' created 20:55:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:55:26 gpg: CAST5 encrypted data 20:55:26 gpg: encrypted with 1 passphrase 20:55:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:55:27 + mkdir /home/jenkins 20:55:27 + mkdir /home/jenkins/sigul [Pipeline] sh 20:55:28 + 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 20:55:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:55:30 ---> sigul-install.sh 20:55:43 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:55:44 + git tag --list 20:55:44 0.6.0 20:55:44 0.6.1 20:55:44 0.7.0 20:55:44 0.7.1 20:55:44 v0.0.0 20:55:44 v0.0.1-dev.1 20:55:44 v1.0.0 20:55:44 v1.0.1 20:55:44 v1.1.0 20:55:44 v1.2.0 20:55:44 v1.2.1 20:55:44 v1.2.2-dev.1 20:55:44 v1.2.2-dev.10 20:55:44 v1.2.2-dev.100 20:55:44 v1.2.2-dev.101 20:55:44 v1.2.2-dev.102 20:55:44 v1.2.2-dev.103 20:55:44 v1.2.2-dev.104 20:55:44 v1.2.2-dev.105 20:55:44 v1.2.2-dev.106 20:55:44 v1.2.2-dev.107 20:55:44 v1.2.2-dev.11 20:55:44 v1.2.2-dev.12 20:55:44 v1.2.2-dev.13 20:55:44 v1.2.2-dev.14 20:55:44 v1.2.2-dev.15 20:55:44 v1.2.2-dev.16 20:55:44 v1.2.2-dev.17 20:55:44 v1.2.2-dev.18 20:55:44 v1.2.2-dev.19 20:55:44 v1.2.2-dev.2 20:55:44 v1.2.2-dev.20 20:55:44 v1.2.2-dev.21 20:55:44 v1.2.2-dev.22 20:55:44 v1.2.2-dev.23 20:55:44 v1.2.2-dev.24 20:55:44 v1.2.2-dev.25 20:55:44 v1.2.2-dev.26 20:55:44 v1.2.2-dev.27 20:55:44 v1.2.2-dev.28 20:55:44 v1.2.2-dev.29 20:55:44 v1.2.2-dev.3 20:55:44 v1.2.2-dev.30 20:55:44 v1.2.2-dev.31 20:55:44 v1.2.2-dev.32 20:55:44 v1.2.2-dev.33 20:55:44 v1.2.2-dev.34 20:55:44 v1.2.2-dev.35 20:55:44 v1.2.2-dev.36 20:55:44 v1.2.2-dev.37 20:55:44 v1.2.2-dev.38 20:55:44 v1.2.2-dev.39 20:55:44 v1.2.2-dev.4 20:55:44 v1.2.2-dev.40 20:55:44 v1.2.2-dev.41 20:55:44 v1.2.2-dev.42 20:55:44 v1.2.2-dev.43 20:55:44 v1.2.2-dev.44 20:55:44 v1.2.2-dev.45 20:55:44 v1.2.2-dev.46 20:55:44 v1.2.2-dev.47 20:55:44 v1.2.2-dev.48 20:55:44 v1.2.2-dev.49 20:55:44 v1.2.2-dev.5 20:55:44 v1.2.2-dev.50 20:55:44 v1.2.2-dev.51 20:55:44 v1.2.2-dev.52 20:55:44 v1.2.2-dev.53 20:55:44 v1.2.2-dev.54 20:55:44 v1.2.2-dev.55 20:55:44 v1.2.2-dev.56 20:55:44 v1.2.2-dev.57 20:55:44 v1.2.2-dev.58 20:55:44 v1.2.2-dev.59 20:55:44 v1.2.2-dev.6 20:55:44 v1.2.2-dev.60 20:55:44 v1.2.2-dev.61 20:55:44 v1.2.2-dev.62 20:55:44 v1.2.2-dev.63 20:55:44 v1.2.2-dev.64 20:55:44 v1.2.2-dev.65 20:55:44 v1.2.2-dev.66 20:55:44 v1.2.2-dev.67 20:55:44 v1.2.2-dev.68 20:55:44 v1.2.2-dev.69 20:55:44 v1.2.2-dev.7 20:55:44 v1.2.2-dev.70 20:55:44 v1.2.2-dev.71 20:55:44 v1.2.2-dev.72 20:55:44 v1.2.2-dev.73 20:55:44 v1.2.2-dev.74 20:55:44 v1.2.2-dev.75 20:55:44 v1.2.2-dev.76 20:55:44 v1.2.2-dev.77 20:55:44 v1.2.2-dev.78 20:55:44 v1.2.2-dev.79 20:55:44 v1.2.2-dev.8 20:55:44 v1.2.2-dev.80 20:55:44 v1.2.2-dev.81 20:55:44 v1.2.2-dev.82 20:55:44 v1.2.2-dev.83 20:55:44 v1.2.2-dev.84 20:55:44 v1.2.2-dev.85 20:55:44 v1.2.2-dev.86 20:55:44 v1.2.2-dev.87 20:55:44 v1.2.2-dev.88 20:55:44 v1.2.2-dev.89 20:55:44 v1.2.2-dev.9 20:55:44 v1.2.2-dev.90 20:55:44 v1.2.2-dev.91 20:55:44 v1.2.2-dev.92 20:55:44 v1.2.2-dev.93 20:55:44 v1.2.2-dev.94 20:55:44 v1.2.2-dev.95 20:55:44 v1.2.2-dev.96 20:55:44 v1.2.2-dev.97 20:55:44 v1.2.2-dev.98 20:55:44 v1.2.2-dev.99 20:55:44 v1.3.0 20:55:44 v1.3.1 20:55:44 v1.3.1-dev.1 20:55:44 v1.3.1-dev.10 20:55:44 v1.3.1-dev.11 20:55:44 v1.3.1-dev.12 20:55:44 v1.3.1-dev.13 20:55:44 v1.3.1-dev.14 20:55:44 v1.3.1-dev.15 20:55:44 v1.3.1-dev.16 20:55:44 v1.3.1-dev.17 20:55:44 v1.3.1-dev.18 20:55:44 v1.3.1-dev.2 20:55:44 v1.3.1-dev.3 20:55:44 v1.3.1-dev.4 20:55:44 v1.3.1-dev.5 20:55:44 v1.3.1-dev.6 20:55:44 v1.3.1-dev.7 20:55:44 v1.3.1-dev.8 20:55:44 v1.3.1-dev.9 20:55:44 v2.0.0-dev.1 20:55:44 v2.0.0-dev.10 20:55:44 v2.0.0-dev.100 20:55:44 v2.0.0-dev.101 20:55:44 v2.0.0-dev.102 20:55:44 v2.0.0-dev.103 20:55:44 v2.0.0-dev.104 20:55:44 v2.0.0-dev.105 20:55:44 v2.0.0-dev.106 20:55:44 v2.0.0-dev.107 20:55:44 v2.0.0-dev.108 20:55:44 v2.0.0-dev.109 20:55:44 v2.0.0-dev.11 20:55:44 v2.0.0-dev.110 20:55:44 v2.0.0-dev.111 20:55:44 v2.0.0-dev.112 20:55:44 v2.0.0-dev.113 20:55:44 v2.0.0-dev.114 20:55:44 v2.0.0-dev.115 20:55:44 v2.0.0-dev.116 20:55:44 v2.0.0-dev.117 20:55:44 v2.0.0-dev.118 20:55:44 v2.0.0-dev.119 20:55:44 v2.0.0-dev.12 20:55:44 v2.0.0-dev.120 20:55:44 v2.0.0-dev.121 20:55:44 v2.0.0-dev.122 20:55:44 v2.0.0-dev.123 20:55:44 v2.0.0-dev.124 20:55:44 v2.0.0-dev.125 20:55:44 v2.0.0-dev.126 20:55:44 v2.0.0-dev.127 20:55:44 v2.0.0-dev.128 20:55:44 v2.0.0-dev.129 20:55:44 v2.0.0-dev.13 20:55:44 v2.0.0-dev.130 20:55:44 v2.0.0-dev.131 20:55:44 v2.0.0-dev.132 20:55:44 v2.0.0-dev.133 20:55:44 v2.0.0-dev.134 20:55:44 v2.0.0-dev.135 20:55:44 v2.0.0-dev.136 20:55:44 v2.0.0-dev.137 20:55:44 v2.0.0-dev.138 20:55:44 v2.0.0-dev.139 20:55:44 v2.0.0-dev.14 20:55:44 v2.0.0-dev.140 20:55:44 v2.0.0-dev.141 20:55:44 v2.0.0-dev.142 20:55:44 v2.0.0-dev.143 20:55:44 v2.0.0-dev.144 20:55:44 v2.0.0-dev.145 20:55:44 v2.0.0-dev.146 20:55:44 v2.0.0-dev.147 20:55:44 v2.0.0-dev.148 20:55:44 v2.0.0-dev.149 20:55:44 v2.0.0-dev.15 20:55:44 v2.0.0-dev.150 20:55:44 v2.0.0-dev.151 20:55:44 v2.0.0-dev.152 20:55:44 v2.0.0-dev.153 20:55:44 v2.0.0-dev.154 20:55:44 v2.0.0-dev.155 20:55:44 v2.0.0-dev.156 20:55:44 v2.0.0-dev.157 20:55:44 v2.0.0-dev.158 20:55:44 v2.0.0-dev.159 20:55:44 v2.0.0-dev.16 20:55:44 v2.0.0-dev.160 20:55:44 v2.0.0-dev.161 20:55:44 v2.0.0-dev.162 20:55:44 v2.0.0-dev.163 20:55:44 v2.0.0-dev.164 20:55:44 v2.0.0-dev.17 20:55:44 v2.0.0-dev.18 20:55:44 v2.0.0-dev.19 20:55:44 v2.0.0-dev.2 20:55:44 v2.0.0-dev.20 20:55:44 v2.0.0-dev.21 20:55:44 v2.0.0-dev.22 20:55:44 v2.0.0-dev.23 20:55:44 v2.0.0-dev.24 20:55:44 v2.0.0-dev.25 20:55:44 v2.0.0-dev.26 20:55:44 v2.0.0-dev.27 20:55:44 v2.0.0-dev.28 20:55:44 v2.0.0-dev.29 20:55:44 v2.0.0-dev.3 20:55:44 v2.0.0-dev.30 20:55:44 v2.0.0-dev.31 20:55:44 v2.0.0-dev.32 20:55:44 v2.0.0-dev.33 20:55:44 v2.0.0-dev.34 20:55:44 v2.0.0-dev.35 20:55:44 v2.0.0-dev.36 20:55:44 v2.0.0-dev.37 20:55:44 v2.0.0-dev.38 20:55:44 v2.0.0-dev.39 20:55:44 v2.0.0-dev.4 20:55:44 v2.0.0-dev.40 20:55:44 v2.0.0-dev.41 20:55:44 v2.0.0-dev.42 20:55:44 v2.0.0-dev.43 20:55:44 v2.0.0-dev.44 20:55:44 v2.0.0-dev.45 20:55:44 v2.0.0-dev.46 20:55:44 v2.0.0-dev.47 20:55:44 v2.0.0-dev.48 20:55:44 v2.0.0-dev.49 20:55:44 v2.0.0-dev.5 20:55:44 v2.0.0-dev.50 20:55:44 v2.0.0-dev.51 20:55:44 v2.0.0-dev.52 20:55:44 v2.0.0-dev.53 20:55:44 v2.0.0-dev.54 20:55:44 v2.0.0-dev.55 20:55:44 v2.0.0-dev.56 20:55:44 v2.0.0-dev.57 20:55:44 v2.0.0-dev.58 20:55:44 v2.0.0-dev.59 20:55:44 v2.0.0-dev.6 20:55:44 v2.0.0-dev.60 20:55:44 v2.0.0-dev.61 20:55:44 v2.0.0-dev.62 20:55:44 v2.0.0-dev.63 20:55:44 v2.0.0-dev.64 20:55:44 v2.0.0-dev.65 20:55:44 v2.0.0-dev.66 20:55:44 v2.0.0-dev.67 20:55:44 v2.0.0-dev.68 20:55:44 v2.0.0-dev.69 20:55:44 v2.0.0-dev.7 20:55:44 v2.0.0-dev.70 20:55:44 v2.0.0-dev.71 20:55:44 v2.0.0-dev.72 20:55:44 v2.0.0-dev.73 20:55:44 v2.0.0-dev.74 20:55:44 v2.0.0-dev.75 20:55:44 v2.0.0-dev.76 20:55:44 v2.0.0-dev.77 20:55:44 v2.0.0-dev.78 20:55:44 v2.0.0-dev.79 20:55:44 v2.0.0-dev.8 20:55:44 v2.0.0-dev.80 20:55:44 v2.0.0-dev.81 20:55:44 v2.0.0-dev.82 20:55:44 v2.0.0-dev.83 20:55:44 v2.0.0-dev.84 20:55:44 v2.0.0-dev.85 20:55:44 v2.0.0-dev.86 20:55:44 v2.0.0-dev.87 20:55:44 v2.0.0-dev.88 20:55:44 v2.0.0-dev.89 20:55:44 v2.0.0-dev.9 20:55:44 v2.0.0-dev.90 20:55:44 v2.0.0-dev.91 20:55:44 v2.0.0-dev.92 20:55:44 v2.0.0-dev.93 20:55:44 v2.0.0-dev.94 20:55:44 v2.0.0-dev.95 20:55:44 v2.0.0-dev.96 20:55:44 v2.0.0-dev.97 20:55:44 v2.0.0-dev.98 20:55:44 v2.0.0-dev.99 [Pipeline] sh 20:55:45 + lftools sign git-tag v2.0.0-dev.164 20:55:48 Signing Git tag with Sigul... 20:55:48 Signing v2.0.0-dev.164 [Pipeline] echo 20:55:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:55:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:55:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:55:50 $ docker stop --time=1 08e1b32117fbd39bd7eccb7ca6e2490a5149e1334b3c950246614a48137358a5 20:55:53 $ docker rm -f 08e1b32117fbd39bd7eccb7ca6e2490a5149e1334b3c950246614a48137358a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:55:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:56 . [Pipeline] withDockerContainer 20:55:57 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:55:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:56:00 $ docker top e665ac2918ca8b8212c599ea9ecc1a31ae5f019fb1c4e6ada7196ee308fece73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:56:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:01 [ssh-agent] Looking for ssh-agent implementation... 20:56:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:03 $ docker exec e665ac2918ca8b8212c599ea9ecc1a31ae5f019fb1c4e6ada7196ee308fece73 ssh-agent 20:56:06 SSH_AUTH_SOCK=/tmp/ssh-xZnPe9EJCBN7/agent.11 20:56:06 SSH_AGENT_PID=16 20:56:06 Running ssh-add (command line suppressed) 20:56:07 Identity added: /w/workspace/edgex-go/432@tmp/private_key_445767409012584501.key (/w/workspace/edgex-go/432@tmp/private_key_445767409012584501.key) 20:56:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:08 + git semver bump pre 20:56:08 # -> Open(): unable to determine branch for HEAD 20:56:08 # $GIT_DIR = /w/workspace/edgex-go/432/.git 20:56:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/432 20:56:08 # $SEMVER_REMOTE_NAME = origin 20:56:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:56:08 # $SEMVER_USER_NAME = edgex-jenkins 20:56:08 # $SEMVER_BRANCH = master 20:56:08 # $SEMVER_DIR = /w/workspace/edgex-go/432/.semver 20:56:08 2.0.0-dev.165 [Pipeline] } 20:56:08 $ docker exec --env ******** --env ******** e665ac2918ca8b8212c599ea9ecc1a31ae5f019fb1c4e6ada7196ee308fece73 ssh-agent -k 20:56:09 unset SSH_AUTH_SOCK; 20:56:09 unset SSH_AGENT_PID; 20:56:09 echo Agent pid 16 killed; 20:56:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:56:10 + git semver [Pipeline] } 20:56:10 $ docker stop --time=1 e665ac2918ca8b8212c599ea9ecc1a31ae5f019fb1c4e6ada7196ee308fece73 20:56:12 $ docker rm -f e665ac2918ca8b8212c599ea9ecc1a31ae5f019fb1c4e6ada7196ee308fece73 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:56:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:56:14 . [Pipeline] withDockerContainer 20:56:15 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:56:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:56:16 $ docker top 31a411afc31299e34e72cbaf7221a4168bf8d13f93f7b32713bacd9fc0860f37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:56:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:56:17 [ssh-agent] Looking for ssh-agent implementation... 20:56:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:56:18 $ docker exec 31a411afc31299e34e72cbaf7221a4168bf8d13f93f7b32713bacd9fc0860f37 ssh-agent 20:56:19 SSH_AUTH_SOCK=/tmp/ssh-V7jUHU9XYvIX/agent.11 20:56:19 SSH_AGENT_PID=16 20:56:19 Running ssh-add (command line suppressed) 20:56:21 Identity added: /w/workspace/edgex-go/432@tmp/private_key_7387192045882093252.key (/w/workspace/edgex-go/432@tmp/private_key_7387192045882093252.key) 20:56:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:56:22 + git semver push 20:56:22 # -> Open(): unable to determine branch for HEAD 20:56:22 # $GIT_DIR = /w/workspace/edgex-go/432/.git 20:56:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/432 20:56:22 # $SEMVER_REMOTE_NAME = origin 20:56:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:56:22 # $SEMVER_USER_NAME = edgex-jenkins 20:56:22 # $SEMVER_BRANCH = master 20:56:22 # $SEMVER_DIR = /w/workspace/edgex-go/432/.semver [Pipeline] } 20:56:38 $ docker exec --env ******** --env ******** 31a411afc31299e34e72cbaf7221a4168bf8d13f93f7b32713bacd9fc0860f37 ssh-agent -k 20:56:38 unset SSH_AUTH_SOCK; 20:56:38 unset SSH_AGENT_PID; 20:56:38 echo Agent pid 16 killed; 20:56:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:56:39 + git semver [Pipeline] } 20:56:39 $ docker stop --time=1 31a411afc31299e34e72cbaf7221a4168bf8d13f93f7b32713bacd9fc0860f37 20:56:41 $ docker rm -f 31a411afc31299e34e72cbaf7221a4168bf8d13f93f7b32713bacd9fc0860f37 [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 20:56:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:56:44 ---> package-listing.sh 20:56:44 ++ tr '[:upper:]' '[:lower:]' 20:56:44 ++ facter osfamily 20:56:44 + OS_FAMILY=redhat 20:56:44 + workspace=/w/workspace/edgex-go/432 20:56:44 + START_PACKAGES=/tmp/packages_start.txt 20:56:44 + END_PACKAGES=/tmp/packages_end.txt 20:56:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:56:44 + PACKAGES=/tmp/packages_start.txt 20:56:44 + '[' /w/workspace/edgex-go/432 ']' 20:56:44 + PACKAGES=/tmp/packages_end.txt 20:56:44 + case "${OS_FAMILY}" in 20:56:44 + sort 20:56:44 + rpm -qa 20:56:53 + '[' -f /tmp/packages_start.txt ']' 20:56:53 + '[' -f /tmp/packages_end.txt ']' 20:56:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:56:53 + '[' /w/workspace/edgex-go/432 ']' 20:56:53 + mkdir -p /w/workspace/edgex-go/432/archives/ 20:56:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/432/archives/ [Pipeline] echo 20:56:53 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/432/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:56:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:56:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:55 20:56:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:56:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:56 alpine: Pulling from edgex-lftools-log-publisher 20:56:56 df20fa9351a1: Pulling fs layer 20:56:56 36b3adc4ff6f: Pulling fs layer 20:56:56 8ad3a11d3b57: Pulling fs layer 20:56:56 46f8f816bc3b: Pulling fs layer 20:56:56 93b61091891f: Pulling fs layer 20:56:56 93b9cdb0e59b: Pulling fs layer 20:56:56 5e14af77c1be: Pulling fs layer 20:56:56 01666e4c0597: Pulling fs layer 20:56:56 aa168da1d23b: Pulling fs layer 20:56:56 46f8f816bc3b: Waiting 20:56:56 93b61091891f: Waiting 20:56:56 93b9cdb0e59b: Waiting 20:56:56 5e14af77c1be: Waiting 20:56:56 01666e4c0597: Waiting 20:56:56 aa168da1d23b: Waiting 20:56:56 36b3adc4ff6f: Verifying Checksum 20:56:56 36b3adc4ff6f: Download complete 20:56:56 46f8f816bc3b: Verifying Checksum 20:56:56 46f8f816bc3b: Download complete 20:56:56 df20fa9351a1: Verifying Checksum 20:56:56 df20fa9351a1: Download complete 20:56:56 93b9cdb0e59b: Verifying Checksum 20:56:56 93b9cdb0e59b: Download complete 20:56:57 5e14af77c1be: Verifying Checksum 20:56:57 5e14af77c1be: Download complete 20:56:57 01666e4c0597: Verifying Checksum 20:56:57 01666e4c0597: Download complete 20:56:57 93b61091891f: Verifying Checksum 20:56:57 93b61091891f: Download complete 20:56:58 df20fa9351a1: Pull complete 20:56:58 8ad3a11d3b57: Verifying Checksum 20:56:58 8ad3a11d3b57: Download complete 20:56:59 36b3adc4ff6f: Pull complete 20:57:02 8ad3a11d3b57: Pull complete 20:57:02 46f8f816bc3b: Pull complete 20:57:04 93b61091891f: Pull complete 20:57:04 93b9cdb0e59b: Pull complete 20:57:05 5e14af77c1be: Pull complete 20:57:05 01666e4c0597: Pull complete 20:57:10 aa168da1d23b: Verifying Checksum 20:57:10 aa168da1d23b: Download complete 20:57:33 aa168da1d23b: Pull complete 20:57:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:57:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:57:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:57:34 prd-centos7-docker-4c-2g-33182 does not seem to be running inside a container 20:57:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/432/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/432 -v /w/workspace/edgex-go/432:/w/workspace/edgex-go/432:rw,z -v /w/workspace/edgex-go/432@tmp:/w/workspace/edgex-go/432@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:57:38 $ docker top 1827a61e67b52d1a1c4fb3cfcd323fcefef0dd7f1df3a72031411aee2129d214 -eo pid,comm [Pipeline] { [Pipeline] sh 20:57:40 + touch /tmp/pre-build-complete [Pipeline] sh 20:57:42 + mkdir -p /var/log/sa [Pipeline] sh 20:57:43 + ls /var/log/sa-host 20:57:43 + sadf -c /var/log/sa-host/sa07 20:57:43 file_magic: OK 20:57:43 HZ: Using current value: 100 20:57:43 file_header: OK 20:57:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:57:43 Statistics: 20:57:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:57:43 File successfully converted to sysstat format version 12.2.1 20:57:43 + sadf -c /var/log/sa-host/sa23 20:57:43 file_magic: OK 20:57:43 HZ: Using current value: 100 20:57:43 file_header: OK 20:57:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:57:43 Statistics: 20:57:43 Hnuu...uuuununununu... 20:57:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:57:44 provisioning config files... 20:57:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/432@tmp/config1735201426718074715tmp [Pipeline] { [Pipeline] echo 20:57:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:57:45 ---> create-netrc.sh [Pipeline] } 20:57:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:57:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:57:45 ---> python-tools-install.sh [Pipeline] echo 20:57:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:57:47 ---> sudo-logs.sh 20:57:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:57:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:57:48 ---> job-cost.sh 20:57:48 lf-activate-venv: SKIPPING 20:57:48 DEBUG: total: 0.20999999344348907 20:57:48 INFO: Retrieving Stack Cost... 20:57:49 INFO: Retrieving Pricing Info for: v1-standard-2 20:57:50 INFO: Archiving Costs [Pipeline] echo 20:57:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:57:52 ---> logs-deploy.sh 20:57:52 lf-activate-venv: SKIPPING 20:57:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/432 20:57:52 INFO: archiving workspace using pattern(s): 20:57:54 Archives upload complete. 20:57:54 INFO: archiving logs to Nexus 20:57:56 ---> uname -a: 20:57:56 Linux prd-centos7-docker-4c-2g-33182.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:57:56 20:57:56 20:57:56 ---> lscpu: 20:57:56 Architecture: x86_64 20:57:56 CPU op-mode(s): 32-bit, 64-bit 20:57:56 Byte Order: Little Endian 20:57:56 Address sizes: 40 bits physical, 48 bits virtual 20:57:56 CPU(s): 4 20:57:56 On-line CPU(s) list: 0-3 20:57:56 Thread(s) per core: 1 20:57:56 Core(s) per socket: 1 20:57:56 Socket(s): 4 20:57:56 NUMA node(s): 1 20:57:56 Vendor ID: GenuineIntel 20:57:56 CPU family: 6 20:57:56 Model: 44 20:57:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:57:56 Stepping: 1 20:57:56 CPU MHz: 2933.438 20:57:56 BogoMIPS: 5866.87 20:57:56 Virtualization: VT-x 20:57:56 Hypervisor vendor: KVM 20:57:56 Virtualization type: full 20:57:56 L1d cache: 128 KiB 20:57:56 L1i cache: 128 KiB 20:57:56 L2 cache: 16 MiB 20:57:56 L3 cache: 64 MiB 20:57:56 NUMA node0 CPU(s): 0-3 20:57:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:57:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:57:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:57:56 Vulnerability Meltdown: Mitigation; PTI 20:57:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:57:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:57:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:57:56 Vulnerability Srbds: Not affected 20:57:56 Vulnerability Tsx async abort: Not affected 20:57:56 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 20:57:56 20:57:56 20:57:56 ---> nproc: 20:57:56 4 20:57:56 20:57:56 20:57:57 ---> df -h: 20:57:57 Filesystem Size Used Available Use% Mounted on 20:57:57 overlay 50.0G 12.6G 37.4G 25% / 20:57:57 tmpfs 64.0M 0 64.0M 0% /dev 20:57:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:57:57 shm 64.0M 0 64.0M 0% /dev/shm 20:57:57 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 20:57:57 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 20:57:57 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 20:57:57 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 20:57:57 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 20:57:57 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 20:57:57 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 20:57:57 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 20:57:57 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/432 20:57:57 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/432@tmp 20:57:57 20:57:57 20:57:57 ---> free -m: 20:57:57 total used free shared buff/cache available 20:57:57 Mem: 1837 810 142 0 884 980 20:57:57 Swap: 1023 61 962 20:57:57 20:57:57 20:57:57 ---> ip addr: 20:57:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:57:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:57:57 inet 127.0.0.1/8 scope host lo 20:57:57 valid_lft forever preferred_lft forever 20:57:57 inet6 ::1/128 scope host 20:57:57 valid_lft forever preferred_lft forever 20:57:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:57:57 link/ether fa:16:3e:17:76:ac brd ff:ff:ff:ff:ff:ff 20:57:57 inet 10.30.122.176/23 brd 10.30.123.255 scope global dynamic eth0 20:57:57 valid_lft 84620sec preferred_lft 84620sec 20:57:57 inet6 fe80::f816:3eff:fe17:76ac/64 scope link 20:57:57 valid_lft forever preferred_lft forever 20:57:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:57:57 link/ether 02:42:2a:b1:24:32 brd ff:ff:ff:ff:ff:ff 20:57:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:57:57 valid_lft forever preferred_lft forever 20:57:57 inet6 fe80::42:2aff:feb1:2432/64 scope link 20:57:57 valid_lft forever preferred_lft forever 20:57:57 20:57:57 20:57:57 ---> sar -b -r -n DEV: 20:57:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 20:57:57 20:57:57 20:27:58 LINUX RESTART (4 CPU) 20:57:57 20:57:57 20:29:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:57:57 20:30:01 48.42 16.62 31.81 0.00 4325.99 7230.24 0.00 20:57:57 20:31:02 58.79 27.79 31.01 0.00 3484.80 11394.74 0.00 20:57:57 20:32:01 179.05 68.95 110.10 0.00 3922.57 35632.23 0.00 20:57:57 20:33:01 147.18 19.86 127.32 0.00 1740.94 17530.14 0.00 20:57:57 20:34:01 114.88 76.24 38.64 0.00 2417.11 4187.50 0.00 20:57:57 20:35:02 73.29 14.81 58.48 0.00 661.87 5693.80 0.00 20:57:57 20:36:01 28.44 3.19 25.25 0.00 128.29 2432.12 0.00 20:57:57 20:37:01 82.98 45.22 37.77 0.00 1596.95 2811.69 0.00 20:57:57 20:38:01 66.35 28.25 38.10 0.00 1994.48 2964.75 0.00 20:57:57 20:39:01 16.21 0.08 16.13 0.00 1.20 3960.46 0.00 20:57:57 20:40:04 151.86 31.33 120.53 0.00 10612.99 63671.83 0.00 20:57:57 20:41:03 852.63 704.18 148.45 0.00 81951.54 104345.39 0.00 20:57:57 20:42:03 1175.54 1017.37 158.17 0.00 72471.46 75065.91 0.00 20:57:57 20:43:04 1372.84 1254.94 117.90 0.00 68672.94 73213.24 0.00 20:57:57 20:44:01 221.72 153.00 68.72 0.00 8788.78 10041.57 0.00 20:57:57 20:45:02 239.35 106.19 133.16 0.00 10858.49 22693.73 0.00 20:57:57 20:46:03 287.71 114.58 173.13 0.00 47604.16 90749.51 0.00 20:57:57 20:47:02 958.17 856.67 101.50 0.00 43758.08 46161.82 0.00 20:57:57 20:48:03 651.25 514.49 136.75 0.00 30200.79 34330.19 0.00 20:57:57 20:49:01 88.34 7.77 80.56 0.00 273.27 20614.04 0.00 20:57:57 20:50:01 90.99 8.94 82.04 0.00 2865.32 6824.69 0.00 20:57:57 20:51:02 19.81 10.05 9.76 0.00 1742.81 255.36 0.00 20:57:57 20:52:01 27.08 18.27 8.81 0.00 2001.35 183.25 0.00 20:57:57 20:53:01 210.17 99.82 110.35 0.00 2785.72 29847.09 0.00 20:57:57 20:54:01 144.17 93.62 50.56 0.00 5978.39 7164.94 0.00 20:57:57 20:55:02 136.04 41.60 94.44 0.00 3032.49 22544.20 0.00 20:57:57 20:56:01 133.64 68.92 64.72 0.00 4479.41 11148.43 0.00 20:57:57 20:57:01 95.92 76.99 18.93 0.00 6262.07 1978.53 0.00 20:57:57 Average: 274.05 195.50 78.55 0.00 15177.67 25635.41 0.00 20:57:57 20:57:57 20:29:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:57:57 20:30:01 79012 0 587784 31.24 2620 1212128 1374320 46.90 523124 1078956 21080 20:57:57 20:31:02 242232 0 617240 32.80 2620 1019452 1512032 51.60 597188 835096 43484 20:57:57 20:32:01 152556 0 659096 35.03 2344 1067548 1465428 50.01 554892 933928 40 20:57:57 20:33:01 309072 0 699352 37.17 1516 871604 1545112 52.73 465912 835228 60 20:57:57 20:34:01 118532 0 839224 44.60 1500 922288 1728368 58.99 674484 807708 30152 20:57:57 20:35:02 151376 0 890548 47.33 628 838992 1876736 64.05 735916 708560 47664 20:57:57 20:36:01 219448 0 817200 43.43 596 844300 1773060 60.51 684528 691368 23220 20:57:57 20:37:01 261460 0 785664 41.76 596 833824 1556648 53.13 616228 713144 56576 20:57:57 20:38:01 228284 0 818028 43.48 544 834688 1518200 51.81 652472 706584 31812 20:57:57 20:39:01 183108 0 725972 38.58 544 971920 1371548 46.81 588304 813796 81088 20:57:57 20:40:04 77292 0 712200 37.85 176 1091876 1283188 43.79 712180 837092 64944 20:57:57 20:41:03 554400 0 667844 35.49 24 659276 1391284 47.48 483172 632740 1628 20:57:57 20:42:03 69740 0 840484 44.67 24 971296 2371556 80.94 773140 816412 15100 20:57:57 20:43:04 66968 0 849344 45.14 24 965208 2345392 80.04 766968 814816 81896 20:57:57 20:44:01 202180 0 1193476 63.43 24 485864 3587556 122.44 763528 639776 12736 20:57:57 20:45:02 490904 0 705792 37.51 24 684824 1474920 50.34 414468 722412 2472 20:57:57 20:46:03 73912 0 787704 41.86 24 1019904 2157040 73.62 750132 840540 48992 20:57:57 20:47:02 64128 0 1074984 57.13 24 742408 2995000 102.21 731996 832932 46904 20:57:57 20:48:03 265304 0 788560 41.91 24 827656 2038448 69.57 703764 664784 356 20:57:57 20:49:01 197776 0 677004 35.98 24 1006740 1381396 47.14 541672 899160 12 20:57:57 20:50:01 144700 0 666892 35.44 24 1069928 1411564 48.17 546708 939616 28 20:57:57 20:51:02 108316 0 652052 34.66 24 1121152 1336280 45.61 551928 968872 28 20:57:57 20:52:01 74748 0 661404 35.15 24 1145368 1375196 46.93 619800 932696 748 20:57:57 20:53:01 64980 0 759700 40.38 24 1056840 1794380 61.24 727844 793292 61752 20:57:57 20:54:01 237276 0 687176 36.52 24 957068 1220876 41.67 631912 716876 28 20:57:57 20:55:02 145116 0 797780 42.40 24 938624 1677816 57.26 672468 722304 73992 20:57:57 20:56:01 246992 0 760716 40.43 0 873836 1392364 47.52 561452 706624 44 20:57:57 20:57:01 106956 0 783936 41.66 0 990652 1505692 51.39 573152 836044 35928 20:57:57 Average: 183456 0 768113 40.82 502 929474 1730764 59.07 629262 801477 27956 20:57:57 20:57:57 20:29:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:57:57 20:30:01 eth0 586.92 311.64 3458.24 72.81 0.00 0.00 0.00 0.00 20:57:57 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:31:02 eth0 672.36 611.00 2848.93 101.89 0.00 0.00 0.00 0.00 20:57:57 20:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:31:02 vethcfb41da 576.94 627.90 65.38 2661.86 0.00 0.00 0.00 0.00 20:57:57 20:31:02 docker0 576.94 627.77 57.49 2661.85 0.00 0.00 0.00 0.00 20:57:57 20:32:01 eth0 290.29 243.07 2891.26 27.44 0.00 0.00 0.00 0.00 20:57:57 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:32:01 veth52ecf65 1.25 1.86 0.08 10.59 0.00 0.00 0.00 0.00 20:57:57 20:32:01 docker0 1.25 1.77 0.07 10.59 0.00 0.00 0.00 0.00 20:57:57 20:33:01 eth0 180.34 113.22 833.46 16.97 0.00 0.00 0.00 0.00 20:57:57 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:33:01 veth666fb20 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 20:57:57 20:33:01 docker0 97.86 159.62 7.52 815.38 0.00 0.00 0.00 0.00 20:57:57 20:34:01 eth0 26.04 24.58 18.37 62.44 0.00 0.00 0.00 0.00 20:57:57 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:34:01 vethbc64efa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:57:57 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:35:02 eth0 17.43 13.45 13.75 7.52 0.00 0.00 0.00 0.00 20:57:57 20:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:35:02 vethbc64efa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:36:01 eth0 25.46 20.85 18.61 10.49 0.00 0.00 0.00 0.00 20:57:57 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:36:01 vethbc64efa 2.28 2.28 0.18 0.19 0.00 0.00 0.00 0.00 20:57:57 20:36:01 docker0 2.28 2.28 0.15 0.19 0.00 0.00 0.00 0.00 20:57:57 20:37:01 eth0 14.06 10.09 10.44 5.75 0.00 0.00 0.00 0.00 20:57:57 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:37:01 vethbc64efa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:38:01 eth0 12.64 9.59 11.21 6.36 0.00 0.00 0.00 0.00 20:57:57 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:38:01 vethbc64efa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:39:01 eth0 34.86 31.37 19.47 83.60 0.00 0.00 0.00 0.00 20:57:57 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:39:01 vethbc64efa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:40:04 vethce90799 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:57:57 20:40:04 eth0 168.68 132.34 1620.76 19.92 0.00 0.00 0.00 0.00 20:57:57 20:40:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:40:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:41:03 vethce90799 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:41:03 eth0 14.71 16.35 4.94 53.96 0.00 0.00 0.00 0.00 20:57:57 20:41:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:41:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:42:03 vethce90799 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 20:57:57 20:42:03 eth0 42.48 26.33 161.83 9.39 0.00 0.00 0.00 0.00 20:57:57 20:42:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:42:03 docker0 11.65 22.70 0.62 146.20 0.00 0.00 0.00 0.00 20:57:57 20:43:04 vethce90799 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:43:04 eth0 2.33 1.87 1.63 0.96 0.00 0.00 0.00 0.00 20:57:57 20:43:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:43:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:44:01 vethce90799 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:44:01 vethd527d1d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:57:57 20:44:01 vethc27d9bb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:57:57 20:44:01 eth0 6.08 5.07 4.80 2.67 0.00 0.00 0.00 0.00 20:57:57 20:45:02 veth046bfaf 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:45:02 vethce90799 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:45:02 eth0 41.38 24.00 187.52 6.86 0.00 0.00 0.00 0.00 20:57:57 20:45:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:57:57 20:46:03 vethce90799 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 20:57:57 20:46:03 eth0 32.09 22.99 63.21 11.08 0.00 0.00 0.00 0.00 20:57:57 20:46:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:46:03 docker0 687.01 823.99 65.10 3727.12 0.00 0.00 0.00 0.00 20:57:57 20:47:02 vethce90799 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:47:02 veth1086af2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:57:57 20:47:02 eth0 26.04 25.80 39.57 78.37 0.00 0.00 0.00 0.00 20:57:57 20:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:48:03 vethce90799 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:57:57 20:48:03 veth7ae738a 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 20:57:57 20:48:03 eth0 36.72 22.29 82.95 8.92 0.00 0.00 0.00 0.00 20:57:57 20:48:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:49:01 vethce90799 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:49:01 eth0 147.70 120.38 1285.86 82.36 0.00 0.00 0.00 0.00 20:57:57 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:49:01 docker0 737.17 893.36 69.47 4049.96 0.00 0.00 0.00 0.00 20:57:57 20:50:01 eth0 90.41 54.38 431.99 18.91 0.00 0.00 0.00 0.00 20:57:57 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:50:01 docker0 24.29 50.07 1.63 400.11 0.00 0.00 0.00 0.00 20:57:57 20:51:02 eth0 223.70 223.15 104.58 743.47 0.00 0.00 0.00 0.00 20:57:57 20:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:52:01 eth0 251.35 250.39 110.39 916.39 0.00 0.00 0.00 0.00 20:57:57 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:53:01 eth0 403.72 329.67 3999.63 71.29 0.00 0.00 0.00 0.00 20:57:57 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:54:01 eth0 79.45 77.24 282.16 27.51 0.00 0.00 0.00 0.00 20:57:57 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:54:01 docker0 46.08 43.52 4.27 251.33 0.00 0.00 0.00 0.00 20:57:57 20:55:02 eth0 358.30 305.33 3197.41 76.83 0.00 0.00 0.00 0.00 20:57:57 20:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:56:01 eth0 84.58 49.77 273.98 49.11 0.00 0.00 0.00 0.00 20:57:57 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:56:01 veth5a42c9b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:56:01 docker0 16.84 44.10 0.94 236.05 0.00 0.00 0.00 0.00 20:57:57 20:57:01 eth0 123.52 95.46 921.20 49.89 0.00 0.00 0.00 0.00 20:57:57 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 20:57:01 docker0 6.15 3.15 1.16 1.46 0.00 0.00 0.00 0.00 20:57:57 Average: eth0 142.41 113.23 817.52 93.25 0.00 0.00 0.00 0.00 20:57:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:57:57 Average: docker0 28.88 35.98 2.69 172.08 0.00 0.00 0.00 0.00 20:57:57 20:57:57 20:57:57 ---> sar -P ALL: 20:57:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 20:57:57 20:57:57 20:27:58 LINUX RESTART (4 CPU) 20:57:57 20:57:57 20:29:03 CPU %user %nice %system %iowait %steal %idle 20:57:57 20:30:01 all 11.10 0.00 4.82 1.14 29.76 53.18 20:57:57 20:30:01 0 12.77 0.00 5.45 1.43 29.55 50.80 20:57:57 20:30:01 1 8.47 0.00 4.30 0.63 31.68 54.92 20:57:57 20:30:01 2 10.00 0.00 4.66 0.64 28.80 55.90 20:57:57 20:30:01 3 13.42 0.00 4.91 1.94 28.88 50.86 20:57:57 20:31:02 all 7.95 0.00 4.91 1.09 26.56 59.49 20:57:57 20:31:02 0 7.57 0.00 4.98 0.59 27.95 58.91 20:57:57 20:31:02 1 6.92 0.00 3.74 0.94 27.71 60.69 20:57:57 20:31:02 2 11.26 0.00 6.84 2.27 27.06 52.57 20:57:57 20:31:02 3 6.15 0.00 4.18 0.57 23.45 65.65 20:57:57 20:32:01 all 3.78 0.00 4.29 1.62 33.59 56.71 20:57:57 20:32:01 0 2.98 0.00 3.73 0.59 33.71 58.98 20:57:57 20:32:01 1 3.48 0.00 4.41 1.35 34.95 55.82 20:57:57 20:32:01 2 4.94 0.00 4.75 1.61 33.21 55.48 20:57:57 20:32:01 3 3.76 0.00 4.29 2.99 32.47 56.49 20:57:57 20:33:01 all 4.31 0.00 5.34 3.06 28.93 58.35 20:57:57 20:33:01 0 3.82 0.00 4.25 2.45 30.57 58.91 20:57:57 20:33:01 1 4.94 0.00 5.72 4.71 29.55 55.08 20:57:57 20:33:01 2 4.47 0.00 6.29 2.16 27.20 59.88 20:57:57 20:33:01 3 4.03 0.00 5.19 2.97 28.33 59.49 20:57:57 20:34:01 all 21.97 0.00 8.05 3.52 34.91 31.55 20:57:57 20:34:01 0 22.15 0.00 8.70 4.41 36.91 27.82 20:57:57 20:34:01 1 23.78 0.00 7.13 2.76 33.87 32.46 20:57:57 20:34:01 2 17.84 0.00 7.48 3.66 35.46 35.55 20:57:57 20:34:01 3 24.39 0.00 8.91 3.23 33.32 30.15 20:57:57 20:35:02 all 25.59 0.00 9.67 2.18 43.47 19.09 20:57:57 20:35:02 0 22.58 0.00 9.04 3.48 45.15 19.75 20:57:57 20:35:02 1 25.97 0.00 9.19 2.04 43.78 19.01 20:57:57 20:35:02 2 22.51 0.00 9.23 2.06 42.22 23.96 20:57:57 20:35:02 3 31.99 0.00 11.40 1.04 42.69 12.89 20:57:57 20:36:01 all 21.31 0.00 8.21 1.10 38.48 30.90 20:57:57 20:36:01 0 17.48 0.00 7.68 1.00 39.08 34.76 20:57:57 20:36:01 1 21.70 0.00 7.96 1.14 39.83 29.38 20:57:57 20:36:01 2 24.32 0.00 8.54 1.65 37.10 28.40 20:57:57 20:36:01 3 22.03 0.00 8.72 0.62 37.84 30.79 20:57:57 20:37:01 all 26.91 0.00 11.41 2.68 39.28 19.72 20:57:57 20:37:01 0 25.25 0.00 10.56 3.16 39.39 21.64 20:57:57 20:37:01 1 25.24 0.00 10.88 2.93 40.18 20.77 20:57:57 20:37:01 2 33.32 0.00 12.40 2.48 36.82 14.98 20:57:57 20:37:01 3 24.11 0.00 11.86 2.11 40.64 21.28 20:57:57 20:38:01 all 15.58 0.00 9.50 1.13 35.42 38.37 20:57:57 20:38:01 0 15.28 0.00 8.33 0.86 37.07 38.47 20:57:57 20:38:01 1 16.45 0.00 11.22 1.74 33.67 36.92 20:57:57 20:38:01 2 15.42 0.00 8.39 0.85 35.79 39.54 20:57:57 20:38:01 3 15.18 0.00 10.12 1.08 35.07 38.56 20:57:57 20:39:01 all 12.81 0.00 9.41 0.37 34.13 43.28 20:57:57 20:39:01 0 13.66 0.00 9.72 0.57 35.56 40.48 20:57:57 20:39:01 1 12.26 0.00 9.75 0.57 34.94 42.47 20:57:57 20:39:01 2 11.41 0.00 7.78 0.22 33.61 46.98 20:57:57 20:39:01 3 13.96 0.00 10.43 0.11 32.37 43.12 20:57:57 20:40:04 all 3.85 0.00 6.17 2.88 31.93 55.17 20:57:57 20:40:04 0 2.72 0.00 5.24 3.36 33.18 55.50 20:57:57 20:40:04 1 4.90 0.00 7.23 2.41 32.70 52.75 20:57:57 20:40:04 2 3.07 0.00 5.54 2.87 31.11 57.41 20:57:57 20:40:04 3 4.76 0.00 6.74 2.88 30.68 54.95 20:57:57 20:57:57 20:40:04 CPU %user %nice %system %iowait %steal %idle 20:57:57 20:41:03 all 9.96 0.00 8.32 13.54 41.05 27.12 20:57:57 20:41:03 0 9.07 0.00 8.53 14.07 41.45 26.88 20:57:57 20:41:03 1 9.59 0.00 8.38 13.74 40.86 27.43 20:57:57 20:41:03 2 10.50 0.00 7.79 13.45 40.62 27.64 20:57:57 20:41:03 3 10.71 0.00 8.59 12.89 41.26 26.54 20:57:57 20:42:03 all 3.71 0.00 7.87 33.60 30.65 24.16 20:57:57 20:42:03 0 3.96 0.00 7.29 33.57 30.73 24.44 20:57:57 20:42:03 1 3.55 0.00 8.25 33.00 30.73 24.47 20:57:57 20:42:03 2 3.72 0.00 8.79 34.23 29.21 24.05 20:57:57 20:42:03 3 3.61 0.00 7.18 33.59 31.92 23.69 20:57:57 20:43:04 all 7.29 0.00 5.09 32.08 37.48 18.06 20:57:57 20:43:04 0 6.41 0.00 4.62 31.81 36.86 20.31 20:57:57 20:43:04 1 7.78 0.00 5.39 32.98 37.40 16.45 20:57:57 20:43:04 2 7.60 0.00 5.25 31.53 37.11 18.51 20:57:57 20:43:04 3 7.41 0.00 5.09 32.01 38.54 16.96 20:57:57 20:44:01 all 35.68 0.00 10.22 12.27 33.74 8.08 20:57:57 20:44:01 0 33.13 0.00 9.93 13.26 35.86 7.82 20:57:57 20:44:01 1 36.92 0.00 10.81 12.03 31.56 8.67 20:57:57 20:44:01 2 34.52 0.00 9.72 12.57 35.43 7.76 20:57:57 20:44:01 3 38.09 0.00 10.41 11.24 32.19 8.07 20:57:57 20:45:02 all 34.80 0.00 10.50 9.10 33.49 12.11 20:57:57 20:45:02 0 34.29 0.00 10.25 8.44 34.73 12.29 20:57:57 20:45:02 1 32.67 0.00 10.48 10.04 35.21 11.60 20:57:57 20:45:02 2 37.26 0.00 10.46 8.93 32.46 10.90 20:57:57 20:45:02 3 35.08 0.00 10.83 8.95 31.51 13.63 20:57:57 20:46:03 all 7.53 0.00 9.06 11.31 38.96 33.14 20:57:57 20:46:03 0 7.17 0.00 9.69 10.97 39.62 32.55 20:57:57 20:46:03 1 7.31 0.00 8.43 11.14 37.99 35.13 20:57:57 20:46:03 2 7.69 0.00 8.81 12.22 40.04 31.24 20:57:57 20:46:03 3 7.97 0.00 9.31 10.93 38.18 33.62 20:57:57 20:47:02 all 22.31 0.00 9.15 14.42 33.91 20.22 20:57:57 20:47:02 0 22.40 0.00 9.34 16.01 34.05 18.19 20:57:57 20:47:02 1 21.29 0.00 8.89 11.62 34.55 23.65 20:57:57 20:47:02 2 22.90 0.00 9.48 15.58 33.26 18.79 20:57:57 20:47:02 3 22.65 0.00 8.90 14.46 33.75 20.23 20:57:57 20:48:03 all 24.41 0.00 10.23 13.07 37.85 14.43 20:57:57 20:48:03 0 25.02 0.00 10.55 13.07 39.00 12.36 20:57:57 20:48:03 1 24.44 0.00 8.72 13.35 37.96 15.53 20:57:57 20:48:03 2 25.05 0.00 11.57 14.61 36.30 12.47 20:57:57 20:48:03 3 23.13 0.00 10.11 11.26 38.15 17.35 20:57:57 20:49:01 all 11.31 0.00 8.17 2.18 45.80 32.53 20:57:57 20:49:01 0 9.44 0.00 7.21 2.27 45.75 35.33 20:57:57 20:49:01 1 10.88 0.00 6.75 2.63 46.23 33.52 20:57:57 20:49:01 2 12.82 0.00 10.57 2.49 45.59 28.54 20:57:57 20:49:01 3 12.31 0.00 8.34 1.33 45.63 32.39 20:57:57 20:50:01 all 5.16 0.00 5.31 2.89 22.43 64.21 20:57:57 20:50:01 0 5.72 0.00 5.55 1.36 23.65 63.72 20:57:57 20:50:01 1 4.58 0.00 5.75 2.02 21.76 65.89 20:57:57 20:50:01 2 8.94 0.00 5.72 6.09 21.35 57.90 20:57:57 20:50:01 3 1.61 0.00 4.25 2.19 22.91 69.04 20:57:57 20:51:02 all 4.18 0.00 4.96 0.67 30.23 59.96 20:57:57 20:51:02 0 3.64 0.00 3.97 0.65 31.72 60.02 20:57:57 20:51:02 1 4.33 0.00 6.58 0.42 28.57 60.10 20:57:57 20:51:02 2 4.77 0.00 4.51 1.08 30.67 58.98 20:57:57 20:51:02 3 4.00 0.00 4.86 0.51 29.87 60.76 20:57:57 20:57:57 20:51:02 CPU %user %nice %system %iowait %steal %idle 20:57:57 20:52:01 all 5.15 0.00 4.93 0.75 29.55 59.63 20:57:57 20:52:01 0 4.31 0.00 4.31 0.71 31.41 59.25 20:57:57 20:52:01 1 4.72 0.00 5.14 0.85 29.94 59.34 20:57:57 20:52:01 2 6.11 0.00 5.24 0.78 28.37 59.50 20:57:57 20:52:01 3 5.52 0.00 5.06 0.67 28.31 60.44 20:57:57 20:53:01 all 4.10 0.00 5.07 1.87 33.26 55.70 20:57:57 20:53:01 0 3.57 0.00 4.47 0.83 35.35 55.77 20:57:57 20:53:01 1 4.59 0.00 5.45 1.46 33.53 54.98 20:57:57 20:53:01 2 4.21 0.00 5.54 2.10 30.95 57.21 20:57:57 20:53:01 3 4.06 0.00 4.86 3.11 33.09 54.88 20:57:57 20:54:01 all 2.93 0.00 4.01 3.83 20.08 69.15 20:57:57 20:54:01 0 3.62 0.00 3.85 2.82 21.61 68.10 20:57:57 20:54:01 1 2.86 0.00 4.44 3.80 19.52 69.39 20:57:57 20:54:01 2 2.53 0.00 4.15 4.45 19.37 69.50 20:57:57 20:54:01 3 2.71 0.00 3.60 4.25 19.83 69.61 20:57:57 20:55:02 all 4.17 0.00 6.20 1.04 33.77 54.82 20:57:57 20:55:02 0 4.10 0.00 5.15 2.12 35.04 53.59 20:57:57 20:55:02 1 4.53 0.00 6.99 0.70 35.39 52.38 20:57:57 20:55:02 2 4.14 0.00 7.02 1.03 31.33 56.49 20:57:57 20:55:02 3 3.90 0.00 5.68 0.29 33.29 56.84 20:57:57 20:56:01 all 4.10 0.00 5.40 2.45 29.83 58.22 20:57:57 20:56:01 0 1.92 0.00 4.07 0.87 31.23 61.91 20:57:57 20:56:01 1 2.15 0.00 4.89 3.55 30.24 59.16 20:57:57 20:56:01 2 3.85 0.00 7.60 3.56 28.62 56.37 20:57:57 20:56:01 3 8.59 0.00 5.18 1.95 29.10 55.18 20:57:57 20:57:01 all 3.31 0.00 5.34 2.54 25.27 63.54 20:57:57 20:57:01 0 3.18 0.00 4.44 1.74 27.84 62.79 20:57:57 20:57:01 1 3.04 0.00 5.19 0.79 24.71 66.28 20:57:57 20:57:01 2 4.61 0.00 6.42 7.54 24.33 57.11 20:57:57 20:57:01 3 2.47 0.00 5.37 0.27 24.09 67.80 20:57:57 Average: all 11.60 0.00 7.05 6.23 33.13 41.98 20:57:57 Average: 0 10.89 0.00 6.64 6.08 34.24 42.16 20:57:57 Average: 1 11.43 0.00 7.08 6.12 33.34 42.03 20:57:57 Average: 2 12.15 0.00 7.38 6.76 32.42 41.28 20:57:57 Average: 3 11.96 0.00 7.12 5.97 32.50 42.45 20:57:57 20:57:57 20:57:57