Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 59c9a15376a292558addc495dbf8de0fe8fb6b07 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32451 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/426 [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/426 # 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 Checking out Revision 59c9a15376a292558addc495dbf8de0fe8fb6b07 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 Commit message: "Merge pull request #3313 from weichou1229/issue-3312" > git rev-list --no-walk e3b29d7b93d74ccc7c2ba5c98dfd4a9be086bb46 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:08:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:08:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:08:57 ========================================================= 09:08:57 EdgeX Global Pipelines Version Info 09:08:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:09:00 ------------------- 09:09:00 stable info: 09:09:00 ------------------- 09:09:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:09:00 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 09:09:00 Message: update stable to v1.0.186 09:09:01 ------------------- 09:09:01 experimental info: 09:09:01 ------------------- 09:09:01 Commited By: **** collab-it+edgex@linuxfoundation.org 09:09:01 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 09:09:01 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:09:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:09:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:09:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:09:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:09:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:09:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:09:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:09:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:09:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:09:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:09:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 59c9a15 [Pipeline] echo 09:09:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:09:05 provisioning config files... 09:09:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/426@tmp/config8757842190285484360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:09:05 ---> docker-login.sh 09:09:05 nexus3.edgexfoundry.org:10001 09:09:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:07 Configure a credential helper to remove this warning. See 09:09:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:07 09:09:07 Login Succeeded 09:09:07 nexus3.edgexfoundry.org:10002 09:09:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:07 Configure a credential helper to remove this warning. See 09:09:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:07 09:09:07 Login Succeeded 09:09:07 nexus3.edgexfoundry.org:10003 09:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:08 Configure a credential helper to remove this warning. See 09:09:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:08 09:09:08 Login Succeeded 09:09:08 nexus3.edgexfoundry.org:10004 09:09:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:09 Configure a credential helper to remove this warning. See 09:09:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:09 09:09:09 Login Succeeded 09:09:09 docker.io 09:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:09:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:09:11 Configure a credential helper to remove this warning. See 09:09:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:09:11 09:09:11 Login Succeeded 09:09:11 ---> docker-login.sh ends [Pipeline] } 09:09:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:09:12 ++ 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 09:09:12 + for file in '`ls cmd/**/Dockerfile`' 09:09:12 ++ dirname cmd/core-command/Dockerfile 09:09:12 ++ cut -d/ -f2 09:09:12 + echo core-command,cmd/core-command/Dockerfile 09:09:12 + for file in '`ls cmd/**/Dockerfile`' 09:09:12 ++ dirname cmd/core-data/Dockerfile 09:09:12 ++ cut -d/ -f2 09:09:12 + echo core-data,cmd/core-data/Dockerfile 09:09:12 + for file in '`ls cmd/**/Dockerfile`' 09:09:12 ++ cut -d/ -f2 09:09:12 ++ dirname cmd/core-metadata/Dockerfile 09:09:12 + echo core-metadata,cmd/core-metadata/Dockerfile 09:09:12 + for file in '`ls cmd/**/Dockerfile`' 09:09:12 ++ cut -d/ -f2 09:09:12 ++ dirname cmd/security-bootstrapper/Dockerfile 09:09:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:09:12 + for file in '`ls cmd/**/Dockerfile`' 09:09:12 ++ dirname cmd/security-proxy-setup/Dockerfile 09:09:12 ++ cut -d/ -f2 09:09:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:09:12 + for file in '`ls cmd/**/Dockerfile`' 09:09:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:09:12 ++ cut -d/ -f2 09:09:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:09:12 + for file in '`ls cmd/**/Dockerfile`' 09:09:12 ++ dirname cmd/support-notifications/Dockerfile 09:09:12 ++ cut -d/ -f2 09:09:12 + echo support-notifications,cmd/support-notifications/Dockerfile 09:09:12 + for file in '`ls cmd/**/Dockerfile`' 09:09:12 ++ cut -d/ -f2 09:09:12 ++ dirname cmd/support-scheduler/Dockerfile 09:09:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:09:12 + for file in '`ls cmd/**/Dockerfile`' 09:09:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:09:12 ++ cut -d/ -f2 09:09:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:09:12 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 09:09:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:09:14 09:09:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:09:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:09:15 latest: Pulling from edgex-devops/git-semver 09:09:15 31603596830f: Pulling fs layer 09:09:15 2a8b12db71e7: Pulling fs layer 09:09:15 6ca5941a6612: Pulling fs layer 09:09:15 ecc8261a40a4: Pulling fs layer 09:09:15 ecc8261a40a4: Waiting 09:09:15 2a8b12db71e7: Verifying Checksum 09:09:15 2a8b12db71e7: Download complete 09:09:16 31603596830f: Verifying Checksum 09:09:16 31603596830f: Download complete 09:09:17 ecc8261a40a4: Verifying Checksum 09:09:17 ecc8261a40a4: Download complete 09:09:17 6ca5941a6612: Verifying Checksum 09:09:17 6ca5941a6612: Download complete 09:09:17 31603596830f: Pull complete 09:09:18 2a8b12db71e7: Pull complete 09:09:20 6ca5941a6612: Pull complete 09:09:20 ecc8261a40a4: Pull complete 09:09:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:09:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:09:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:09:21 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:09:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:09:25 $ docker top da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:09:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:09:26 [ssh-agent] Looking for ssh-agent implementation... 09:09:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:09:27 $ docker exec da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 ssh-agent 09:09:27 SSH_AUTH_SOCK=/tmp/ssh-1jDuQvs5A0PO/agent.11 09:09:27 SSH_AGENT_PID=17 09:09:27 Running ssh-add (command line suppressed) 09:09:27 Identity added: /w/workspace/edgex-go/426@tmp/private_key_1261476531932953680.key (/w/workspace/edgex-go/426@tmp/private_key_1261476531932953680.key) 09:09:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:09:29 + git tag --points-at HEAD [Pipeline] } 09:09:29 $ docker exec --env ******** --env ******** da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 ssh-agent -k 09:09:30 unset SSH_AUTH_SOCK; 09:09:30 unset SSH_AGENT_PID; 09:09:30 echo Agent pid 17 killed; 09:09:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:09:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:09:30 [ssh-agent] Looking for ssh-agent implementation... 09:09:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:09:31 $ docker exec da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 ssh-agent 09:09:32 SSH_AUTH_SOCK=/tmp/ssh-0TIx9DYwXar0/agent.45 09:09:32 SSH_AGENT_PID=50 09:09:32 Running ssh-add (command line suppressed) 09:09:32 Identity added: /w/workspace/edgex-go/426@tmp/private_key_3397830332332101892.key (/w/workspace/edgex-go/426@tmp/private_key_3397830332332101892.key) 09:09:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:09:33 + git semver init 09:09:33 # -> Open(): unable to determine branch for HEAD 09:09:33 # $GIT_DIR = /w/workspace/edgex-go/426/.git 09:09:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/426 09:09:33 # $SEMVER_REMOTE_NAME = origin 09:09:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:09:33 # $SEMVER_USER_NAME = edgex-jenkins 09:09:33 # $SEMVER_BRANCH = master 09:09:33 # $SEMVER_TEMP = /tmp/semver-140186366 09:09:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:10:14 # '/tmp/semver-140186366' -> '/w/workspace/edgex-go/426/.semver' 09:10:14 # -> Force: false 09:10:14 # $SEMVER_DIR = /w/workspace/edgex-go/426/.semver [Pipeline] } 09:10:14 $ docker exec --env ******** --env ******** da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 ssh-agent -k 09:10:15 unset SSH_AUTH_SOCK; 09:10:15 unset SSH_AGENT_PID; 09:10:15 echo Agent pid 50 killed; 09:10:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:10:15 + git semver [Pipeline] } 09:10:16 $ docker stop --time=1 da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 09:10:18 $ docker rm -f da0149a5026a346010d645b7417de1db20cf00d086e7adbf2a62c36b549fc021 [Pipeline] // withDockerContainer [Pipeline] sh 09:10:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:10:21 Stashed 1 file(s) [Pipeline] echo 09:10:21 [edgeXSemver]: initialized semver on version 2.0.0-dev.158 [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 09:10:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:10:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:10:23 + true 09:10:23 + sudo service docker restart 09:10:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:10:24 ========================================================= 09:10:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:10:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:10:25 + 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 . 09:10:36 Still waiting to schedule task 09:10:36 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:10:38 Sending build context to Docker daemon 329MB 09:10:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:10:38 Step 2/6 : FROM ${BASE} 09:10:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:10:38 188c0c94c7c5: Pulling fs layer 09:10:38 0ef7d3d256c8: Pulling fs layer 09:10:38 de9db76c5a1d: Pulling fs layer 09:10:38 bca2f99d35d6: Pulling fs layer 09:10:38 93359f2a8cfa: Pulling fs layer 09:10:38 7c6f9722023f: Pulling fs layer 09:10:38 a35cf1a2eb13: Pulling fs layer 09:10:38 bca2f99d35d6: Waiting 09:10:38 93359f2a8cfa: Waiting 09:10:38 7c6f9722023f: Waiting 09:10:38 a35cf1a2eb13: Waiting 09:10:38 de9db76c5a1d: Verifying Checksum 09:10:38 de9db76c5a1d: Download complete 09:10:38 0ef7d3d256c8: Verifying Checksum 09:10:38 0ef7d3d256c8: Download complete 09:10:38 93359f2a8cfa: Verifying Checksum 09:10:38 93359f2a8cfa: Download complete 09:10:38 7c6f9722023f: Verifying Checksum 09:10:38 7c6f9722023f: Download complete 09:10:38 188c0c94c7c5: Verifying Checksum 09:10:38 188c0c94c7c5: Download complete 09:10:40 188c0c94c7c5: Pull complete 09:10:41 0ef7d3d256c8: Pull complete 09:10:41 de9db76c5a1d: Pull complete 09:10:45 a35cf1a2eb13: Verifying Checksum 09:10:45 a35cf1a2eb13: Download complete 09:10:47 bca2f99d35d6: Verifying Checksum 09:10:47 bca2f99d35d6: Download complete 09:11:00 bca2f99d35d6: Pull complete 09:11:00 93359f2a8cfa: Pull complete 09:11:00 7c6f9722023f: Pull complete 09:11:06 a35cf1a2eb13: Pull complete 09:11:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:11:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:11:06 ---> a62c8e92a672 09:11:06 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 09:11:06 ---> Running in f53e30668422 09:11:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:11:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:11:09 (1/12) Installing libmagic (5.38-r0) 09:11:09 (2/12) Installing file (5.38-r0) 09:11:09 (3/12) Installing libc-dev (0.7.2-r3) 09:11:09 (4/12) Installing g++ (9.3.0-r2) 09:11:20 (5/12) Installing fortify-headers (1.1-r0) 09:11:20 (6/12) Installing patch (2.7.6-r6) 09:11:20 (7/12) Installing build-base (0.5-r2) 09:11:20 (8/12) Installing libsodium (1.0.18-r0) 09:11:20 (9/12) Installing pkgconf (1.7.2-r0) 09:11:20 (10/12) Installing libsodium-dev (1.0.18-r0) 09:11:20 (11/12) Installing libzmq (4.3.3-r0) 09:11:21 (12/12) Installing zeromq-dev (4.3.3-r0) 09:11:21 Executing busybox-1.31.1-r19.trigger 09:11:21 OK: 233 MiB in 51 packages 09:11:27 Removing intermediate container f53e30668422 09:11:27 ---> 1b68641424bb 09:11:27 Step 4/6 : WORKDIR /edgex-go 09:11:27 ---> Running in 617143c18769 09:11:27 Removing intermediate container 617143c18769 09:11:27 ---> 0c51efce3161 09:11:27 Step 5/6 : COPY go.mod . 09:11:27 ---> 3b76ae773544 09:11:27 Step 6/6 : RUN go mod download 09:11:27 ---> Running in cdf530fad8b3 09:12:01 Removing intermediate container cdf530fad8b3 09:12:01 ---> 2593e345ffd0 09:12:01 Successfully built 2593e345ffd0 09:12:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:12:02 + docker inspect -f . ci-base-image-x86_64 09:12:02 . [Pipeline] withDockerContainer 09:12:02 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:12:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:12:06 $ docker top aa6fb72d107dcfb355a26d8e69dfa0b79e3a7b33b078e94c61558110c8c3c445 -eo pid,comm [Pipeline] { [Pipeline] sh 09:12:07 + go version 09:12:07 go version go1.15.5 linux/amd64 [Pipeline] } 09:12:07 $ docker stop --time=1 aa6fb72d107dcfb355a26d8e69dfa0b79e3a7b33b078e94c61558110c8c3c445 09:12:10 $ docker rm -f aa6fb72d107dcfb355a26d8e69dfa0b79e3a7b33b078e94c61558110c8c3c445 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:12:11 + docker inspect -f . ci-base-image-x86_64 09:12:11 . [Pipeline] withDockerContainer 09:12:12 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:12:12 $ 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/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:12:15 $ docker top 5aab5b940a8f486346c70f0418bed2a9ae47f770844b354749c41b7fe824b182 -eo pid,comm [Pipeline] { [Pipeline] echo 09:12:15 ========================================================= 09:12:15 [edgeXBuildGoParallel] Running Tests and Build... 09:12:15 ========================================================= [Pipeline] sh 09:12:16 + make test 09:12:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:12:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32452 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 09:12:24 Running in /w/workspace/edgex-go/426 [Pipeline] { [Pipeline] checkout 09:12:28 using credential edgex-jenkins-ssh 09:12:28 Cloning the remote Git repository 09:12:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:12:29 > git init /w/workspace/edgex-go/426 # timeout=10 09:12:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:12:29 > git --version # timeout=10 09:12:29 > git --version # 'git version 2.17.1' 09:12:29 using GIT_SSH to set credentials SSH Credentials for GitHub 09:12:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:12:38 ? github.com/edgexfoundry/edgex-go [no test files] 09:12:47 Checking out Revision 59c9a15376a292558addc495dbf8de0fe8fb6b07 (master) 09:12:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:12:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:12:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:12:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:12:47 using GIT_SSH to set credentials SSH Credentials for GitHub 09:12:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:12:47 > git config core.sparsecheckout # timeout=10 09:12:47 > git checkout -f 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 09:12:52 Commit message: "Merge pull request #3313 from weichou1229/issue-3312" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:12:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:12:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:12:54 + sudo service docker restart 09:12:54 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:12:57 provisioning config files... 09:12:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/426@tmp/config7474968772084927239tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:12:58 ---> docker-login.sh 09:12:58 nexus3.edgexfoundry.org:10001 09:12:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:12:59 Configure a credential helper to remove this warning. See 09:12:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:12:59 09:12:59 Login Succeeded 09:12:59 nexus3.edgexfoundry.org:10002 09:13:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:13:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:13:00 Configure a credential helper to remove this warning. See 09:13:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:13:00 09:13:00 Login Succeeded 09:13:00 nexus3.edgexfoundry.org:10003 09:13:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:13:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:13:00 Configure a credential helper to remove this warning. See 09:13:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:13:00 09:13:00 Login Succeeded 09:13:00 nexus3.edgexfoundry.org:10004 09:13:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:13:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:13:01 Configure a credential helper to remove this warning. See 09:13:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:13:01 09:13:01 Login Succeeded 09:13:01 docker.io 09:13:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:13:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:13:02 Configure a credential helper to remove this warning. See 09:13:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:13:02 09:13:02 Login Succeeded 09:13:02 ---> docker-login.sh ends [Pipeline] } 09:13:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:13:02 ========================================================= 09:13:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:13:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:13:02 + 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 . 09:13:05 Sending build context to Docker daemon 167.1MB 09:13:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:13:05 Step 2/6 : FROM ${BASE} 09:13:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:13:05 5f621e34cdf4: Pulling fs layer 09:13:05 a4357932f1b6: Pulling fs layer 09:13:05 18c013af1878: Pulling fs layer 09:13:05 00ac8860ef70: Pulling fs layer 09:13:05 63d7cb157983: Pulling fs layer 09:13:05 b116817d02f9: Pulling fs layer 09:13:05 745a02a5169b: Pulling fs layer 09:13:05 00ac8860ef70: Waiting 09:13:05 63d7cb157983: Waiting 09:13:05 b116817d02f9: Waiting 09:13:05 745a02a5169b: Waiting 09:13:05 18c013af1878: Verifying Checksum 09:13:05 18c013af1878: Download complete 09:13:05 a4357932f1b6: Download complete 09:13:05 63d7cb157983: Download complete 09:13:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:13:06 5f621e34cdf4: Verifying Checksum 09:13:06 b116817d02f9: Verifying Checksum 09:13:06 b116817d02f9: Download complete 09:13:07 5f621e34cdf4: Pull complete 09:13:07 a4357932f1b6: Pull complete 09:13:07 18c013af1878: Pull complete 09:13:08 745a02a5169b: Verifying Checksum 09:13:08 745a02a5169b: Download complete 09:13:10 00ac8860ef70: Verifying Checksum 09:13:10 00ac8860ef70: Download complete 09:13:20 00ac8860ef70: Pull complete 09:13:20 63d7cb157983: Pull complete 09:13:20 b116817d02f9: Pull complete 09:13:24 745a02a5169b: Pull complete 09:13:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:13:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:13:24 ---> b7e6874047d6 09:13:24 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 09:13:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:13:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:13:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:13:27 ---> Running in 4c62a3b895b7 09:13:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:13:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:13:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:13:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:13:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:13:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:13:30 (1/12) Installing libmagic (5.38-r0) 09:13:31 (2/12) Installing file (5.38-r0) 09:13:31 (3/12) Installing libc-dev (0.7.2-r3) 09:13:31 (4/12) Installing g++ (9.3.0-r2) 09:13:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:13:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:13:34 (5/12) Installing fortify-headers (1.1-r0) 09:13:34 (6/12) Installing patch (2.7.6-r6) 09:13:34 (7/12) Installing build-base (0.5-r2) 09:13:35 (8/12) Installing libsodium (1.0.18-r0) 09:13:35 (9/12) Installing pkgconf (1.7.2-r0) 09:13:35 (10/12) Installing libsodium-dev (1.0.18-r0) 09:13:35 (11/12) Installing libzmq (4.3.3-r0) 09:13:35 (12/12) Installing zeromq-dev (4.3.3-r0) 09:13:35 Executing busybox-1.31.1-r19.trigger 09:13:35 OK: 217 MiB in 51 packages 09:13:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:13:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:13:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:13:39 Removing intermediate container 4c62a3b895b7 09:13:39 ---> db3bb60bdf4a 09:13:39 Step 4/6 : WORKDIR /edgex-go 09:13:39 ---> Running in cefad77bc8d9 09:13:40 Removing intermediate container cefad77bc8d9 09:13:40 ---> 24eef568a8ab 09:13:40 Step 5/6 : COPY go.mod . 09:13:40 ---> c1e532e813e0 09:13:40 Step 6/6 : RUN go mod download 09:13:41 ---> Running in f7121fa974a1 09:13:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.265s coverage: 45.9% of statements 09:13:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:13:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:13:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:13:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:13:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:13:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:13:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.097s coverage: 19.8% of statements 09:13:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.334s coverage: 100.0% of statements 09:13:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.544s coverage: 27.1% of statements 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:13:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.133s coverage: 100.0% of statements 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:13:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.248s coverage: 100.0% of statements 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:13:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.198s coverage: 71.3% of statements 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:13:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:13:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.260s coverage: 82.9% of statements 09:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:13:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.221s coverage: 78.9% of statements 09:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:14:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.071s coverage: 28.6% of statements 09:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:14:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements 09:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:14:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.168s coverage: 100.0% of statements 09:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:14:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.775s coverage: 86.7% of statements 09:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:14:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.215s coverage: 97.5% of statements 09:14:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.263s coverage: 78.3% of statements 09:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:14:07 Removing intermediate container f7121fa974a1 09:14:07 ---> ec9f84757dc2 09:14:07 Successfully built ec9f84757dc2 09:14:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:14:08 + docker inspect -f . ci-base-image-arm64 09:14:08 . [Pipeline] withDockerContainer 09:14:08 prd-ubuntu18.04-docker-arm64-4c-16g-32452 does not seem to be running inside a container 09:14:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 ******** ci-base-image-arm64 cat 09:14:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.457s coverage: 92.8% of statements 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:14:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:14:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.159s coverage: 1.0% of statements 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:14:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:14:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements 09:14:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.100s coverage: 79.5% of statements 09:14:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.268s coverage: 94.1% of statements 09:14:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.383s coverage: 96.3% of statements 09:14:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.141s coverage: 87.5% of statements 09:14:10 $ docker top 80def64d7ceb21841e8dcef12470bf1fda864ce1049ee32253b2e6ac803332fd -eo pid,comm [Pipeline] { [Pipeline] sh 09:14:10 + go version 09:14:10 go version go1.15.5 linux/arm64 [Pipeline] } 09:14:11 $ docker stop --time=1 80def64d7ceb21841e8dcef12470bf1fda864ce1049ee32253b2e6ac803332fd 09:14:12 $ docker rm -f 80def64d7ceb21841e8dcef12470bf1fda864ce1049ee32253b2e6ac803332fd [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 09:14:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:14:16 09:14:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:14:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:14:16 latest: Pulling from edgex-devops/edgex-compose-arm64 09:14:16 29e5d40040c1: Pulling fs layer 09:14:16 1ce36da41761: Pulling fs layer 09:14:16 25b303627fd3: Pulling fs layer 09:14:17 29e5d40040c1: Verifying Checksum 09:14:17 29e5d40040c1: Download complete 09:14:18 29e5d40040c1: Pull complete 09:14:18 1ce36da41761: Verifying Checksum 09:14:18 1ce36da41761: Download complete 09:14:19 1ce36da41761: Pull complete 09:14:19 25b303627fd3: Verifying Checksum 09:14:19 25b303627fd3: Download complete 09:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.260s coverage: 94.4% of statements 09:14:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.163s coverage: 44.8% of statements 09:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.138s coverage: 82.6% of statements 09:14:29 25b303627fd3: Pull complete 09:14:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:14:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:14:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:14:30 prd-ubuntu18.04-docker-arm64-4c-16g-32452 does not seem to be running inside a container 09:14:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:14:33 $ docker top 7cd5df59c089510b54f7de79c65e173b5d648a10e11e2f07c3e46cf3da76c2f3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:14:34 + docker-compose build --help 09:14:34 + grep parallel 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.441s coverage: 92.9% of statements 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 77.8% of statements 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.103s coverage: 87.2% of statements 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.145s coverage: 87.2% of statements 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.116s coverage: 84.6% of statements 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.287s coverage: 91.6% of statements 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.684s coverage: 64.4% of statements 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.086s coverage: 100.0% of statements 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.159s coverage: 91.3% of statements 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.306s coverage: 100.0% of statements 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.099s coverage: 73.7% of statements 09:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 09:14:37 --parallel Build images in parallel. [Pipeline] } 09:14:38 $ docker stop --time=1 7cd5df59c089510b54f7de79c65e173b5d648a10e11e2f07c3e46cf3da76c2f3 09:14:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.122s coverage: 69.0% of statements 09:14:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:14:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:14:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 38.4% of statements 09:14:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:14:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.271s coverage: 89.5% of statements 09:14:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.151s coverage: 84.8% of statements 09:14:40 $ docker rm -f 7cd5df59c089510b54f7de79c65e173b5d648a10e11e2f07c3e46cf3da76c2f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:14:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:14:40 . [Pipeline] withDockerContainer 09:14:41 prd-ubuntu18.04-docker-arm64-4c-16g-32452 does not seem to be running inside a container 09:14:41 $ 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/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:14:42 $ docker top ee933e5f1e9f639d2b4a92417d07e138ae75b76f0fe173b3f27adbacb0350f0c -eo pid,comm [Pipeline] { [Pipeline] sh 09:14:43 + docker-compose -f ./docker-compose-build.yml build --parallel 09:14:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.252s coverage: 47.0% of statements 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:14:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.103s coverage: 100.0% of statements 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:14:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.144s coverage: 100.0% of statements 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:14:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.490s coverage: 87.1% of statements 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:14:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:14:48 Building docker-core-command-go ... 09:14:48 Building docker-core-data-go ... 09:14:48 Building docker-core-metadata-go ... 09:14:48 Building docker-security-bootstrapper-go ... 09:14:48 Building docker-security-proxy-setup-go ... 09:14:48 Building docker-security-secretstore-setup-go ... 09:14:48 Building docker-support-notifications-go ... 09:14:48 Building docker-support-scheduler-go ... 09:14:48 Building docker-sys-mgmt-agent-go ... 09:14:48 Building docker-security-secretstore-setup-go 09:14:48 Building docker-support-notifications-go 09:14:48 Building docker-security-bootstrapper-go 09:14:48 Building docker-core-command-go 09:14:48 Building docker-security-proxy-setup-go 09:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.514s coverage: 29.1% of statements 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.281s coverage: 99.0% of statements 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.216s coverage: 100.0% of statements 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.296s coverage: 95.6% of statements 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:14:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:14:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:14:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.165s coverage: 87.9% of statements 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:14:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 09:14:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.234s coverage: 32.1% of statements 09:14:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.111s coverage: 100.0% of statements 09:14:54 GO111MODULE=on go vet ./... 09:15:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:15:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:15:44 ---> ec9f84757dc2 09:15:44 Step 3/21 : WORKDIR /edgex-go 09:15:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:15:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:15:44 ---> ec9f84757dc2 09:15:44 Step 3/23 : WORKDIR /edgex-go 09:15:44 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:15:44 Step 2/31 : FROM ${BUILDER_BASE} AS builder 09:15:44 ---> ec9f84757dc2 09:15:44 Step 3/31 : WORKDIR /edgex-go 09:15:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:15:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:15:44 ---> ec9f84757dc2 09:15:44 Step 3/24 : WORKDIR /edgex-go 09:15:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:15:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:15:44 ---> ec9f84757dc2 09:15:44 Step 3/22 : WORKDIR /edgex-go 09:15:44 ---> Running in 1c7084961d1c 09:15:44 ---> Running in 8bb8e2912eab 09:15:44 ---> Running in d0efe812a6c1 09:15:44 ---> Running in b37acc9c4915 09:15:44 ---> Running in e131efc3cb62 09:15:44 Removing intermediate container b37acc9c4915 09:15:44 ---> c895948f31a4 09:15:44 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:44 Removing intermediate container e131efc3cb62 09:15:44 ---> 22f4e887d668 09:15:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:44 Removing intermediate container 8bb8e2912eab 09:15:44 ---> cc84e690df2e 09:15:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:44 ---> Running in f26d3cab3c38 09:15:44 Removing intermediate container 1c7084961d1c 09:15:44 ---> 3391821ec6d9 09:15:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:44 Removing intermediate container d0efe812a6c1 09:15:44 ---> ab640eafb37b 09:15:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:15:44 ---> Running in fd5c606d235f 09:15:44 ---> Running in 673f7092c846 09:15:44 ---> Running in 2b48735105e5 09:15:44 ---> Running in e4e62d1f2aa3 09:15:44 Removing intermediate container f26d3cab3c38 09:15:44 ---> dd57de2da3c0 09:15:44 Step 5/31 : RUN apk add --update --no-cache make git 09:15:44 ---> Running in 324fed9a05ab 09:15:45 Removing intermediate container fd5c606d235f 09:15:45 ---> f6e8058780c7 09:15:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:15:45 Removing intermediate container 673f7092c846 09:15:45 ---> 00d68f7534e5 09:15:45 Step 5/21 : RUN apk add --update --no-cache make git 09:15:45 ---> Running in b58e5d62c0b5 09:15:45 ---> Running in 010f838b6f93 09:15:45 Removing intermediate container 2b48735105e5 09:15:45 ---> 603c98642b6a 09:15:45 Step 5/23 : RUN apk add --update --no-cache make git 09:15:45 Removing intermediate container e4e62d1f2aa3 09:15:45 ---> 43a3bb251867 09:15:45 Step 5/24 : RUN apk add --update --no-cache make git 09:15:46 ---> Running in 00345613ba89 09:15:46 ---> Running in 72f336647b09 09:15:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:15:48 OK: 217 MiB in 51 packages 09:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:15:49 OK: 217 MiB in 51 packages 09:15:49 OK: 217 MiB in 51 packages 09:15:49 OK: 217 MiB in 51 packages 09:15:49 OK: 217 MiB in 51 packages 09:15:49 Removing intermediate container 324fed9a05ab 09:15:49 ---> 74898554246f 09:15:49 Step 6/31 : COPY go.mod . 09:15:50 Removing intermediate container 010f838b6f93 09:15:50 ---> 1b10eeb24de0 09:15:50 Step 6/21 : COPY go.mod . 09:15:51 ---> 5e511a82b390 09:15:51 Step 7/31 : RUN go mod download 09:15:51 ---> Running in 072e5a6f3a23 09:15:51 Removing intermediate container 00345613ba89 09:15:51 ---> 34270624e1ae 09:15:51 Step 6/23 : COPY go.mod . 09:15:51 Removing intermediate container b58e5d62c0b5 09:15:51 ---> acd06c78ce2b 09:15:51 Step 6/22 : COPY go.mod . 09:15:51 Removing intermediate container 72f336647b09 09:15:51 ---> df7f7ea8e916 09:15:51 Step 6/24 : COPY go.mod . 09:15:52 ---> fd29b96dac99 09:15:52 Step 7/21 : RUN go mod download 09:15:52 ---> Running in c595fec46d28 09:15:52 ---> b0f0a61b67b8 09:15:52 Step 7/23 : RUN go mod download 09:15:52 ---> de0e86026471 09:15:52 Step 7/22 : RUN go mod download 09:15:52 ---> f617f3748960 09:15:52 Step 7/24 : RUN go mod download 09:15:52 ---> Running in 3627f4120215 09:15:52 ---> Running in c492c69fbd6b 09:15:53 ---> Running in a08644a7a3b8 09:15:55 Removing intermediate container 072e5a6f3a23 09:15:55 ---> a979ab6e9f6a 09:15:55 Step 8/31 : COPY . . 09:15:57 Removing intermediate container c595fec46d28 09:15:57 ---> 924468167f0e 09:15:57 Step 8/21 : COPY . . 09:15:58 Removing intermediate container 3627f4120215 09:15:58 ---> ac62e1ad93da 09:15:58 Step 8/23 : COPY . . 09:15:58 Removing intermediate container c492c69fbd6b 09:15:58 ---> 59469cd1068f 09:15:58 Step 8/22 : COPY . . 09:15:59 Removing intermediate container a08644a7a3b8 09:15:59 ---> 57ebb7f70b46 09:15:59 Step 8/24 : COPY . . 09:16:17 ---> 1ddd21a64425 09:16:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:16:17 ---> 98299df34192 09:16:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:16:17 ---> c99714403a50 09:16:17 Step 9/23 : RUN make cmd/core-command/core-command 09:16:17 ---> 63ab873e4586 09:16:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:16:17 ---> Running in 56880c6ced39 09:16:17 ---> Running in 3d3c2818878c 09:16:17 ---> Running in 1a2192f2d9a3 09:16:17 ---> Running in ec4e9ee47b92 09:16:17 ---> 8303cf4ad048 09:16:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:16:17 ---> Running in 74af4b83b1c0 09:16:18 gofmt -l . 09:16:18 [ "`gofmt -l .`" = "" ] 09:16:18 ./bin/test-go-mod-tidy.sh 09:16:18 ./bin/test-attribution-txt.sh 09:16:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:16:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] sh 09:16:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:16:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:16:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-command/core-command ./cmd/core-command 09:16:21 + ls -al . 09:16:21 total 784 09:16:21 drwxrwxr-x 10 1001 1001 4096 Apr 1 09:16 . 09:16:21 drwxr-xr-x 4 root root 32 Apr 1 09:12 .. 09:16:21 -rw-rw-r-- 1 1001 1001 11 Apr 1 09:08 .dockerignore 09:16:21 drwxrwxr-x 8 1001 1001 162 Apr 1 09:08 .git 09:16:21 drwxrwxr-x 3 1001 1001 125 Apr 1 09:08 .github 09:16:21 -rw-rw-r-- 1 1001 1001 818 Apr 1 09:08 .gitignore 09:16:21 drwx------ 3 1001 1001 45 Apr 1 09:10 .semver 09:16:21 -rw-rw-r-- 1 1001 1001 166 Apr 1 09:08 .sonarcloud.properties 09:16:21 -rw-rw-r-- 1 1001 1001 8607 Apr 1 09:08 Attribution.txt 09:16:21 -rw-rw-r-- 1 1001 1001 3804 Apr 1 09:08 CONTRIBUTING.md 09:16:21 -rw-rw-r-- 1 1001 1001 931 Apr 1 09:08 Dockerfile.build 09:16:21 -rw-rw-r-- 1 1001 1001 863 Apr 1 09:08 Jenkinsfile 09:16:21 -rw-rw-r-- 1 1001 1001 10775 Apr 1 09:08 LICENSE 09:16:21 -rw-rw-r-- 1 1001 1001 5774 Apr 1 09:08 Makefile 09:16:21 -rw-rw-r-- 1 1001 1001 6548 Apr 1 09:08 README.md 09:16:21 -rw-rw-r-- 1 1001 1001 6755 Apr 1 09:08 SECURITY.md 09:16:21 -rw-rw-r-- 1 1001 1001 13 Apr 1 09:10 VERSION 09:16:21 -rw-rw-r-- 1 1001 1001 4131 Apr 1 09:08 ZMQWindows.md 09:16:21 drwxrwxr-x 2 1001 1001 117 Apr 1 09:08 bin 09:16:21 drwxrwxr-x 14 1001 1001 4096 Apr 1 09:08 cmd 09:16:21 -rw-r--r-- 1 root root 672489 Apr 1 09:14 coverage.out 09:16:21 -rw-r--r-- 1 root root 1056 Apr 1 09:16 go.mod 09:16:21 -rw-r--r-- 1 root root 22360 Apr 1 09:16 go.sum 09:16:21 drwxrwxr-x 8 1001 1001 127 Apr 1 09:08 internal 09:16:21 drwxrwxr-x 4 1001 1001 26 Apr 1 09:08 openapi 09:16:21 drwxrwxr-x 4 1001 1001 71 Apr 1 09:08 snap 09:16:21 -rw-rw-r-- 1 1001 1001 168 Apr 1 09:08 version.go [Pipeline] sh 09:16:22 + '[' -e coverage.out ] 09:16:22 + chown 1001:1001 coverage.out [Pipeline] stash 09:16:23 Stashed 1 file(s) [Pipeline] sh 09:16:23 + make build 09:16:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-data/core-data ./cmd/core-data 09:16:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:16:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-command/core-command ./cmd/core-command 09:16:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:17:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:17:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:17:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:17:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:17:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:17:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:17:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/secrets-config ./cmd/secrets-config 09:17:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 09:17:47 $ docker stop --time=1 5aab5b940a8f486346c70f0418bed2a9ae47f770844b354749c41b7fe824b182 09:17:50 $ docker rm -f 5aab5b940a8f486346c70f0418bed2a9ae47f770844b354749c41b7fe824b182 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:17:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:17:52 09:17:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:17:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:17:53 latest: Pulling from edgex-devops/edgex-compose 09:17:53 cbdbe7a5bc2a: Pulling fs layer 09:17:53 ca9280d653b3: Pulling fs layer 09:17:53 7e9c9ca2126c: Pulling fs layer 09:17:54 cbdbe7a5bc2a: Verifying Checksum 09:17:54 cbdbe7a5bc2a: Download complete 09:17:55 cbdbe7a5bc2a: Pull complete 09:17:55 ca9280d653b3: Verifying Checksum 09:17:55 ca9280d653b3: Download complete 09:17:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/secrets-config ./cmd/secrets-config 09:17:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:17:59 ca9280d653b3: Pull complete 09:17:59 7e9c9ca2126c: Verifying Checksum 09:17:59 7e9c9ca2126c: Download complete 09:18:11 Removing intermediate container 1a2192f2d9a3 09:18:11 ---> 2ff81a8de764 09:18:11 09:18:11 Step 10/31 : FROM alpine:3.12 09:18:11 3.12: Pulling from library/alpine 09:18:11 Removing intermediate container 56880c6ced39 09:18:11 ---> c235a03aea59 09:18:11 09:18:11 Step 10/21 : FROM alpine:3.12 09:18:11 Removing intermediate container 74af4b83b1c0 09:18:11 ---> c09534fc3289 09:18:11 09:18:11 Step 10/24 : FROM alpine:3.12 09:18:11 3.12: Pulling from library/alpine 09:18:11 3.12: Pulling from library/alpine 09:18:11 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:18:11 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:18:11 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:18:11 Status: Downloaded newer image for alpine:3.12 09:18:11 ---> d75e27dfc0a0 09:18:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:18:11 Status: Image is up to date for alpine:3.12 09:18:11 ---> d75e27dfc0a0 09:18:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 09:18:11 Status: Downloaded newer image for alpine:3.12 09:18:11 ---> d75e27dfc0a0 09:18:11 Step 11/21 : RUN apk add --update --no-cache curl 09:18:12 ---> Running in bc2bc6312350 09:18:12 ---> Running in 2d0ecc7aa73b 09:18:12 ---> Running in f394e5313e8b 09:18:14 Removing intermediate container bc2bc6312350 09:18:14 ---> 948b2768fa6a 09:18:14 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 09:18:14 ---> Running in 1eb4e685e1c9 09:18:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:18:14 7e9c9ca2126c: Pull complete 09:18:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:18:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:18:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:18:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:18:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:18:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:18:15 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:18:16 (1/6) Installing ca-certificates (20191127-r4) 09:18:16 (2/6) Installing nghttp2-libs (1.41.0-r0) 09:18:16 (1/4) Installing ca-certificates (20191127-r4) 09:18:16 (3/6) Installing libcurl (7.69.1-r3) 09:18:16 (4/6) Installing curl (7.69.1-r3) 09:18:16 (5/6) Installing dumb-init (1.2.2-r1) 09:18:16 (6/6) Installing su-exec (0.2-r1) 09:18:16 Executing busybox-1.31.1-r20.trigger 09:18:16 Executing ca-certificates-20191127-r4.trigger 09:18:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:18:16 (3/4) Installing libcurl (7.69.1-r3) 09:18:16 (4/4) Installing curl (7.69.1-r3) 09:18:16 Executing busybox-1.31.1-r20.trigger 09:18:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:18:16 Executing ca-certificates-20191127-r4.trigger 09:18:16 Removing intermediate container 3d3c2818878c 09:18:16 ---> 91089469d2d9 09:18:16 09:18:16 Step 10/23 : FROM alpine:3.12 09:18:16 ---> d75e27dfc0a0 09:18:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:18:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:18:16 OK: 7 MiB in 20 packages 09:18:16 OK: 7 MiB in 18 packages 09:18:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:18:17 (1/2) Installing dumb-init (1.2.2-r1) 09:18:17 (2/2) Installing su-exec (0.2-r1) 09:18:17 Executing busybox-1.31.1-r20.trigger 09:18:17 OK: 5 MiB in 16 packages 09:18:17 ---> Running in a43cb9982530 09:18:17 Removing intermediate container ec4e9ee47b92 09:18:17 ---> 303271e5865f 09:18:17 09:18:17 Step 10/22 : FROM alpine:3.12 09:18:17 ---> d75e27dfc0a0 09:18:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:18:18 ---> Running in 47b1cd70ebbc 09:18:19 $ docker top b3078cd44f2bad94ff267da1c9c31c652f8ad44e10af41f70263922f062b9de9 -eo pid,comm 09:18:19 Removing intermediate container f394e5313e8b 09:18:19 ---> 32a6339af5e2 09:18:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:18:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:18:19 Removing intermediate container 1eb4e685e1c9 09:18:19 ---> fb41e930da82 09:18:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 09:18:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:18:19 Removing intermediate container 2d0ecc7aa73b 09:18:19 ---> 780cf9f26a1a 09:18:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:18:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:18:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:18:20 ---> Running in d118ed8b3c69 09:18:20 ---> Running in 93221450549b 09:18:20 ---> Running in fe3e5251c4e4 [Pipeline] { [Pipeline] sh 09:18:20 (1/2) Installing ca-certificates (20191127-r4) 09:18:20 (1/1) Installing dumb-init (1.2.2-r1) 09:18:20 Executing busybox-1.31.1-r20.trigger 09:18:20 OK: 5 MiB in 15 packages 09:18:20 (2/2) Installing dumb-init (1.2.2-r1) 09:18:20 Executing busybox-1.31.1-r20.trigger 09:18:20 Executing ca-certificates-20191127-r4.trigger 09:18:20 OK: 6 MiB in 16 packages 09:18:20 Removing intermediate container d118ed8b3c69 09:18:20 ---> c9b76020f2d9 09:18:20 Step 13/24 : WORKDIR / 09:18:21 Removing intermediate container 93221450549b 09:18:21 ---> b38e3032d967 09:18:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:18:21 Removing intermediate container fe3e5251c4e4 09:18:21 ---> d3645faf523d 09:18:21 Step 13/21 : WORKDIR /edgex 09:18:21 ---> Running in b3602978dd6a 09:18:21 ---> Running in 6b864a37e228 09:18:21 ---> Running in 97c7e476c981 09:18:21 + docker-compose build --help 09:18:21 + grep parallel 09:18:22 Removing intermediate container b3602978dd6a 09:18:22 ---> 6126e094efc0 09:18:22 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:18:22 Removing intermediate container 6b864a37e228 09:18:22 ---> 7d26679bb74c 09:18:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:18:22 Removing intermediate container a43cb9982530 09:18:22 ---> d1f83b287e60 09:18:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:18:22 Removing intermediate container 97c7e476c981 09:18:22 ---> 5d7827b50230 09:18:22 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:18:22 ---> Running in def273e3c7b9 09:18:22 ---> Running in 0fb07940f892 09:18:22 Removing intermediate container 47b1cd70ebbc 09:18:22 ---> 88fdb7ac1bdc 09:18:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:18:23 ---> Running in 912a3241bbc1 09:18:23 ---> d7c1d4bda03c 09:18:23 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:18:23 Removing intermediate container def273e3c7b9 09:18:23 ---> 39281b82ed09 09:18:23 Step 13/23 : ENV APP_PORT=48082 09:18:23 --parallel Build images in parallel. [Pipeline] } 09:18:23 $ docker stop --time=1 b3078cd44f2bad94ff267da1c9c31c652f8ad44e10af41f70263922f062b9de9 09:18:23 ---> e04d897f350d 09:18:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:18:23 ---> Running in e8e5d10ab049 09:18:24 Removing intermediate container 912a3241bbc1 09:18:24 ---> d1fd76b7e202 09:18:24 Step 13/22 : ENV APP_PORT=48060 09:18:24 ---> Running in e1dc233517f0 09:18:24 Removing intermediate container e8e5d10ab049 09:18:24 ---> b1d89ea9d2a5 09:18:24 Step 14/23 : EXPOSE $APP_PORT 09:18:24 ---> b1c4c90d4495 09:18:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:18:25 ---> Running in efd48e0e82d2 09:18:25 Removing intermediate container e1dc233517f0 09:18:25 ---> a24d67087ae7 09:18:25 Step 14/22 : EXPOSE $APP_PORT 09:18:25 ---> e59533504e71 09:18:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:18:25 ---> Running in 2ce833ec813b 09:18:25 Removing intermediate container efd48e0e82d2 09:18:25 ---> 18f219c66a38 09:18:25 Step 15/23 : WORKDIR / 09:18:25 ---> fb96d5411132 09:18:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:18:25 $ docker rm -f b3078cd44f2bad94ff267da1c9c31c652f8ad44e10af41f70263922f062b9de9 09:18:26 ---> Running in cc74e8d01c91 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:18:26 Removing intermediate container 2ce833ec813b 09:18:26 ---> a672c172164f 09:18:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:18:26 Removing intermediate container 0fb07940f892 09:18:26 ---> 85ad428250e3 09:18:26 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 09:18:26 ---> Running in c76db80a9de3 09:18:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:18:26 . [Pipeline] withDockerContainer 09:18:26 Removing intermediate container cc74e8d01c91 09:18:26 ---> 97c5695c832c 09:18:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:18:27 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:18:27 ---> 17e56ffe926f 09:18:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:18:27 $ 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/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:18:27 ---> Running in f71c15675378 09:18:27 ---> 0d1ee85039c8 09:18:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:18:27 ---> 8ee998ae03e9 09:18:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:18:27 Removing intermediate container c76db80a9de3 09:18:27 ---> ab1ec72d3777 09:18:27 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:18:28 ---> 707c92bdca04 09:18:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:18:28 Removing intermediate container f71c15675378 09:18:28 ---> e4e8bdb8abfc 09:18:28 Step 18/21 : CMD ["--init=true"] 09:18:28 ---> Running in d3a4596809cd 09:18:29 $ docker top 8b010c4606e806a73a67cbdedcbcd036a829f67f403882a6972b6a4bbf4d0cd2 -eo pid,comm [Pipeline] { [Pipeline] sh 09:18:29 ---> d0e6892dc944 09:18:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:18:29 ---> 25f288c14057 09:18:29 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:18:29 ---> 09657f50d853 09:18:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:18:29 ---> Running in 71e1c7d66863 09:18:29 Removing intermediate container d3a4596809cd 09:18:29 ---> 59ee4f39069f 09:18:29 Step 19/21 : LABEL arch=arm64 09:18:29 ---> 63fc19cd1541 09:18:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:18:29 ---> Running in 60cc6d921896 09:18:30 + docker-compose -f ./docker-compose-build.yml build --parallel 09:18:30 ---> b47de0c3cbd5 09:18:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:18:30 ---> Running in 3ba2f1b3a5ed 09:18:30 ---> e691a4e5a619 09:18:30 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/ 09:18:31 Removing intermediate container 60cc6d921896 09:18:31 ---> 3b2db9f4881e 09:18:31 Step 20/21 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:18:31 ---> Running in 72e980d10a40 09:18:31 ---> Running in d24b2032d71c 09:18:31 Removing intermediate container 3ba2f1b3a5ed 09:18:31 ---> 688d50a1559b 09:18:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:18:31 ---> 585cd9f2b117 09:18:31 Step 19/23 : ENTRYPOINT ["/core-command"] 09:18:31 ---> Running in e8d4502ee39f 09:18:32 ---> Running in 1247194071ce 09:18:32 Removing intermediate container d24b2032d71c 09:18:32 ---> 12fa5f00603c 09:18:32 Step 21/21 : LABEL version=2.0.0-dev.158 09:18:32 Building docker-core-command-go ... 09:18:32 Building docker-core-data-go ... 09:18:32 Building docker-core-metadata-go ... 09:18:32 Building docker-security-bootstrapper-go ... 09:18:32 Building docker-security-proxy-setup-go ... 09:18:32 Building docker-security-secretstore-setup-go ... 09:18:32 Building docker-support-notifications-go ... 09:18:32 Building docker-support-scheduler-go ... 09:18:32 Building docker-sys-mgmt-agent-go ... 09:18:32 Building docker-support-notifications-go 09:18:32 Building docker-core-command-go 09:18:32 Building docker-security-proxy-setup-go 09:18:32 Building docker-core-data-go 09:18:32 ---> Running in 6d9c80b51d46 09:18:32 Building docker-security-secretstore-setup-go 09:18:33 Removing intermediate container e8d4502ee39f 09:18:33 ---> 4b328a2e04ab 09:18:33 Step 20/22 : LABEL arch=arm64 09:18:33 Removing intermediate container 1247194071ce 09:18:33 ---> e719fc39f8b5 09:18:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:18:33 ---> Running in 3e5e8e6c441a 09:18:33 ---> Running in 815419b6b0f8 09:18:33 Removing intermediate container 6d9c80b51d46 09:18:33 ---> 81af744dfdb0 09:18:33 09:18:33 Removing intermediate container 71e1c7d66863 09:18:33 ---> fe863f50f6ac 09:18:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 09:18:33 Removing intermediate container 3e5e8e6c441a 09:18:33 ---> 491bf23f31bb 09:18:33 Step 21/22 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:18:33 Successfully built 81af744dfdb0 09:18:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:18:34 Building docker-support-scheduler-go 09:18:34  Building docker-security-proxy-setup-go ... done  ---> Running in effed08cd406 09:18:34 Removing intermediate container 815419b6b0f8 09:18:34 ---> e6e4c5c98c92 09:18:34 Step 21/23 : LABEL arch=arm64 09:18:34 ---> Running in 1bc60c8c0a9b 09:18:34 Removing intermediate container 72e980d10a40 09:18:34 ---> ab5d8e27f074 09:18:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:18:34 ---> 643f59ed7b79 09:18:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:18:34 ---> Running in 887aa52af872 09:18:35 Removing intermediate container effed08cd406 09:18:35 ---> d26acf5ffed0 09:18:35 Step 22/22 : LABEL version=2.0.0-dev.158 09:18:35 Removing intermediate container 1bc60c8c0a9b 09:18:35 ---> f4a23a69f8f4 09:18:35 Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:18:35 ---> Running in bdeb475e0f53 09:18:35 ---> Running in 89b9eb7118c8 09:18:36 Removing intermediate container 887aa52af872 09:18:36 ---> b984b33a961f 09:18:36 Step 22/24 : LABEL arch=arm64 09:18:37 ---> 6386e252be3b 09:18:37 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:18:37 Removing intermediate container 89b9eb7118c8 09:18:37 ---> f05ec8c5049e 09:18:37 Step 23/23 : LABEL version=2.0.0-dev.158 09:18:37 Removing intermediate container bdeb475e0f53 09:18:37 ---> 6e82be8105ab 09:18:37 09:18:37 ---> Running in 4618c249a219 09:18:37 ---> Running in 250a086cb5d7 09:18:38 Successfully built 6e82be8105ab 09:18:38 Successfully tagged docker-support-notifications-go-arm64:latest 09:18:38  Building docker-support-notifications-go ... done Building docker-core-data-go 09:18:38 Removing intermediate container 4618c249a219 09:18:38 ---> af2bd3de478b 09:18:38 Step 23/24 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:18:38 ---> 8064bbe1b10a 09:18:38 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:18:38 ---> Running in 91551e765538 09:18:38 Removing intermediate container 250a086cb5d7 09:18:38 ---> 9662b45f5b84 09:18:38 09:18:39 Successfully built 9662b45f5b84 09:18:39 Successfully tagged docker-core-command-go-arm64:latest 09:18:39  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 09:18:39 Removing intermediate container 91551e765538 09:18:39 ---> dc2485a2af6e 09:18:39 Step 24/24 : LABEL version=2.0.0-dev.158 09:18:39 ---> be6849cb4c0b 09:18:39 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 09:18:39 ---> Running in 8c6c2b50b893 09:18:40 Removing intermediate container 8c6c2b50b893 09:18:40 ---> d331f4ae6650 09:18:40 09:18:40 Successfully built d331f4ae6650 09:18:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:18:40 Building docker-core-metadata-go 09:18:40  Building docker-security-secretstore-setup-go ... done  ---> 7d2b85a149ec 09:18:40 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 09:18:40 ---> Running in deafed6656d4 09:18:41 Removing intermediate container deafed6656d4 09:18:41 ---> b5fa332b78bc 09:18:41 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:18:42 ---> f78198923a97 09:18:42 Step 26/31 : RUN chmod +x /entrypoint.sh 09:18:42 ---> Running in 376a91f428ea 09:18:48 Removing intermediate container 376a91f428ea 09:18:48 ---> 3fd1bc14c9fd 09:18:48 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 09:18:49 ---> Running in 11c0fefa63b0 09:18:49 Removing intermediate container 11c0fefa63b0 09:18:49 ---> 1e9b44b8b460 09:18:49 Step 28/31 : CMD ["gate"] 09:18:49 ---> Running in 0587307d381c 09:18:50 Removing intermediate container 0587307d381c 09:18:50 ---> bd37cfca6539 09:18:50 Step 29/31 : LABEL arch=arm64 09:18:50 ---> Running in 3452908e8754 09:18:51 Removing intermediate container 3452908e8754 09:18:51 ---> 1d1798a5be5e 09:18:51 Step 30/31 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:18:51 ---> Running in 59959f3a8b45 09:18:51 Removing intermediate container 59959f3a8b45 09:18:51 ---> 1f3a23ef5d1c 09:18:51 Step 31/31 : LABEL version=2.0.0-dev.158 09:18:52 ---> Running in b1553906dba4 09:18:52 Removing intermediate container b1553906dba4 09:18:52 ---> 0bc329184cd0 09:18:52 09:18:53 Successfully built 0bc329184cd0 09:18:53 Successfully tagged docker-security-bootstrapper-go-arm64:latest 09:19:05  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:19:05 ---> ec9f84757dc2 09:19:05 Step 3/22 : WORKDIR /edgex-go 09:19:05 ---> Using cache 09:19:05 ---> 3391821ec6d9 09:19:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:05 ---> Using cache 09:19:05 ---> 43a3bb251867 09:19:05 Step 5/22 : RUN apk add --update --no-cache make git 09:19:05 ---> Using cache 09:19:05 ---> df7f7ea8e916 09:19:05 Step 6/22 : COPY go.mod . 09:19:05 ---> Using cache 09:19:05 ---> f617f3748960 09:19:05 Step 7/22 : RUN go mod download 09:19:05 ---> Using cache 09:19:05 ---> 57ebb7f70b46 09:19:05 Step 8/22 : COPY . . 09:19:05 ---> Using cache 09:19:05 ---> 8303cf4ad048 09:19:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:19:06 ---> Running in 7c653bd03b3a 09:19:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:19:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:19:11 ---> ec9f84757dc2 09:19:11 Step 3/23 : WORKDIR /edgex-go 09:19:11 ---> Using cache 09:19:11 ---> 3391821ec6d9 09:19:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:11 ---> Using cache 09:19:11 ---> 43a3bb251867 09:19:11 Step 5/23 : RUN apk add --update --no-cache make git 09:19:11 ---> Using cache 09:19:11 ---> df7f7ea8e916 09:19:11 Step 6/23 : COPY go.mod . 09:19:11 ---> Using cache 09:19:11 ---> f617f3748960 09:19:11 Step 7/23 : RUN go mod download 09:19:11 ---> Using cache 09:19:11 ---> 57ebb7f70b46 09:19:11 Step 8/23 : COPY . . 09:19:11 ---> Using cache 09:19:11 ---> 8303cf4ad048 09:19:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:19:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:19:11 ---> ec9f84757dc2 09:19:11 Step 3/23 : WORKDIR /edgex-go 09:19:11 ---> Using cache 09:19:11 ---> 3391821ec6d9 09:19:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:11 ---> Using cache 09:19:11 ---> 43a3bb251867 09:19:11 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:19:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:19:11 ---> ec9f84757dc2 09:19:11 Step 3/26 : WORKDIR /edgex-go 09:19:11 ---> Using cache 09:19:11 ---> 3391821ec6d9 09:19:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:11 ---> Using cache 09:19:11 ---> 43a3bb251867 09:19:11 Step 5/26 : RUN apk add --update --no-cache make bash git 09:19:12 ---> Running in 0ee1482b5d18 09:19:12 ---> Running in 326c1a4f8a83 09:19:12 ---> Running in 8e91da21800c 09:19:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:19:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:19:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:19:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:19:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:19:17 OK: 217 MiB in 51 packages 09:19:17 OK: 217 MiB in 51 packages 09:19:19 Removing intermediate container 0ee1482b5d18 09:19:19 ---> f76c1d46e25c 09:19:19 Step 6/23 : COPY go.mod . 09:19:19 Removing intermediate container 8e91da21800c 09:19:19 ---> 9b4f671e4458 09:19:19 Step 6/26 : COPY go.mod . 09:19:20 ---> e559f8bc9603 09:19:20 Step 7/23 : RUN go mod download 09:19:20 ---> Running in a6ca10983abd 09:19:20 ---> b304f04af803 09:19:20 Step 7/26 : RUN go mod download 09:19:21 ---> Running in 04ca54e96b9f 09:19:26 Removing intermediate container a6ca10983abd 09:19:26 ---> d6d7aec3b7ea 09:19:26 Step 8/23 : COPY . . 09:19:26 Removing intermediate container 04ca54e96b9f 09:19:26 ---> 7b822b024672 09:19:26 Step 8/26 : COPY . . 09:19:48 ---> 9f13426cac35 09:19:48 Step 9/23 : RUN make cmd/core-data/core-data 09:19:48 ---> dc3cc44f6be7 09:19:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:19:48 ---> Running in 0ccc3889a565 09:19:48 ---> Running in 7c66eedae893 09:19:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:19:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-data/core-data ./cmd/core-data 09:19:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:19:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:19:57 ---> 2593e345ffd0 09:19:57 Step 3/23 : WORKDIR /edgex-go 09:19:57 ---> 2593e345ffd0 09:19:57 Step 3/24 : WORKDIR /edgex-go 09:19:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:19:57 ---> 2593e345ffd0 09:19:57 Step 3/21 : WORKDIR /edgex-go 09:19:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:19:57 ---> 2593e345ffd0 09:19:57 Step 3/23 : WORKDIR /edgex-go 09:19:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:19:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:19:57 ---> 2593e345ffd0 09:19:57 Step 3/22 : WORKDIR /edgex-go 09:19:57 ---> Running in 01236d91ae57 09:19:57 ---> Running in 5ab76a9aafa7 09:19:57 ---> Running in d1917bfcf936 09:19:57 ---> Running in eeb1b99c8ac9 09:19:57 ---> Running in b829af877361 09:19:57 Removing intermediate container d1917bfcf936 09:19:57 ---> 87feb44e797e 09:19:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:57 Removing intermediate container 5ab76a9aafa7 09:19:57 ---> 3f42259bcf85 09:19:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:57 Removing intermediate container b829af877361 09:19:57 ---> 5d0dab9a78db 09:19:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:58 Removing intermediate container eeb1b99c8ac9 09:19:58 ---> d5cc95816697 09:19:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:58 ---> Running in 655a7104f431 09:19:58 Removing intermediate container 01236d91ae57 09:19:58 ---> c7d82772c135 09:19:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:19:58 ---> Running in 00c000f92012 09:19:58 ---> Running in 47cd82fda80f 09:19:59 ---> Running in a7c88a58c795 09:19:59 ---> Running in 23ca90a512a4 09:20:05 Removing intermediate container 655a7104f431 09:20:05 ---> dbd4d21612ac 09:20:05 Step 5/24 : RUN apk add --update --no-cache make gitRemoving intermediate container 00c000f92012 09:20:05 ---> 090b2c44ae30 09:20:05 Step 5/23 : RUN apk add --update --no-cache make git 09:20:05 09:20:05 Removing intermediate container 47cd82fda80f 09:20:05 ---> f834fd4cfb8a 09:20:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:20:05 ---> Running in 8774dbe16d44 09:20:05 Removing intermediate container a7c88a58c795 09:20:05 ---> 2fb444bc4e67 09:20:05 Step 5/21 : RUN apk add --update --no-cache make git 09:20:05 ---> Running in eed57e60042f 09:20:05 ---> Running in 80cf40d6b3bd 09:20:05 Removing intermediate container 23ca90a512a4 09:20:05 ---> bd5ea29f5543 09:20:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:20:06 ---> Running in ab7f293e6e88 09:20:06 ---> Running in 864c5c52ccb2 09:20:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:20:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:20:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:20:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:20:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:20:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:20:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:20:10 OK: 233 MiB in 51 packages 09:20:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:20:11 OK: 233 MiB in 51 packages 09:20:11 OK: 233 MiB in 51 packages 09:20:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:20:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:20:13 Removing intermediate container 8774dbe16d44 09:20:13 ---> daa882885c91 09:20:13 Step 6/23 : COPY go.mod . 09:20:13 OK: 233 MiB in 51 packages 09:20:13 OK: 233 MiB in 51 packages 09:20:13 Removing intermediate container 80cf40d6b3bd 09:20:13 ---> f4966940aadb 09:20:13 Step 6/24 : COPY go.mod . 09:20:13 Removing intermediate container eed57e60042f 09:20:13 ---> 6d7b50b86e07 09:20:13 Step 6/22 : COPY go.mod . 09:20:14 ---> d887298e2b1e 09:20:14 Step 7/23 : RUN go mod download 09:20:14 ---> 5ac8fe4b5fdd 09:20:14 Step 7/24 : RUN go mod download 09:20:14 ---> Running in 34eb728eab76 09:20:14 ---> Running in fd82b12d8a5b 09:20:14 ---> 5dc3c7074c85 09:20:14 Step 7/22 : RUN go mod download 09:20:14 Removing intermediate container ab7f293e6e88 09:20:14 ---> fb22a3d909f5 09:20:14 Step 6/21 : COPY go.mod . 09:20:15 ---> Running in dd74461e7577 09:20:15 Removing intermediate container 864c5c52ccb2 09:20:15 ---> dd7b8af1ecf0 09:20:15 Step 6/23 : COPY go.mod . 09:20:17 ---> fb8a60031298 09:20:17 Step 7/23 : RUN go mod download 09:20:17 ---> 6fbe8d5a41ef 09:20:17 Step 7/21 : RUN go mod download 09:20:18 ---> Running in dad8e7506ef2 09:20:18 ---> Running in 44b084d64702 09:20:22 Removing intermediate container fd82b12d8a5b 09:20:22 ---> a37e19c77dad 09:20:22 Step 8/24 : COPY . . 09:20:22 Removing intermediate container dd74461e7577 09:20:22 ---> e26a5793d4ff 09:20:22 Step 8/22 : COPY . . 09:20:22 Removing intermediate container 34eb728eab76 09:20:22 ---> adad74b62e66 09:20:22 Step 8/23 : COPY . . 09:20:22 Removing intermediate container dad8e7506ef2 09:20:22 ---> 0ce9dbb42b0a 09:20:22 Step 8/21 : COPY . . 09:20:25 Removing intermediate container 44b084d64702 09:20:25 ---> 70855cb3de93 09:20:25 Step 8/23 : COPY . . 09:20:36 Removing intermediate container 7c653bd03b3a 09:20:36 ---> 7f8798339f01 09:20:36 09:20:36 Step 10/22 : FROM alpine:3.12 09:20:36 ---> d75e27dfc0a0 09:20:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:20:36 ---> Using cache 09:20:36 ---> d1f83b287e60 09:20:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:20:36 ---> Using cache 09:20:36 ---> 39281b82ed09 09:20:36 Step 13/22 : ENV APP_PORT=48085 09:20:36 ---> Running in c2046744ae33 09:20:36 Removing intermediate container c2046744ae33 09:20:36 ---> 9321afee482d 09:20:36 Step 14/22 : EXPOSE $APP_PORT 09:20:36 ---> Running in 30e67f37aeb8 09:20:36 Removing intermediate container 30e67f37aeb8 09:20:36 ---> 736bb8bb3ef6 09:20:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:20:36 ---> deadef560ea6 09:20:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:20:36 ---> 104a9b0a7231 09:20:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:20:36 ---> 68c3d93adec5 09:20:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:20:36 ---> Running in 135be71a352a 09:20:36 Removing intermediate container 135be71a352a 09:20:36 ---> 56c3ea055f61 09:20:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:20:36 ---> Running in 3a5638cba5a6 09:20:37 Removing intermediate container 3a5638cba5a6 09:20:37 ---> c3f450564282 09:20:37 Step 20/22 : LABEL arch=arm64 09:20:37 ---> Running in 3032487d7984 09:20:38 Removing intermediate container 3032487d7984 09:20:38 ---> 7ff7b8f087d5 09:20:38 Step 21/22 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:20:38 ---> Running in 0eee75b7044b 09:20:39 Removing intermediate container 0eee75b7044b 09:20:39 ---> c3787e7b0870 09:20:39 Step 22/22 : LABEL version=2.0.0-dev.158 09:20:39 ---> Running in b05875320c8d 09:20:39 Removing intermediate container b05875320c8d 09:20:39 ---> ef8268562997 09:20:39 09:20:40 Successfully built ef8268562997 09:20:40 Successfully tagged docker-support-scheduler-go-arm64:latest 09:20:52  Building docker-support-scheduler-go ... done Removing intermediate container 326c1a4f8a83 09:20:52 ---> 4a82b2879438 09:20:52 09:20:52 Step 10/23 : FROM alpine:3.12 09:20:52 ---> d75e27dfc0a0 09:20:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:20:52 ---> Using cache 09:20:52 ---> d1f83b287e60 09:20:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:20:52 ---> Using cache 09:20:52 ---> 39281b82ed09 09:20:52 Step 13/23 : ENV APP_PORT=48081 09:20:52 ---> Running in 99c391556185 09:20:53 Removing intermediate container 99c391556185 09:20:53 ---> 46b26e4ce30f 09:20:53 Step 14/23 : EXPOSE $APP_PORT 09:20:53 ---> Running in 61f4b2d4b5e3 09:20:54 Removing intermediate container 61f4b2d4b5e3 09:20:54 ---> d8db2e1e1d5c 09:20:54 Step 15/23 : WORKDIR / 09:20:54 ---> Running in ebb01fb814bb 09:20:55 Removing intermediate container ebb01fb814bb 09:20:55 ---> 34237197d140 09:20:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:20:56 ---> 1a82f6cf8131 09:20:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:20:58 ---> 7884623f6839 09:20:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:20:59 ---> e1ff8e936c1b 09:20:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:20:59 ---> Running in fd10f90b470c 09:21:00 Removing intermediate container fd10f90b470c 09:21:00 ---> 0dfcf4f46aea 09:21:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:21:00 ---> Running in 73e50a6e2cbe 09:21:01 Removing intermediate container 73e50a6e2cbe 09:21:01 ---> 8a5ca98e9865 09:21:01 Step 21/23 : LABEL arch=arm64 09:21:01 ---> Running in c3040216fefd 09:21:02 Removing intermediate container c3040216fefd 09:21:02 ---> d775e86b31ef 09:21:02 Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:21:02 ---> Running in 225060f44403 09:21:03 Removing intermediate container 225060f44403 09:21:03 ---> 779a8aaf0e30 09:21:03 Step 23/23 : LABEL version=2.0.0-dev.158 09:21:03 ---> Running in 90e0307b80e2 09:21:04 Removing intermediate container 90e0307b80e2 09:21:04 ---> 459aedee6033 09:21:04 09:21:04 Successfully built 459aedee6033 09:21:04 Successfully tagged docker-core-metadata-go-arm64:latest 09:21:09  Building docker-core-metadata-go ... done Removing intermediate container 0ccc3889a565 09:21:09 ---> 2333fce7ea91 09:21:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:21:09 ---> Running in dd7c531658db 09:21:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:21:14 Removing intermediate container dd7c531658db 09:21:14 ---> 43d2c8089084 09:21:14 09:21:14 Step 11/26 : FROM docker:20.10.0 09:21:14 20.10.0: Pulling from library/docker 09:21:22 Removing intermediate container 7c66eedae893 09:21:22 ---> b9c545861528 09:21:22 09:21:22 Step 10/23 : FROM alpine:3.12 09:21:22 ---> d75e27dfc0a0 09:21:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:21:22 ---> Running in d3453a8a0c0c 09:21:23 Removing intermediate container d3453a8a0c0c 09:21:23 ---> 15940f970965 09:21:23 Step 12/23 : ENV APP_PORT=48080 09:21:23 ---> Running in 0c26fc2c03df 09:21:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:21:23 Status: Downloaded newer image for docker:20.10.0 09:21:23 ---> eeaf43b92773 09:21:23 Step 12/26 : RUN apk add --no-cache bash 09:21:23 ---> Running in 3475566acd3f 09:21:24 Removing intermediate container 0c26fc2c03df 09:21:24 ---> c1bafa67d78e 09:21:24 Step 13/23 : EXPOSE $APP_PORT 09:21:24 ---> Running in d525fa59fd31 09:21:24 Removing intermediate container d525fa59fd31 09:21:24 ---> 7ec1700ecfc9 09:21:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:21:25 ---> Running in d5432bdbf732 09:21:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:21:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:21:26 (1/2) Installing readline (8.0.4-r0) 09:21:26 (2/2) Installing bash (5.0.17-r0) 09:21:26 Executing bash-5.0.17-r0.post-install 09:21:26 Executing busybox-1.31.1-r19.trigger 09:21:26 OK: 12 MiB in 22 packages 09:21:27 Removing intermediate container d5432bdbf732 09:21:27 ---> b225f7fd956d 09:21:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:21:27 ---> Running in 551895d6523d 09:21:27 Removing intermediate container 3475566acd3f 09:21:27 ---> f41bd5f01db1 09:21:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:21:27 ---> Running in cfe692b9368e 09:21:28 Removing intermediate container cfe692b9368e 09:21:28 ---> be3ea7443bdc 09:21:28 Step 14/26 : ENV APP_PORT=48090 09:21:28 ---> Running in 635f089088e1 09:21:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:21:29 Removing intermediate container 635f089088e1 09:21:29 ---> 22462a8b684f 09:21:29 Step 15/26 : EXPOSE $APP_PORT 09:21:29 ---> Running in efee4882c865 09:21:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:21:29 Removing intermediate container efee4882c865 09:21:29 ---> 97ec0c63795f 09:21:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:21:30 (1/6) Installing dumb-init (1.2.2-r1) 09:21:30 (2/6) Installing libgcc (9.3.0-r2) 09:21:30 (3/6) Installing libsodium (1.0.18-r0) 09:21:30 (4/6) Installing libstdc++ (9.3.0-r2) 09:21:30 (5/6) Installing libzmq (4.3.3-r0) 09:21:30 (6/6) Installing zeromq (4.3.3-r0) 09:21:30 ---> 0c7b50e8f28d 09:21:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:21:31 Executing busybox-1.31.1-r20.trigger 09:21:31 OK: 8 MiB in 20 packages 09:21:32 ---> bd6798093f86 09:21:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:21:32 Removing intermediate container 551895d6523d 09:21:32 ---> ae6a75289ae6 09:21:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:21:32 ---> c25575edf497 09:21:32 Step 19/26 : RUN apk --no-cache add py3-pip 09:21:32 ---> Running in a77fd8329049 09:21:33 ---> dda8561ce9dc 09:21:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:21:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:21:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:21:34 ---> d60e68f33459 09:21:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:21:34 (1/33) Installing libbz2 (1.0.8-r1) 09:21:34 (2/33) Installing expat (2.2.9-r1) 09:21:34 (3/33) Installing libffi (3.3-r2) 09:21:34 (4/33) Installing gdbm (1.13-r1) 09:21:34 (5/33) Installing xz-libs (5.2.5-r0) 09:21:34 (6/33) Installing sqlite-libs (3.32.1-r0) 09:21:34 (7/33) Installing python3 (3.8.8-r0) 09:21:35 ---> d7ee26a7fae5 09:21:35 Step 19/23 : ENTRYPOINT ["/core-data"] 09:21:35 ---> Running in a87eaabdbe17 09:21:36 Removing intermediate container a87eaabdbe17 09:21:36 ---> 37c6ce41ccb8 09:21:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:21:36 (8/33) Installing py3-appdirs (1.4.4-r1) 09:21:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:21:36 (10/33) Installing py3-parsing (2.4.7-r0) 09:21:36 (11/33) Installing py3-six (1.15.0-r0) 09:21:36 (12/33) Installing py3-packaging (20.4-r0) 09:21:36 (13/33) Installing py3-setuptools (47.0.0-r0) 09:21:36 (14/33) Installing py3-chardet (3.0.4-r4) 09:21:36 ---> Running in fc7f538b6639 09:21:36 (15/33) Installing py3-idna (2.9-r0) 09:21:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:21:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:21:37 (18/33) Installing py3-requests (2.23.0-r0) 09:21:37 (19/33) Installing py3-msgpack (1.0.0-r0) 09:21:37 (20/33) Installing py3-lockfile (0.12.2-r3) 09:21:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:21:37 (22/33) Installing py3-colorama (0.4.3-r0) 09:21:37 (23/33) Installing py3-distlib (0.3.0-r0) 09:21:37 (24/33) Installing py3-distro (1.5.0-r1) 09:21:37 (25/33) Installing py3-webencodings (0.5.1-r3) 09:21:37 (26/33) Installing py3-html5lib (1.0.1-r4) 09:21:37 (27/33) Installing py3-pytoml (0.1.21-r0) 09:21:37 (28/33) Installing py3-pep517 (0.8.2-r0) 09:21:37 (29/33) Installing py3-progress (1.5-r0) 09:21:37 (30/33) Installing py3-toml (0.10.1-r0) 09:21:37 (31/33) Installing py3-retrying (1.3.3-r0) 09:21:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:21:37 (33/33) Installing py3-pip (20.1.1-r0) 09:21:37 Executing busybox-1.31.1-r19.trigger 09:21:37 OK: 71 MiB in 55 packages 09:21:37 Removing intermediate container fc7f538b6639 09:21:37 ---> 57ec50a3c839 09:21:37 Step 21/23 : LABEL arch=arm64 09:21:37 ---> Running in e2ed5b4bd7e8 09:21:38 Removing intermediate container e2ed5b4bd7e8 09:21:38 ---> d1e2d1385bd0 09:21:38 Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:21:38 ---> Running in 880e1f1ed6c0 09:21:39 Removing intermediate container 880e1f1ed6c0 09:21:39 ---> 51e22e046531 09:21:39 Step 23/23 : LABEL version=2.0.0-dev.158 09:21:39 ---> Running in 9becaf718ac2 09:21:39 Removing intermediate container 9becaf718ac2 09:21:39 ---> 953a08ff894e 09:21:39 09:21:40 Successfully built 953a08ff894e 09:21:40 Successfully tagged docker-core-data-go-arm64:latest 09:21:43  Building docker-core-data-go ... done Removing intermediate container a77fd8329049 09:21:43 ---> a443df9ec143 09:21:43 Step 20/26 : RUN pip install docker-compose==1.23.2 09:21:43 ---> Running in b57b16ec44c8 09:21:47 Collecting docker-compose==1.23.2 09:21:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:21:48 Collecting texttable<0.10,>=0.9.0 09:21:48 Downloading texttable-0.9.1.tar.gz (11 kB) 09:21:48 ---> 2a3e75379809 09:21:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:21:48 ---> 0aa022e7a563 09:21:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:21:48 ---> a63289f6c68e 09:21:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:21:48 ---> 04173962e024 09:21:48 Step 9/23 : RUN make cmd/core-command/core-command 09:21:48 ---> Running in 4deea7590a17 09:21:48 ---> Running in 7493975608c8 09:21:48 ---> Running in a4003bd63798 09:21:48 ---> 756e3a3719f8 09:21:48 Step 9/23 : RUN make cmd/core-data/core-data 09:21:48 ---> Running in 69db24d110e1 09:21:48 ---> Running in 08ca3c704e23 09:21:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:21:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-command/core-command ./cmd/core-command 09:21:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-data/core-data ./cmd/core-data 09:21:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:21:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:21:50 Collecting dockerpty<0.5,>=0.4.1 09:21:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:21:52 Collecting jsonschema<3,>=2.5.1 09:21:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:21:53 Collecting PyYAML<4,>=3.10 09:21:53 Downloading PyYAML-3.13.tar.gz (270 kB) 09:21:56 Collecting docopt<0.7,>=0.6.1 09:21:56 Downloading docopt-0.6.2.tar.gz (25 kB) 09:21:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:21:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:21:59 Collecting websocket-client<1.0,>=0.32.0 09:21:59 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 09:22:00 Collecting docker<4.0,>=3.6.0 09:22:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:22: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) 09:22:00 Collecting cached-property<2,>=1.2.0 09:22:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:22:00 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) 09:22:00 Collecting idna<2.8,>=2.5 09:22:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:22:01 Collecting urllib3<1.25,>=1.21.1 09:22:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:22:01 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) 09:22:01 Collecting docker-pycreds>=0.4.0 09:22:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:22:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:22:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:22:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:22:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:22:02 Installing collected packages: texttable, dockerpty, jsonschema, PyYAML, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, docker-compose 09:22:02 Running setup.py install for texttable: started 09:22:04 Running setup.py install for texttable: finished with status 'done' 09:22:04 Running setup.py install for dockerpty: started 09:22:06 Running setup.py install for dockerpty: finished with status 'done' 09:22:06 Running setup.py install for PyYAML: started 09:22:09 Running setup.py install for PyYAML: finished with status 'done' 09:22:09 Running setup.py install for docopt: started 09:22:10 Running setup.py install for docopt: finished with status 'done' 09:22:10 Attempting uninstall: idna 09:22:10 Found existing installation: idna 2.9 09:22:10 Uninstalling idna-2.9: 09:22:10 Successfully uninstalled idna-2.9 09:22:11 Attempting uninstall: urllib3 09:22:11 Found existing installation: urllib3 1.25.9 09:22:11 Uninstalling urllib3-1.25.9: 09:22:11 Successfully uninstalled urllib3-1.25.9 09:22:12 Attempting uninstall: requests 09:22:12 Found existing installation: requests 2.23.0 09:22:12 Uninstalling requests-2.23.0: 09:22:12 Successfully uninstalled requests-2.23.0 09:22:14 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 09:22:18 Removing intermediate container b57b16ec44c8 09:22:18 ---> 265bf23efecc 09:22:18 Step 21/26 : RUN apk --no-cache add curl 09:22:18 ---> Running in a413bc8b8017 09:22:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:22:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:22:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:22:20 (2/3) Installing libcurl (7.69.1-r3) 09:22:20 (3/3) Installing curl (7.69.1-r3) 09:22:20 Executing busybox-1.31.1-r19.trigger 09:22:20 OK: 72 MiB in 58 packages 09:22:21 Removing intermediate container a413bc8b8017 09:22:21 ---> 134d6457ee78 09:22:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:22:21 ---> Running in afcf3e260361 09:22:21 Removing intermediate container afcf3e260361 09:22:21 ---> 17d7891c7622 09:22:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:22:22 ---> Running in fa9f0fad618e 09:22:22 Removing intermediate container fa9f0fad618e 09:22:22 ---> f1b9857f30a0 09:22:22 Step 24/26 : LABEL arch=arm64 09:22:22 ---> Running in d8d9cff29866 09:22:23 Removing intermediate container d8d9cff29866 09:22:23 ---> a9c3f5838b96 09:22:23 Step 25/26 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:23 ---> Running in a6bcf2f3f61e 09:22:23 Removing intermediate container a6bcf2f3f61e 09:22:23 ---> 9dde99567263 09:22:23 Step 26/26 : LABEL version=2.0.0-dev.158 09:22:23 ---> Running in 8b6667eafd4b 09:22:24 Removing intermediate container 8b6667eafd4b 09:22:24 ---> b7fd0c443c49 09:22:24 09:22:24 Successfully built b7fd0c443c49 09:22:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:22:25  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:22:25 $ docker stop --time=1 ee933e5f1e9f639d2b4a92417d07e138ae75b76f0fe173b3f27adbacb0350f0c 09:22:27 $ docker rm -f ee933e5f1e9f639d2b4a92417d07e138ae75b76f0fe173b3f27adbacb0350f0c [Pipeline] // withDockerContainer [Pipeline] sh 09:22:27 + docker images 09:22:27 + grep docker 09:22:28 docker-sys-mgmt-agent-go-arm64 latest b7fd0c443c49 3 seconds ago 301MB 09:22:28 docker-core-data-go-arm64 latest 953a08ff894e 48 seconds ago 21.4MB 09:22:28 docker-core-metadata-go-arm64 latest 459aedee6033 About a minute ago 17.9MB 09:22:28 docker-support-scheduler-go-arm64 latest ef8268562997 About a minute ago 16.4MB 09:22:28 docker-security-bootstrapper-go-arm64 latest 0bc329184cd0 3 minutes ago 17.9MB 09:22:28 docker-security-secretstore-setup-go-arm64 latest d331f4ae6650 3 minutes ago 24.4MB 09:22:28 docker-core-command-go-arm64 latest 9662b45f5b84 3 minutes ago 16.3MB 09:22:28 docker-support-notifications-go-arm64 latest 6e82be8105ab 3 minutes ago 16.9MB 09:22:28 docker-security-proxy-setup-go-arm64 latest 81af744dfdb0 3 minutes ago 24.1MB 09:22:28 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 09:22:28 provisioning config files... 09:22:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/426@tmp/config3174614178073189331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:22:29 ---> docker-login.sh 09:22:29 nexus3.edgexfoundry.org:10001 09:22:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:22:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:22:29 Configure a credential helper to remove this warning. See 09:22:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:22:29 09:22:29 Login Succeeded 09:22:29 nexus3.edgexfoundry.org:10002 09:22:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:22:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:22:30 Configure a credential helper to remove this warning. See 09:22:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:22:30 09:22:30 Login Succeeded 09:22:30 nexus3.edgexfoundry.org:10003 09:22:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:22:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:22:30 Configure a credential helper to remove this warning. See 09:22:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:22:30 09:22:30 Login Succeeded 09:22:30 nexus3.edgexfoundry.org:10004 09:22:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:22:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:22:31 Configure a credential helper to remove this warning. See 09:22:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:22:31 09:22:31 Login Succeeded 09:22:31 docker.io 09:22:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:22:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:22:32 Configure a credential helper to remove this warning. See 09:22:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:22:32 09:22:32 Login Succeeded 09:22:32 ---> docker-login.sh ends [Pipeline] } 09:22:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:22:32 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 09:22:32 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:32 2.0.0-dev.158 09:22:32 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:22:32 master 09:22:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:22:33 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:22:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:22:33 df85c7f2808b: Preparing 09:22:33 1bafd83017dd: Preparing 09:22:33 30bc541b1d70: Preparing 09:22:33 718eba1a973a: Preparing 09:22:33 e08058ee1dfe: Preparing 09:22:33 e08058ee1dfe: Layer already exists 09:22:33 718eba1a973a: Pushed 09:22:33 df85c7f2808b: Pushed 09:22:34 30bc541b1d70: Pushed 09:22:36 1bafd83017dd: Pushed 09:22:36 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:a7b454d665e9d6e0b8a2e03799e46b5135a73007ca78df1d40a1fd1b896d7d9b size: 1363 [Pipeline] isUnix [Pipeline] sh 09:22:36 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:22:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.158 09:22:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:22:37 df85c7f2808b: Preparing 09:22:37 1bafd83017dd: Preparing 09:22:37 30bc541b1d70: Preparing 09:22:37 718eba1a973a: Preparing 09:22:37 e08058ee1dfe: Preparing 09:22:37 df85c7f2808b: Layer already exists 09:22:37 1bafd83017dd: Layer already exists 09:22:37 718eba1a973a: Layer already exists 09:22:37 30bc541b1d70: Layer already exists 09:22:37 e08058ee1dfe: Layer already exists 09:22:37 2.0.0-dev.158: digest: sha256:a7b454d665e9d6e0b8a2e03799e46b5135a73007ca78df1d40a1fd1b896d7d9b size: 1363 [Pipeline] isUnix [Pipeline] sh 09:22:37 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:22:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:22:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:22:38 df85c7f2808b: Preparing 09:22:38 1bafd83017dd: Preparing 09:22:38 30bc541b1d70: Preparing 09:22:38 718eba1a973a: Preparing 09:22:38 e08058ee1dfe: Preparing 09:22:38 718eba1a973a: Layer already exists 09:22:38 df85c7f2808b: Layer already exists 09:22:38 1bafd83017dd: Layer already exists 09:22:38 e08058ee1dfe: Layer already exists 09:22:38 30bc541b1d70: Layer already exists 09:22:38 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:a7b454d665e9d6e0b8a2e03799e46b5135a73007ca78df1d40a1fd1b896d7d9b size: 1363 [Pipeline] isUnix [Pipeline] sh 09:22:38 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:22:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 09:22:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 09:22:39 df85c7f2808b: Preparing 09:22:39 1bafd83017dd: Preparing 09:22:39 30bc541b1d70: Preparing 09:22:39 718eba1a973a: Preparing 09:22:39 e08058ee1dfe: Preparing 09:22:39 1bafd83017dd: Layer already exists 09:22:39 718eba1a973a: Layer already exists 09:22:39 df85c7f2808b: Layer already exists 09:22:39 e08058ee1dfe: Layer already exists 09:22:39 30bc541b1d70: Layer already exists 09:22:39 master: digest: sha256:a7b454d665e9d6e0b8a2e03799e46b5135a73007ca78df1d40a1fd1b896d7d9b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:22:39 ===================================================== [Pipeline] echo 09:22:39 taggedImages: 09:22:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.158 09:22:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:22:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 09:22:39 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 09:22:39 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:39 2.0.0-dev.158 09:22:39 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:22:39 master 09:22:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:22:40 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:22:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:22:40 413b7af36c66: Preparing 09:22:40 ecedef0ee00c: Preparing 09:22:40 30bc541b1d70: Preparing 09:22:40 a469d5b18682: Preparing 09:22:40 f0d57d5d65f2: Preparing 09:22:40 e08058ee1dfe: Preparing 09:22:40 e08058ee1dfe: Waiting 09:22:41 30bc541b1d70: Layer already exists 09:22:41 e08058ee1dfe: Layer already exists 09:22:41 f0d57d5d65f2: Pushed 09:22:41 413b7af36c66: Pushed 09:22:41 a469d5b18682: Pushed 09:22:44 ecedef0ee00c: Pushed 09:22:44 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:f2b78a7b222c0121614a966ecb2b43b1a31ee35655ceaa7a27d371663d8cefdb size: 1572 [Pipeline] isUnix [Pipeline] sh 09:22:44 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:22:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.158 09:22:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:22:45 413b7af36c66: Preparing 09:22:45 ecedef0ee00c: Preparing 09:22:45 30bc541b1d70: Preparing 09:22:45 a469d5b18682: Preparing 09:22:45 f0d57d5d65f2: Preparing 09:22:45 e08058ee1dfe: Preparing 09:22:45 e08058ee1dfe: Waiting 09:22:45 a469d5b18682: Layer already exists 09:22:45 413b7af36c66: Layer already exists 09:22:45 ecedef0ee00c: Layer already exists 09:22:45 f0d57d5d65f2: Layer already exists 09:22:45 30bc541b1d70: Layer already exists 09:22:45 e08058ee1dfe: Layer already exists 09:22:45 2.0.0-dev.158: digest: sha256:f2b78a7b222c0121614a966ecb2b43b1a31ee35655ceaa7a27d371663d8cefdb size: 1572 [Pipeline] isUnix [Pipeline] sh 09:22:45 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:22:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:22:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:22:46 413b7af36c66: Preparing 09:22:46 ecedef0ee00c: Preparing 09:22:46 30bc541b1d70: Preparing 09:22:46 a469d5b18682: Preparing 09:22:46 f0d57d5d65f2: Preparing 09:22:46 e08058ee1dfe: Preparing 09:22:46 e08058ee1dfe: Waiting 09:22:46 30bc541b1d70: Layer already exists 09:22:46 ecedef0ee00c: Layer already exists 09:22:46 a469d5b18682: Layer already exists 09:22:46 413b7af36c66: Layer already exists 09:22:46 f0d57d5d65f2: Layer already exists 09:22:46 e08058ee1dfe: Layer already exists 09:22:46 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:f2b78a7b222c0121614a966ecb2b43b1a31ee35655ceaa7a27d371663d8cefdb size: 1572 [Pipeline] isUnix [Pipeline] sh 09:22:46 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:22:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:22:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/secrets-config ./cmd/secrets-config 09:22:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 09:22:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 09:22:47 413b7af36c66: Preparing 09:22:47 ecedef0ee00c: Preparing 09:22:47 30bc541b1d70: Preparing 09:22:47 a469d5b18682: Preparing 09:22:47 f0d57d5d65f2: Preparing 09:22:47 e08058ee1dfe: Preparing 09:22:47 e08058ee1dfe: Waiting 09:22:47 f0d57d5d65f2: Layer already exists 09:22:47 30bc541b1d70: Layer already exists 09:22:47 ecedef0ee00c: Layer already exists 09:22:47 a469d5b18682: Layer already exists 09:22:47 413b7af36c66: Layer already exists 09:22:47 e08058ee1dfe: Layer already exists 09:22:47 master: digest: sha256:f2b78a7b222c0121614a966ecb2b43b1a31ee35655ceaa7a27d371663d8cefdb size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:22:47 ===================================================== [Pipeline] echo 09:22:47 taggedImages: 09:22:47 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:47 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.158 09:22:47 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:22:47 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 09:22:47 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 09:22:47 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:47 2.0.0-dev.158 09:22:47 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:22:47 master 09:22:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:22:48 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:22:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:22:48 9ae210975db8: Preparing 09:22:48 a78e244b48be: Preparing 09:22:48 30bc541b1d70: Preparing 09:22:48 718eba1a973a: Preparing 09:22:48 e08058ee1dfe: Preparing 09:22:49 718eba1a973a: Layer already exists 09:22:49 e08058ee1dfe: Layer already exists 09:22:49 30bc541b1d70: Layer already exists 09:22:49 9ae210975db8: Pushed 09:22:52 a78e244b48be: Pushed 09:22:52 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:3f404175469695c13dd99af3d3e191825973d312852243b24a861f50653b4df4 size: 1363 [Pipeline] isUnix [Pipeline] sh 09:22:52 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:22:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.158 09:22:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:22:53 9ae210975db8: Preparing 09:22:53 a78e244b48be: Preparing 09:22:53 30bc541b1d70: Preparing 09:22:53 718eba1a973a: Preparing 09:22:53 e08058ee1dfe: Preparing 09:22:53 e08058ee1dfe: Layer already exists 09:22:53 30bc541b1d70: Layer already exists 09:22:53 a78e244b48be: Layer already exists 09:22:53 9ae210975db8: Layer already exists 09:22:53 718eba1a973a: Layer already exists 09:22:53 2.0.0-dev.158: digest: sha256:3f404175469695c13dd99af3d3e191825973d312852243b24a861f50653b4df4 size: 1363 [Pipeline] isUnix [Pipeline] sh 09:22:53 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:22:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:22:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:22:54 9ae210975db8: Preparing 09:22:54 a78e244b48be: Preparing 09:22:54 30bc541b1d70: Preparing 09:22:54 718eba1a973a: Preparing 09:22:54 e08058ee1dfe: Preparing 09:22:54 718eba1a973a: Layer already exists 09:22:54 a78e244b48be: Layer already exists 09:22:54 30bc541b1d70: Layer already exists 09:22:54 9ae210975db8: Layer already exists 09:22:54 e08058ee1dfe: Layer already exists 09:22:54 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:3f404175469695c13dd99af3d3e191825973d312852243b24a861f50653b4df4 size: 1363 [Pipeline] isUnix [Pipeline] sh 09:22:54 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:22:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 09:22:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 09:22:55 9ae210975db8: Preparing 09:22:55 a78e244b48be: Preparing 09:22:55 30bc541b1d70: Preparing 09:22:55 718eba1a973a: Preparing 09:22:55 e08058ee1dfe: Preparing 09:22:55 718eba1a973a: Layer already exists 09:22:55 a78e244b48be: Layer already exists 09:22:55 e08058ee1dfe: Layer already exists 09:22:55 9ae210975db8: Layer already exists 09:22:55 30bc541b1d70: Layer already exists 09:22:55 master: digest: sha256:3f404175469695c13dd99af3d3e191825973d312852243b24a861f50653b4df4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:22:55 ===================================================== [Pipeline] echo 09:22:55 taggedImages: 09:22:55 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:55 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.158 09:22:55 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:22:55 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 09:22:55 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 09:22:55 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:55 2.0.0-dev.158 09:22:55 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:22:55 master 09:22:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:22:56 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:22:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:22:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 09:22:56 fc24b3349733: Preparing 09:22:56 fc24b3349733: Preparing 09:22:56 81da35c057ed: Preparing 09:22:56 16f969ea703d: Preparing 09:22:56 902c15e8d09a: Preparing 09:22:56 9d93cf1e792c: Preparing 09:22:56 30bc541b1d70: Preparing 09:22:56 b229a53f2c5f: Preparing 09:22:56 b229a53f2c5f: Preparing 09:22:56 26419fbb2d97: Preparing 09:22:56 b229a53f2c5f: Waiting 09:22:56 22fbace4fa67: Preparing 09:22:56 26419fbb2d97: Waiting 09:22:56 e08058ee1dfe: Preparing 09:22:56 22fbace4fa67: Waiting 09:22:56 e08058ee1dfe: Waiting 09:22:56 902c15e8d09a: Pushed 09:22:56 81da35c057ed: Pushed 09:22:56 16f969ea703d: Pushed 09:22:57 fc24b3349733: Pushed 09:22:57 30bc541b1d70: Layer already exists 09:22:57 e08058ee1dfe: Layer already exists 09:22:57 b229a53f2c5f: Pushed 09:22:57 26419fbb2d97: Pushed 09:22:57 22fbace4fa67: Pushed 09:23:00 9d93cf1e792c: Pushed 09:23:00 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:15c14f8538c927e1f81124e2885a73e43f525a969f9413571656b04edaa217e1 size: 2817 [Pipeline] isUnix [Pipeline] sh 09:23:00 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.158 09:23:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 09:23:01 fc24b3349733: Preparing 09:23:01 fc24b3349733: Preparing 09:23:01 81da35c057ed: Preparing 09:23:01 16f969ea703d: Preparing 09:23:01 902c15e8d09a: Preparing 09:23:01 9d93cf1e792c: Preparing 09:23:01 30bc541b1d70: Preparing 09:23:01 b229a53f2c5f: Preparing 09:23:01 b229a53f2c5f: Preparing 09:23:01 26419fbb2d97: Preparing 09:23:01 22fbace4fa67: Preparing 09:23:01 e08058ee1dfe: Preparing 09:23:01 30bc541b1d70: Waiting 09:23:01 b229a53f2c5f: Waiting 09:23:01 26419fbb2d97: Waiting 09:23:01 e08058ee1dfe: Waiting 09:23:01 22fbace4fa67: Waiting 09:23:01 fc24b3349733: Layer already exists 09:23:01 902c15e8d09a: Layer already exists 09:23:01 9d93cf1e792c: Layer already exists 09:23:01 81da35c057ed: Layer already exists 09:23:01 16f969ea703d: Layer already exists 09:23:01 30bc541b1d70: Layer already exists 09:23:01 b229a53f2c5f: Layer already exists 09:23:01 e08058ee1dfe: Layer already exists 09:23:01 22fbace4fa67: Layer already exists 09:23:01 26419fbb2d97: Layer already exists 09:23:01 2.0.0-dev.158: digest: sha256:15c14f8538c927e1f81124e2885a73e43f525a969f9413571656b04edaa217e1 size: 2817 [Pipeline] isUnix [Pipeline] sh 09:23:01 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 09:23:02 fc24b3349733: Preparing 09:23:02 fc24b3349733: Preparing 09:23:02 81da35c057ed: Preparing 09:23:02 16f969ea703d: Preparing 09:23:02 902c15e8d09a: Preparing 09:23:02 9d93cf1e792c: Preparing 09:23:02 30bc541b1d70: Preparing 09:23:02 b229a53f2c5f: Preparing 09:23:02 b229a53f2c5f: Preparing 09:23:02 26419fbb2d97: Preparing 09:23:02 22fbace4fa67: Preparing 09:23:02 e08058ee1dfe: Preparing 09:23:02 30bc541b1d70: Waiting 09:23:02 b229a53f2c5f: Waiting 09:23:02 26419fbb2d97: Waiting 09:23:02 22fbace4fa67: Waiting 09:23:02 e08058ee1dfe: Waiting 09:23:02 16f969ea703d: Layer already exists 09:23:02 fc24b3349733: Layer already exists 09:23:02 81da35c057ed: Layer already exists 09:23:02 9d93cf1e792c: Layer already exists 09:23:02 902c15e8d09a: Layer already exists 09:23:02 26419fbb2d97: Layer already exists 09:23:02 30bc541b1d70: Layer already exists 09:23:02 b229a53f2c5f: Layer already exists 09:23:02 22fbace4fa67: Layer already exists 09:23:02 e08058ee1dfe: Layer already exists 09:23:02 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:15c14f8538c927e1f81124e2885a73e43f525a969f9413571656b04edaa217e1 size: 2817 [Pipeline] isUnix [Pipeline] sh 09:23:02 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:23:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 09:23:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 09:23:03 fc24b3349733: Preparing 09:23:03 fc24b3349733: Preparing 09:23:03 81da35c057ed: Preparing 09:23:03 16f969ea703d: Preparing 09:23:03 902c15e8d09a: Preparing 09:23:03 9d93cf1e792c: Preparing 09:23:03 30bc541b1d70: Preparing 09:23:03 b229a53f2c5f: Preparing 09:23:03 b229a53f2c5f: Preparing 09:23:03 26419fbb2d97: Preparing 09:23:03 22fbace4fa67: Preparing 09:23:03 e08058ee1dfe: Preparing 09:23:03 30bc541b1d70: Waiting 09:23:03 b229a53f2c5f: Waiting 09:23:03 26419fbb2d97: Waiting 09:23:03 e08058ee1dfe: Waiting 09:23:03 22fbace4fa67: Waiting 09:23:03 9d93cf1e792c: Layer already exists 09:23:03 902c15e8d09a: Layer already exists 09:23:03 16f969ea703d: Layer already exists 09:23:03 81da35c057ed: Layer already exists 09:23:03 fc24b3349733: Layer already exists 09:23:03 b229a53f2c5f: Layer already exists 09:23:03 30bc541b1d70: Layer already exists 09:23:03 e08058ee1dfe: Layer already exists 09:23:03 22fbace4fa67: Layer already exists 09:23:03 26419fbb2d97: Layer already exists 09:23:03 master: digest: sha256:15c14f8538c927e1f81124e2885a73e43f525a969f9413571656b04edaa217e1 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:23:03 ===================================================== [Pipeline] echo 09:23:03 taggedImages: 09:23:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.158 09:23:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 09:23:03 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 09:23:03 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:03 2.0.0-dev.158 09:23:03 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:03 master 09:23:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:23:04 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:23:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:23:04 a3966217ffac: Preparing 09:23:04 156ee2677edd: Preparing 09:23:04 f09b55816d7f: Preparing 09:23:04 43842d4cffba: Preparing 09:23:04 8bc28f219139: Preparing 09:23:04 e08058ee1dfe: Preparing 09:23:04 e08058ee1dfe: Waiting 09:23:04 f09b55816d7f: Pushed 09:23:04 43842d4cffba: Pushed 09:23:04 e08058ee1dfe: Layer already exists 09:23:05 8bc28f219139: Pushed 09:23:06 Removing intermediate container a4003bd63798 09:23:06 ---> 017e9d6eafc9 09:23:06 09:23:06 Step 10/24 : FROM alpine:3.12 09:23:06 Removing intermediate container 7493975608c8 09:23:06 ---> ec1e894a955b 09:23:06 09:23:06 Step 10/21 : FROM alpine:3.12 09:23:06 3.12: Pulling from library/alpine 09:23:06 3.12: Pulling from library/alpine 09:23:06 Removing intermediate container 69db24d110e1 09:23:06 ---> 5d8370c27778 09:23:06 09:23:06 Step 10/23 : FROM alpine:3.12 09:23:06 Removing intermediate container 4deea7590a17 09:23:06 ---> 4f8be9b8b5d9 09:23:06 09:23:06 Step 10/22 : FROM alpine:3.12 09:23:06 3.12: Pulling from library/alpine 09:23:06 3.12: Pulling from library/alpine 09:23:06 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:23:06 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:23:06 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:23:06 Status: Downloaded newer image for alpine:3.12 09:23:06 Status: Downloaded newer image for alpine:3.12 09:23:06 Status: Image is up to date for alpine:3.12 09:23:06 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:23:06 Status: Image is up to date for alpine:3.12 09:23:06 ---> 7230e588e954 09:23:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 09:23:06 ---> 7230e588e954 09:23:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:23:06 ---> 7230e588e954 09:23:06 Step 11/21 : RUN apk add --update --no-cache curl 09:23:06 ---> 7230e588e954 09:23:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:23:06 ---> Running in 0054d35603e1 09:23:06 ---> Running in 45fd523680bc 09:23:06 ---> Running in 6e3d20466252 09:23:06 ---> Running in 498a4572725e 09:23:06 Removing intermediate container 08ca3c704e23 09:23:06 ---> e032123934e0 09:23:06 09:23:06 Step 10/23 : FROM alpine:3.12 09:23:06 ---> 7230e588e954 09:23:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:23:07 ---> Running in de0498cff751 09:23:07 a3966217ffac: Pushed 09:23:07 156ee2677edd: Pushed 09:23:07 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:39e22e0b15b9da8ad3c305c689dc3302b016c1b6d3cb5454085d674e273d1228 size: 1575 [Pipeline] isUnix [Pipeline] sh 09:23:07 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.158 09:23:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:23:08 a3966217ffac: Preparing 09:23:08 156ee2677edd: Preparing 09:23:08 f09b55816d7f: Preparing 09:23:08 43842d4cffba: Preparing 09:23:08 8bc28f219139: Preparing 09:23:08 e08058ee1dfe: Preparing 09:23:08 e08058ee1dfe: Waiting 09:23:08 Removing intermediate container de0498cff751 09:23:08 ---> 6e8c6086a33e 09:23:08 Step 12/23 : ENV APP_PORT=48080 09:23:08 156ee2677edd: Layer already exists 09:23:08 43842d4cffba: Layer already exists 09:23:08 f09b55816d7f: Layer already exists 09:23:08 8bc28f219139: Layer already exists 09:23:08 a3966217ffac: Layer already exists 09:23:08 e08058ee1dfe: Layer already exists 09:23:08 2.0.0-dev.158: digest: sha256:39e22e0b15b9da8ad3c305c689dc3302b016c1b6d3cb5454085d674e273d1228 size: 1575 [Pipeline] isUnix [Pipeline] sh 09:23:08 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:23:09 a3966217ffac: Preparing 09:23:09 156ee2677edd: Preparing 09:23:09 f09b55816d7f: Preparing 09:23:09 43842d4cffba: Preparing 09:23:09 8bc28f219139: Preparing 09:23:09 e08058ee1dfe: Preparing 09:23:09 e08058ee1dfe: Waiting 09:23:09 156ee2677edd: Layer already exists 09:23:09 8bc28f219139: Layer already exists 09:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:23:09 a3966217ffac: Layer already exists 09:23:09 f09b55816d7f: Layer already exists 09:23:09 43842d4cffba: Layer already exists 09:23:09 e08058ee1dfe: Layer already exists 09:23:09 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:39e22e0b15b9da8ad3c305c689dc3302b016c1b6d3cb5454085d674e273d1228 size: 1575 [Pipeline] isUnix [Pipeline] sh 09:23:09 (1/2) Installing ca-certificates (20191127-r4) 09:23:09 (2/2) Installing dumb-init (1.2.2-r1) 09:23:09 Executing busybox-1.31.1-r20.trigger 09:23:09 Executing ca-certificates-20191127-r4.trigger 09:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:23:09 OK: 6 MiB in 16 packages 09:23:09 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:23:09 ---> Running in 8788efe90907 09:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:23:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 09:23:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 09:23:10 a3966217ffac: Preparing 09:23:10 156ee2677edd: Preparing 09:23:10 f09b55816d7f: Preparing 09:23:10 43842d4cffba: Preparing 09:23:10 8bc28f219139: Preparing 09:23:10 e08058ee1dfe: Preparing 09:23:10 e08058ee1dfe: Waiting 09:23:10 a3966217ffac: Layer already exists 09:23:10 156ee2677edd: Layer already exists 09:23:10 8bc28f219139: Layer already exists 09:23:10 f09b55816d7f: Layer already exists 09:23:10 43842d4cffba: Layer already exists 09:23:10 e08058ee1dfe: Layer already exists 09:23:10 (1/6) Installing ca-certificates (20191127-r4) 09:23:10 (2/6) Installing nghttp2-libs (1.41.0-r0) 09:23:10 (3/6) Installing libcurl (7.69.1-r3) 09:23:10 (4/6) Installing curl (7.69.1-r3) 09:23:10 (5/6) Installing dumb-init (1.2.2-r1) 09:23:10 (6/6) Installing su-exec (0.2-r1) 09:23:10 Executing busybox-1.31.1-r20.trigger 09:23:10 (1/1) Installing dumb-init (1.2.2-r1) 09:23:10 Removing intermediate container 8788efe90907 09:23:10 ---> bda2567592ff 09:23:10 Step 13/23 : EXPOSE $APP_PORT 09:23:10 Executing ca-certificates-20191127-r4.trigger 09:23:10 (1/4) Installing ca-certificates (20191127-r4) 09:23:10 Executing busybox-1.31.1-r20.trigger 09:23:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:23:10 (3/4) Installing libcurl (7.69.1-r3) 09:23:10 (4/4) Installing curl (7.69.1-r3) 09:23:10 master: digest: sha256:39e22e0b15b9da8ad3c305c689dc3302b016c1b6d3cb5454085d674e273d1228 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 09:23:10 OK: 7 MiB in 20 packages 09:23:10 Executing busybox-1.31.1-r20.trigger 09:23:10 OK: 6 MiB in 15 packages 09:23:10 Executing ca-certificates-20191127-r4.trigger 09:23:10 OK: 7 MiB in 18 packages [Pipeline] echo 09:23:10 ===================================================== [Pipeline] echo 09:23:10 taggedImages: 09:23:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.158 09:23:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 09:23:10 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 09:23:10 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:10 2.0.0-dev.158 09:23:10 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:10 master 09:23:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 09:23:10 ---> Running in dcecb3846378 [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:23:11 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:23:11 Removing intermediate container dcecb3846378 09:23:11 ---> 73bdb391f5fc 09:23:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:23:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:23:11 1817223d6cb7: Preparing 09:23:11 896dc05f822c: Preparing 09:23:11 d1a3ff35802e: Preparing 09:23:11 6e95cf07b5f9: Preparing 09:23:11 6b1cb503d311: Preparing 09:23:11 1ec495023498: Preparing 09:23:11 3d84fb7736b8: Preparing 09:23:11 7ac3b9478d29: Preparing 09:23:11 e08058ee1dfe: Preparing 09:23:11 Removing intermediate container 0054d35603e1 09:23:11 ---> 701215898362 09:23:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:23:11 1ec495023498: Waiting 09:23:11 3d84fb7736b8: Waiting 09:23:11 7ac3b9478d29: Waiting 09:23:11 e08058ee1dfe: Waiting 09:23:11 6b1cb503d311: Pushed 09:23:12 ---> Running in fc7ac86ae040 09:23:12 896dc05f822c: Pushed 09:23:12 1817223d6cb7: Pushed 09:23:12 1ec495023498: Pushed 09:23:12 e08058ee1dfe: Layer already exists 09:23:12 3d84fb7736b8: Pushed 09:23:12 ---> Running in d4a1e23edce4 09:23:12 7ac3b9478d29: Pushed 09:23:13 Removing intermediate container 45fd523680bc 09:23:13 ---> 45f401c966b3 09:23:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:23:13 Removing intermediate container 498a4572725e 09:23:13 ---> d5ef8901acbb 09:23:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:23:13 Removing intermediate container 6e3d20466252 09:23:13 ---> c9b00e28be0c 09:23:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:23:13 ---> Running in c8bad304815f 09:23:13 Removing intermediate container d4a1e23edce4 09:23:13 ---> 94b9ecda413a 09:23:13 Step 13/22 : ENV APP_PORT=48060 09:23:13 ---> Running in 8babd78d5751 09:23:13 ---> Running in d0ff27fc1c56 09:23:14 ---> Running in 168703906afa 09:23:14 Removing intermediate container c8bad304815f 09:23:14 ---> 99e94344cd48 09:23:14 Step 13/23 : ENV APP_PORT=48082 09:23:14 6e95cf07b5f9: Pushed 09:23:14 d1a3ff35802e: Pushed 09:23:14 ---> Running in 3e45e48c3612 09:23:14 Removing intermediate container 8babd78d5751 09:23:14 ---> 21f7ed8a3aa0 09:23:14 Step 13/24 : WORKDIR / 09:23:14 Removing intermediate container d0ff27fc1c56 09:23:14 ---> b08d0c0eae72 09:23:14 Step 13/21 : WORKDIR /edgex 09:23:14 Removing intermediate container 168703906afa 09:23:14 ---> bb14086ec3f9 09:23:14 Step 14/22 : EXPOSE $APP_PORT 09:23:14 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:58fbf6748ad4c0593a263225293c932f43ced61d7be4d02767550915048c8403 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:23:14 ---> Running in a2d0f604760c 09:23:14 ---> Running in 6c83fe0a4fd4 09:23:14 ---> Running in 38f98479ddd5 09:23:14 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:15 Removing intermediate container 3e45e48c3612 09:23:15 ---> 9f7a82e86eb6 09:23:15 Step 14/23 : EXPOSE $APP_PORT 09:23:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.158 09:23:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:23:15 1817223d6cb7: Preparing 09:23:15 896dc05f822c: Preparing 09:23:15 d1a3ff35802e: Preparing 09:23:15 6e95cf07b5f9: Preparing 09:23:15 6b1cb503d311: Preparing 09:23:15 1ec495023498: Preparing 09:23:15 3d84fb7736b8: Preparing 09:23:15 7ac3b9478d29: Preparing 09:23:15 e08058ee1dfe: Preparing 09:23:15 1ec495023498: Waiting 09:23:15 3d84fb7736b8: Waiting 09:23:15 7ac3b9478d29: Waiting 09:23:15 e08058ee1dfe: Waiting 09:23:15 d1a3ff35802e: Layer already exists 09:23:15 6b1cb503d311: Layer already exists 09:23:15 1817223d6cb7: Layer already exists 09:23:15 896dc05f822c: Layer already exists 09:23:15 6e95cf07b5f9: Layer already exists 09:23:15 7ac3b9478d29: Layer already exists 09:23:15 1ec495023498: Layer already exists 09:23:15 3d84fb7736b8: Layer already exists 09:23:15 e08058ee1dfe: Layer already exists 09:23:15 Removing intermediate container a2d0f604760c 09:23:15 ---> a12393ca834a 09:23:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:23:15 ---> Running in c29cb6d5fefa 09:23:15 Removing intermediate container 6c83fe0a4fd4 09:23:15 ---> 0c15040069f8 09:23:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:23:15 2.0.0-dev.158: digest: sha256:58fbf6748ad4c0593a263225293c932f43ced61d7be4d02767550915048c8403 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:23:15 Removing intermediate container 38f98479ddd5 09:23:15 ---> 1c1a1dfad35d 09:23:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:23:15 Removing intermediate container fc7ac86ae040 09:23:15 ---> 25d9e3ab450c 09:23:15 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:23:16 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:16 ---> Running in 0a2865b42ac8 09:23:16 Removing intermediate container c29cb6d5fefa 09:23:16 ---> bf124ac74b50 09:23:16 Step 15/23 : WORKDIR / 09:23:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:23:16 1817223d6cb7: Preparing 09:23:16 896dc05f822c: Preparing 09:23:16 d1a3ff35802e: Preparing 09:23:16 6e95cf07b5f9: Preparing 09:23:16 6b1cb503d311: Preparing 09:23:16 1ec495023498: Preparing 09:23:16 3d84fb7736b8: Preparing 09:23:16 7ac3b9478d29: Preparing 09:23:16 e08058ee1dfe: Preparing 09:23:16 1ec495023498: Waiting 09:23:16 3d84fb7736b8: Waiting 09:23:16 7ac3b9478d29: Waiting 09:23:16 e08058ee1dfe: Waiting 09:23:16 1817223d6cb7: Layer already exists 09:23:16 6b1cb503d311: Layer already exists 09:23:16 6e95cf07b5f9: Layer already exists 09:23:16 d1a3ff35802e: Layer already exists 09:23:16 896dc05f822c: Layer already exists 09:23:16 ---> Running in 2c08dc4e7463 09:23:16 1ec495023498: Layer already exists 09:23:16 e08058ee1dfe: Layer already exists 09:23:16 3d84fb7736b8: Layer already exists 09:23:16 7ac3b9478d29: Layer already exists 09:23:16 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:58fbf6748ad4c0593a263225293c932f43ced61d7be4d02767550915048c8403 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:23:16 ---> de1f1e0b0ce3 09:23:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:23:16 ---> 005d78fb64ce 09:23:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:23:16 ---> 1afc00268af4 09:23:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:23:16 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:23:17 Removing intermediate container 2c08dc4e7463 09:23:17 ---> 0b5e476d8155 09:23:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:23:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:23:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 09:23:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 09:23:17 1817223d6cb7: Preparing 09:23:17 896dc05f822c: Preparing 09:23:17 d1a3ff35802e: Preparing 09:23:17 6e95cf07b5f9: Preparing 09:23:17 6b1cb503d311: Preparing 09:23:17 1ec495023498: Preparing 09:23:17 3d84fb7736b8: Preparing 09:23:17 7ac3b9478d29: Preparing 09:23:17 e08058ee1dfe: Preparing 09:23:17 3d84fb7736b8: Waiting 09:23:17 7ac3b9478d29: Waiting 09:23:17 e08058ee1dfe: Waiting 09:23:17 1ec495023498: Waiting 09:23:17 6e95cf07b5f9: Layer already exists 09:23:17 896dc05f822c: Layer already exists 09:23:17 6b1cb503d311: Layer already exists 09:23:17 d1a3ff35802e: Layer already exists 09:23:17 1817223d6cb7: Layer already exists 09:23:17 7ac3b9478d29: Layer already exists 09:23:17 1ec495023498: Layer already exists 09:23:17 e08058ee1dfe: Layer already exists 09:23:17 3d84fb7736b8: Layer already exists 09:23:17 master: digest: sha256:58fbf6748ad4c0593a263225293c932f43ced61d7be4d02767550915048c8403 size: 2198 09:23:17 ---> 66c54226d76d 09:23:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:23:17 ===================================================== [Pipeline] echo 09:23:17 taggedImages: 09:23:17 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:17 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.158 09:23:17 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:17 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 09:23:17 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 09:23:17 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:17 2.0.0-dev.158 09:23:17 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:17 master 09:23:17 ===================================================== 09:23:17 ---> 9e06edb98465 09:23:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:23:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:23:18 ---> be61ea15ff11 09:23:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:23:18 ---> bb1772505530 09:23:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:23:18 ---> beab77b16cf5 09:23:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:23:18 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:23:18 (1/6) Installing dumb-init (1.2.2-r1) 09:23:18 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:23:18 45488d2d4c30: Preparing 09:23:18 264e72a1f59c: Preparing 09:23:18 30bc541b1d70: Preparing 09:23:18 fc6cea0b04dd: Preparing 09:23:18 e08058ee1dfe: Preparing 09:23:18 (2/6) Installing libgcc (9.3.0-r2) 09:23:18 (3/6) Installing libsodium (1.0.18-r0) 09:23:18 (4/6) Installing libstdc++ (9.3.0-r2) 09:23:18 ---> c564c9d0e531 09:23:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:23:19 e08058ee1dfe: Layer already exists 09:23:19 30bc541b1d70: Layer already exists 09:23:19 45488d2d4c30: Pushed 09:23:19 (5/6) Installing libzmq (4.3.3-r0) 09:23:19 ---> ef928dc23bee 09:23:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:23:19 fc6cea0b04dd: Pushed 09:23:19 ---> Running in 129f5b426c7e 09:23:19 (6/6) Installing zeromq (4.3.3-r0) 09:23:19 ---> f3a6be22b12e 09:23:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:23:19 Executing busybox-1.31.1-r20.trigger 09:23:19 OK: 8 MiB in 20 packages 09:23:20 ---> 9fc9cc409df6 09:23:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:23:20 ---> Running in a6f9a6ed9b8d 09:23:20 Removing intermediate container 129f5b426c7e 09:23:20 ---> 45ebcf3855c7 09:23:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:23:20 ---> Running in fe80409c916b 09:23:21 Removing intermediate container a6f9a6ed9b8d 09:23:21 ---> 58fee98e5a41 09:23:21 Step 18/21 : CMD ["--init=true"] 09:23:21 ---> b3161de3ae9f 09:23:21 Step 19/23 : ENTRYPOINT ["/core-command"] 09:23:21 ---> Running in b918274f82db 09:23:21 264e72a1f59c: Pushed 09:23:21 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:bfb926192958dc1eda84b38d9a6b27d5b143028603ca430438448ea35473c816 size: 1364 [Pipeline] isUnix [Pipeline] sh 09:23:22 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:22 Removing intermediate container fe80409c916b 09:23:22 ---> 5c57bce727aa 09:23:22 Step 20/22 : LABEL arch=x86_64 09:23:22 ---> Running in 618854c0de99 09:23:22 ---> 25a2b2c7b403 09:23:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:23:22 ---> Running in f1c7b4398511 09:23:22 Removing intermediate container 0a2865b42ac8 09:23:22 ---> 3dca29aea96a 09:23:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:23:22 Removing intermediate container b918274f82db 09:23:22 ---> 0145bb80960e 09:23:22 Step 19/21 : LABEL arch=x86_64 09:23:22 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.158 09:23:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:23:22 45488d2d4c30: Preparing 09:23:22 264e72a1f59c: Preparing 09:23:22 30bc541b1d70: Preparing 09:23:22 fc6cea0b04dd: Preparing 09:23:22 e08058ee1dfe: Preparing 09:23:22 45488d2d4c30: Layer already exists 09:23:22 fc6cea0b04dd: Layer already exists 09:23:22 30bc541b1d70: Layer already exists 09:23:22 264e72a1f59c: Layer already exists 09:23:22 e08058ee1dfe: Layer already exists 09:23:22 Removing intermediate container 618854c0de99 09:23:22 ---> 69c8adf76ee3 09:23:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:23:22 2.0.0-dev.158: digest: sha256:bfb926192958dc1eda84b38d9a6b27d5b143028603ca430438448ea35473c816 size: 1364 [Pipeline] isUnix [Pipeline] sh 09:23:23 ---> Running in 74cc123fc2c2 09:23:23 ---> d200a0b4f446 09:23:23 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/ 09:23:23 Removing intermediate container f1c7b4398511 09:23:23 ---> 0cc14f36dbd0 09:23:23 Step 21/22 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:23 ---> Running in e93d3865a3f3 09:23:23 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:23:23 45488d2d4c30: Preparing 09:23:23 264e72a1f59c: Preparing 09:23:23 30bc541b1d70: Preparing 09:23:23 fc6cea0b04dd: Preparing 09:23:23 e08058ee1dfe: Preparing 09:23:23 ---> Running in 16b3a11fdf6d 09:23:23 ---> Running in a47120652940 09:23:23 ---> a196e1112f2c 09:23:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:23:23 fc6cea0b04dd: Layer already exists 09:23:23 e08058ee1dfe: Layer already exists 09:23:23 45488d2d4c30: Layer already exists 09:23:23 264e72a1f59c: Layer already exists 09:23:23 30bc541b1d70: Layer already exists 09:23:23 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:bfb926192958dc1eda84b38d9a6b27d5b143028603ca430438448ea35473c816 size: 1364 [Pipeline] isUnix [Pipeline] sh 09:23:24 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:23:24 Removing intermediate container e93d3865a3f3 09:23:24 ---> 50ca6196510e 09:23:24 Step 21/23 : LABEL arch=x86_64 09:23:24 Removing intermediate container 74cc123fc2c2 09:23:24 ---> 3c8b5de7202a 09:23:24 Step 20/21 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 09:23:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 09:23:24 45488d2d4c30: Preparing 09:23:24 264e72a1f59c: Preparing 09:23:24 30bc541b1d70: Preparing 09:23:24 fc6cea0b04dd: Preparing 09:23:24 e08058ee1dfe: Preparing 09:23:24 30bc541b1d70: Layer already exists 09:23:24 45488d2d4c30: Layer already exists 09:23:24 fc6cea0b04dd: Layer already exists 09:23:24 264e72a1f59c: Layer already exists 09:23:24 e08058ee1dfe: Layer already exists 09:23:24 master: digest: sha256:bfb926192958dc1eda84b38d9a6b27d5b143028603ca430438448ea35473c816 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:23:24 ===================================================== [Pipeline] echo 09:23:25 taggedImages: 09:23:25 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:25 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.158 09:23:25 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:25 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 09:23:25 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 09:23:25 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:25 2.0.0-dev.158 09:23:25 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:25 master 09:23:25 ===================================================== [Pipeline] withEnv [Pipeline] { 09:23:25 Removing intermediate container 16b3a11fdf6d 09:23:25 ---> c4183a421a4f 09:23:25 Step 22/22 : LABEL version=2.0.0-dev.158 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:23:25 ---> Running in b8c76b89499c 09:23:25 ---> Running in 5e318cb8fc5a 09:23:25 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:23:25 ---> Running in edf488af0e31 09:23:25 ---> d49efb03ae8f 09:23:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:23:26 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:23:26 b95ba7a5c44c: Preparing 09:23:26 06fc22deb09f: Preparing 09:23:26 30bc541b1d70: Preparing 09:23:26 718eba1a973a: Preparing 09:23:26 e08058ee1dfe: Preparing 09:23:26 e08058ee1dfe: Layer already exists 09:23:26 30bc541b1d70: Layer already exists 09:23:26 718eba1a973a: Layer already exists 09:23:26 b95ba7a5c44c: Pushed 09:23:26 Removing intermediate container b8c76b89499c 09:23:26 ---> 30d1d665e556 09:23:26 Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:26 Removing intermediate container edf488af0e31 09:23:26 ---> 698e4423b5f0 09:23:26 09:23:27 Removing intermediate container 5e318cb8fc5a 09:23:27 ---> 806d03275633 09:23:27 Step 21/21 : LABEL version=2.0.0-dev.158 09:23:27 ---> Running in f5b78e26a3e7 09:23:28 ---> bce84fd803cf 09:23:28 Step 19/23 : ENTRYPOINT ["/core-data"] 09:23:28 ---> Running in 0f5ab393fb95 09:23:28 ---> Running in bb48195cdb6f 09:23:28 Successfully built 698e4423b5f0 09:23:28 Successfully tagged docker-support-notifications-go:latest 09:23:28 Building docker-security-bootstrapper-go 09:23:28  Building docker-support-notifications-go ... done Removing intermediate container f5b78e26a3e7 09:23:28 ---> 2b36e481204b 09:23:28 Step 23/23 : LABEL version=2.0.0-dev.158 09:23:28 Removing intermediate container bb48195cdb6f 09:23:28 ---> 93a1536977f2 09:23:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:23:28 Removing intermediate container 0f5ab393fb95 09:23:28 ---> ddcacdc93e71 09:23:28 09:23:28 ---> Running in 51a35bb19381 09:23:28 ---> Running in 476d1e6f3aa7 09:23:28 Removing intermediate container a47120652940 09:23:28 ---> ca75039d777a 09:23:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:23:28 06fc22deb09f: Pushed 09:23:29 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:7bef7e5e14d90ff115d018bf5054973a2e18495bbb4908596dd5b8b1ab0dd3e2 size: 1363 [Pipeline] isUnix [Pipeline] sh 09:23:29 ---> Running in 8ada36a7706c 09:23:29 Removing intermediate container 51a35bb19381 09:23:29 ---> b2116b77b419 09:23:29 Step 21/23 : LABEL arch=x86_64 09:23:29 Successfully built ddcacdc93e71 09:23:29 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:29 Successfully tagged docker-security-proxy-setup-go:latest 09:23:29  Building docker-security-proxy-setup-go ... done Removing intermediate container 476d1e6f3aa7 09:23:29 ---> 8b11d48f4ffc 09:23:29 09:23:29 Building docker-sys-mgmt-agent-go 09:23:29 ---> Running in 1e4956421fde 09:23:29 Removing intermediate container 8ada36a7706c 09:23:29 ---> e5f4687e1e8d 09:23:29 Step 22/24 : LABEL arch=x86_64 09:23:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.158 09:23:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:23:29 b95ba7a5c44c: Preparing 09:23:29 06fc22deb09f: Preparing 09:23:29 30bc541b1d70: Preparing 09:23:29 718eba1a973a: Preparing 09:23:29 e08058ee1dfe: Preparing 09:23:29 06fc22deb09f: Layer already exists 09:23:29 718eba1a973a: Layer already exists 09:23:29 b95ba7a5c44c: Layer already exists 09:23:29 e08058ee1dfe: Layer already exists 09:23:29 30bc541b1d70: Layer already exists 09:23:29 Successfully built 8b11d48f4ffc 09:23:30 2.0.0-dev.158: digest: sha256:7bef7e5e14d90ff115d018bf5054973a2e18495bbb4908596dd5b8b1ab0dd3e2 size: 1363 [Pipeline] isUnix [Pipeline] sh 09:23:32 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:32 Successfully tagged docker-core-command-go:latest 09:23:32 Building docker-core-metadata-go 09:23:32  Building docker-core-command-go ... done  ---> Running in b7f401888619 09:23:32 Removing intermediate container 1e4956421fde 09:23:32 ---> d5476963f5b9 09:23:32 Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:23:32 b95ba7a5c44c: Preparing 09:23:32 06fc22deb09f: Preparing 09:23:32 30bc541b1d70: Preparing 09:23:32 718eba1a973a: Preparing 09:23:32 e08058ee1dfe: Preparing 09:23:32 e08058ee1dfe: Layer already exists 09:23:32 b95ba7a5c44c: Layer already exists 09:23:32 30bc541b1d70: Layer already exists 09:23:32 06fc22deb09f: Layer already exists 09:23:32 718eba1a973a: Layer already exists 09:23:32 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:7bef7e5e14d90ff115d018bf5054973a2e18495bbb4908596dd5b8b1ab0dd3e2 size: 1363 [Pipeline] isUnix [Pipeline] sh 09:23:32 ---> Running in 2b988ff477cb 09:23:32 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:23:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 09:23:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 09:23:33 b95ba7a5c44c: Preparing 09:23:33 06fc22deb09f: Preparing 09:23:33 30bc541b1d70: Preparing 09:23:33 718eba1a973a: Preparing 09:23:33 e08058ee1dfe: Preparing 09:23:33 30bc541b1d70: Layer already exists 09:23:33 b95ba7a5c44c: Layer already exists 09:23:33 e08058ee1dfe: Layer already exists 09:23:33 718eba1a973a: Layer already exists 09:23:33 06fc22deb09f: Layer already exists 09:23:33 master: digest: sha256:7bef7e5e14d90ff115d018bf5054973a2e18495bbb4908596dd5b8b1ab0dd3e2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:23:33 ===================================================== [Pipeline] echo 09:23:33 taggedImages: 09:23:33 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:33 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.158 09:23:33 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:33 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 09:23:33 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 09:23:33 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:33 2.0.0-dev.158 09:23:33 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:33 master 09:23:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:23:34 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:23:34 Removing intermediate container b7f401888619 09:23:34 ---> 5fe4105492bf 09:23:34 Step 23/24 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:34 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:23:34 329301875c20: Preparing 09:23:34 9853e962043d: Preparing 09:23:34 c3ae2ebd1630: Preparing 09:23:34 042a207c9098: Preparing 09:23:34 70c7c458ab0e: Preparing 09:23:34 bae558ecda94: Preparing 09:23:34 64fcf420cdcf: Preparing 09:23:34 9ded3b6bb9b5: Preparing 09:23:34 fa1afe8e6ed9: Preparing 09:23:34 87a09b4c083e: Preparing 09:23:34 0f74e9ff2a61: Preparing 09:23:34 b122376c33c6: Preparing 09:23:34 f8381ed47b22: Preparing 09:23:34 e934a737d657: Preparing 09:23:34 bae558ecda94: Waiting 09:23:34 64fcf420cdcf: Waiting 09:23:34 9ded3b6bb9b5: Waiting 09:23:34 fa1afe8e6ed9: Waiting 09:23:34 87a09b4c083e: Waiting 09:23:34 0f74e9ff2a61: Waiting 09:23:34 f8381ed47b22: Waiting 09:23:34 b122376c33c6: Waiting 09:23:34 e934a737d657: Waiting 09:23:35 ---> Running in 0e4ad53a6e53 09:23:35 70c7c458ab0e: Pushed 09:23:35 329301875c20: Pushed 09:23:35 Removing intermediate container 2b988ff477cb 09:23:35 ---> e440c8330853 09:23:35 Step 23/23 : LABEL version=2.0.0-dev.158 09:23:35 ---> Running in e5e7d906fff3 09:23:35 Removing intermediate container 0e4ad53a6e53 09:23:35 ---> 0b648d0f2669 09:23:35 Step 24/24 : LABEL version=2.0.0-dev.158 09:23:35 ---> Running in 3f197cdd389f 09:23:35 042a207c9098: Pushed 09:23:36 Removing intermediate container e5e7d906fff3 09:23:36 ---> 492044875b79 09:23:36 09:23:36 9ded3b6bb9b5: Layer already exists 09:23:36 64fcf420cdcf: Pushed 09:23:36 fa1afe8e6ed9: Layer already exists 09:23:36 87a09b4c083e: Layer already exists 09:23:36 0f74e9ff2a61: Layer already exists 09:23:36 b122376c33c6: Layer already exists 09:23:36 f8381ed47b22: Layer already exists 09:23:36 e934a737d657: Layer already exists 09:23:36 9853e962043d: Pushed 09:23:37 Removing intermediate container 3f197cdd389f 09:23:37 ---> 5bb537260817 09:23:37 09:23:37 bae558ecda94: Pushed 09:23:38 Successfully built 492044875b79 09:23:39 Successfully tagged docker-core-data-go:latest 09:23:39  Building docker-core-data-go ... done Building docker-support-scheduler-go 09:23:39 Successfully built 5bb537260817 09:23:39 Successfully tagged docker-security-secretstore-setup-go:latest 09:23:48 c3ae2ebd1630: Pushed 09:23:48 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:60e0c2985a11f10b5592d4c6e8bf8df8a733d0e0102b909fd8fff04a66c672ed size: 3252 [Pipeline] isUnix [Pipeline] sh 09:23:48 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:48 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.158 09:23:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:23:48 329301875c20: Preparing 09:23:48 9853e962043d: Preparing 09:23:48 c3ae2ebd1630: Preparing 09:23:48 042a207c9098: Preparing 09:23:48 70c7c458ab0e: Preparing 09:23:48 bae558ecda94: Preparing 09:23:48 64fcf420cdcf: Preparing 09:23:48 9ded3b6bb9b5: Preparing 09:23:48 fa1afe8e6ed9: Preparing 09:23:48 87a09b4c083e: Preparing 09:23:48 0f74e9ff2a61: Preparing 09:23:48 b122376c33c6: Preparing 09:23:48 f8381ed47b22: Preparing 09:23:48 e934a737d657: Preparing 09:23:48 bae558ecda94: Waiting 09:23:48 64fcf420cdcf: Waiting 09:23:48 9ded3b6bb9b5: Waiting 09:23:48 fa1afe8e6ed9: Waiting 09:23:48 87a09b4c083e: Waiting 09:23:48 0f74e9ff2a61: Waiting 09:23:48 b122376c33c6: Waiting 09:23:48 f8381ed47b22: Waiting 09:23:48 e934a737d657: Waiting 09:23:48 329301875c20: Layer already exists 09:23:48 c3ae2ebd1630: Layer already exists 09:23:48 9853e962043d: Layer already exists 09:23:48 70c7c458ab0e: Layer already exists 09:23:48 042a207c9098: Layer already exists 09:23:49 bae558ecda94: Layer already exists 09:23:49 9ded3b6bb9b5: Layer already exists 09:23:49 64fcf420cdcf: Layer already exists 09:23:49 87a09b4c083e: Layer already exists 09:23:49 fa1afe8e6ed9: Layer already exists 09:23:49 f8381ed47b22: Layer already exists 09:23:49 b122376c33c6: Layer already exists 09:23:49 e934a737d657: Layer already exists 09:23:49 0f74e9ff2a61: Layer already exists 09:23:49 2.0.0-dev.158: digest: sha256:60e0c2985a11f10b5592d4c6e8bf8df8a733d0e0102b909fd8fff04a66c672ed size: 3252 [Pipeline] isUnix [Pipeline] sh 09:23:49 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:23:49 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:23:49 329301875c20: Preparing 09:23:49 9853e962043d: Preparing 09:23:49 c3ae2ebd1630: Preparing 09:23:49 042a207c9098: Preparing 09:23:49 70c7c458ab0e: Preparing 09:23:49 bae558ecda94: Preparing 09:23:49 64fcf420cdcf: Preparing 09:23:49 9ded3b6bb9b5: Preparing 09:23:49 fa1afe8e6ed9: Preparing 09:23:49 87a09b4c083e: Preparing 09:23:49 0f74e9ff2a61: Preparing 09:23:49 b122376c33c6: Preparing 09:23:49 f8381ed47b22: Preparing 09:23:49 e934a737d657: Preparing 09:23:49 fa1afe8e6ed9: Waiting 09:23:49 87a09b4c083e: Waiting 09:23:49 0f74e9ff2a61: Waiting 09:23:49 b122376c33c6: Waiting 09:23:49 f8381ed47b22: Waiting 09:23:49 e934a737d657: Waiting 09:23:49 bae558ecda94: Waiting 09:23:49 64fcf420cdcf: Waiting 09:23:49 9ded3b6bb9b5: Waiting 09:23:49 9853e962043d: Layer already exists 09:23:49 70c7c458ab0e: Layer already exists 09:23:49 042a207c9098: Layer already exists 09:23:49 329301875c20: Layer already exists 09:23:49 c3ae2ebd1630: Layer already exists 09:23:49 bae558ecda94: Layer already exists 09:23:49 fa1afe8e6ed9: Layer already exists 09:23:49 64fcf420cdcf: Layer already exists 09:23:49 9ded3b6bb9b5: Layer already exists 09:23:49 87a09b4c083e: Layer already exists 09:23:49 b122376c33c6: Layer already exists 09:23:49 0f74e9ff2a61: Layer already exists 09:23:49 f8381ed47b22: Layer already exists 09:23:49 e934a737d657: Layer already exists 09:23:49 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:60e0c2985a11f10b5592d4c6e8bf8df8a733d0e0102b909fd8fff04a66c672ed size: 3252 [Pipeline] isUnix [Pipeline] sh 09:23:50 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:23:50 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 09:23:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 09:23:50 329301875c20: Preparing 09:23:50 9853e962043d: Preparing 09:23:50 c3ae2ebd1630: Preparing 09:23:50 042a207c9098: Preparing 09:23:50 70c7c458ab0e: Preparing 09:23:50 bae558ecda94: Preparing 09:23:50 64fcf420cdcf: Preparing 09:23:50 9ded3b6bb9b5: Preparing 09:23:50 fa1afe8e6ed9: Preparing 09:23:50 87a09b4c083e: Preparing 09:23:50 0f74e9ff2a61: Preparing 09:23:50 b122376c33c6: Preparing 09:23:50 f8381ed47b22: Preparing 09:23:50 e934a737d657: Preparing 09:23:50 87a09b4c083e: Waiting 09:23:50 0f74e9ff2a61: Waiting 09:23:50 b122376c33c6: Waiting 09:23:50 bae558ecda94: Waiting 09:23:50 64fcf420cdcf: Waiting 09:23:50 9ded3b6bb9b5: Waiting 09:23:50 fa1afe8e6ed9: Waiting 09:23:50 f8381ed47b22: Waiting 09:23:50 e934a737d657: Waiting 09:23:50 329301875c20: Layer already exists 09:23:50 70c7c458ab0e: Layer already exists 09:23:50 c3ae2ebd1630: Layer already exists 09:23:50 042a207c9098: Layer already exists 09:23:50 9853e962043d: Layer already exists 09:23:50 bae558ecda94: Layer already exists 09:23:50 fa1afe8e6ed9: Layer already exists 09:23:50 64fcf420cdcf: Layer already exists 09:23:50 9ded3b6bb9b5: Layer already exists 09:23:50 87a09b4c083e: Layer already exists 09:23:50 f8381ed47b22: Layer already exists 09:23:50 0f74e9ff2a61: Layer already exists 09:23:50 b122376c33c6: Layer already exists 09:23:50 e934a737d657: Layer already exists 09:23:50 master: digest: sha256:60e0c2985a11f10b5592d4c6e8bf8df8a733d0e0102b909fd8fff04a66c672ed size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:23:51 ===================================================== [Pipeline] echo 09:23:51 taggedImages: 09:23:51 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:23:51 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.158 09:23:51 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:23:51 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:23:51 ---> job-cost.sh 09:23:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DB8E 09:24:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:24:38  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:24:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:24:38 ---> 2593e345ffd0 09:24:38 Step 3/23 : WORKDIR /edgex-go 09:24:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:24:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 09:24:38 ---> 2593e345ffd0 09:24:38 Step 3/31 : WORKDIR /edgex-go 09:24:38 ---> Using cache 09:24:38 ---> Using cache 09:24:38 ---> c7d82772c135 09:24:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:24:38 ---> c7d82772c135 09:24:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:24:38 ---> Using cache 09:24:38 ---> bd5ea29f5543 09:24:38 Step 5/31 : RUN apk add --update --no-cache make git 09:24:38 ---> Using cache 09:24:38 ---> bd5ea29f5543 09:24:38 Step 5/23 : RUN apk add --update --no-cache make git 09:24:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:24:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:24:38 ---> 2593e345ffd0 09:24:38 Step 3/22 : WORKDIR /edgex-go 09:24:38 ---> Using cache 09:24:38 ---> c7d82772c135 09:24:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:24:38 ---> Using cache 09:24:38 ---> bd5ea29f5543 09:24:38 Step 5/22 : RUN apk add --update --no-cache make git 09:24:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:24:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:24:38 ---> 2593e345ffd0 09:24:38 Step 3/26 : WORKDIR /edgex-go 09:24:38 ---> Using cache 09:24:38 ---> c7d82772c135 09:24:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:24:38 ---> Using cache 09:24:38 ---> bd5ea29f5543 09:24:38 Step 5/26 : RUN apk add --update --no-cache make bash git 09:24:38 ---> Running in d0a4456164bb 09:24:38 ---> Running in b9fde3f691a1 09:24:38 ---> Running in 2025e220c48f 09:24:38 ---> Running in 9cddfea8afc7 09:24:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:24:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:24:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:24:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:24:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:24:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:24:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:24:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:24:38 OK: 233 MiB in 51 packages 09:24:38 OK: 233 MiB in 51 packages 09:24:38 OK: 233 MiB in 51 packages 09:24:38 OK: 233 MiB in 51 packages 09:24:38 Removing intermediate container 9cddfea8afc7 09:24:38 ---> 2e367788012c 09:24:38 Step 6/31 : COPY go.mod . 09:24:38 Removing intermediate container 2025e220c48f 09:24:38 ---> c84fe4d61128 09:24:38 Step 6/23 : COPY go.mod . 09:24:38 Removing intermediate container d0a4456164bb 09:24:38 ---> 292f650d5b14 09:24:38 Step 6/26 : COPY go.mod . 09:24:39 Removing intermediate container b9fde3f691a1 09:24:39 ---> 7e00d6f229ed 09:24:39 Step 6/22 : COPY go.mod . 09:24:39 ---> a3b5640b4396 09:24:39 Step 7/31 : RUN go mod download 09:24:39 ---> 82a372d46c95 09:24:39 Step 7/23 : RUN go mod download 09:24:39 ---> 8517f59fddf4 09:24:39 Step 7/26 : RUN go mod download 09:24:39 ---> Running in 210a95690bc3 09:24:39 ---> Running in ee9fe179675b 09:24:39 ---> Running in 35d5a02c11e4 09:24:39 ---> 9c92e6212bff 09:24:39 Step 7/22 : RUN go mod download 09:24:39 ---> Running in 227b96fc09fa 09:24:45 Removing intermediate container 227b96fc09fa 09:24:45 ---> 6c55cb6a5e78 09:24:45 Step 8/22 : COPY . . 09:24:45 Removing intermediate container 35d5a02c11e4 09:24:45 ---> da478c55cfec 09:24:45 Step 8/26 : COPY . . 09:24:45 Removing intermediate container 210a95690bc3 09:24:45 ---> 985e702f1931 09:24:45 Step 8/31 : COPY . . 09:24:45 Removing intermediate container ee9fe179675b 09:24:45 ---> 9aa8be9f7957 09:24:45 Step 8/23 : COPY . . 09:26:07 lf-activate-venv(): INFO: Adding /tmp/venv-DB8E/bin to PATH 09:26:07 INFO: No Stack... 09:26:07 INFO: Retrieving Pricing Info for: lf-standard-4 09:26:07 INFO: Archiving Costs [Pipeline] sh 09:26:08 + cat /w/workspace/edgex-go/426/archives/cost.csv 09:26:08 + cut -d, -f6 [Pipeline] lock 09:26:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-426-stack-cost] 09:26:08 Resource [jenkins-edgexfoundry-edgex-go-master-426-stack-cost] did not exist. Created. 09:26:08 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-426-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:26:08 + echo total: 0.20999999344348907 [Pipeline] stash 09:26:09 ---> c95893cbb29f 09:26:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:26:09 ---> 22160426d134 09:26:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:26:09 ---> Running in 0b9f935ef14d 09:26:09 ---> Running in 54ac693fdd0d 09:26:09 ---> 38cf32dcd5b7 09:26:09 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:26:09 ---> 92c8ea3e80d3 09:26:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:26:09 ---> Running in feb5eb4fbb5e 09:26:09 ---> Running in c674f8e8243f 09:26:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:26:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:26:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:26:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:26:09 Stashed 1 file(s) [Pipeline] } 09:26:09 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-426-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:27:07 Removing intermediate container feb5eb4fbb5e 09:27:07 ---> 0b9bcfda7e1a 09:27:07 09:27:07 Step 10/31 : FROM alpine:3.12 09:27:07 Removing intermediate container c674f8e8243f 09:27:07 ---> 3ea7088b9132 09:27:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:27:07 ---> 7230e588e954 09:27:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:27:07 ---> Running in 5d8b895b7d5a 09:27:07 ---> Running in 55c62e845d77 09:27:07 Removing intermediate container 55c62e845d77 09:27:07 ---> f6ebe38217ab 09:27:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 09:27:07 Removing intermediate container 54ac693fdd0d 09:27:07 ---> 18fc5b96a056 09:27:07 09:27:07 Step 10/22 : FROM alpine:3.12 09:27:07 ---> 7230e588e954 09:27:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:27:07 ---> Using cache 09:27:07 ---> 45f401c966b3 09:27:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:27:07 ---> Using cache 09:27:07 ---> 99e94344cd48 09:27:07 Step 13/22 : ENV APP_PORT=48085 09:27:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.158" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:27:08 ---> Running in 707e034c0b60 09:27:08 ---> Running in 8931f7fbdf3c 09:27:09 Removing intermediate container 8931f7fbdf3c 09:27:09 ---> af5444970785 09:27:09 Step 14/22 : EXPOSE $APP_PORT 09:27:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:27:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:27:12 (1/2) Installing dumb-init (1.2.2-r1) 09:27:12 (2/2) Installing su-exec (0.2-r1) 09:27:12 Executing busybox-1.31.1-r20.trigger 09:27:12 OK: 6 MiB in 16 packages 09:27:12 ---> Running in 07b6e3ffe73e 09:27:12 Removing intermediate container 0b9f935ef14d 09:27:12 ---> ccabe9a642b3 09:27:12 09:27:12 Step 10/23 : FROM alpine:3.12 09:27:12 ---> 7230e588e954 09:27:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:27:12 ---> Using cache 09:27:12 ---> 45f401c966b3 09:27:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:27:12 ---> Using cache 09:27:12 ---> 99e94344cd48 09:27:12 Step 13/23 : ENV APP_PORT=48081 09:27:13 ---> Running in b4124f01a733 09:27:13 Removing intermediate container 07b6e3ffe73e 09:27:13 ---> f21a00c8becb 09:27:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:27:13 Removing intermediate container 5d8b895b7d5a 09:27:13 ---> 63e0c0b8c3ba 09:27:13 09:27:13 Step 11/26 : FROM docker:20.10.0 09:27:13 Removing intermediate container b4124f01a733 09:27:13 ---> 3dffd17ed198 09:27:13 Step 14/23 : EXPOSE $APP_PORT 09:27:13 20.10.0: Pulling from library/docker 09:27:14 ---> Running in 9ed47ebbaefb 09:27:14 Removing intermediate container 707e034c0b60 09:27:14 ---> 1e4e00bc0bc8 09:27:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 09:27:14 ---> Running in f0656c2876f8 09:27:14 ---> d35177a5fec0 09:27:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:27:15 Removing intermediate container 9ed47ebbaefb 09:27:15 ---> b4c1323edece 09:27:15 Step 15/23 : WORKDIR / 09:27:15 Removing intermediate container f0656c2876f8 09:27:15 ---> 5d219f48f50a 09:27:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:27:15 ---> Running in 5f262a78826a 09:27:15 ---> Running in 86a1eee82e4d 09:27:16 ---> 44685879d887 09:27:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:27:16 Removing intermediate container 5f262a78826a 09:27:16 ---> 6f07551428e6 09:27:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:27:16 Removing intermediate container 86a1eee82e4d 09:27:16 ---> b152b7d3a967 09:27:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:27:17 ---> Running in 48026ebb2bef 09:27:17 ---> 11abac572868 09:27:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:27:17 ---> a64061cc6099 09:27:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:27:17 ---> Running in 37f829ffa43c 09:27:18 Removing intermediate container 37f829ffa43c 09:27:18 ---> 980a05c4b7fe 09:27:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:27:18 ---> Running in 41ebef64baf2 09:27:20 ---> 559287230dae 09:27:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:27:20 Removing intermediate container 41ebef64baf2 09:27:20 ---> 046132f35b15 09:27:20 Step 20/22 : LABEL arch=x86_64 09:27:20 ---> Running in 7bf32f685dca 09:27:20 ---> 0990b61087cf 09:27:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:27:20 Removing intermediate container 7bf32f685dca 09:27:20 ---> b8d6985bf46d 09:27:20 Step 21/22 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:27:20 ---> Running in 81d33794632e 09:27:20 ---> Running in d9acf4bab21c 09:27:21 Removing intermediate container 48026ebb2bef 09:27:21 ---> 53deb22aaf32 09:27:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 09:27:21 ---> Running in a6348f702adf 09:27:21 Removing intermediate container 81d33794632e 09:27:21 ---> 77300f59da3b 09:27:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:27:21 Removing intermediate container d9acf4bab21c 09:27:21 ---> 7bb248294e01 09:27:21 Step 22/22 : LABEL version=2.0.0-dev.158 09:27:21 ---> Running in 18a487ea9abe 09:27:21 ---> Running in b6dc28b8296a 09:27:22 Removing intermediate container a6348f702adf 09:27:22 ---> 1a8bd13d92db 09:27:22 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:27:22 Removing intermediate container b6dc28b8296a 09:27:22 ---> 14903b286afd 09:27:22 09:27:22 Removing intermediate container 18a487ea9abe 09:27:22 ---> eb00300e00a1 09:27:22 Step 21/23 : LABEL arch=x86_64 09:27:22 ---> Running in a5568c4ecbf6 09:27:22 ---> a19523222fc1 09:27:22 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:27:22 ---> Running in 763d1f84ebef 09:27:23 Successfully built 14903b286afd 09:27:23 Successfully tagged docker-support-scheduler-go:latest 09:27:23  Building docker-support-scheduler-go ... done Removing intermediate container a5568c4ecbf6 09:27:23 ---> f42f9181e248 09:27:23 Step 22/23 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:27:23 ---> Running in 9a99f08fedc8 09:27:24 Removing intermediate container 9a99f08fedc8 09:27:24 ---> a83c6df732f6 09:27:24 Step 23/23 : LABEL version=2.0.0-dev.158 09:27:24 ---> Running in 1c2f0a8baa50 09:27:25 Removing intermediate container 1c2f0a8baa50 09:27:25 ---> b2956754ffc6 09:27:25 09:27:26 Successfully built b2956754ffc6 09:27:26 Successfully tagged docker-core-metadata-go:latest 09:27:26  Building docker-core-metadata-go ... done Removing intermediate container 763d1f84ebef 09:27:26 ---> f6bf7e4d9e73 09:27:26 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 09:27:26 ---> c34e8b9f3899 09:27:26 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:27:28 ---> c752a6253f71 09:27:28 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:27:28 ---> ef30be1014b8 09:27:28 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:27:29 ---> 06291890e313 09:27:29 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 09:27:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:27:30 Status: Downloaded newer image for docker:20.10.0 09:27:30 ---> aefe523efa57 09:27:30 Step 12/26 : RUN apk add --no-cache bash 09:27:30 ---> Running in a0918985666e 09:27:30 ---> f64db86bf08d 09:27:30 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 09:27:31 ---> Running in 724b7f529ed6 09:27:31 Removing intermediate container 724b7f529ed6 09:27:31 ---> 21d6979276eb 09:27:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:27:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:27:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:27:32 ---> abaf9e50e14d 09:27:32 Step 26/31 : RUN chmod +x /entrypoint.sh 09:27:32 ---> Running in e7e0320b6024 09:27:32 (1/2) Installing readline (8.0.4-r0) 09:27:32 (2/2) Installing bash (5.0.17-r0) 09:27:32 Executing bash-5.0.17-r0.post-install 09:27:32 Executing busybox-1.31.1-r19.trigger 09:27:32 OK: 12 MiB in 22 packages 09:27:34 Removing intermediate container a0918985666e 09:27:34 ---> 37796a952dd5 09:27:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:27:34 ---> Running in 89d173effd09 09:27:34 Removing intermediate container 89d173effd09 09:27:34 ---> 8ffacee2edf8 09:27:34 Step 14/26 : ENV APP_PORT=48090 09:27:35 ---> Running in c23b8cfb018b 09:27:35 Removing intermediate container c23b8cfb018b 09:27:35 ---> 274db985e16a 09:27:35 Step 15/26 : EXPOSE $APP_PORT 09:27:35 Removing intermediate container e7e0320b6024 09:27:35 ---> 1b0a8be13991 09:27:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 09:27:35 ---> Running in bb116cf05068 09:27:35 ---> Running in 9a8767d70cf3 09:27:36 Removing intermediate container bb116cf05068 09:27:36 ---> 8c469232105f 09:27:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:27:36 Removing intermediate container 9a8767d70cf3 09:27:36 ---> 39fa32e15ce0 09:27:36 Step 28/31 : CMD ["gate"] 09:27:36 ---> Running in 600d26a04f87 09:27:37 Removing intermediate container 600d26a04f87 09:27:37 ---> 43cde1335e3b 09:27:37 Step 29/31 : LABEL arch=x86_64 09:27:37 ---> 82f1ef1554f4 09:27:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:27:37 ---> Running in 6d9928cd7bb3 09:27:38 Removing intermediate container 6d9928cd7bb3 09:27:38 ---> 51cced21dee6 09:27:38 Step 30/31 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:27:38 ---> Running in e3aa4b15b330 09:27:38 ---> 99dec8339763 09:27:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:27:40 Removing intermediate container e3aa4b15b330 09:27:40 ---> 2beb42249805 09:27:40 Step 31/31 : LABEL version=2.0.0-dev.158 09:27:40 ---> 44d5b2d97def 09:27:40 Step 19/26 : RUN apk --no-cache add py3-pip 09:27:40 ---> Running in e8362f969e30 09:27:40 ---> Running in fd08befc2949 09:27:41 Removing intermediate container e8362f969e30 09:27:41 ---> 393b649067ad 09:27:41 09:27:41 Successfully built 393b649067ad 09:27:41 Successfully tagged docker-security-bootstrapper-go:latest 09:27:41  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:27:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:27:42 (1/33) Installing libbz2 (1.0.8-r1) 09:27:42 (2/33) Installing expat (2.2.9-r1) 09:27:42 (3/33) Installing libffi (3.3-r2) 09:27:42 (4/33) Installing gdbm (1.13-r1) 09:27:42 (5/33) Installing xz-libs (5.2.5-r0) 09:27:42 (6/33) Installing sqlite-libs (3.32.1-r0) 09:27:42 (7/33) Installing python3 (3.8.8-r0) 09:27:44 (8/33) Installing py3-appdirs (1.4.4-r1) 09:27:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:27:44 (10/33) Installing py3-parsing (2.4.7-r0) 09:27:44 (11/33) Installing py3-six (1.15.0-r0) 09:27:44 (12/33) Installing py3-packaging (20.4-r0) 09:27:44 (13/33) Installing py3-setuptools (47.0.0-r0) 09:27:44 (14/33) Installing py3-chardet (3.0.4-r4) 09:27:44 (15/33) Installing py3-idna (2.9-r0) 09:27:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:27:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:27:44 (18/33) Installing py3-requests (2.23.0-r0) 09:27:44 (19/33) Installing py3-msgpack (1.0.0-r0) 09:27:44 (20/33) Installing py3-lockfile (0.12.2-r3) 09:27:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:27:44 (22/33) Installing py3-colorama (0.4.3-r0) 09:27:44 (23/33) Installing py3-distlib (0.3.0-r0) 09:27:44 (24/33) Installing py3-distro (1.5.0-r1) 09:27:44 (25/33) Installing py3-webencodings (0.5.1-r3) 09:27:44 (26/33) Installing py3-html5lib (1.0.1-r4) 09:27:44 (27/33) Installing py3-pytoml (0.1.21-r0) 09:27:44 (28/33) Installing py3-pep517 (0.8.2-r0) 09:27:44 (29/33) Installing py3-progress (1.5-r0) 09:27:44 (30/33) Installing py3-toml (0.10.1-r0) 09:27:44 (31/33) Installing py3-retrying (1.3.3-r0) 09:27:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:27:45 (33/33) Installing py3-pip (20.1.1-r0) 09:27:45 Executing busybox-1.31.1-r19.trigger 09:27:45 OK: 71 MiB in 55 packages 09:27:58 Removing intermediate container fd08befc2949 09:27:58 ---> c89d33952746 09:27:58 Step 20/26 : RUN pip install docker-compose==1.23.2 09:27:58 ---> Running in 4aa20a9f80a7 09:28:00 Collecting docker-compose==1.23.2 09:28:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:28:00 Collecting docopt<0.7,>=0.6.1 09:28:00 Downloading docopt-0.6.2.tar.gz (25 kB) 09:28: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) 09:28:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:28:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:28:01 Collecting PyYAML<4,>=3.10 09:28:01 Downloading PyYAML-3.13.tar.gz (270 kB) 09:28:03 Collecting websocket-client<1.0,>=0.32.0 09:28:03 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 09:28:03 Collecting texttable<0.10,>=0.9.0 09:28:03 Downloading texttable-0.9.1.tar.gz (11 kB) 09:28:04 Collecting cached-property<2,>=1.2.0 09:28:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:28:04 Collecting docker<4.0,>=3.6.0 09:28:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:28:04 Collecting dockerpty<0.5,>=0.4.1 09:28:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:28:05 Collecting jsonschema<3,>=2.5.1 09:28:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:28:05 Collecting idna<2.8,>=2.5 09:28:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:28:05 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 09:28:05 Collecting urllib3<1.25,>=1.21.1 09:28:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:28:05 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) 09:28:05 Collecting docker-pycreds>=0.4.0 09:28:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:28:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:28:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:28:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:28:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:28:06 Installing collected packages: docopt, idna, urllib3, requests, PyYAML, websocket-client, texttable, cached-property, docker-pycreds, docker, dockerpty, jsonschema, docker-compose 09:28:06 Running setup.py install for docopt: started 09:28:07 Running setup.py install for docopt: finished with status 'done' 09:28:07 Attempting uninstall: idna 09:28:07 Found existing installation: idna 2.9 09:28:07 Uninstalling idna-2.9: 09:28:07 Successfully uninstalled idna-2.9 09:28:07 Attempting uninstall: urllib3 09:28:07 Found existing installation: urllib3 1.25.9 09:28:07 Uninstalling urllib3-1.25.9: 09:28:07 Successfully uninstalled urllib3-1.25.9 09:28:08 Attempting uninstall: requests 09:28:08 Found existing installation: requests 2.23.0 09:28:08 Uninstalling requests-2.23.0: 09:28:08 Successfully uninstalled requests-2.23.0 09:28:08 Running setup.py install for PyYAML: started 09:28:09 Running setup.py install for PyYAML: finished with status 'done' 09:28:09 Running setup.py install for texttable: started 09:28:11 Running setup.py install for texttable: finished with status 'done' 09:28:11 Running setup.py install for dockerpty: started 09:28:12 Running setup.py install for dockerpty: finished with status 'done' 09:28:12 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 09:28:16 Removing intermediate container 4aa20a9f80a7 09:28:16 ---> 4b162fece664 09:28:16 Step 21/26 : RUN apk --no-cache add curl 09:28:16 ---> Running in 1acd4f8e2d09 09:28:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:28:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:28:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:28:18 (2/3) Installing libcurl (7.69.1-r3) 09:28:18 (3/3) Installing curl (7.69.1-r3) 09:28:18 Executing busybox-1.31.1-r19.trigger 09:28:18 OK: 72 MiB in 58 packages 09:28:20 Removing intermediate container 1acd4f8e2d09 09:28:20 ---> fe740edc798e 09:28:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:28:20 ---> Running in b905557cf9e6 09:28:20 Removing intermediate container b905557cf9e6 09:28:20 ---> a8864233e82b 09:28:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:28:20 ---> Running in c99b1711d040 09:28:21 Removing intermediate container c99b1711d040 09:28:21 ---> efa46bf002a5 09:28:21 Step 24/26 : LABEL arch=x86_64 09:28:21 ---> Running in cd7df418bd0e 09:28:21 Removing intermediate container cd7df418bd0e 09:28:21 ---> 5ead3cf3345c 09:28:21 Step 25/26 : LABEL git_sha=59c9a15376a292558addc495dbf8de0fe8fb6b07 09:28:21 ---> Running in 1f2804254ef6 09:28:21 Removing intermediate container 1f2804254ef6 09:28:21 ---> 06097b6aeff0 09:28:21 Step 26/26 : LABEL version=2.0.0-dev.158 09:28:21 ---> Running in fdaa6d79d51f 09:28:22 Removing intermediate container fdaa6d79d51f 09:28:22 ---> 89bc5d9fa1ad 09:28:22 09:28:22 Successfully built 89bc5d9fa1ad 09:28:22 Successfully tagged docker-sys-mgmt-agent-go:latest 09:28:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:28:23 $ docker stop --time=1 8b010c4606e806a73a67cbdedcbcd036a829f67f403882a6972b6a4bbf4d0cd2 09:28:25 $ docker rm -f 8b010c4606e806a73a67cbdedcbcd036a829f67f403882a6972b6a4bbf4d0cd2 [Pipeline] // withDockerContainer [Pipeline] sh 09:28:26 + grep docker 09:28:26 + docker images 09:28:27 docker-sys-mgmt-agent-go latest 89bc5d9fa1ad 5 seconds ago 314MB 09:28:27 docker-security-bootstrapper-go latest 393b649067ad 47 seconds ago 18.9MB 09:28:27 docker-core-metadata-go latest b2956754ffc6 About a minute ago 19MB 09:28:27 docker-support-scheduler-go latest 14903b286afd About a minute ago 17.4MB 09:28:27 docker-security-secretstore-setup-go latest 5bb537260817 4 minutes ago 25.7MB 09:28:27 docker-core-data-go latest 492044875b79 4 minutes ago 22.7MB 09:28:27 docker-core-command-go latest 8b11d48f4ffc 4 minutes ago 17.3MB 09:28:27 docker-security-proxy-setup-go latest ddcacdc93e71 4 minutes ago 25.4MB 09:28:27 docker-support-notifications-go latest 698e4423b5f0 5 minutes ago 17.9MB 09:28:27 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 09:28:27 provisioning config files... 09:28:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/426@tmp/config4682076227439082587tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:28:28 ---> docker-login.sh 09:28:28 nexus3.edgexfoundry.org:10001 09:28:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:28 Configure a credential helper to remove this warning. See 09:28:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:28 09:28:28 Login Succeeded 09:28:28 nexus3.edgexfoundry.org:10002 09:28:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:29 Configure a credential helper to remove this warning. See 09:28:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:29 09:28:29 Login Succeeded 09:28:30 nexus3.edgexfoundry.org:10003 09:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:31 Configure a credential helper to remove this warning. See 09:28:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:31 09:28:31 Login Succeeded 09:28:31 nexus3.edgexfoundry.org:10004 09:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:32 Configure a credential helper to remove this warning. See 09:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:32 09:28:32 Login Succeeded 09:28:32 docker.io 09:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:28:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:28:33 Configure a credential helper to remove this warning. See 09:28:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:28:33 09:28:33 Login Succeeded 09:28:33 ---> docker-login.sh ends [Pipeline] } 09:28:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:28:33 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 09:28:33 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:28:33 2.0.0-dev.158 09:28:33 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:28:33 master 09:28:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:28:34 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:28:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:28:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:28:34 34dff9f81d08: Preparing 09:28:34 5f325c543c59: Preparing 09:28:34 f77aa9e47585: Preparing 09:28:34 da995b9511bc: Preparing 09:28:34 b0b9881431d7: Preparing 09:28:34 b0b9881431d7: Layer already exists 09:28:35 34dff9f81d08: Pushed 09:28:35 f77aa9e47585: Pushed 09:28:35 da995b9511bc: Pushed 09:28:37 5f325c543c59: Pushed 09:28:37 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:58c71d24f4bb717fe7d94891e94720efc498e6b7d24c9d7b48d996838d6c8b8d size: 1363 [Pipeline] isUnix [Pipeline] sh 09:28:37 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:28:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.158 09:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:28:38 34dff9f81d08: Preparing 09:28:38 5f325c543c59: Preparing 09:28:38 f77aa9e47585: Preparing 09:28:38 da995b9511bc: Preparing 09:28:38 b0b9881431d7: Preparing 09:28:38 34dff9f81d08: Layer already exists 09:28:38 b0b9881431d7: Layer already exists 09:28:38 5f325c543c59: Layer already exists 09:28:38 da995b9511bc: Layer already exists 09:28:38 f77aa9e47585: Layer already exists 09:28:38 2.0.0-dev.158: digest: sha256:58c71d24f4bb717fe7d94891e94720efc498e6b7d24c9d7b48d996838d6c8b8d size: 1363 [Pipeline] isUnix [Pipeline] sh 09:28:39 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:28:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:28:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:28:39 34dff9f81d08: Preparing 09:28:39 5f325c543c59: Preparing 09:28:39 f77aa9e47585: Preparing 09:28:39 da995b9511bc: Preparing 09:28:39 b0b9881431d7: Preparing 09:28:39 b0b9881431d7: Layer already exists 09:28:39 34dff9f81d08: Layer already exists 09:28:39 f77aa9e47585: Layer already exists 09:28:39 5f325c543c59: Layer already exists 09:28:39 da995b9511bc: Layer already exists 09:28:39 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:58c71d24f4bb717fe7d94891e94720efc498e6b7d24c9d7b48d996838d6c8b8d size: 1363 [Pipeline] isUnix [Pipeline] sh 09:28:40 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 09:28:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 09:28:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 09:28:40 34dff9f81d08: Preparing 09:28:40 5f325c543c59: Preparing 09:28:40 f77aa9e47585: Preparing 09:28:40 da995b9511bc: Preparing 09:28:40 b0b9881431d7: Preparing 09:28:40 34dff9f81d08: Layer already exists 09:28:40 f77aa9e47585: Layer already exists 09:28:40 b0b9881431d7: Layer already exists 09:28:40 5f325c543c59: Layer already exists 09:28:40 da995b9511bc: Layer already exists 09:28:40 master: digest: sha256:58c71d24f4bb717fe7d94891e94720efc498e6b7d24c9d7b48d996838d6c8b8d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:28:41 ===================================================== [Pipeline] echo 09:28:41 taggedImages: 09:28:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:28:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.158 09:28:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:28:41 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 09:28:41 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 09:28:41 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:28:41 2.0.0-dev.158 09:28:41 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:28:41 master 09:28:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:28:42 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:28:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:28:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:28:42 7bc8700edae8: Preparing 09:28:42 3b898c737144: Preparing 09:28:42 f77aa9e47585: Preparing 09:28:42 31121eb6c63a: Preparing 09:28:42 365637210faa: Preparing 09:28:42 b0b9881431d7: Preparing 09:28:42 b0b9881431d7: Waiting 09:28:43 f77aa9e47585: Layer already exists 09:28:43 b0b9881431d7: Layer already exists 09:28:44 365637210faa: Pushed 09:28:44 7bc8700edae8: Pushed 09:28:44 31121eb6c63a: Pushed 09:28:46 3b898c737144: Pushed 09:28:46 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:5aea6aecc3070a9b7f4798d2900d8a9fa43b8b55ac9d4a705e394d5919ea0135 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:28:47 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:28:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.158 09:28:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:28:48 7bc8700edae8: Preparing 09:28:48 3b898c737144: Preparing 09:28:48 f77aa9e47585: Preparing 09:28:48 31121eb6c63a: Preparing 09:28:48 365637210faa: Preparing 09:28:48 b0b9881431d7: Preparing 09:28:48 b0b9881431d7: Waiting 09:28:48 365637210faa: Layer already exists 09:28:48 31121eb6c63a: Layer already exists 09:28:48 7bc8700edae8: Layer already exists 09:28:48 3b898c737144: Layer already exists 09:28:48 f77aa9e47585: Layer already exists 09:28:48 b0b9881431d7: Layer already exists 09:28:48 2.0.0-dev.158: digest: sha256:5aea6aecc3070a9b7f4798d2900d8a9fa43b8b55ac9d4a705e394d5919ea0135 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:28:48 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:28:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:28:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:28:49 7bc8700edae8: Preparing 09:28:49 3b898c737144: Preparing 09:28:49 f77aa9e47585: Preparing 09:28:49 31121eb6c63a: Preparing 09:28:49 365637210faa: Preparing 09:28:49 b0b9881431d7: Preparing 09:28:49 b0b9881431d7: Waiting 09:28:49 7bc8700edae8: Layer already exists 09:28:49 365637210faa: Layer already exists 09:28:49 3b898c737144: Layer already exists 09:28:49 f77aa9e47585: Layer already exists 09:28:49 31121eb6c63a: Layer already exists 09:28:49 b0b9881431d7: Layer already exists 09:28:49 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:5aea6aecc3070a9b7f4798d2900d8a9fa43b8b55ac9d4a705e394d5919ea0135 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:28:50 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 09:28:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 09:28:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 09:28:50 7bc8700edae8: Preparing 09:28:50 3b898c737144: Preparing 09:28:50 f77aa9e47585: Preparing 09:28:50 31121eb6c63a: Preparing 09:28:50 365637210faa: Preparing 09:28:50 b0b9881431d7: Preparing 09:28:50 b0b9881431d7: Waiting 09:28:50 365637210faa: Layer already exists 09:28:51 f77aa9e47585: Layer already exists 09:28:51 7bc8700edae8: Layer already exists 09:28:51 31121eb6c63a: Layer already exists 09:28:51 3b898c737144: Layer already exists 09:28:51 b0b9881431d7: Layer already exists 09:28:51 master: digest: sha256:5aea6aecc3070a9b7f4798d2900d8a9fa43b8b55ac9d4a705e394d5919ea0135 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:28:51 ===================================================== [Pipeline] echo 09:28:51 taggedImages: 09:28:51 - nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:28:51 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.158 09:28:51 - nexus3.edgexfoundry.org:10004/docker-core-data-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:28:51 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 09:28:51 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 09:28:51 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:28:51 2.0.0-dev.158 09:28:51 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:28:51 master 09:28:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:28:52 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:28:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:28:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:28:52 4b2c4efe6fc8: Preparing 09:28:52 fea71693b701: Preparing 09:28:52 f77aa9e47585: Preparing 09:28:52 da995b9511bc: Preparing 09:28:52 b0b9881431d7: Preparing 09:28:52 da995b9511bc: Layer already exists 09:28:52 b0b9881431d7: Layer already exists 09:28:52 f77aa9e47585: Layer already exists 09:28:52 4b2c4efe6fc8: Pushed 09:28:54 fea71693b701: Pushed 09:28:55 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:49bec9fa3c9cd196949734d6a5feee25730ea35ee92a8e26aec3e05e57c4d74a size: 1363 [Pipeline] isUnix [Pipeline] sh 09:28:56 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:28:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.158 09:28:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:28:57 4b2c4efe6fc8: Preparing 09:28:57 fea71693b701: Preparing 09:28:57 f77aa9e47585: Preparing 09:28:57 da995b9511bc: Preparing 09:28:57 b0b9881431d7: Preparing 09:28:57 da995b9511bc: Layer already exists 09:28:57 fea71693b701: Layer already exists 09:28:57 b0b9881431d7: Layer already exists 09:28:57 f77aa9e47585: Layer already exists 09:28:57 4b2c4efe6fc8: Layer already exists 09:28:57 2.0.0-dev.158: digest: sha256:49bec9fa3c9cd196949734d6a5feee25730ea35ee92a8e26aec3e05e57c4d74a size: 1363 [Pipeline] isUnix [Pipeline] sh 09:28:58 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:28:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:28:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:28:59 4b2c4efe6fc8: Preparing 09:28:59 fea71693b701: Preparing 09:28:59 f77aa9e47585: Preparing 09:28:59 da995b9511bc: Preparing 09:28:59 b0b9881431d7: Preparing 09:28:59 4b2c4efe6fc8: Layer already exists 09:28:59 f77aa9e47585: Layer already exists 09:28:59 b0b9881431d7: Layer already exists 09:28:59 fea71693b701: Layer already exists 09:28:59 da995b9511bc: Layer already exists 09:28:59 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:49bec9fa3c9cd196949734d6a5feee25730ea35ee92a8e26aec3e05e57c4d74a size: 1363 [Pipeline] isUnix [Pipeline] sh 09:29:00 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 09:29:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 09:29:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 09:29:01 4b2c4efe6fc8: Preparing 09:29:01 fea71693b701: Preparing 09:29:01 f77aa9e47585: Preparing 09:29:01 da995b9511bc: Preparing 09:29:01 b0b9881431d7: Preparing 09:29:02 fea71693b701: Layer already exists 09:29:02 f77aa9e47585: Layer already exists 09:29:02 4b2c4efe6fc8: Layer already exists 09:29:02 b0b9881431d7: Layer already exists 09:29:02 da995b9511bc: Layer already exists 09:29:02 master: digest: sha256:49bec9fa3c9cd196949734d6a5feee25730ea35ee92a8e26aec3e05e57c4d74a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:02 ===================================================== [Pipeline] echo 09:29:02 taggedImages: 09:29:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.158 09:29:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 09:29:02 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 09:29:02 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:02 2.0.0-dev.158 09:29:02 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:02 master 09:29:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:29:02 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:29:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 09:29:04 9c88e818c19f: Preparing 09:29:04 9c88e818c19f: Preparing 09:29:04 0f129b4f5c76: Preparing 09:29:04 562d75133c24: Preparing 09:29:04 79880c2221ee: Preparing 09:29:04 d51a15749433: Preparing 09:29:04 f77aa9e47585: Preparing 09:29:04 f417c8c6cb6a: Preparing 09:29:04 f417c8c6cb6a: Preparing 09:29:04 457885059f72: Preparing 09:29:04 f77aa9e47585: Waiting 09:29:04 f417c8c6cb6a: Waiting 09:29:04 457885059f72: Waiting 09:29:04 c6f59fb5e22d: Preparing 09:29:04 b0b9881431d7: Preparing 09:29:04 c6f59fb5e22d: Waiting 09:29:04 b0b9881431d7: Waiting 09:29:04 562d75133c24: Pushed 09:29:05 0f129b4f5c76: Pushed 09:29:05 9c88e818c19f: Pushed 09:29:05 79880c2221ee: Pushed 09:29:05 f77aa9e47585: Layer already exists 09:29:05 b0b9881431d7: Layer already exists 09:29:05 457885059f72: Pushed 09:29:05 f417c8c6cb6a: Pushed 09:29:05 c6f59fb5e22d: Pushed 09:29:06 d51a15749433: Pushed 09:29:06 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:cc9168e0fe478cf3b7494656d182c1da9f3dc43f1372b9a1174c9199c05d6c15 size: 2817 [Pipeline] isUnix [Pipeline] sh 09:29:07 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:29:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.158 09:29:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 09:29:08 9c88e818c19f: Preparing 09:29:08 9c88e818c19f: Preparing 09:29:08 0f129b4f5c76: Preparing 09:29:08 562d75133c24: Preparing 09:29:08 79880c2221ee: Preparing 09:29:08 d51a15749433: Preparing 09:29:08 f77aa9e47585: Preparing 09:29:08 f417c8c6cb6a: Preparing 09:29:08 f417c8c6cb6a: Preparing 09:29:08 457885059f72: Preparing 09:29:08 c6f59fb5e22d: Preparing 09:29:08 b0b9881431d7: Preparing 09:29:08 f77aa9e47585: Waiting 09:29:08 f417c8c6cb6a: Waiting 09:29:08 457885059f72: Waiting 09:29:08 c6f59fb5e22d: Waiting 09:29:08 b0b9881431d7: Waiting 09:29:08 79880c2221ee: Layer already exists 09:29:08 9c88e818c19f: Layer already exists 09:29:08 0f129b4f5c76: Layer already exists 09:29:08 d51a15749433: Layer already exists 09:29:08 562d75133c24: Layer already exists 09:29:08 f417c8c6cb6a: Layer already exists 09:29:08 f77aa9e47585: Layer already exists 09:29:08 457885059f72: Layer already exists 09:29:08 c6f59fb5e22d: Layer already exists 09:29:08 b0b9881431d7: Layer already exists 09:29:08 2.0.0-dev.158: digest: sha256:cc9168e0fe478cf3b7494656d182c1da9f3dc43f1372b9a1174c9199c05d6c15 size: 2817 [Pipeline] isUnix [Pipeline] sh 09:29:09 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:29:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 09:29:10 9c88e818c19f: Preparing 09:29:10 9c88e818c19f: Preparing 09:29:10 0f129b4f5c76: Preparing 09:29:10 562d75133c24: Preparing 09:29:10 79880c2221ee: Preparing 09:29:10 d51a15749433: Preparing 09:29:10 f77aa9e47585: Preparing 09:29:10 f417c8c6cb6a: Preparing 09:29:10 f417c8c6cb6a: Preparing 09:29:10 457885059f72: Preparing 09:29:10 c6f59fb5e22d: Preparing 09:29:10 b0b9881431d7: Preparing 09:29:10 f77aa9e47585: Waiting 09:29:10 f417c8c6cb6a: Waiting 09:29:10 457885059f72: Waiting 09:29:10 c6f59fb5e22d: Waiting 09:29:10 b0b9881431d7: Waiting 09:29:10 d51a15749433: Layer already exists 09:29:10 562d75133c24: Layer already exists 09:29:10 0f129b4f5c76: Layer already exists 09:29:10 79880c2221ee: Layer already exists 09:29:10 9c88e818c19f: Layer already exists 09:29:10 f417c8c6cb6a: Layer already exists 09:29:10 c6f59fb5e22d: Layer already exists 09:29:10 457885059f72: Layer already exists 09:29:10 f77aa9e47585: Layer already exists 09:29:10 b0b9881431d7: Layer already exists 09:29:10 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:cc9168e0fe478cf3b7494656d182c1da9f3dc43f1372b9a1174c9199c05d6c15 size: 2817 [Pipeline] isUnix [Pipeline] sh 09:29:11 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 09:29:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 09:29:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 09:29:11 9c88e818c19f: Preparing 09:29:11 9c88e818c19f: Preparing 09:29:11 0f129b4f5c76: Preparing 09:29:11 562d75133c24: Preparing 09:29:11 79880c2221ee: Preparing 09:29:11 d51a15749433: Preparing 09:29:11 f77aa9e47585: Preparing 09:29:11 f417c8c6cb6a: Preparing 09:29:11 f417c8c6cb6a: Preparing 09:29:11 457885059f72: Preparing 09:29:11 c6f59fb5e22d: Preparing 09:29:11 b0b9881431d7: Preparing 09:29:11 f77aa9e47585: Waiting 09:29:11 f417c8c6cb6a: Waiting 09:29:11 457885059f72: Waiting 09:29:11 c6f59fb5e22d: Waiting 09:29:11 b0b9881431d7: Waiting 09:29:11 562d75133c24: Layer already exists 09:29:11 9c88e818c19f: Layer already exists 09:29:11 d51a15749433: Layer already exists 09:29:11 0f129b4f5c76: Layer already exists 09:29:11 79880c2221ee: Layer already exists 09:29:12 f417c8c6cb6a: Layer already exists 09:29:12 457885059f72: Layer already exists 09:29:12 b0b9881431d7: Layer already exists 09:29:12 f77aa9e47585: Layer already exists 09:29:12 c6f59fb5e22d: Layer already exists 09:29:12 master: digest: sha256:cc9168e0fe478cf3b7494656d182c1da9f3dc43f1372b9a1174c9199c05d6c15 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:12 ===================================================== [Pipeline] echo 09:29:12 taggedImages: 09:29:12 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:12 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.158 09:29:12 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:12 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 09:29:12 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 09:29:12 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:12 2.0.0-dev.158 09:29:12 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:12 master 09:29:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:29:12 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:29:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:29:13 e94ddf226f44: Preparing 09:29:13 7082b99a3b7a: Preparing 09:29:13 f9b3d9bd28dd: Preparing 09:29:13 93e7e08a0e7a: Preparing 09:29:13 7aa7aa33803f: Preparing 09:29:13 b0b9881431d7: Preparing 09:29:13 b0b9881431d7: Waiting 09:29:14 93e7e08a0e7a: Pushed 09:29:14 f9b3d9bd28dd: Pushed 09:29:15 b0b9881431d7: Layer already exists 09:29:16 7aa7aa33803f: Pushed 09:29:16 7082b99a3b7a: Pushed 09:29:16 e94ddf226f44: Pushed 09:29:17 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:077cfcb69f4320d0281a655300e65b568f4b378cee6dceed6b02e1e892192af4 size: 1575 [Pipeline] isUnix [Pipeline] sh 09:29:17 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:29:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.158 09:29:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:29:18 e94ddf226f44: Preparing 09:29:18 7082b99a3b7a: Preparing 09:29:18 f9b3d9bd28dd: Preparing 09:29:18 93e7e08a0e7a: Preparing 09:29:18 7aa7aa33803f: Preparing 09:29:18 b0b9881431d7: Preparing 09:29:18 b0b9881431d7: Waiting 09:29:18 e94ddf226f44: Layer already exists 09:29:18 93e7e08a0e7a: Layer already exists 09:29:18 f9b3d9bd28dd: Layer already exists 09:29:18 7aa7aa33803f: Layer already exists 09:29:18 7082b99a3b7a: Layer already exists 09:29:18 b0b9881431d7: Layer already exists 09:29:18 2.0.0-dev.158: digest: sha256:077cfcb69f4320d0281a655300e65b568f4b378cee6dceed6b02e1e892192af4 size: 1575 [Pipeline] isUnix [Pipeline] sh 09:29:19 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:29:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:29:20 e94ddf226f44: Preparing 09:29:20 7082b99a3b7a: Preparing 09:29:20 f9b3d9bd28dd: Preparing 09:29:20 93e7e08a0e7a: Preparing 09:29:20 7aa7aa33803f: Preparing 09:29:20 b0b9881431d7: Preparing 09:29:20 b0b9881431d7: Waiting 09:29:20 7aa7aa33803f: Layer already exists 09:29:20 7082b99a3b7a: Layer already exists 09:29:20 e94ddf226f44: Layer already exists 09:29:20 f9b3d9bd28dd: Layer already exists 09:29:20 93e7e08a0e7a: Layer already exists 09:29:20 b0b9881431d7: Layer already exists 09:29:20 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:077cfcb69f4320d0281a655300e65b568f4b378cee6dceed6b02e1e892192af4 size: 1575 [Pipeline] isUnix [Pipeline] sh 09:29:20 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 09:29:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 09:29:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 09:29:22 e94ddf226f44: Preparing 09:29:22 7082b99a3b7a: Preparing 09:29:22 f9b3d9bd28dd: Preparing 09:29:22 93e7e08a0e7a: Preparing 09:29:22 7aa7aa33803f: Preparing 09:29:22 b0b9881431d7: Preparing 09:29:22 b0b9881431d7: Waiting 09:29:22 93e7e08a0e7a: Layer already exists 09:29:22 7082b99a3b7a: Layer already exists 09:29:22 f9b3d9bd28dd: Layer already exists 09:29:22 7aa7aa33803f: Layer already exists 09:29:22 e94ddf226f44: Layer already exists 09:29:22 b0b9881431d7: Layer already exists 09:29:22 master: digest: sha256:077cfcb69f4320d0281a655300e65b568f4b378cee6dceed6b02e1e892192af4 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:22 ===================================================== [Pipeline] echo 09:29:22 taggedImages: 09:29:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.158 09:29:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:22 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 09:29:22 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 09:29:22 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:22 2.0.0-dev.158 09:29:22 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:22 master 09:29:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:29:23 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:29:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:29:24 b4dc1961e97d: Preparing 09:29:24 97b038bbb487: Preparing 09:29:24 6e9fcce9c963: Preparing 09:29:24 83653f4be845: Preparing 09:29:24 f1fd0d4f7c96: Preparing 09:29:24 6a9ea918f4ef: Preparing 09:29:24 d887256e6412: Preparing 09:29:24 3e70c02c9b2d: Preparing 09:29:24 b0b9881431d7: Preparing 09:29:24 6a9ea918f4ef: Waiting 09:29:24 d887256e6412: Waiting 09:29:24 b0b9881431d7: Waiting 09:29:24 3e70c02c9b2d: Waiting 09:29:26 f1fd0d4f7c96: Pushed 09:29:26 b4dc1961e97d: Pushed 09:29:26 97b038bbb487: Pushed 09:29:26 6a9ea918f4ef: Pushed 09:29:26 d887256e6412: Pushed 09:29:26 b0b9881431d7: Layer already exists 09:29:27 83653f4be845: Pushed 09:29:27 3e70c02c9b2d: Pushed 09:29:27 6e9fcce9c963: Pushed 09:29:28 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:f3c6d0996f2bbf906ab6736c5cd3f8e5bd789bcd0f55a11ff587743c21c57b32 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:29:28 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:29:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.158 09:29:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:29:29 b4dc1961e97d: Preparing 09:29:29 97b038bbb487: Preparing 09:29:29 6e9fcce9c963: Preparing 09:29:29 83653f4be845: Preparing 09:29:29 f1fd0d4f7c96: Preparing 09:29:29 6a9ea918f4ef: Preparing 09:29:29 d887256e6412: Preparing 09:29:29 3e70c02c9b2d: Preparing 09:29:29 b0b9881431d7: Preparing 09:29:29 6a9ea918f4ef: Waiting 09:29:29 d887256e6412: Waiting 09:29:29 3e70c02c9b2d: Waiting 09:29:29 b0b9881431d7: Waiting 09:29:29 97b038bbb487: Layer already exists 09:29:29 6e9fcce9c963: Layer already exists 09:29:29 f1fd0d4f7c96: Layer already exists 09:29:29 83653f4be845: Layer already exists 09:29:29 b4dc1961e97d: Layer already exists 09:29:29 b0b9881431d7: Layer already exists 09:29:29 3e70c02c9b2d: Layer already exists 09:29:29 d887256e6412: Layer already exists 09:29:29 6a9ea918f4ef: Layer already exists 09:29:29 2.0.0-dev.158: digest: sha256:f3c6d0996f2bbf906ab6736c5cd3f8e5bd789bcd0f55a11ff587743c21c57b32 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:29:30 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:29:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:29:30 b4dc1961e97d: Preparing 09:29:30 97b038bbb487: Preparing 09:29:30 6e9fcce9c963: Preparing 09:29:30 83653f4be845: Preparing 09:29:30 f1fd0d4f7c96: Preparing 09:29:30 6a9ea918f4ef: Preparing 09:29:30 d887256e6412: Preparing 09:29:30 3e70c02c9b2d: Preparing 09:29:30 b0b9881431d7: Preparing 09:29:30 6a9ea918f4ef: Waiting 09:29:30 d887256e6412: Waiting 09:29:30 3e70c02c9b2d: Waiting 09:29:30 b0b9881431d7: Waiting 09:29:30 6e9fcce9c963: Layer already exists 09:29:30 97b038bbb487: Layer already exists 09:29:30 83653f4be845: Layer already exists 09:29:30 b4dc1961e97d: Layer already exists 09:29:30 f1fd0d4f7c96: Layer already exists 09:29:30 b0b9881431d7: Layer already exists 09:29:30 6a9ea918f4ef: Layer already exists 09:29:30 3e70c02c9b2d: Layer already exists 09:29:30 d887256e6412: Layer already exists 09:29:31 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:f3c6d0996f2bbf906ab6736c5cd3f8e5bd789bcd0f55a11ff587743c21c57b32 size: 2198 [Pipeline] isUnix [Pipeline] sh 09:29:31 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 09:29:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 09:29:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 09:29:33 b4dc1961e97d: Preparing 09:29:33 97b038bbb487: Preparing 09:29:33 6e9fcce9c963: Preparing 09:29:33 83653f4be845: Preparing 09:29:33 f1fd0d4f7c96: Preparing 09:29:33 6a9ea918f4ef: Preparing 09:29:33 d887256e6412: Preparing 09:29:33 3e70c02c9b2d: Preparing 09:29:33 b0b9881431d7: Preparing 09:29:33 6a9ea918f4ef: Waiting 09:29:33 d887256e6412: Waiting 09:29:33 3e70c02c9b2d: Waiting 09:29:33 b0b9881431d7: Waiting 09:29:33 b4dc1961e97d: Layer already exists 09:29:33 83653f4be845: Layer already exists 09:29:33 f1fd0d4f7c96: Layer already exists 09:29:33 6e9fcce9c963: Layer already exists 09:29:33 97b038bbb487: Layer already exists 09:29:33 3e70c02c9b2d: Layer already exists 09:29:33 d887256e6412: Layer already exists 09:29:33 b0b9881431d7: Layer already exists 09:29:33 6a9ea918f4ef: Layer already exists 09:29:33 master: digest: sha256:f3c6d0996f2bbf906ab6736c5cd3f8e5bd789bcd0f55a11ff587743c21c57b32 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:33 ===================================================== [Pipeline] echo 09:29:33 taggedImages: 09:29:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.158 09:29:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:33 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 09:29:33 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 09:29:33 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:33 2.0.0-dev.158 09:29:33 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:33 master 09:29:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:29:34 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:29:35 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:29:35 7a499680b30b: Preparing 09:29:35 baf53c4736a6: Preparing 09:29:35 f77aa9e47585: Preparing 09:29:35 5fd717bde44a: Preparing 09:29:35 b0b9881431d7: Preparing 09:29:35 f77aa9e47585: Layer already exists 09:29:35 b0b9881431d7: Layer already exists 09:29:36 7a499680b30b: Pushed 09:29:37 5fd717bde44a: Pushed 09:29:37 baf53c4736a6: Pushed 09:29:38 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:a12443835c6938d3ec8ac1133c395135dfa76f8c2ef8eaf10b0328de0c78f11f size: 1364 [Pipeline] isUnix [Pipeline] sh 09:29:38 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:29:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.158 09:29:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:29:40 7a499680b30b: Preparing 09:29:40 baf53c4736a6: Preparing 09:29:40 f77aa9e47585: Preparing 09:29:40 5fd717bde44a: Preparing 09:29:40 b0b9881431d7: Preparing 09:29:40 baf53c4736a6: Layer already exists 09:29:40 7a499680b30b: Layer already exists 09:29:40 b0b9881431d7: Layer already exists 09:29:40 f77aa9e47585: Layer already exists 09:29:40 5fd717bde44a: Layer already exists 09:29:40 2.0.0-dev.158: digest: sha256:a12443835c6938d3ec8ac1133c395135dfa76f8c2ef8eaf10b0328de0c78f11f size: 1364 [Pipeline] isUnix [Pipeline] sh 09:29:41 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:29:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:29:42 7a499680b30b: Preparing 09:29:42 baf53c4736a6: Preparing 09:29:42 f77aa9e47585: Preparing 09:29:42 5fd717bde44a: Preparing 09:29:42 b0b9881431d7: Preparing 09:29:42 7a499680b30b: Layer already exists 09:29:42 baf53c4736a6: Layer already exists 09:29:42 b0b9881431d7: Layer already exists 09:29:42 f77aa9e47585: Layer already exists 09:29:42 5fd717bde44a: Layer already exists 09:29:42 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:a12443835c6938d3ec8ac1133c395135dfa76f8c2ef8eaf10b0328de0c78f11f size: 1364 [Pipeline] isUnix [Pipeline] sh 09:29:42 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 09:29:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 09:29:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 09:29:43 7a499680b30b: Preparing 09:29:43 baf53c4736a6: Preparing 09:29:43 f77aa9e47585: Preparing 09:29:43 5fd717bde44a: Preparing 09:29:43 b0b9881431d7: Preparing 09:29:43 f77aa9e47585: Layer already exists 09:29:43 b0b9881431d7: Layer already exists 09:29:43 7a499680b30b: Layer already exists 09:29:43 baf53c4736a6: Layer already exists 09:29:43 5fd717bde44a: Layer already exists 09:29:43 master: digest: sha256:a12443835c6938d3ec8ac1133c395135dfa76f8c2ef8eaf10b0328de0c78f11f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:43 ===================================================== [Pipeline] echo 09:29:43 taggedImages: 09:29:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.158 09:29:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:43 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 09:29:43 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 09:29:43 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:43 2.0.0-dev.158 09:29:43 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:43 master 09:29:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:29:44 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:29:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:29:45 28a7d52fa1b1: Preparing 09:29:45 b8a1f029be63: Preparing 09:29:45 f77aa9e47585: Preparing 09:29:45 da995b9511bc: Preparing 09:29:45 b0b9881431d7: Preparing 09:29:45 f77aa9e47585: Layer already exists 09:29:45 da995b9511bc: Layer already exists 09:29:45 b0b9881431d7: Layer already exists 09:29:45 28a7d52fa1b1: Pushed 09:29:48 b8a1f029be63: Pushed 09:29:48 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:becd954a142105c474b556a19329ef2da00fbdbc096c93dcb87e3bd13c7b246d size: 1363 [Pipeline] isUnix [Pipeline] sh 09:29:48 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:29:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.158 09:29:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:29:50 28a7d52fa1b1: Preparing 09:29:50 b8a1f029be63: Preparing 09:29:50 f77aa9e47585: Preparing 09:29:50 da995b9511bc: Preparing 09:29:50 b0b9881431d7: Preparing 09:29:50 da995b9511bc: Layer already exists 09:29:50 b0b9881431d7: Layer already exists 09:29:50 28a7d52fa1b1: Layer already exists 09:29:50 b8a1f029be63: Layer already exists 09:29:50 f77aa9e47585: Layer already exists 09:29:50 2.0.0-dev.158: digest: sha256:becd954a142105c474b556a19329ef2da00fbdbc096c93dcb87e3bd13c7b246d size: 1363 [Pipeline] isUnix [Pipeline] sh 09:29:50 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:29:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:29:51 28a7d52fa1b1: Preparing 09:29:51 b8a1f029be63: Preparing 09:29:51 f77aa9e47585: Preparing 09:29:51 da995b9511bc: Preparing 09:29:51 b0b9881431d7: Preparing 09:29:51 f77aa9e47585: Layer already exists 09:29:51 28a7d52fa1b1: Layer already exists 09:29:51 b8a1f029be63: Layer already exists 09:29:51 b0b9881431d7: Layer already exists 09:29:51 da995b9511bc: Layer already exists 09:29:51 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:becd954a142105c474b556a19329ef2da00fbdbc096c93dcb87e3bd13c7b246d size: 1363 [Pipeline] isUnix [Pipeline] sh 09:29:52 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 09:29:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 09:29:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 09:29:53 28a7d52fa1b1: Preparing 09:29:53 b8a1f029be63: Preparing 09:29:53 f77aa9e47585: Preparing 09:29:53 da995b9511bc: Preparing 09:29:53 b0b9881431d7: Preparing 09:29:53 b0b9881431d7: Layer already exists 09:29:53 f77aa9e47585: Layer already exists 09:29:53 28a7d52fa1b1: Layer already exists 09:29:53 b8a1f029be63: Layer already exists 09:29:53 da995b9511bc: Layer already exists 09:29:53 master: digest: sha256:becd954a142105c474b556a19329ef2da00fbdbc096c93dcb87e3bd13c7b246d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:29:53 ===================================================== [Pipeline] echo 09:29:53 taggedImages: 09:29:53 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:53 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.158 09:29:53 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:53 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 09:29:53 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 09:29:53 59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:53 2.0.0-dev.158 09:29:53 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:29:53 master 09:29:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:29:54 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] isUnix [Pipeline] sh 09:29:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:29:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:29:55 9868b432fcd1: Preparing 09:29:55 b218cdaff5e3: Preparing 09:29:55 45825c90f4e5: Preparing 09:29:55 2ab54db4fabd: Preparing 09:29:55 96fe8b429306: Preparing 09:29:55 758e7f906127: Preparing 09:29:55 cadaf4aacd95: Preparing 09:29:55 0754057c0ad3: Preparing 09:29:55 998cdf262ab1: Preparing 09:29:55 02e56110abd2: Preparing 09:29:55 abc36efb885a: Preparing 09:29:55 b0b09059f4e1: Preparing 09:29:55 bb961f40224b: Preparing 09:29:55 f4666769fca7: Preparing 09:29:55 758e7f906127: Waiting 09:29:55 cadaf4aacd95: Waiting 09:29:55 998cdf262ab1: Waiting 09:29:55 0754057c0ad3: Waiting 09:29:55 02e56110abd2: Waiting 09:29:55 abc36efb885a: Waiting 09:29:55 b0b09059f4e1: Waiting 09:29:55 bb961f40224b: Waiting 09:29:55 f4666769fca7: Waiting 09:29:56 96fe8b429306: Pushed 09:29:57 9868b432fcd1: Pushed 09:29:57 2ab54db4fabd: Pushed 09:29:57 b218cdaff5e3: Pushed 09:29:57 0754057c0ad3: Layer already exists 09:29:57 998cdf262ab1: Layer already exists 09:29:57 cadaf4aacd95: Pushed 09:29:57 02e56110abd2: Layer already exists 09:29:57 abc36efb885a: Layer already exists 09:29:57 b0b09059f4e1: Layer already exists 09:29:57 f4666769fca7: Layer already exists 09:29:57 bb961f40224b: Layer already exists 09:29:58 758e7f906127: Pushed 09:30:04 45825c90f4e5: Pushed 09:30:04 59c9a15376a292558addc495dbf8de0fe8fb6b07: digest: sha256:b4888d77a30ac961f67b346b4c641d3866594532605d25f2bdcef6c42718e754 size: 3252 [Pipeline] isUnix [Pipeline] sh 09:30:04 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:30:05 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.158 09:30:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:30:05 9868b432fcd1: Preparing 09:30:05 b218cdaff5e3: Preparing 09:30:05 45825c90f4e5: Preparing 09:30:05 2ab54db4fabd: Preparing 09:30:05 96fe8b429306: Preparing 09:30:05 758e7f906127: Preparing 09:30:05 cadaf4aacd95: Preparing 09:30:05 0754057c0ad3: Preparing 09:30:05 998cdf262ab1: Preparing 09:30:05 02e56110abd2: Preparing 09:30:05 abc36efb885a: Preparing 09:30:05 b0b09059f4e1: Preparing 09:30:05 bb961f40224b: Preparing 09:30:05 f4666769fca7: Preparing 09:30:05 758e7f906127: Waiting 09:30:05 cadaf4aacd95: Waiting 09:30:05 0754057c0ad3: Waiting 09:30:05 998cdf262ab1: Waiting 09:30:05 02e56110abd2: Waiting 09:30:05 abc36efb885a: Waiting 09:30:05 b0b09059f4e1: Waiting 09:30:05 bb961f40224b: Waiting 09:30:05 f4666769fca7: Waiting 09:30:05 96fe8b429306: Layer already exists 09:30:05 9868b432fcd1: Layer already exists 09:30:05 45825c90f4e5: Layer already exists 09:30:05 b218cdaff5e3: Layer already exists 09:30:05 2ab54db4fabd: Layer already exists 09:30:05 cadaf4aacd95: Layer already exists 09:30:05 758e7f906127: Layer already exists 09:30:05 0754057c0ad3: Layer already exists 09:30:05 02e56110abd2: Layer already exists 09:30:05 998cdf262ab1: Layer already exists 09:30:05 b0b09059f4e1: Layer already exists 09:30:05 abc36efb885a: Layer already exists 09:30:05 bb961f40224b: Layer already exists 09:30:05 f4666769fca7: Layer already exists 09:30:06 2.0.0-dev.158: digest: sha256:b4888d77a30ac961f67b346b4c641d3866594532605d25f2bdcef6c42718e754 size: 3252 [Pipeline] isUnix [Pipeline] sh 09:30:07 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 [Pipeline] isUnix [Pipeline] sh 09:30:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:30:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:30:07 9868b432fcd1: Preparing 09:30:07 b218cdaff5e3: Preparing 09:30:07 45825c90f4e5: Preparing 09:30:07 2ab54db4fabd: Preparing 09:30:07 96fe8b429306: Preparing 09:30:07 758e7f906127: Preparing 09:30:07 cadaf4aacd95: Preparing 09:30:07 0754057c0ad3: Preparing 09:30:07 998cdf262ab1: Preparing 09:30:07 02e56110abd2: Preparing 09:30:07 abc36efb885a: Preparing 09:30:07 b0b09059f4e1: Preparing 09:30:07 bb961f40224b: Preparing 09:30:07 f4666769fca7: Preparing 09:30:07 0754057c0ad3: Waiting 09:30:07 998cdf262ab1: Waiting 09:30:07 02e56110abd2: Waiting 09:30:07 abc36efb885a: Waiting 09:30:07 b0b09059f4e1: Waiting 09:30:07 bb961f40224b: Waiting 09:30:07 f4666769fca7: Waiting 09:30:07 758e7f906127: Waiting 09:30:07 cadaf4aacd95: Waiting 09:30:07 96fe8b429306: Layer already exists 09:30:07 45825c90f4e5: Layer already exists 09:30:07 9868b432fcd1: Layer already exists 09:30:07 2ab54db4fabd: Layer already exists 09:30:07 b218cdaff5e3: Layer already exists 09:30:07 cadaf4aacd95: Layer already exists 09:30:07 998cdf262ab1: Layer already exists 09:30:07 0754057c0ad3: Layer already exists 09:30:07 758e7f906127: Layer already exists 09:30:07 02e56110abd2: Layer already exists 09:30:07 abc36efb885a: Layer already exists 09:30:07 bb961f40224b: Layer already exists 09:30:07 f4666769fca7: Layer already exists 09:30:07 b0b09059f4e1: Layer already exists 09:30:07 59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158: digest: sha256:b4888d77a30ac961f67b346b4c641d3866594532605d25f2bdcef6c42718e754 size: 3252 [Pipeline] isUnix [Pipeline] sh 09:30:08 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 09:30:09 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 09:30:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 09:30:09 9868b432fcd1: Preparing 09:30:09 b218cdaff5e3: Preparing 09:30:09 45825c90f4e5: Preparing 09:30:09 2ab54db4fabd: Preparing 09:30:09 96fe8b429306: Preparing 09:30:09 758e7f906127: Preparing 09:30:09 cadaf4aacd95: Preparing 09:30:09 0754057c0ad3: Preparing 09:30:09 998cdf262ab1: Preparing 09:30:09 02e56110abd2: Preparing 09:30:09 abc36efb885a: Preparing 09:30:09 b0b09059f4e1: Preparing 09:30:09 bb961f40224b: Preparing 09:30:09 f4666769fca7: Preparing 09:30:09 998cdf262ab1: Waiting 09:30:09 02e56110abd2: Waiting 09:30:09 abc36efb885a: Waiting 09:30:09 b0b09059f4e1: Waiting 09:30:09 bb961f40224b: Waiting 09:30:09 f4666769fca7: Waiting 09:30:09 758e7f906127: Waiting 09:30:09 cadaf4aacd95: Waiting 09:30:09 0754057c0ad3: Waiting 09:30:09 9868b432fcd1: Layer already exists 09:30:09 96fe8b429306: Layer already exists 09:30:09 b218cdaff5e3: Layer already exists 09:30:09 45825c90f4e5: Layer already exists 09:30:09 2ab54db4fabd: Layer already exists 09:30:09 cadaf4aacd95: Layer already exists 09:30:09 998cdf262ab1: Layer already exists 09:30:09 02e56110abd2: Layer already exists 09:30:09 758e7f906127: Layer already exists 09:30:09 0754057c0ad3: Layer already exists 09:30:09 abc36efb885a: Layer already exists 09:30:09 bb961f40224b: Layer already exists 09:30:09 f4666769fca7: Layer already exists 09:30:09 b0b09059f4e1: Layer already exists 09:30:09 master: digest: sha256:b4888d77a30ac961f67b346b4c641d3866594532605d25f2bdcef6c42718e754 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:30:09 ===================================================== [Pipeline] echo 09:30:09 taggedImages: 09:30:09 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07 09:30:09 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.158 09:30:09 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:59c9a15376a292558addc495dbf8de0fe8fb6b07-2.0.0-dev.158 09:30:09 - 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 09:30:11 provisioning config files... 09:30:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/426@tmp/config7566796978489722684tmp [Pipeline] { [Pipeline] sh 09:30:12 + set +x 09:30:12 + curl -s https://codecov.io/bash 09:30:12 + bash -s -- 09:30:12 09:30:12 _____ _ 09:30:12 / ____| | | 09:30:12 | | ___ __| | ___ ___ _____ __ 09:30:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:30:12 | |___| (_) | (_| | __/ (_| (_) \ V / 09:30:12 \_____\___/ \__,_|\___|\___\___/ \_/ 09:30:12 Bash-20210309-2b87ace 09:30:12 09:30:12 09:30:12 ==> git version 2.24.3 found 09:30:12 ==> 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 09:30:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:30:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:30:12 ==> Jenkins CI detected. 09:30:12 project root: . 09:30:12 --> token set from env 09:30:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:30:12 ==> Running gcov in . (disable via -X gcov) 09:30:12 ==> Python coveragepy not found 09:30:12 ==> Searching for coverage reports in: 09:30:12 + . 09:30:12 -> Found 1 reports 09:30:12 ==> Detecting git/mercurial file structure 09:30:12 ==> Reading reports 09:30:12 + ./coverage.out bytes=672489 09:30:12 ==> Appending adjustments 09:30:12 https://docs.codecov.io/docs/fixing-reports 09:30:21 + Found adjustments 09:30:21 ==> Gzipping contents 09:30:21 96K /tmp/codecov.c8L2PJ.gz 09:30:21 ==> Uploading reports 09:30:21 url: https://codecov.io 09:30:21 query: branch=master&commit=59c9a15376a292558addc495dbf8de0fe8fb6b07&build=426&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F426%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:30:21 -> Pinging Codecov 09:30:21 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=59c9a15376a292558addc495dbf8de0fe8fb6b07&build=426&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F426%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:30:21 -> Uploading to 09:30:21 https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/59c9a15376a292558addc495dbf8de0fe8fb6b07/190170b2-d484-4679-aafa-0cc75a9b9d0c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T093021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10b85c51c9db07028d4f344a0b5c2103b67dfbae144cdb5fbdd303b1d45c0956 09:30:21 % Total % Received % Xferd Average Speed Time Time Time Current 09:30:21 Dload Upload Total Spent Left Speed 09:30:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97363 0 0 100 97363 0 192k --:--:-- --:--:-- --:--:-- 193k 09:30:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/59c9a15376a292558addc495dbf8de0fe8fb6b07 [Pipeline] } 09:30:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 09:30:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:30:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:30:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:30:24 09:30:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:30:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:30:24 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:30:24 188c0c94c7c5: Already exists 09:30:24 0ef7d3d256c8: Already exists 09:30:24 de9db76c5a1d: Already exists 09:30:24 0eba1c9be4d2: Pulling fs layer 09:30:24 0d57e429df01: Pulling fs layer 09:30:24 4e4be7b47b0d: Pulling fs layer 09:30:24 e1f770b5df2f: Pulling fs layer 09:30:24 85a0685a4137: Pulling fs layer 09:30:24 e1f770b5df2f: Waiting 09:30:24 85a0685a4137: Waiting 09:30:25 0d57e429df01: Verifying Checksum 09:30:25 0d57e429df01: Download complete 09:30:25 4e4be7b47b0d: Verifying Checksum 09:30:25 4e4be7b47b0d: Download complete 09:30:28 e1f770b5df2f: Verifying Checksum 09:30:28 e1f770b5df2f: Download complete 09:30:39 85a0685a4137: Verifying Checksum 09:30:39 85a0685a4137: Download complete 09:30:39 0eba1c9be4d2: Verifying Checksum 09:30:39 0eba1c9be4d2: Download complete 09:30:58 0eba1c9be4d2: Pull complete 09:30:58 0d57e429df01: Pull complete 09:30:58 4e4be7b47b0d: Pull complete 09:31:01 e1f770b5df2f: Pull complete 09:31:17 85a0685a4137: Pull complete 09:31:17 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:31:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:31:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:31:18 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:31:18 $ 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/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:31:21 $ docker top 358f07e68286582aab629f1f0a48dc080a14adbcd187634953f5638a5bed2ce1 -eo pid,comm [Pipeline] { [Pipeline] echo 09:31:22 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:31:23 + set -o pipefail 09:31:23 + snyk monitor '--org=edgex-jenkins' 09:31:46 09:31:46 Monitoring /w/workspace/edgex-go/426 (github.com/edgexfoundry/edgex-go)... 09:31:46 09:31:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/533846cf-b943-41d3-ba03-62e8011b1ac3 09:31:46 09:31:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:31:46 09:31:51 09:31:51 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 09:31:51 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:31:51 $ docker stop --time=1 358f07e68286582aab629f1f0a48dc080a14adbcd187634953f5638a5bed2ce1 09:31:56 $ docker rm -f 358f07e68286582aab629f1f0a48dc080a14adbcd187634953f5638a5bed2ce1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 09:31:57 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:31:58 provisioning config files... 09:31:58 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/426@tmp/config263020945242364192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:31:58 --> edgex-publish-swagger.sh 09:31:58 === Publish openapi/v1 API === 09:31:58 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 09:31:58 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/426/openapi/v1/core-command.yaml] 09:31:58 % Total % Received % Xferd Average Speed Time Time Time Current 09:31:58 Dload Upload Total Spent Left Speed 09:31:59 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 10936 --:--:-- --:--:-- --:--:-- 10937 09:31:59 09:31:59 09:31:59 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/426/openapi/v1/core-data.yaml] 09:31:59 % Total % Received % Xferd Average Speed Time Time Time Current 09:31:59 Dload Upload Total Spent Left Speed 09:32:00 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 29590 0:00:01 0:00:01 --:--:-- 29597 100 32557 0 0 100 32557 0 29580 0:00:01 0:00:01 --:--:-- 29570 09:32:01 09:32:01 09:32:01 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/426/openapi/v1/core-metadata.yaml] 09:32:01 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:01 Dload Upload Total Spent Left Speed 09:32:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62896 0:00:01 0:00:01 --:--:-- 62955 100 73721 0 0 100 73721 0 62874 0:00:01 0:00:01 --:--:-- 62901 09:32:02 09:32:02 09:32:02 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/426/openapi/v1/support-logging.yaml] 09:32:02 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:02 Dload Upload Total Spent Left Speed 09:32:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12345 0:00:01 0:00:01 --:--:-- 12357 100 13581 0 0 100 13581 0 12341 0:00:01 0:00:01 --:--:-- 12357 09:32:03 09:32:03 09:32:03 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/426/openapi/v1/support-notifications.yaml] 09:32:03 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:03 Dload Upload Total Spent Left Speed 09:32:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 38926 --:--:-- --:--:-- --:--:-- 38928 100 38890 0 0 100 38890 0 38912 --:--:-- --:--:-- --:--:-- 38928 09:32:04 09:32:04 09:32:04 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/426/openapi/v1/support-scheduler.yaml] 09:32:04 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:04 Dload Upload Total Spent Left Speed 09:32:05 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 13134 0:00:01 0:00:01 --:--:-- 13267 09:32:05 09:32:05 09:32:05 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/426/openapi/v1/system-agent.yaml] 09:32:05 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:05 Dload Upload Total Spent Left Speed 09:32:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4161 --:--:-- --:--:-- --:--:-- 4159 09:32:06 09:32:06 09:32:06 === Publish openapi/v2 API === 09:32:06 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 09:32:06 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/426/openapi/v2/core-command.yaml] 09:32:06 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:06 Dload Upload Total Spent Left Speed 09:32:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 26343 0:00:01 0:00:01 --:--:-- 26329 100 29594 0 0 100 29594 0 26335 0:00:01 0:00:01 --:--:-- 26329 09:32:07 09:32:07 09:32:07 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/426/openapi/v2/core-data.yaml] 09:32:07 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:07 Dload Upload Total Spent Left Speed 09:32:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 58058 --:--:-- --:--:-- --:--:-- 58047 100 56190 0 0 100 56190 0 58044 --:--:-- --:--:-- --:--:-- 58047 09:32:08 09:32:08 09:32:08 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/426/openapi/v2/core-metadata.yaml] 09:32:08 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:08 Dload Upload Total Spent Left Speed 09:32:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 116k 0 0 100 116k 0 100k 0:00:01 0:00:01 --:--:-- 100k 09:32:09 09:32:09 09:32:09 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/426/openapi/v2/support-notifications.yaml] 09:32:09 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:09 Dload Upload Total Spent Left Speed 09:32:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 71672 0:00:01 0:00:01 --:--:-- 71746 100 75621 0 0 100 75621 0 71654 0:00:01 0:00:01 --:--:-- 71678 09:32:10 09:32:10 09:32:10 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/426/openapi/v2/support-scheduler.yaml] 09:32:10 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:10 Dload Upload Total Spent Left Speed 09:32:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 38616 --:--:-- --:--:-- --:--:-- 38625 100 37428 0 0 100 37428 0 38603 --:--:-- --:--:-- --:--:-- 38625 09:32:11 09:32:11 09:32:11 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/426/openapi/v2/system-agent.yaml] 09:32:12 % Total % Received % Xferd Average Speed Time Time Time Current 09:32:12 Dload Upload Total Spent Left Speed 09:32:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 22201 0:00:01 0:00:01 --:--:-- 22225 100 24092 0 0 100 24092 0 22192 0:00:01 0:00:01 --:--:-- 22204 09:32:13 09:32:13 [Pipeline] } 09:32:13 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 09:32:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:32:14 . [Pipeline] withDockerContainer 09:32:15 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:32:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:32:18 $ docker top 6b0db08824590ced6271f9f9a9b7e076cc0cdbf44b4761293fc757afff43a355 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:32:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:32:19 [ssh-agent] Looking for ssh-agent implementation... 09:32:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:32:20 $ docker exec 6b0db08824590ced6271f9f9a9b7e076cc0cdbf44b4761293fc757afff43a355 ssh-agent 09:32:21 SSH_AUTH_SOCK=/tmp/ssh-lz26kEs7Ac37/agent.11 09:32:21 SSH_AGENT_PID=16 09:32:22 Running ssh-add (command line suppressed) 09:32:22 Identity added: /w/workspace/edgex-go/426@tmp/private_key_2176487668789266032.key (/w/workspace/edgex-go/426@tmp/private_key_2176487668789266032.key) 09:32:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:32:23 + git semver tag 09:32:24 # -> Open(): unable to determine branch for HEAD 09:32:24 # $GIT_DIR = /w/workspace/edgex-go/426/.git 09:32:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/426 09:32:24 # $SEMVER_REMOTE_NAME = origin 09:32:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:32:24 # $SEMVER_USER_NAME = edgex-jenkins 09:32:24 # $SEMVER_BRANCH = master 09:32:24 # $SEMVER_DIR = /w/workspace/edgex-go/426/.semver 09:32:24 # 59c9a15376a292558addc495dbf8de0fe8fb6b07 HEAD 09:32:25 # -> Force: false 09:32:25 # 2efe8223afb91f2b7e60d776f42de710dd79926f refs/tags/v2.0.0-dev.158 [Pipeline] } 09:32:25 $ docker exec --env ******** --env ******** 6b0db08824590ced6271f9f9a9b7e076cc0cdbf44b4761293fc757afff43a355 ssh-agent -k 09:32:26 unset SSH_AUTH_SOCK; 09:32:26 unset SSH_AGENT_PID; 09:32:26 echo Agent pid 16 killed; 09:32:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:32:27 + git semver [Pipeline] } 09:32:27 $ docker stop --time=1 6b0db08824590ced6271f9f9a9b7e076cc0cdbf44b4761293fc757afff43a355 09:32:29 $ docker rm -f 6b0db08824590ced6271f9f9a9b7e076cc0cdbf44b4761293fc757afff43a355 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:32:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:32:31 09:32:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:32:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:32:31 0.23.1-centos7: Pulling from edgex-lftools 09:32:31 ab5ef0e58194: Pulling fs layer 09:32:31 9712f1f96733: Pulling fs layer 09:32:31 63f879dbbcfc: Pulling fs layer 09:32:31 0d9ebad4ef96: Pulling fs layer 09:32:31 e9a5061849ea: Pulling fs layer 09:32:31 d747dcd14b5f: Pulling fs layer 09:32:31 2de7ff778b66: Pulling fs layer 09:32:31 0d9ebad4ef96: Waiting 09:32:31 e9a5061849ea: Waiting 09:32:31 d747dcd14b5f: Waiting 09:32:31 2de7ff778b66: Waiting 09:32:31 9712f1f96733: Verifying Checksum 09:32:31 9712f1f96733: Download complete 09:32:40 63f879dbbcfc: Verifying Checksum 09:32:40 63f879dbbcfc: Download complete 09:32:41 e9a5061849ea: Verifying Checksum 09:32:41 e9a5061849ea: Download complete 09:32:41 d747dcd14b5f: Download complete 09:32:43 0d9ebad4ef96: Verifying Checksum 09:32:43 0d9ebad4ef96: Download complete 09:32:43 ab5ef0e58194: Verifying Checksum 09:32:43 ab5ef0e58194: Download complete 09:32:43 2de7ff778b66: Verifying Checksum 09:32:43 2de7ff778b66: Download complete 09:32:57 ab5ef0e58194: Pull complete 09:32:57 9712f1f96733: Pull complete 09:33:00 63f879dbbcfc: Pull complete 09:33:23 0d9ebad4ef96: Pull complete 09:33:23 e9a5061849ea: Pull complete 09:33:24 d747dcd14b5f: Pull complete 09:33:31 2de7ff778b66: Pull complete 09:33:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:33:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:33:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:33:32 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:33:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:33:38 $ docker top 2ccbbfa603594bc6a0057bd5cdb02374a265ed921fca579d5100fd2814ace4e1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:33:38 provisioning config files... 09:33:38 copy managed file [sigul-config] to file:/w/workspace/edgex-go/426@tmp/config7683331022319937159tmp 09:33:39 copy managed file [sigul-password] to file:/w/workspace/edgex-go/426@tmp/config7506971626324379345tmp 09:33:39 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/426@tmp/config5124665860832049444tmp [Pipeline] { [Pipeline] echo 09:33:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:33:40 ---> sigul-configuration.sh 09:33:40 gpg: directory `/root/.gnupg' created 09:33:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:33:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:33:40 gpg: keyring `/root/.gnupg/secring.gpg' created 09:33:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:33:40 gpg: CAST5 encrypted data 09:33:40 gpg: encrypted with 1 passphrase 09:33:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:33:42 + mkdir /home/jenkins 09:33:42 + mkdir /home/jenkins/sigul [Pipeline] sh 09:33:43 + 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 09:33:43 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:33:44 ---> sigul-install.sh 09:33:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:33:56 + git tag --list 09:33:56 0.6.0 09:33:56 0.6.1 09:33:56 0.7.0 09:33:56 0.7.1 09:33:56 v0.0.0 09:33:56 v0.0.1-dev.1 09:33:56 v1.0.0 09:33:56 v1.0.1 09:33:56 v1.1.0 09:33:56 v1.2.0 09:33:56 v1.2.1 09:33:56 v1.2.2-dev.1 09:33:56 v1.2.2-dev.10 09:33:56 v1.2.2-dev.100 09:33:56 v1.2.2-dev.101 09:33:56 v1.2.2-dev.102 09:33:56 v1.2.2-dev.103 09:33:56 v1.2.2-dev.104 09:33:56 v1.2.2-dev.105 09:33:56 v1.2.2-dev.106 09:33:56 v1.2.2-dev.107 09:33:56 v1.2.2-dev.11 09:33:56 v1.2.2-dev.12 09:33:56 v1.2.2-dev.13 09:33:56 v1.2.2-dev.14 09:33:56 v1.2.2-dev.15 09:33:56 v1.2.2-dev.16 09:33:56 v1.2.2-dev.17 09:33:56 v1.2.2-dev.18 09:33:56 v1.2.2-dev.19 09:33:56 v1.2.2-dev.2 09:33:56 v1.2.2-dev.20 09:33:56 v1.2.2-dev.21 09:33:56 v1.2.2-dev.22 09:33:56 v1.2.2-dev.23 09:33:56 v1.2.2-dev.24 09:33:56 v1.2.2-dev.25 09:33:56 v1.2.2-dev.26 09:33:56 v1.2.2-dev.27 09:33:56 v1.2.2-dev.28 09:33:56 v1.2.2-dev.29 09:33:56 v1.2.2-dev.3 09:33:56 v1.2.2-dev.30 09:33:56 v1.2.2-dev.31 09:33:56 v1.2.2-dev.32 09:33:56 v1.2.2-dev.33 09:33:56 v1.2.2-dev.34 09:33:56 v1.2.2-dev.35 09:33:56 v1.2.2-dev.36 09:33:56 v1.2.2-dev.37 09:33:56 v1.2.2-dev.38 09:33:56 v1.2.2-dev.39 09:33:56 v1.2.2-dev.4 09:33:56 v1.2.2-dev.40 09:33:56 v1.2.2-dev.41 09:33:56 v1.2.2-dev.42 09:33:56 v1.2.2-dev.43 09:33:56 v1.2.2-dev.44 09:33:56 v1.2.2-dev.45 09:33:56 v1.2.2-dev.46 09:33:56 v1.2.2-dev.47 09:33:56 v1.2.2-dev.48 09:33:56 v1.2.2-dev.49 09:33:56 v1.2.2-dev.5 09:33:56 v1.2.2-dev.50 09:33:56 v1.2.2-dev.51 09:33:56 v1.2.2-dev.52 09:33:56 v1.2.2-dev.53 09:33:56 v1.2.2-dev.54 09:33:56 v1.2.2-dev.55 09:33:56 v1.2.2-dev.56 09:33:56 v1.2.2-dev.57 09:33:56 v1.2.2-dev.58 09:33:56 v1.2.2-dev.59 09:33:56 v1.2.2-dev.6 09:33:56 v1.2.2-dev.60 09:33:56 v1.2.2-dev.61 09:33:56 v1.2.2-dev.62 09:33:56 v1.2.2-dev.63 09:33:56 v1.2.2-dev.64 09:33:56 v1.2.2-dev.65 09:33:56 v1.2.2-dev.66 09:33:56 v1.2.2-dev.67 09:33:56 v1.2.2-dev.68 09:33:56 v1.2.2-dev.69 09:33:56 v1.2.2-dev.7 09:33:56 v1.2.2-dev.70 09:33:56 v1.2.2-dev.71 09:33:56 v1.2.2-dev.72 09:33:56 v1.2.2-dev.73 09:33:56 v1.2.2-dev.74 09:33:56 v1.2.2-dev.75 09:33:56 v1.2.2-dev.76 09:33:56 v1.2.2-dev.77 09:33:56 v1.2.2-dev.78 09:33:56 v1.2.2-dev.79 09:33:56 v1.2.2-dev.8 09:33:56 v1.2.2-dev.80 09:33:56 v1.2.2-dev.81 09:33:56 v1.2.2-dev.82 09:33:56 v1.2.2-dev.83 09:33:56 v1.2.2-dev.84 09:33:56 v1.2.2-dev.85 09:33:56 v1.2.2-dev.86 09:33:56 v1.2.2-dev.87 09:33:56 v1.2.2-dev.88 09:33:56 v1.2.2-dev.89 09:33:56 v1.2.2-dev.9 09:33:56 v1.2.2-dev.90 09:33:56 v1.2.2-dev.91 09:33:56 v1.2.2-dev.92 09:33:56 v1.2.2-dev.93 09:33:56 v1.2.2-dev.94 09:33:56 v1.2.2-dev.95 09:33:56 v1.2.2-dev.96 09:33:56 v1.2.2-dev.97 09:33:56 v1.2.2-dev.98 09:33:56 v1.2.2-dev.99 09:33:56 v1.3.0 09:33:56 v1.3.1 09:33:56 v1.3.1-dev.1 09:33:56 v1.3.1-dev.10 09:33:56 v1.3.1-dev.11 09:33:56 v1.3.1-dev.12 09:33:56 v1.3.1-dev.13 09:33:56 v1.3.1-dev.14 09:33:56 v1.3.1-dev.15 09:33:56 v1.3.1-dev.16 09:33:56 v1.3.1-dev.17 09:33:56 v1.3.1-dev.18 09:33:56 v1.3.1-dev.2 09:33:56 v1.3.1-dev.3 09:33:56 v1.3.1-dev.4 09:33:56 v1.3.1-dev.5 09:33:56 v1.3.1-dev.6 09:33:56 v1.3.1-dev.7 09:33:56 v1.3.1-dev.8 09:33:56 v1.3.1-dev.9 09:33:56 v2.0.0-dev.1 09:33:56 v2.0.0-dev.10 09:33:56 v2.0.0-dev.100 09:33:56 v2.0.0-dev.101 09:33:56 v2.0.0-dev.102 09:33:56 v2.0.0-dev.103 09:33:56 v2.0.0-dev.104 09:33:56 v2.0.0-dev.105 09:33:56 v2.0.0-dev.106 09:33:56 v2.0.0-dev.107 09:33:56 v2.0.0-dev.108 09:33:56 v2.0.0-dev.109 09:33:56 v2.0.0-dev.11 09:33:56 v2.0.0-dev.110 09:33:56 v2.0.0-dev.111 09:33:56 v2.0.0-dev.112 09:33:56 v2.0.0-dev.113 09:33:56 v2.0.0-dev.114 09:33:56 v2.0.0-dev.115 09:33:56 v2.0.0-dev.116 09:33:56 v2.0.0-dev.117 09:33:56 v2.0.0-dev.118 09:33:56 v2.0.0-dev.119 09:33:56 v2.0.0-dev.12 09:33:56 v2.0.0-dev.120 09:33:56 v2.0.0-dev.121 09:33:56 v2.0.0-dev.122 09:33:56 v2.0.0-dev.123 09:33:56 v2.0.0-dev.124 09:33:56 v2.0.0-dev.125 09:33:56 v2.0.0-dev.126 09:33:56 v2.0.0-dev.127 09:33:56 v2.0.0-dev.128 09:33:56 v2.0.0-dev.129 09:33:56 v2.0.0-dev.13 09:33:56 v2.0.0-dev.130 09:33:56 v2.0.0-dev.131 09:33:56 v2.0.0-dev.132 09:33:56 v2.0.0-dev.133 09:33:56 v2.0.0-dev.134 09:33:56 v2.0.0-dev.135 09:33:56 v2.0.0-dev.136 09:33:56 v2.0.0-dev.137 09:33:56 v2.0.0-dev.138 09:33:56 v2.0.0-dev.139 09:33:56 v2.0.0-dev.14 09:33:56 v2.0.0-dev.140 09:33:56 v2.0.0-dev.141 09:33:56 v2.0.0-dev.142 09:33:56 v2.0.0-dev.143 09:33:56 v2.0.0-dev.144 09:33:56 v2.0.0-dev.145 09:33:56 v2.0.0-dev.146 09:33:56 v2.0.0-dev.147 09:33:56 v2.0.0-dev.148 09:33:56 v2.0.0-dev.149 09:33:56 v2.0.0-dev.15 09:33:56 v2.0.0-dev.150 09:33:56 v2.0.0-dev.151 09:33:56 v2.0.0-dev.152 09:33:56 v2.0.0-dev.153 09:33:56 v2.0.0-dev.154 09:33:56 v2.0.0-dev.155 09:33:56 v2.0.0-dev.156 09:33:56 v2.0.0-dev.157 09:33:56 v2.0.0-dev.158 09:33:56 v2.0.0-dev.16 09:33:56 v2.0.0-dev.17 09:33:56 v2.0.0-dev.18 09:33:56 v2.0.0-dev.19 09:33:56 v2.0.0-dev.2 09:33:56 v2.0.0-dev.20 09:33:56 v2.0.0-dev.21 09:33:56 v2.0.0-dev.22 09:33:56 v2.0.0-dev.23 09:33:56 v2.0.0-dev.24 09:33:56 v2.0.0-dev.25 09:33:56 v2.0.0-dev.26 09:33:56 v2.0.0-dev.27 09:33:56 v2.0.0-dev.28 09:33:56 v2.0.0-dev.29 09:33:56 v2.0.0-dev.3 09:33:56 v2.0.0-dev.30 09:33:56 v2.0.0-dev.31 09:33:56 v2.0.0-dev.32 09:33:56 v2.0.0-dev.33 09:33:56 v2.0.0-dev.34 09:33:56 v2.0.0-dev.35 09:33:56 v2.0.0-dev.36 09:33:56 v2.0.0-dev.37 09:33:56 v2.0.0-dev.38 09:33:56 v2.0.0-dev.39 09:33:56 v2.0.0-dev.4 09:33:56 v2.0.0-dev.40 09:33:56 v2.0.0-dev.41 09:33:56 v2.0.0-dev.42 09:33:56 v2.0.0-dev.43 09:33:56 v2.0.0-dev.44 09:33:56 v2.0.0-dev.45 09:33:56 v2.0.0-dev.46 09:33:56 v2.0.0-dev.47 09:33:56 v2.0.0-dev.48 09:33:56 v2.0.0-dev.49 09:33:56 v2.0.0-dev.5 09:33:56 v2.0.0-dev.50 09:33:56 v2.0.0-dev.51 09:33:56 v2.0.0-dev.52 09:33:56 v2.0.0-dev.53 09:33:56 v2.0.0-dev.54 09:33:56 v2.0.0-dev.55 09:33:56 v2.0.0-dev.56 09:33:56 v2.0.0-dev.57 09:33:56 v2.0.0-dev.58 09:33:56 v2.0.0-dev.59 09:33:56 v2.0.0-dev.6 09:33:56 v2.0.0-dev.60 09:33:56 v2.0.0-dev.61 09:33:56 v2.0.0-dev.62 09:33:56 v2.0.0-dev.63 09:33:56 v2.0.0-dev.64 09:33:56 v2.0.0-dev.65 09:33:56 v2.0.0-dev.66 09:33:56 v2.0.0-dev.67 09:33:56 v2.0.0-dev.68 09:33:56 v2.0.0-dev.69 09:33:56 v2.0.0-dev.7 09:33:56 v2.0.0-dev.70 09:33:56 v2.0.0-dev.71 09:33:56 v2.0.0-dev.72 09:33:56 v2.0.0-dev.73 09:33:56 v2.0.0-dev.74 09:33:56 v2.0.0-dev.75 09:33:56 v2.0.0-dev.76 09:33:56 v2.0.0-dev.77 09:33:56 v2.0.0-dev.78 09:33:56 v2.0.0-dev.79 09:33:56 v2.0.0-dev.8 09:33:56 v2.0.0-dev.80 09:33:56 v2.0.0-dev.81 09:33:56 v2.0.0-dev.82 09:33:56 v2.0.0-dev.83 09:33:56 v2.0.0-dev.84 09:33:56 v2.0.0-dev.85 09:33:56 v2.0.0-dev.86 09:33:56 v2.0.0-dev.87 09:33:56 v2.0.0-dev.88 09:33:56 v2.0.0-dev.89 09:33:56 v2.0.0-dev.9 09:33:56 v2.0.0-dev.90 09:33:56 v2.0.0-dev.91 09:33:56 v2.0.0-dev.92 09:33:56 v2.0.0-dev.93 09:33:56 v2.0.0-dev.94 09:33:56 v2.0.0-dev.95 09:33:56 v2.0.0-dev.96 09:33:56 v2.0.0-dev.97 09:33:56 v2.0.0-dev.98 09:33:56 v2.0.0-dev.99 [Pipeline] sh 09:33:57 + lftools sign git-tag v2.0.0-dev.158 09:33:59 Signing Git tag with Sigul... 09:33:59 Signing v2.0.0-dev.158 [Pipeline] echo 09:34:02 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:34:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:34:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:34:03 $ docker stop --time=1 2ccbbfa603594bc6a0057bd5cdb02374a265ed921fca579d5100fd2814ace4e1 09:34:06 $ docker rm -f 2ccbbfa603594bc6a0057bd5cdb02374a265ed921fca579d5100fd2814ace4e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:34:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:34:08 . [Pipeline] withDockerContainer 09:34:08 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:34:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:34:11 $ docker top 072bb9858e892fe51d7762b2b5e40e7d8af4ac4d4e8bcb9965589a7dda6c886d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:34:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:34:12 [ssh-agent] Looking for ssh-agent implementation... 09:34:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:34:14 $ docker exec 072bb9858e892fe51d7762b2b5e40e7d8af4ac4d4e8bcb9965589a7dda6c886d ssh-agent 09:34:14 SSH_AUTH_SOCK=/tmp/ssh-rohQFAkdZL4c/agent.11 09:34:14 SSH_AGENT_PID=16 09:34:14 Running ssh-add (command line suppressed) 09:34:15 Identity added: /w/workspace/edgex-go/426@tmp/private_key_3510237082650046593.key (/w/workspace/edgex-go/426@tmp/private_key_3510237082650046593.key) 09:34:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:34:16 + git semver bump pre 09:34:17 # -> Open(): unable to determine branch for HEAD 09:34:17 # $GIT_DIR = /w/workspace/edgex-go/426/.git 09:34:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/426 09:34:17 # $SEMVER_REMOTE_NAME = origin 09:34:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:34:17 # $SEMVER_USER_NAME = edgex-jenkins 09:34:17 # $SEMVER_BRANCH = master 09:34:17 # $SEMVER_DIR = /w/workspace/edgex-go/426/.semver 09:34:17 2.0.0-dev.159 [Pipeline] } 09:34:17 $ docker exec --env ******** --env ******** 072bb9858e892fe51d7762b2b5e40e7d8af4ac4d4e8bcb9965589a7dda6c886d ssh-agent -k 09:34:17 unset SSH_AUTH_SOCK; 09:34:17 unset SSH_AGENT_PID; 09:34:17 echo Agent pid 16 killed; 09:34:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:34:19 + git semver [Pipeline] } 09:34:20 $ docker stop --time=1 072bb9858e892fe51d7762b2b5e40e7d8af4ac4d4e8bcb9965589a7dda6c886d 09:34:22 $ docker rm -f 072bb9858e892fe51d7762b2b5e40e7d8af4ac4d4e8bcb9965589a7dda6c886d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:34:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:34:23 . [Pipeline] withDockerContainer 09:34:24 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:34:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:34:26 $ docker top 28965e6615981ecfc4d793713ae6530246da14fe556ad4cff6897d5ad533020a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:34:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:34:27 [ssh-agent] Looking for ssh-agent implementation... 09:34:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:34:27 $ docker exec 28965e6615981ecfc4d793713ae6530246da14fe556ad4cff6897d5ad533020a ssh-agent 09:34:28 SSH_AUTH_SOCK=/tmp/ssh-hrMbghY92F0m/agent.12 09:34:28 SSH_AGENT_PID=17 09:34:28 Running ssh-add (command line suppressed) 09:34:28 Identity added: /w/workspace/edgex-go/426@tmp/private_key_7452652889334040321.key (/w/workspace/edgex-go/426@tmp/private_key_7452652889334040321.key) 09:34:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:34:30 + git semver push 09:34:30 # -> Open(): unable to determine branch for HEAD 09:34:30 # $GIT_DIR = /w/workspace/edgex-go/426/.git 09:34:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/426 09:34:30 # $SEMVER_REMOTE_NAME = origin 09:34:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:34:30 # $SEMVER_USER_NAME = edgex-jenkins 09:34:30 # $SEMVER_BRANCH = master 09:34:30 # $SEMVER_DIR = /w/workspace/edgex-go/426/.semver [Pipeline] } 09:34:43 $ docker exec --env ******** --env ******** 28965e6615981ecfc4d793713ae6530246da14fe556ad4cff6897d5ad533020a ssh-agent -k 09:34:44 unset SSH_AUTH_SOCK; 09:34:44 unset SSH_AGENT_PID; 09:34:44 echo Agent pid 17 killed; 09:34:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:34:46 + git semver [Pipeline] } 09:34:46 $ docker stop --time=1 28965e6615981ecfc4d793713ae6530246da14fe556ad4cff6897d5ad533020a 09:34:48 $ docker rm -f 28965e6615981ecfc4d793713ae6530246da14fe556ad4cff6897d5ad533020a [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 09:34:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:34:52 ---> package-listing.sh 09:34:52 ++ tr '[:upper:]' '[:lower:]' 09:34:52 ++ facter osfamily 09:34:52 + OS_FAMILY=redhat 09:34:52 + workspace=/w/workspace/edgex-go/426 09:34:52 + START_PACKAGES=/tmp/packages_start.txt 09:34:52 + END_PACKAGES=/tmp/packages_end.txt 09:34:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:34:52 + PACKAGES=/tmp/packages_start.txt 09:34:52 + '[' /w/workspace/edgex-go/426 ']' 09:34:52 + PACKAGES=/tmp/packages_end.txt 09:34:52 + case "${OS_FAMILY}" in 09:34:52 + rpm -qa 09:34:52 + sort 09:35:02 + '[' -f /tmp/packages_start.txt ']' 09:35:02 + '[' -f /tmp/packages_end.txt ']' 09:35:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:35:02 + '[' /w/workspace/edgex-go/426 ']' 09:35:02 + mkdir -p /w/workspace/edgex-go/426/archives/ 09:35:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/426/archives/ [Pipeline] echo 09:35:02 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/426/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:35:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:35:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:35:04 09:35:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:35:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:35:05 alpine: Pulling from edgex-lftools-log-publisher 09:35:05 df20fa9351a1: Pulling fs layer 09:35:05 36b3adc4ff6f: Pulling fs layer 09:35:05 8ad3a11d3b57: Pulling fs layer 09:35:05 46f8f816bc3b: Pulling fs layer 09:35:05 93b61091891f: Pulling fs layer 09:35:05 93b9cdb0e59b: Pulling fs layer 09:35:05 5e14af77c1be: Pulling fs layer 09:35:05 01666e4c0597: Pulling fs layer 09:35:05 aa168da1d23b: Pulling fs layer 09:35:05 46f8f816bc3b: Waiting 09:35:05 93b61091891f: Waiting 09:35:05 93b9cdb0e59b: Waiting 09:35:05 5e14af77c1be: Waiting 09:35:05 01666e4c0597: Waiting 09:35:05 aa168da1d23b: Waiting 09:35:05 36b3adc4ff6f: Verifying Checksum 09:35:05 36b3adc4ff6f: Download complete 09:35:05 46f8f816bc3b: Verifying Checksum 09:35:05 46f8f816bc3b: Download complete 09:35:06 df20fa9351a1: Verifying Checksum 09:35:06 df20fa9351a1: Download complete 09:35:06 93b9cdb0e59b: Verifying Checksum 09:35:06 93b9cdb0e59b: Download complete 09:35:06 5e14af77c1be: Verifying Checksum 09:35:06 5e14af77c1be: Download complete 09:35:06 01666e4c0597: Verifying Checksum 09:35:06 01666e4c0597: Download complete 09:35:06 93b61091891f: Verifying Checksum 09:35:06 93b61091891f: Download complete 09:35:06 df20fa9351a1: Pull complete 09:35:07 36b3adc4ff6f: Pull complete 09:35:07 8ad3a11d3b57: Download complete 09:35:11 8ad3a11d3b57: Pull complete 09:35:12 46f8f816bc3b: Pull complete 09:35:13 93b61091891f: Pull complete 09:35:14 93b9cdb0e59b: Pull complete 09:35:14 5e14af77c1be: Pull complete 09:35:14 01666e4c0597: Pull complete 09:35:17 aa168da1d23b: Verifying Checksum 09:35:17 aa168da1d23b: Download complete 09:35:35 aa168da1d23b: Pull complete 09:35:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:35:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:35:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:35:36 prd-centos7-docker-4c-2g-32451 does not seem to be running inside a container 09:35:37 $ 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/426/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/426 -v /w/workspace/edgex-go/426:/w/workspace/edgex-go/426:rw,z -v /w/workspace/edgex-go/426@tmp:/w/workspace/edgex-go/426@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 09:35:41 $ docker top 54f5670f5776be537e9ec4852b032bfd00a7251c68a561de29e4cd3b78d6b4ce -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:44 + touch /tmp/pre-build-complete [Pipeline] sh 09:35:45 + mkdir -p /var/log/sa [Pipeline] sh 09:35:46 + ls /var/log/sa-host 09:35:46 + sadf -c /var/log/sa-host/sa01 09:35:46 file_magic: OK 09:35:46 HZ: Using current value: 100 09:35:46 file_header: OK 09:35:46 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 09:35:46 Statistics: 09:35:46 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... 09:35:46 File successfully converted to sysstat format version 12.2.1 09:35:46 + sadf -c /var/log/sa-host/sa23 09:35:46 file_magic: OK 09:35:46 HZ: Using current value: 100 09:35:46 file_header: OK 09:35:46 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 09:35:46 Statistics: 09:35:46 Hnuu...uuuununununu... 09:35:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:35:46 provisioning config files... 09:35:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/426@tmp/config983323763218746951tmp [Pipeline] { [Pipeline] echo 09:35:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:35:47 ---> create-netrc.sh [Pipeline] } 09:35:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:35:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:35:48 ---> python-tools-install.sh [Pipeline] echo 09:35:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:35:49 ---> sudo-logs.sh 09:35:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:35:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:35:51 ---> job-cost.sh 09:35:51 lf-activate-venv: SKIPPING 09:35:51 DEBUG: total: 0.20999999344348907 09:35:51 INFO: Retrieving Stack Cost... 09:35:52 INFO: Retrieving Pricing Info for: v1-standard-2 09:35:53 INFO: Archiving Costs [Pipeline] echo 09:35:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:35:54 ---> logs-deploy.sh 09:35:54 lf-activate-venv: SKIPPING 09:35:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/426 09:35:54 INFO: archiving workspace using pattern(s): 09:35:57 Archives upload complete. 09:35:57 INFO: archiving logs to Nexus 09:35:59 ---> uname -a: 09:35:59 Linux prd-centos7-docker-4c-2g-32451.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:35:59 09:35:59 09:35:59 ---> lscpu: 09:35:59 Architecture: x86_64 09:35:59 CPU op-mode(s): 32-bit, 64-bit 09:35:59 Byte Order: Little Endian 09:35:59 Address sizes: 40 bits physical, 48 bits virtual 09:35:59 CPU(s): 4 09:35:59 On-line CPU(s) list: 0-3 09:35:59 Thread(s) per core: 1 09:35:59 Core(s) per socket: 1 09:35:59 Socket(s): 4 09:35:59 NUMA node(s): 1 09:35:59 Vendor ID: GenuineIntel 09:35:59 CPU family: 6 09:35:59 Model: 44 09:35:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:35:59 Stepping: 1 09:35:59 CPU MHz: 2933.438 09:35:59 BogoMIPS: 5866.87 09:35:59 Virtualization: VT-x 09:35:59 Hypervisor vendor: KVM 09:35:59 Virtualization type: full 09:35:59 L1d cache: 128 KiB 09:35:59 L1i cache: 128 KiB 09:35:59 L2 cache: 16 MiB 09:35:59 L3 cache: 64 MiB 09:35:59 NUMA node0 CPU(s): 0-3 09:35:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:35:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:35:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:35:59 Vulnerability Meltdown: Mitigation; PTI 09:35:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:35:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:35:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:35:59 Vulnerability Srbds: Not affected 09:35:59 Vulnerability Tsx async abort: Not affected 09:35:59 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 09:35:59 09:35:59 09:35:59 ---> nproc: 09:35:59 4 09:35:59 09:35:59 09:35:59 ---> df -h: 09:35:59 Filesystem Size Used Available Use% Mounted on 09:35:59 overlay 50.0G 13.1G 36.9G 26% / 09:35:59 tmpfs 64.0M 0 64.0M 0% /dev 09:35:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:35:59 shm 64.0M 0 64.0M 0% /dev/shm 09:35:59 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 09:35:59 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 09:35:59 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 09:35:59 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 09:35:59 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 09:35:59 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 09:35:59 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 09:35:59 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 09:35:59 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/426 09:35:59 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/426@tmp 09:35:59 09:35:59 09:35:59 ---> free -m: 09:35:59 total used free shared buff/cache available 09:35:59 Mem: 1837 783 138 0 916 1001 09:35:59 Swap: 1023 60 963 09:35:59 09:35:59 09:35:59 ---> ip addr: 09:35:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:35:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:35:59 inet 127.0.0.1/8 scope host lo 09:35:59 valid_lft forever preferred_lft forever 09:35:59 inet6 ::1/128 scope host 09:35:59 valid_lft forever preferred_lft forever 09:35:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:35:59 link/ether fa:16:3e:74:6b:1a brd ff:ff:ff:ff:ff:ff 09:35:59 inet 10.30.122.119/23 brd 10.30.123.255 scope global dynamic eth0 09:35:59 valid_lft 84681sec preferred_lft 84681sec 09:35:59 inet6 fe80::f816:3eff:fe74:6b1a/64 scope link 09:35:59 valid_lft forever preferred_lft forever 09:35:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:35:59 link/ether 02:42:90:1a:55:e1 brd ff:ff:ff:ff:ff:ff 09:35:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:35:59 valid_lft forever preferred_lft forever 09:35:59 inet6 fe80::42:90ff:fe1a:55e1/64 scope link 09:35:59 valid_lft forever preferred_lft forever 09:35:59 09:35:59 09:35:59 ---> sar -b -r -n DEV: 09:35:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 09:35:59 09:35:59 09:07:05 LINUX RESTART (4 CPU) 09:35:59 09:35:59 09:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:35:59 09:09:01 51.13 18.20 32.93 0.00 1971.40 7158.18 0.00 09:35:59 09:10:01 42.29 14.85 27.44 0.00 4784.63 7159.30 0.00 09:35:59 09:11:02 167.43 77.32 90.11 0.00 5588.69 33076.41 0.00 09:35:59 09:12:01 195.49 52.21 143.27 0.00 2497.99 23948.88 0.00 09:35:59 09:13:02 114.49 71.75 42.74 0.00 2514.72 3637.60 0.00 09:35:59 09:14:01 87.60 31.00 56.60 0.00 1249.68 6858.36 0.00 09:35:59 09:15:02 56.86 28.73 28.14 0.00 738.61 2326.49 0.00 09:35:59 09:16:01 59.73 18.52 41.21 0.00 1007.27 3230.17 0.00 09:35:59 09:17:01 57.64 23.56 34.08 0.00 1461.95 5328.33 0.00 09:35:59 09:18:01 30.17 7.83 22.34 0.00 377.23 9204.83 0.00 09:35:59 09:19:03 224.12 84.21 139.91 0.00 28443.58 88083.28 0.00 09:35:59 09:20:02 710.03 596.24 113.79 0.00 66430.23 70237.21 0.00 09:35:59 09:21:09 1485.74 1312.70 173.05 0.00 84281.99 88811.42 0.00 09:35:59 09:22:02 1156.20 1026.92 129.28 0.00 58011.01 61700.92 0.00 09:35:59 09:23:02 197.03 97.52 99.52 0.00 11670.27 23268.82 0.00 09:35:59 09:24:03 315.85 109.55 206.30 0.00 35429.50 78571.41 0.00 09:35:59 09:25:04 1292.92 1130.19 162.73 0.00 80932.62 88058.58 0.00 09:35:59 09:26:01 1449.00 1291.04 157.96 0.00 76201.05 86490.11 0.00 09:35:59 09:27:01 128.16 69.58 58.58 0.00 5056.26 10772.12 0.00 09:35:59 09:28:01 199.31 15.48 183.83 0.00 873.40 31235.89 0.00 09:35:59 09:29:01 53.49 19.86 33.63 0.00 4141.50 1237.28 0.00 09:35:59 09:30:01 24.96 14.80 10.16 0.00 1944.58 179.46 0.00 09:35:59 09:31:02 78.14 16.82 61.33 0.00 1037.35 18538.96 0.00 09:35:59 09:32:01 276.61 175.36 101.25 0.00 8639.24 19077.73 0.00 09:35:59 09:33:01 85.95 17.83 68.12 0.00 2680.66 15779.71 0.00 09:35:59 09:34:02 156.28 63.19 93.10 0.00 4037.42 14994.68 0.00 09:35:59 09:35:01 89.76 73.78 15.98 0.00 6708.15 3068.77 0.00 09:35:59 Average: 325.07 238.74 86.33 0.00 18518.93 29818.80 0.00 09:35:59 09:35:59 09:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:35:59 09:09:01 80316 0 590456 31.38 2620 1208152 1102964 37.64 513576 1087632 12912 09:35:59 09:10:01 74712 0 824300 43.81 2620 979912 1469332 50.15 684272 919284 9636 09:35:59 09:11:02 76928 0 745984 39.65 2076 1056556 1526864 52.11 621980 938932 90272 09:35:59 09:12:01 349428 0 714572 37.98 1188 816356 1157708 39.51 430388 823396 24 09:35:59 09:13:02 191264 0 771964 41.03 964 917352 1773024 60.51 581424 828888 73444 09:35:59 09:14:01 301072 0 776376 41.26 544 803552 1624604 55.45 615264 682084 51264 09:35:59 09:15:02 345144 0 842776 44.79 544 693080 1790564 61.11 571956 674564 23392 09:35:59 09:16:01 229832 0 797216 42.37 544 853952 1628288 55.57 631244 727528 65960 09:35:59 09:17:01 235496 0 739492 39.30 536 906020 1310672 44.73 592352 759912 28308 09:35:59 09:18:01 180508 0 772172 41.04 528 928336 1598280 54.55 592944 828060 24840 09:35:59 09:19:03 64592 0 838148 44.55 24 978780 2254028 76.93 720924 873384 78960 09:35:59 09:20:02 425716 0 695860 36.98 24 759944 1717024 58.60 524276 714316 92 09:35:59 09:21:09 77572 0 846644 45.00 24 957304 2315476 79.02 694768 874076 60488 09:35:59 09:22:02 146328 0 1363212 72.45 24 371980 4273204 145.84 819368 638944 32020 09:35:59 09:23:02 208292 0 776884 41.29 24 896344 1726708 58.93 640732 777596 4808 09:35:59 09:24:03 71008 0 813256 43.22 24 997256 2154564 73.53 733744 846008 94208 09:35:59 09:25:04 76892 0 781692 41.55 24 1022936 2149620 73.36 700672 886724 68552 09:35:59 09:26:01 882388 0 682672 36.28 24 316460 2209360 75.40 333224 442284 48 09:35:59 09:27:01 321932 0 820060 43.58 24 739528 2057596 70.22 628420 675016 60132 09:35:59 09:28:01 141548 0 726444 38.61 24 1013528 1532916 52.32 545192 932740 1452 09:35:59 09:29:01 65024 0 675472 35.90 24 1141024 1452884 49.58 557376 1001052 32 09:35:59 09:30:01 67200 0 681420 36.22 24 1132900 1499628 51.18 623824 929684 16 09:35:59 09:31:02 132180 0 734748 39.05 24 1014592 1726432 58.92 630092 833472 85560 09:35:59 09:32:01 236008 0 694216 36.90 8 951312 1216920 41.53 606660 725344 32 09:35:59 09:33:01 91464 0 737112 39.18 8 1052960 1663392 56.77 631760 857404 75388 09:35:59 09:34:02 150628 0 740872 39.38 8 990036 1302964 44.47 556576 809284 84540 09:35:59 09:35:01 71484 0 756172 40.19 8 1053880 1299860 44.36 532584 917524 176 09:35:59 Average: 196109 0 775563 41.22 463 909409 1760551 60.08 604281 815005 38021 09:35:59 09:35:59 09:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:35:59 09:09:01 eth0 507.22 276.73 3358.32 65.13 0.00 0.00 0.00 0.00 09:35:59 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:10:01 vetheeda609 573.65 623.10 64.78 2656.31 0.00 0.00 0.00 0.00 09:35:59 09:10:01 eth0 697.00 631.69 2992.86 101.29 0.00 0.00 0.00 0.00 09:35:59 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:10:01 docker0 573.65 622.97 56.94 2656.30 0.00 0.00 0.00 0.00 09:35:59 09:11:02 eth0 294.46 234.06 2836.84 26.26 0.00 0.00 0.00 0.00 09:35:59 09:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:11:02 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:12:01 eth0 214.28 168.10 852.07 69.51 0.00 0.00 0.00 0.00 09:35:59 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:12:01 docker0 141.98 185.39 10.26 835.70 0.00 0.00 0.00 0.00 09:35:59 09:13:02 vethb622f37 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:35:59 09:13:02 eth0 23.73 18.57 25.05 12.98 0.00 0.00 0.00 0.00 09:35:59 09:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:14:01 vethb622f37 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:14:01 eth0 23.16 17.65 18.16 9.96 0.00 0.00 0.00 0.00 09:35:59 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:15:02 vethb622f37 2.33 2.33 0.19 0.20 0.00 0.00 0.00 0.00 09:35:59 09:15:02 eth0 37.05 33.94 21.43 56.30 0.00 0.00 0.00 0.00 09:35:59 09:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:15:02 docker0 2.33 2.33 0.15 0.20 0.00 0.00 0.00 0.00 09:35:59 09:16:01 vethb622f37 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:16:01 eth0 3.55 2.71 2.56 1.38 0.00 0.00 0.00 0.00 09:35:59 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:17:01 vethb622f37 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:17:01 eth0 18.99 14.48 15.92 8.84 0.00 0.00 0.00 0.00 09:35:59 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:18:01 eth0 185.46 135.70 1682.74 70.14 0.00 0.00 0.00 0.00 09:35:59 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:19:03 veth9a58da1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:35:59 09:19:03 eth0 28.68 26.79 24.36 45.13 0.00 0.00 0.00 0.00 09:35:59 09:19:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:19:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:20:02 vethb89ae36 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:20:02 veth1a839b1 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 09:35:59 09:20:02 veth9a58da1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:20:02 veth3ea4fd1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:21:09 veth9a58da1 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 09:35:59 09:21:09 eth0 1906.56 1456.42 10857.89 434.48 0.00 0.00 0.00 0.00 09:35:59 09:21:09 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 09:35:59 09:21:09 docker0 661.82 754.44 61.62 3286.86 0.00 0.00 0.00 0.00 09:35:59 09:22:02 vethf728634 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:35:59 09:22:02 veth9a58da1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:22:02 vethc8cf5b3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 09:35:59 09:22:02 eth0 5.54 4.39 4.20 2.35 0.00 0.00 0.00 0.00 09:35:59 09:23:02 veth9a58da1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:23:02 eth0 6.52 4.97 5.10 2.76 0.00 0.00 0.00 0.00 09:35:59 09:23:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:35:59 09:23:02 docker0 735.07 837.93 68.44 3650.61 0.00 0.00 0.00 0.00 09:35:59 09:24:03 veth9a58da1 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 09:35:59 09:24:03 eth0 79.79 55.61 255.06 68.65 0.00 0.00 0.00 0.00 09:35:59 09:24:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:24:03 docker0 16.15 32.23 0.92 182.76 0.00 0.00 0.00 0.00 09:35:59 09:25:04 veth9a58da1 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 09:35:59 09:25:04 eth0 30.14 19.85 121.95 5.15 0.00 0.00 0.00 0.00 09:35:59 09:25:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:25:04 docker0 12.02 20.03 0.71 114.19 0.00 0.00 0.00 0.00 09:35:59 09:26:01 vethde7968f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:26:01 veth6c3814d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:26:01 veth9a58da1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:26:01 veth1df4dec 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:27:01 veth9a58da1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:27:01 eth0 2241.95 1704.37 12418.78 563.93 0.00 0.00 0.00 0.00 09:35:59 09:27:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:35:59 09:27:01 vethd64e523 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:35:59 09:28:01 veth9a58da1 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:28:01 eth0 227.34 153.72 1651.23 68.52 0.00 0.00 0.00 0.00 09:35:59 09:28:01 veth881b1f6 1.23 1.77 0.16 4.65 0.00 0.00 0.00 0.00 09:35:59 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:29:01 eth0 163.88 153.31 130.21 434.86 0.00 0.00 0.00 0.00 09:35:59 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:29:01 docker0 791.60 969.16 71.76 4366.48 0.00 0.00 0.00 0.00 09:35:59 09:30:01 eth0 310.71 312.10 120.16 1178.81 0.00 0.00 0.00 0.00 09:35:59 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:31:02 eth0 489.67 421.71 4035.89 92.14 0.00 0.00 0.00 0.00 09:35:59 09:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:32:01 eth0 73.35 73.08 277.80 47.84 0.00 0.00 0.00 0.00 09:35:59 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:32:01 docker0 49.59 46.07 4.59 256.23 0.00 0.00 0.00 0.00 09:35:59 09:33:01 eth0 384.46 328.96 3208.21 68.76 0.00 0.00 0.00 0.00 09:35:59 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:34:02 veth246b7b9 20.59 32.58 1.47 230.39 0.00 0.00 0.00 0.00 09:35:59 09:34:02 eth0 67.40 52.38 261.36 42.53 0.00 0.00 0.00 0.00 09:35:59 09:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:34:02 docker0 20.59 32.45 1.19 230.38 0.00 0.00 0.00 0.00 09:35:59 09:35:01 eth0 47.65 44.44 48.54 55.44 0.00 0.00 0.00 0.00 09:35:59 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 09:35:01 docker0 3.36 2.48 1.02 1.41 0.00 0.00 0.00 0.00 09:35:59 Average: eth0 147.56 119.75 820.01 94.91 0.00 0.00 0.00 0.00 09:35:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:35:59 Average: docker0 32.17 39.06 2.92 180.56 0.00 0.00 0.00 0.00 09:35:59 09:35:59 09:35:59 ---> sar -P ALL: 09:35:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 09:35:59 09:35:59 09:07:05 LINUX RESTART (4 CPU) 09:35:59 09:35:59 09:08:02 CPU %user %nice %system %iowait %steal %idle 09:35:59 09:09:01 all 12.55 0.00 3.72 1.31 26.24 56.19 09:35:59 09:09:01 0 12.19 0.00 4.00 2.26 27.73 53.83 09:35:59 09:09:01 1 12.82 0.00 3.29 0.83 25.27 57.78 09:35:59 09:09:01 2 10.67 0.00 3.20 0.77 25.39 59.98 09:35:59 09:09:01 3 14.58 0.00 4.42 1.39 26.58 53.03 09:35:59 09:10:01 all 6.25 0.00 4.46 0.71 27.14 61.43 09:35:59 09:10:01 0 7.50 0.00 4.90 1.64 29.01 56.94 09:35:59 09:10:01 1 3.57 0.00 3.32 0.39 27.36 65.37 09:35:59 09:10:01 2 7.39 0.00 4.80 0.39 26.66 60.76 09:35:59 09:10:01 3 6.66 0.00 4.89 0.42 25.48 62.54 09:35:59 09:11:02 all 6.02 0.00 4.53 1.57 25.34 62.53 09:35:59 09:11:02 0 6.51 0.00 4.09 0.98 26.52 61.90 09:35:59 09:11:02 1 5.02 0.00 4.34 1.62 25.14 63.89 09:35:59 09:11:02 2 4.33 0.00 4.11 1.61 25.55 64.40 09:35:59 09:11:02 3 8.34 0.00 5.64 2.10 24.11 59.81 09:35:59 09:12:01 all 4.96 0.00 5.20 4.18 19.00 66.66 09:35:59 09:12:01 0 5.31 0.00 5.48 4.57 21.46 63.18 09:35:59 09:12:01 1 4.86 0.00 4.76 3.84 19.07 67.46 09:35:59 09:12:01 2 4.91 0.00 5.40 3.77 18.52 67.41 09:35:59 09:12:01 3 4.76 0.00 5.15 4.53 16.90 68.65 09:35:59 09:13:02 all 24.03 0.00 9.17 2.84 27.31 36.65 09:35:59 09:13:02 0 19.81 0.00 9.41 5.03 29.05 36.69 09:35:59 09:13:02 1 23.92 0.00 8.65 1.96 27.85 37.62 09:35:59 09:13:02 2 31.38 0.00 10.62 2.58 24.02 31.40 09:35:59 09:13:02 3 21.58 0.00 8.09 1.75 28.09 40.50 09:35:59 09:14:01 all 30.60 0.00 10.93 2.77 38.30 17.39 09:35:59 09:14:01 0 24.49 0.00 9.59 2.21 41.65 22.05 09:35:59 09:14:01 1 33.91 0.00 11.92 3.13 37.73 13.31 09:35:59 09:14:01 2 35.71 0.00 11.32 2.71 37.81 12.44 09:35:59 09:14:01 3 28.90 0.00 11.00 3.05 35.90 21.15 09:35:59 09:15:02 all 21.10 0.00 8.63 1.67 33.44 35.17 09:35:59 09:15:02 0 17.28 0.00 7.42 1.30 35.43 38.58 09:35:59 09:15:02 1 26.62 0.00 10.55 2.43 32.19 28.22 09:35:59 09:15:02 2 21.31 0.00 8.31 1.67 33.46 35.25 09:35:59 09:15:02 3 19.76 0.00 8.43 1.35 32.51 37.95 09:35:59 09:16:01 all 22.91 0.00 11.86 1.88 48.46 14.88 09:35:59 09:16:01 0 20.15 0.00 10.85 2.23 51.58 15.20 09:35:59 09:16:01 1 25.62 0.00 13.66 1.41 47.78 11.53 09:35:59 09:16:01 2 24.23 0.00 11.89 2.05 45.90 15.92 09:35:59 09:16:01 3 21.75 0.00 11.12 1.83 48.54 16.77 09:35:59 09:17:01 all 16.06 0.00 9.24 1.94 32.20 40.55 09:35:59 09:17:01 0 14.53 0.00 7.41 2.04 35.65 40.37 09:35:59 09:17:01 1 15.52 0.00 9.20 1.59 31.13 42.56 09:35:59 09:17:01 2 15.83 0.00 9.53 2.67 31.49 40.47 09:35:59 09:17:01 3 18.52 0.00 10.97 1.46 30.29 38.75 09:35:59 09:18:01 all 6.61 0.00 7.41 0.18 36.17 49.64 09:35:59 09:18:01 0 5.99 0.00 7.70 0.15 38.81 47.36 09:35:59 09:18:01 1 6.33 0.00 7.53 0.10 35.25 50.79 09:35:59 09:18:01 2 6.36 0.00 6.66 0.34 35.55 51.09 09:35:59 09:18:01 3 7.79 0.00 7.76 0.11 35.03 49.31 09:35:59 09:19:03 all 6.49 0.00 8.82 8.05 34.37 42.27 09:35:59 09:19:03 0 6.70 0.00 9.25 6.32 34.91 42.82 09:35:59 09:19:03 1 7.33 0.00 8.83 9.92 34.82 39.10 09:35:59 09:19:03 2 5.90 0.00 7.90 8.30 33.17 44.73 09:35:59 09:19:03 3 6.02 0.00 9.27 7.65 34.58 42.47 09:35:59 09:35:59 09:19:03 CPU %user %nice %system %iowait %steal %idle 09:35:59 09:20:02 all 8.54 0.00 7.27 11.43 43.50 29.26 09:35:59 09:20:02 0 7.71 0.00 6.04 9.61 43.07 33.57 09:35:59 09:20:02 1 9.43 0.00 7.64 11.68 43.33 27.91 09:35:59 09:20:02 2 7.94 0.00 7.34 13.04 42.97 28.71 09:35:59 09:20:02 3 9.11 0.00 8.11 11.43 44.69 26.66 09:35:59 09:21:09 all 6.13 0.00 9.73 30.76 29.90 23.48 09:35:59 09:21:09 0 6.58 0.00 8.33 28.96 29.75 26.37 09:35:59 09:21:09 1 6.29 0.00 10.42 32.43 29.90 20.96 09:35:59 09:21:09 2 5.26 0.00 10.34 31.41 29.13 23.86 09:35:59 09:21:09 3 6.38 0.00 9.87 30.29 30.84 22.63 09:35:59 09:22:02 all 19.88 0.00 10.67 22.41 29.68 17.36 09:35:59 09:22:02 0 19.75 0.00 10.78 22.01 26.86 20.60 09:35:59 09:22:02 1 19.65 0.00 11.54 24.52 30.60 13.69 09:35:59 09:22:02 2 20.64 0.00 10.49 21.09 29.53 18.26 09:35:59 09:22:02 3 19.49 0.00 9.87 22.07 31.71 16.87 09:35:59 09:23:02 all 55.97 0.00 12.51 6.16 21.19 4.18 09:35:59 09:23:02 0 56.37 0.00 11.68 5.23 21.06 5.66 09:35:59 09:23:02 1 57.38 0.00 11.58 6.10 19.99 4.95 09:35:59 09:23:02 2 57.83 0.00 14.94 6.66 18.41 2.17 09:35:59 09:23:02 3 52.31 0.00 11.93 6.70 25.23 3.83 09:35:59 09:24:03 all 7.76 0.00 9.97 14.68 36.11 31.48 09:35:59 09:24:03 0 7.38 0.00 8.96 14.17 37.23 32.26 09:35:59 09:24:03 1 7.57 0.00 9.55 16.45 35.69 30.74 09:35:59 09:24:03 2 7.73 0.00 9.76 14.29 35.76 32.47 09:35:59 09:24:03 3 8.37 0.00 11.67 13.78 35.75 30.44 09:35:59 09:25:04 all 7.55 0.00 8.39 18.78 31.81 33.47 09:35:59 09:25:04 0 7.69 0.00 7.87 18.40 32.78 33.27 09:35:59 09:25:04 1 7.76 0.00 8.09 19.03 31.39 33.74 09:35:59 09:25:04 2 7.61 0.00 8.33 18.61 30.51 34.94 09:35:59 09:25:04 3 7.14 0.00 9.30 19.06 32.54 31.96 09:35:59 09:26:01 all 7.66 0.00 6.58 26.19 32.75 26.82 09:35:59 09:26:01 0 7.60 0.00 6.92 27.60 33.30 24.59 09:35:59 09:26:01 1 7.44 0.00 5.84 25.23 32.33 29.16 09:35:59 09:26:01 2 8.06 0.00 6.59 25.13 32.01 28.21 09:35:59 09:26:01 3 7.55 0.00 6.99 26.79 33.34 25.32 09:35:59 09:27:01 all 52.65 0.00 12.51 3.20 28.05 3.58 09:35:59 09:27:01 0 50.25 0.00 11.86 3.14 30.73 4.02 09:35:59 09:27:01 1 51.67 0.00 12.25 3.19 28.99 3.90 09:35:59 09:27:01 2 53.39 0.00 13.37 3.70 27.15 2.38 09:35:59 09:27:01 3 55.24 0.00 12.58 2.80 25.38 3.99 09:35:59 09:28:01 all 7.39 0.00 9.08 7.04 28.19 48.30 09:35:59 09:28:01 0 7.84 0.00 9.69 6.85 28.58 47.04 09:35:59 09:28:01 1 9.10 0.00 8.42 4.76 28.06 49.66 09:35:59 09:28:01 2 5.51 0.00 8.05 8.55 28.80 49.09 09:35:59 09:28:01 3 7.10 0.00 10.19 8.02 27.31 47.38 09:35:59 09:29:01 all 5.73 0.00 5.28 1.55 21.52 65.93 09:35:59 09:29:01 0 7.25 0.00 6.30 1.82 22.77 61.87 09:35:59 09:29:01 1 6.22 0.00 4.49 1.41 22.24 65.63 09:35:59 09:29:01 2 6.05 0.00 6.34 1.81 19.24 66.57 09:35:59 09:29:01 3 3.43 0.00 4.04 1.17 21.76 69.60 09:35:59 09:30:01 all 6.20 0.00 5.15 1.20 27.90 59.54 09:35:59 09:30:01 0 4.82 0.00 4.79 1.47 31.22 57.70 09:35:59 09:30:01 1 6.14 0.00 4.43 1.99 27.59 59.86 09:35:59 09:30:01 2 5.75 0.00 6.05 0.83 25.50 61.86 09:35:59 09:30:01 3 8.22 0.00 5.40 0.46 27.06 58.86 09:35:59 09:35:59 09:30:01 CPU %user %nice %system %iowait %steal %idle 09:35:59 09:31:02 all 3.38 0.00 4.44 1.84 30.75 59.60 09:35:59 09:31:02 0 3.83 0.00 4.45 2.42 32.92 56.38 09:35:59 09:31:02 1 2.81 0.00 4.41 1.83 30.60 60.35 09:35:59 09:31:02 2 3.56 0.00 3.87 2.34 29.93 60.30 09:35:59 09:31:02 3 3.34 0.00 5.02 0.75 29.50 61.38 09:35:59 09:32:01 all 4.37 0.00 5.40 4.36 23.56 62.31 09:35:59 09:32:01 0 3.95 0.00 4.41 4.44 26.55 60.64 09:35:59 09:32:01 1 5.52 0.00 6.88 4.86 22.17 60.56 09:35:59 09:32:01 2 3.90 0.00 4.54 4.48 23.07 64.00 09:35:59 09:32:01 3 4.14 0.00 5.86 3.64 22.30 64.06 09:35:59 09:33:01 all 2.94 0.00 4.37 0.71 27.60 64.37 09:35:59 09:33:01 0 3.07 0.00 3.61 0.13 29.70 63.50 09:35:59 09:33:01 1 2.89 0.00 4.29 1.62 27.43 63.77 09:35:59 09:33:01 2 2.88 0.00 4.47 0.40 25.64 66.60 09:35:59 09:33:01 3 2.94 0.00 5.12 0.71 27.59 63.63 09:35:59 09:34:02 all 4.84 0.00 5.86 1.78 28.51 59.01 09:35:59 09:34:02 0 2.62 0.00 4.00 0.69 30.41 62.28 09:35:59 09:34:02 1 9.62 0.00 6.82 2.30 28.39 52.87 09:35:59 09:34:02 2 3.47 0.00 6.22 0.95 27.43 61.93 09:35:59 09:34:02 3 3.87 0.00 6.54 3.24 27.71 58.64 09:35:59 09:35:01 all 2.91 0.00 5.69 3.28 22.80 65.32 09:35:59 09:35:01 0 2.79 0.00 4.68 1.67 24.21 66.64 09:35:59 09:35:01 1 3.30 0.00 6.09 8.79 24.02 57.80 09:35:59 09:35:01 2 2.25 0.00 5.37 1.42 21.66 69.30 09:35:59 09:35:01 3 3.31 0.00 6.67 1.30 21.27 67.45 09:35:59 Average: all 12.17 0.00 7.47 6.77 30.00 43.59 09:35:59 Average: 0 11.45 0.00 7.01 6.53 31.56 43.45 09:35:59 Average: 1 12.69 0.00 7.49 7.19 29.76 42.86 09:35:59 Average: 2 12.30 0.00 7.53 6.76 29.02 44.40 09:35:59 Average: 3 12.27 0.00 7.85 6.60 29.61 43.67 09:35:59 09:35:59 09:35:59