Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3ead8ec53459b72f62f51c7b78b8446db778950c 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9361437820246721966.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1270091232063465375.key > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15387125154176781841.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7897079894952452746.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11727111644131583682.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 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/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-8644 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/441 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/441 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' 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 Avoid second fetch Checking out Revision 3ead8ec53459b72f62f51c7b78b8446db778950c (main) Commit message: "fix(security): Restore ADD_PROXY_ROUTE functionality for docker NGINX (#4412)" > 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 core.sparsecheckout # timeout=10 > git checkout -f 3ead8ec53459b72f62f51c7b78b8446db778950c # timeout=10 > git rev-list --no-walk 08ca0edeffa98a49321873a39f0210382b374702 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:24:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:24:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:24:55 ========================================================= 21:24:55 EdgeX Global Pipelines Version Info 21:24:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:24:56 ------------------- 21:24:56 stable info: 21:24:56 ------------------- 21:24:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:24:56 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:24:56 Message: update stable to v1.0.244 21:24:56 ------------------- 21:24:56 experimental info: 21:24:56 ------------------- 21:24:56 Commited By: **** collab-it+edgex@linuxfoundation.org 21:24:56 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:24:56 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ead8ec [Pipeline] echo 21:24:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:24:57 provisioning config files... 21:24:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/441@tmp/config11724085426681294945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:24:57 ---> docker-login.sh 21:24:57 nexus3.edgexfoundry.org:10001 21:24:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:57 Configure a credential helper to remove this warning. See 21:24:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:57 21:24:57 Login Succeeded 21:24:57 nexus3.edgexfoundry.org:10002 21:24:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:57 Configure a credential helper to remove this warning. See 21:24:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:57 21:24:57 Login Succeeded 21:24:57 nexus3.edgexfoundry.org:10003 21:24:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:58 Configure a credential helper to remove this warning. See 21:24:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:58 21:24:58 Login Succeeded 21:24:58 nexus3.edgexfoundry.org:10004 21:24:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:58 Configure a credential helper to remove this warning. See 21:24:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:58 21:24:58 Login Succeeded 21:24:58 docker.io 21:24:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:58 Configure a credential helper to remove this warning. See 21:24:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:58 21:24:58 Login Succeeded 21:24:58 ---> docker-login.sh ends [Pipeline] } 21:24:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:24:58 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 21:24:58 + + cut -d/ -f2 21:24:58 dirname cmd/core-command/Dockerfile 21:24:58 + echo core-command,cmd/core-command/Dockerfile 21:24:58 + cut -d/ -f2 21:24:58 + dirname cmd/core-common-config-bootstrapper/Dockerfile 21:24:58 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 21:24:58 + dirname cmd/core-data/Dockerfile 21:24:58 + cut -d/ -f2 21:24:58 + echo core-data,cmd/core-data/Dockerfile 21:24:58 + dirname cmd/core-metadata/Dockerfile 21:24:58 + cut -d/ -f2 21:24:58 + echo core-metadata,cmd/core-metadata/Dockerfile 21:24:58 + + dirnamecut cmd/security-bootstrapper/Dockerfile -d/ 21:24:58 -f2 21:24:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:24:58 + + cut -d/ -f2 21:24:58 dirname cmd/security-proxy-auth/Dockerfile 21:24:58 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 21:24:58 + + cut -d/ -f2 21:24:58 dirname cmd/security-proxy-setup/Dockerfile 21:24:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:24:58 + dirname cmd/security-secretstore-setup/Dockerfile 21:24:58 + cut -d/ -f2 21:24:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:24:58 + + dirname cmd/security-spiffe-token-provider/Dockerfilecut 21:24:58 -d/ -f2 21:24:58 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 21:24:58 + dirname cmd/security-spire-agent/Dockerfile 21:24:58 + cut -d/ -f2 21:24:58 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 21:24:58 + dirname cmd/security-spire-config/Dockerfile 21:24:58 + cut -d/ -f2 21:24:58 + echo security-spire-config,cmd/security-spire-config/Dockerfile 21:24:58 + dirname cmd/security-spire-server/Dockerfile 21:24:58 + cut -d/ -f2 21:24:58 + echo security-spire-server,cmd/security-spire-server/Dockerfile 21:24:58 + dirname cmd/support-notifications/Dockerfile 21:24:58 + cut -d/ -f2 21:24:58 + echo support-notifications,cmd/support-notifications/Dockerfile 21:24:58 + dirname cmd/support-scheduler/Dockerfile 21:24:58 + cut -d/ -f2 21:24:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 21:24:58 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:24:59 + git rev-list -1 --merges 3ead8ec53459b72f62f51c7b78b8446db778950c~1..3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] echo 21:24:59 -----------> git rev-list -1 --merges 3ead8ec53459b72f62f51c7b78b8446db778950c~1..3ead8ec53459b72f62f51c7b78b8446db778950c 3ead8ec53459b72f62f51c7b78b8446db778950c [false] [Pipeline] sh 21:24:59 + git log --format=format:%s -1 3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] echo 21:24:59 ========================================================= 21:24:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:24:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 21:24:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:24:59 + grep -v github /etc/ssh/ssh_known_hosts 21:24:59 + [ -e /tmp/ssh_known_hosts ] 21:24:59 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:24:59 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:24:59 + sudo tee -a /etc/ssh/ssh_known_hosts 21:24:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:25:00 21:25:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:25:00 0.1.4: Pulling from edgex-devops/py-git-semver 21:25:00 b85a868b505f: Pulling fs layer 21:25:00 e2be974225ed: Pulling fs layer 21:25:00 339a4e72a1f5: Pulling fs layer 21:25:00 988bab9f4d93: Pulling fs layer 21:25:00 1469e6f7b9e6: Pulling fs layer 21:25:00 eaf3925da568: Pulling fs layer 21:25:00 bab4dde63d76: Pulling fs layer 21:25:00 bde34c3a00c8: Pulling fs layer 21:25:00 b352a97aabf1: Pulling fs layer 21:25:00 4872d77fe225: Pulling fs layer 21:25:00 5851b861e8e6: Pulling fs layer 21:25:00 988bab9f4d93: Waiting 21:25:00 bde34c3a00c8: Waiting 21:25:00 1469e6f7b9e6: Waiting 21:25:00 eaf3925da568: Waiting 21:25:00 b352a97aabf1: Waiting 21:25:00 4872d77fe225: Waiting 21:25:00 5851b861e8e6: Waiting 21:25:00 bab4dde63d76: Waiting 21:25:00 e2be974225ed: Verifying Checksum 21:25:00 e2be974225ed: Download complete 21:25:00 988bab9f4d93: Verifying Checksum 21:25:00 988bab9f4d93: Download complete 21:25:00 1469e6f7b9e6: Verifying Checksum 21:25:00 1469e6f7b9e6: Download complete 21:25:00 339a4e72a1f5: Verifying Checksum 21:25:00 339a4e72a1f5: Download complete 21:25:00 eaf3925da568: Verifying Checksum 21:25:00 eaf3925da568: Download complete 21:25:00 bde34c3a00c8: Verifying Checksum 21:25:00 bde34c3a00c8: Download complete 21:25:00 b352a97aabf1: Download complete 21:25:00 4872d77fe225: Verifying Checksum 21:25:00 4872d77fe225: Download complete 21:25:00 5851b861e8e6: Verifying Checksum 21:25:00 5851b861e8e6: Download complete 21:25:00 b85a868b505f: Verifying Checksum 21:25:00 b85a868b505f: Download complete 21:25:01 bab4dde63d76: Verifying Checksum 21:25:01 bab4dde63d76: Download complete 21:25:02 b85a868b505f: Pull complete 21:25:02 e2be974225ed: Pull complete 21:25:02 339a4e72a1f5: Pull complete 21:25:02 988bab9f4d93: Pull complete 21:25:03 1469e6f7b9e6: Pull complete 21:25:03 eaf3925da568: Pull complete 21:25:05 bab4dde63d76: Pull complete 21:25:05 bde34c3a00c8: Pull complete 21:25:05 b352a97aabf1: Pull complete 21:25:05 4872d77fe225: Pull complete 21:25:05 5851b861e8e6: Pull complete 21:25:05 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:25:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:25:05 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:25:05 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:25:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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/py-git-semver:0.1.4 cat 21:25:07 $ docker top 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 -eo pid,comm 21:25:07 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:25:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:25:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:25:07 [ssh-agent] Looking for ssh-agent implementation... 21:25:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:25:07 $ docker exec 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 ssh-agent 21:25:07 SSH_AUTH_SOCK=/tmp/ssh-NJZ6zjbqHyLR/agent.32 21:25:07 SSH_AGENT_PID=38 21:25:07 Running ssh-add (command line suppressed) 21:25:07 Identity added: /w/workspace/edgex-go/441@tmp/private_key_10521270225298288316.key (/w/workspace/edgex-go/441@tmp/private_key_10521270225298288316.key) 21:25:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:25:08 + git tag --points-at HEAD [Pipeline] } 21:25:08 $ docker exec --env ******** --env ******** 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 ssh-agent -k 21:25:08 unset SSH_AUTH_SOCK; 21:25:08 unset SSH_AGENT_PID; 21:25:08 echo Agent pid 38 killed; 21:25:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:25:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:25:08 [ssh-agent] Looking for ssh-agent implementation... 21:25:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:25:08 $ docker exec 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 ssh-agent 21:25:08 SSH_AUTH_SOCK=/tmp/ssh-xFrNmQtIQTyJ/agent.70 21:25:08 SSH_AGENT_PID=76 21:25:08 Running ssh-add (command line suppressed) 21:25:08 Identity added: /w/workspace/edgex-go/441@tmp/private_key_10352216382561971879.key (/w/workspace/edgex-go/441@tmp/private_key_10352216382561971879.key) 21:25:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:25:09 + git semver init 21:25:09 2023-03-07 21:25:09,193 [run_init] DEBUG init version:0.0.0 force:False 21:25:09 2023-03-07 21:25:09,194 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/441/.semver 21:25:09 2023-03-07 21:25:09,194 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/441/.semver 21:25:09 2023-03-07 21:25:09,194 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/441/.semver'], cwd=/w/workspace/edgex-go/441, universal_newlines=False, shell=None, istream=None) 21:25:14 2023-03-07 21:25:13,631 [append_file] DEBUG append to file:/w/workspace/edgex-go/441/.git/info/exclude 21:25:14 2023-03-07 21:25:13,632 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/441/.semver/main with force:False 21:25:14 2023-03-07 21:25:13,632 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main 21:25:14 2023-03-07 21:25:13,632 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main 21:25:14 3.0.0-dev.79 [Pipeline] } 21:25:14 $ docker exec --env ******** --env ******** 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 ssh-agent -k 21:25:14 unset SSH_AUTH_SOCK; 21:25:14 unset SSH_AGENT_PID; 21:25:14 echo Agent pid 76 killed; 21:25:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:25:14 + git semver [Pipeline] } 21:25:15 $ docker stop --time=1 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 21:25:16 $ docker rm -f --volumes 1983263d504d24d06727ec733e0eaa94d1eed72ee942526689eb97da4cae1de7 [Pipeline] // withDockerContainer [Pipeline] sh 21:25:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:25:17 Stashed 1 file(s) [Pipeline] echo 21:25:17 [edgeXSemver]: initialized semver on version 3.0.0-dev.79 [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 21:25:17 + git config --global --add safe.directory /w/workspace/edgex-go/441 [Pipeline] echo 21:25:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:25:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:25:17 ========================================================= 21:25:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:25:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:25:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:25:17 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:25:17 213ec9aee27d: Pulling fs layer 21:25:17 4583459ba037: Pulling fs layer 21:25:17 93c1e223e6f2: Pulling fs layer 21:25:17 53926ce57604: Pulling fs layer 21:25:17 21b2b0c7a3f4: Pulling fs layer 21:25:17 22ff95d597cd: Pulling fs layer 21:25:17 12d6caf4c0d1: Pulling fs layer 21:25:17 96b7cbca73a9: Pulling fs layer 21:25:17 a7acece74701: Pulling fs layer 21:25:17 22ff95d597cd: Waiting 21:25:17 96b7cbca73a9: Waiting 21:25:17 12d6caf4c0d1: Waiting 21:25:17 53926ce57604: Waiting 21:25:17 a7acece74701: Waiting 21:25:17 21b2b0c7a3f4: Waiting 21:25:17 93c1e223e6f2: Download complete 21:25:17 4583459ba037: Verifying Checksum 21:25:17 4583459ba037: Download complete 21:25:17 21b2b0c7a3f4: Verifying Checksum 21:25:17 21b2b0c7a3f4: Download complete 21:25:17 22ff95d597cd: Verifying Checksum 21:25:17 22ff95d597cd: Download complete 21:25:17 213ec9aee27d: Verifying Checksum 21:25:17 213ec9aee27d: Download complete 21:25:17 12d6caf4c0d1: Verifying Checksum 21:25:17 12d6caf4c0d1: Download complete 21:25:18 213ec9aee27d: Pull complete 21:25:18 4583459ba037: Pull complete 21:25:18 93c1e223e6f2: Pull complete 21:25:18 a7acece74701: Verifying Checksum 21:25:18 a7acece74701: Download complete 21:25:18 96b7cbca73a9: Verifying Checksum 21:25:18 96b7cbca73a9: Download complete 21:25:18 53926ce57604: Verifying Checksum 21:25:18 53926ce57604: Download complete 21:25:19 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8648 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 21:25:19 Running in /w/workspace/edgex-go/441 [Pipeline] { [Pipeline] checkout 21:25:19 The recommended git tool is: git 21:25:21 53926ce57604: Pull complete 21:25:21 21b2b0c7a3f4: Pull complete 21:25:22 22ff95d597cd: Pull complete 21:25:22 12d6caf4c0d1: Pull complete 21:25:23 96b7cbca73a9: Pull complete 21:25:24 a7acece74701: Pull complete 21:25:24 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 21:25:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:25:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 21:25:25 + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:25:25 WORKDIR /edgex 21:25:25 COPY go.mod . 21:25:25 RUN go mod download 21:25:25 docker build -t ci-base-image-x86_64 -f - . 21:25:25 using credential edgex-jenkins-ssh 21:25:25 Cloning the remote Git repository 21:25:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:25:25 Sending build context to Docker daemon 170.3MB 21:25:25 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:25:25 ---> db6d94c90886 21:25:25 Step 2/4 : WORKDIR /edgex 21:25:25 > git init /w/workspace/edgex-go/441 # timeout=10 21:25:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:25:25 > git --version # timeout=10 21:25:25 > git --version # 'git version 2.25.1' 21:25:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:25:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:25:29 ---> Running in 54ccdcbc36f0 21:25:29 Removing intermediate container 54ccdcbc36f0 21:25:29 ---> 451ad9fdae30 21:25:29 Step 3/4 : COPY go.mod . 21:25:29 ---> 2145e687d978 21:25:29 Step 4/4 : RUN go mod download 21:25:29 ---> Running in fc4470849377 21:25:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:25:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:25:43 Avoid second fetch 21:25:43 Checking out Revision 3ead8ec53459b72f62f51c7b78b8446db778950c (main) 21:25:44 Commit message: "fix(security): Restore ADD_PROXY_ROUTE functionality for docker NGINX (#4412)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:25:44 Removing intermediate container fc4470849377 21:25:44 ---> 36d9ab7b5eb2 21:25:44 Successfully built 36d9ab7b5eb2 21:25:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:45 + docker inspect -f . ci-base-image-x86_64 21:25:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:25:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:25:45 % Total % Received % Xferd Average Speed Time Time Time Current 21:25:45 Dload Upload Total Spent Left Speed 21:25:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 68187 0 --:--:-- --:--:-- --:--:-- 68187 21:25:45 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:25:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:25:43 > git config core.sparsecheckout # timeout=10 21:25:43 > git checkout -f 3ead8ec53459b72f62f51c7b78b8446db778950c # timeout=10 21:25:45 $ docker top 608a99cba3a536a1c802b9ec1800a0f0f5315f72396f30e0e77121bae25c577f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 21:25:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:25:46 + go version 21:25:46 go version go1.18.7 linux/amd64 [Pipeline] } 21:25:46 $ docker stop --time=1 608a99cba3a536a1c802b9ec1800a0f0f5315f72396f30e0e77121bae25c577f 21:25:46 + sudo tee /etc/docker/daemon.new 21:25:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:25:46 { 21:25:46 "registry-mirrors": [ 21:25:46 "https://nexus3.edgexfoundry.org:10001" 21:25:46 ], 21:25:46 "bip": "10.250.0.254/24", 21:25:46 "hosts": [ 21:25:46 "tcp://0.0.0.0:5555", 21:25:46 "unix:///var/run/docker.sock" 21:25:46 ], 21:25:46 "mtu": 1458, 21:25:46 "selinux-enabled": true, 21:25:46 "seccomp-profile": "/etc/docker/seccomp.json" 21:25:46 } 21:25:47 $ docker rm -f --volumes 608a99cba3a536a1c802b9ec1800a0f0f5315f72396f30e0e77121bae25c577f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:47 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:25:47 + docker inspect -f . ci-base-image-x86_64 21:25:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:25:47 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:25:47 $ 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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:25:48 + sudo service docker restart 21:25:48 $ docker top ccd1bf0bd8a5ad96964c4dd21420eecadec514a2ff774a9a0d6904a69ab569af -eo pid,comm [Pipeline] { [Pipeline] echo 21:25:48 ========================================================= 21:25:48 [edgeXBuildGoParallel] Running Tests and Build... 21:25:48 ========================================================= [Pipeline] sh 21:25:48 + git config --global --add safe.directory /w/workspace/edgex-go/441 [Pipeline] fileExists [Pipeline] sh 21:25:48 + make test 21:25:48 go test -race -coverprofile=coverage.out ./... 21:25:55 ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:26:06 provisioning config files... 21:26:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/441@tmp/config5042209622568887301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:26:06 ---> docker-login.sh 21:26:06 nexus3.edgexfoundry.org:10001 21:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:26:07 Configure a credential helper to remove this warning. See 21:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:26:07 21:26:07 Login Succeeded 21:26:07 nexus3.edgexfoundry.org:10002 21:26:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:26:07 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 21:26:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:26:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:26:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:26:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:26:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:26:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 21:26:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:26:07 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 21:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:26:07 Configure a credential helper to remove this warning. See 21:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:26:07 21:26:07 Login Succeeded 21:26:07 nexus3.edgexfoundry.org:10003 21:26:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:26:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:26:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:26:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:26:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:26:08 Configure a credential helper to remove this warning. See 21:26:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:26:08 21:26:08 Login Succeeded 21:26:08 nexus3.edgexfoundry.org:10004 21:26:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:26:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.110s coverage: 28.7% of statements 21:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:26:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.083s coverage: 98.5% of statements 21:26:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:26:08 Configure a credential helper to remove this warning. See 21:26:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:26:08 21:26:08 Login Succeeded 21:26:08 docker.io 21:26:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:26:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:26:09 Configure a credential helper to remove this warning. See 21:26:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:26:09 21:26:09 Login Succeeded 21:26:09 ---> docker-login.sh ends [Pipeline] } 21:26:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 21:26:09 + git config --global --add safe.directory /w/workspace/edgex-go/441 [Pipeline] echo 21:26:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:26:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:26:09 ========================================================= 21:26:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:26:09 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:26:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:26:11 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:26:11 9b18e9b68314: Pulling fs layer 21:26:11 35d82f9e3411: Pulling fs layer 21:26:11 e16973657156: Pulling fs layer 21:26:11 fc693d55d65f: Pulling fs layer 21:26:11 7e9fc2657dce: Pulling fs layer 21:26:11 dda99020689f: Pulling fs layer 21:26:11 db1c61fa0a46: Pulling fs layer 21:26:11 891c053d2c06: Pulling fs layer 21:26:11 dda99020689f: Waiting 21:26:11 db1c61fa0a46: Waiting 21:26:11 891c053d2c06: Waiting 21:26:11 fc693d55d65f: Waiting 21:26:11 e16973657156: Verifying Checksum 21:26:11 e16973657156: Download complete 21:26:11 35d82f9e3411: Verifying Checksum 21:26:11 35d82f9e3411: Download complete 21:26:11 7e9fc2657dce: Verifying Checksum 21:26:11 7e9fc2657dce: Download complete 21:26:11 dda99020689f: Verifying Checksum 21:26:11 dda99020689f: Download complete 21:26:11 9b18e9b68314: Verifying Checksum 21:26:11 9b18e9b68314: Download complete 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.124s coverage: 71.2% of statements 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 54.0% of statements 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:26:12 9b18e9b68314: Pull complete 21:26:12 891c053d2c06: Verifying Checksum 21:26:12 891c053d2c06: Download complete 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.680s coverage: 88.5% of statements 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.102s coverage: 3.9% of statements 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.488s coverage: 95.6% of statements 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 72.2% of statements 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.052s coverage: 65.9% of statements 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.081s coverage: 0.9% of statements 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.110s coverage: 29.6% of statements 21:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 45.5% of statements 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 82.9% of statements 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements 21:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 21:26:13 35d82f9e3411: Pull complete 21:26:13 e16973657156: Pull complete 21:26:14 db1c61fa0a46: Verifying Checksum 21:26:14 db1c61fa0a46: Download complete 21:26:14 fc693d55d65f: Verifying Checksum 21:26:14 fc693d55d65f: Download complete 21:26:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 21:26:27 fc693d55d65f: Pull complete 21:26:27 7e9fc2657dce: Pull complete 21:26:27 dda99020689f: Pull complete 21:26:33 db1c61fa0a46: Pull complete 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.344s coverage: 79.9% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.023s coverage: 64.4% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.055s coverage: 86.9% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 81.2% of statements 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 82.1% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.056s coverage: 84.8% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.1% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.162s coverage: 38.4% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.064s coverage: 84.8% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.150s coverage: 92.3% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:26:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:26:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:26:35 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 21:26:36 891c053d2c06: Pull complete 21:26:36 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 21:26:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:26:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 21:26:36 + docker build -t ci-base-image-arm64 -f - . 21:26:36 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:26:36 WORKDIR /edgex 21:26:36 COPY go.mod . 21:26:36 RUN go mod download 21:26:37 Sending build context to Docker daemon 2.948MB 21:26:37 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:26:37 ---> f96f9c87975a 21:26:37 Step 2/4 : WORKDIR /edgex 21:26:38 ---> Running in e97f7dd4d1ea 21:26:38 Removing intermediate container e97f7dd4d1ea 21:26:38 ---> 47072711019a 21:26:38 Step 3/4 : COPY go.mod . 21:26:39 ---> 41859a958c2b 21:26:39 Step 4/4 : RUN go mod download 21:26:39 ---> Running in 9cbae2ac44bb 21:26:53 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 21:26:53 go vet ./... 21:26:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:26:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:26:57 ./bin/test-attribution-txt.sh [Pipeline] echo 21:26:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 21:26:57 + ls -al . 21:26:57 total 704 21:26:57 drwxrwxr-x 11 1001 1001 4096 Mar 7 21:25 . 21:26:57 drwxr-xr-x 4 root root 4096 Mar 7 21:25 .. 21:26:57 drwxrwxr-x 2 1001 1001 4096 Mar 7 21:24 .blubracket 21:26:57 -rw-rw-r-- 1 1001 1001 16 Mar 7 21:24 .dockerignore 21:26:57 drwxrwxr-x 8 1001 1001 4096 Mar 7 21:26 .git 21:26:57 drwxrwxr-x 3 1001 1001 4096 Mar 7 21:24 .github 21:26:57 -rw-rw-r-- 1 1001 1001 1112 Mar 7 21:24 .gitignore 21:26:57 -rw-rw-r-- 1 1001 1001 42 Mar 7 21:24 .golangci.yml 21:26:57 -rw-rw-r-- 1 1001 1001 87 Mar 7 21:24 .hadolint.yml 21:26:57 drwxr-xr-x 3 1001 1001 4096 Mar 7 21:25 .semver 21:26:57 -rw-rw-r-- 1 1001 1001 166 Mar 7 21:24 .sonarcloud.properties 21:26:57 -rw-rw-r-- 1 1001 1001 1171 Mar 7 21:24 ADOPTERS.md 21:26:57 -rw-rw-r-- 1 1001 1001 10825 Mar 7 21:24 Attribution.txt 21:26:57 -rw-rw-r-- 1 1001 1001 73765 Mar 7 21:24 CHANGELOG.md 21:26:57 -rw-rw-r-- 1 1001 1001 3804 Mar 7 21:24 CONTRIBUTING.md 21:26:57 -rw-rw-r-- 1 1001 1001 677 Mar 7 21:24 GOVERNANCE.md 21:26:57 -rw-rw-r-- 1 1001 1001 883 Mar 7 21:24 Jenkinsfile 21:26:57 -rw-rw-r-- 1 1001 1001 10775 Mar 7 21:24 LICENSE 21:26:57 -rw-rw-r-- 1 1001 1001 14071 Mar 7 21:24 Makefile 21:26:57 -rw-rw-r-- 1 1001 1001 582 Mar 7 21:24 OWNERS.md 21:26:57 -rw-rw-r-- 1 1001 1001 9403 Mar 7 21:24 README.md 21:26:57 -rw-rw-r-- 1 1001 1001 6912 Mar 7 21:24 SECURITY.md 21:26:57 -rw-rw-r-- 1 1001 1001 12 Mar 7 21:25 VERSION 21:26:57 drwxrwxr-x 2 1001 1001 4096 Mar 7 21:24 bin 21:26:57 drwxrwxr-x 18 1001 1001 4096 Mar 7 21:24 cmd 21:26:57 -rw-r--r-- 1 root root 446903 Mar 7 21:26 coverage.out 21:26:57 -rw-rw-r-- 1 1001 1001 3232 Mar 7 21:24 go.mod 21:26:57 -rw-rw-r-- 1 1001 1001 31098 Mar 7 21:24 go.sum 21:26:57 drwxrwxr-x 7 1001 1001 4096 Mar 7 21:24 internal 21:26:57 drwxrwxr-x 3 1001 1001 4096 Mar 7 21:24 openapi 21:26:57 drwxrwxr-x 4 1001 1001 4096 Mar 7 21:24 snap 21:26:57 -rw-rw-r-- 1 1001 1001 204 Mar 7 21:24 version.go [Pipeline] sh 21:26:58 + '[' -e coverage.out ] 21:26:58 + chown 1001:1001 coverage.out [Pipeline] stash 21:26:58 Stashed 1 file(s) [Pipeline] sh 21:26:58 + make build 21:26:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:27:10 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:27:11 Removing intermediate container 9cbae2ac44bb 21:27:11 ---> d37bf8fb6205 21:27:11 Successfully built d37bf8fb6205 21:27:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:27:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:27:11 + docker inspect -f . ci-base-image-arm64 21:27:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:27:12 prd-ubuntu20.04-docker-arm64-4c-16g-8648 does not seem to be running inside a container 21:27:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 21:27:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:27:13 $ docker top 824b96007f28dd9c4f53db8b2f3ed9c11c2f4bdd695d85b0d64dc80de1f2a8c0 -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:14 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:27:14 + go version 21:27:14 go version go1.18.7 linux/arm64 [Pipeline] } 21:27:14 $ docker stop --time=1 824b96007f28dd9c4f53db8b2f3ed9c11c2f4bdd695d85b0d64dc80de1f2a8c0 21:27:16 $ docker rm -f --volumes 824b96007f28dd9c4f53db8b2f3ed9c11c2f4bdd695d85b0d64dc80de1f2a8c0 [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] withEnv [Pipeline] { [Pipeline] sh 21:27:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:27:16 21:27:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:27:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:27:17 latest: Pulling from edgex-devops/edgex-compose-arm64 21:27:17 29e5d40040c1: Pulling fs layer 21:27:17 1ce36da41761: Pulling fs layer 21:27:17 25b303627fd3: Pulling fs layer 21:27:17 29e5d40040c1: Verifying Checksum 21:27:17 1ce36da41761: Verifying Checksum 21:27:17 1ce36da41761: Download complete 21:27:18 29e5d40040c1: Pull complete 21:27:19 25b303627fd3: Verifying Checksum 21:27:19 25b303627fd3: Download complete 21:27:19 1ce36da41761: Pull complete 21:27:21 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:27:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:27:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:27:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:27:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:27:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:27:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 21:27:28 $ docker stop --time=1 ccd1bf0bd8a5ad96964c4dd21420eecadec514a2ff774a9a0d6904a69ab569af 21:27:31 25b303627fd3: Pull complete 21:27:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:27:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:27:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:27:33 $ docker rm -f --volumes ccd1bf0bd8a5ad96964c4dd21420eecadec514a2ff774a9a0d6904a69ab569af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] withDockerContainer 21:27:33 prd-ubuntu20.04-docker-arm64-4c-16g-8648 does not seem to be running inside a container 21:27:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:27:35 $ docker top f31c2372346b731e9ad5a018a07cfb3147ed78edd2f7989477f694c5d024fe10 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:27:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:27:36 21:27:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:27:36 + grep parallel 21:27:36 + docker-compose build --help 21:27:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:27:36 latest: Pulling from edgex-devops/edgex-compose 21:27:36 cbdbe7a5bc2a: Pulling fs layer 21:27:36 ca9280d653b3: Pulling fs layer 21:27:36 7e9c9ca2126c: Pulling fs layer 21:27:36 cbdbe7a5bc2a: Verifying Checksum 21:27:36 cbdbe7a5bc2a: Download complete 21:27:37 ca9280d653b3: Verifying Checksum 21:27:37 ca9280d653b3: Download complete 21:27:37 cbdbe7a5bc2a: Pull complete 21:27:37 7e9c9ca2126c: Verifying Checksum 21:27:37 7e9c9ca2126c: Download complete 21:27:37 ca9280d653b3: Pull complete 21:27:40 7e9c9ca2126c: Pull complete 21:27:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:27:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:27:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:27:40 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:27:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:27:42 --parallel Build images in parallel. 21:27:44 $ docker top 961411e2ec3fffd399d5fc213abca2026893c31bcf12bb87bd19903d65f8ae99 -eo pid,comm [Pipeline] { [Pipeline] } 21:27:44 $ docker stop --time=1 f31c2372346b731e9ad5a018a07cfb3147ed78edd2f7989477f694c5d024fe10 21:27:46 $ docker rm -f --volumes f31c2372346b731e9ad5a018a07cfb3147ed78edd2f7989477f694c5d024fe10 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:27:46 + docker-compose build --help 21:27:46 + grep parallel 21:27:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:27:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:27:47 prd-ubuntu20.04-docker-arm64-4c-16g-8648 does not seem to be running inside a container 21:27:47 $ 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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:27:47 --parallel Build images in parallel. 21:27:48 $ docker top 6b22286c50dad5a89f3509aac8d49b65b1964dbd2bfd95fdbeae3541e08fa5fd -eo pid,comm [Pipeline] { [Pipeline] } 21:27:48 $ docker stop --time=1 961411e2ec3fffd399d5fc213abca2026893c31bcf12bb87bd19903d65f8ae99 21:27:49 $ docker rm -f --volumes 961411e2ec3fffd399d5fc213abca2026893c31bcf12bb87bd19903d65f8ae99 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:27:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:27:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:27:50 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:27:50 $ 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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:27:50 + docker-compose -f ./docker-compose-build.yml build --parallel 21:27:50 $ docker top 0dc3cad38df782d6749cdddb02c4fcb0e9f02e1dedf139b64792014c6bf8f09f -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:51 + docker-compose -f ./docker-compose-build.yml build --parallel 21:27:51 Building core-command ... 21:27:51 Building core-common-config-bootstrapper ... 21:27:51 Building core-data ... 21:27:51 Building core-metadata ... 21:27:51 Building security-bootstrapper ... 21:27:51 Building security-proxy-auth ... 21:27:51 Building security-proxy-setup ... 21:27:51 Building security-secretstore-setup ... 21:27:51 Building security-spiffe-token-provider ... 21:27:51 Building security-spire-agent ... 21:27:51 Building security-spire-config ... 21:27:51 Building security-spire-server ... 21:27:51 Building support-notifications ... 21:27:51 Building support-scheduler ... 21:27:51 Building security-proxy-setup 21:27:51 Building core-metadata 21:27:51 Building security-spire-server 21:27:51 Building security-bootstrapper 21:27:51 Building security-spire-agent 21:27:55 Building core-command ... 21:27:55 Building core-common-config-bootstrapper ... 21:27:55 Building core-data ... 21:27:55 Building core-metadata ... 21:27:55 Building security-bootstrapper ... 21:27:55 Building security-proxy-auth ... 21:27:55 Building security-proxy-setup ... 21:27:55 Building security-secretstore-setup ... 21:27:55 Building security-spiffe-token-provider ... 21:27:55 Building security-spire-agent ... 21:27:55 Building security-spire-config ... 21:27:55 Building security-spire-server ... 21:27:55 Building support-notifications ... 21:27:55 Building support-scheduler ... 21:27:55 Building core-data 21:27:55 Building core-common-config-bootstrapper 21:27:55 Building security-spiffe-token-provider 21:27:55 Building support-notifications 21:27:55 Building core-metadata 21:28:03 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:28:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:28:03 ---> 36d9ab7b5eb2 21:28:03 Step 3/23 : WORKDIR /edgex-go 21:28:03 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:28:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:28:03 ---> 36d9ab7b5eb2 21:28:03 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:28:03 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:28:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:28:03 ---> 36d9ab7b5eb2 21:28:03 Step 3/20 : WORKDIR /edgex-go 21:28:03 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:28:03 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:28:03 ---> 36d9ab7b5eb2 21:28:03 Step 3/32 : WORKDIR /edgex-go 21:28:04 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:28:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:28:04 ---> 36d9ab7b5eb2 21:28:04 Step 3/24 : WORKDIR /edgex-go 21:28:08 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:28:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:28:08 ---> d37bf8fb6205 21:28:08 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:28:08 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:28:08 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:28:08 ---> d37bf8fb6205 21:28:08 Step 3/19 : WORKDIR /edgex-go 21:28:08 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:28:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:28:08 ---> d37bf8fb6205 21:28:08 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:28:08 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:28:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:28:08 ---> d37bf8fb6205 21:28:08 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:28:08 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:28:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:28:08 ---> d37bf8fb6205 21:28:08 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:28:09 ---> Running in 26be6f275671 21:28:09 ---> Running in 1e442cfd559b 21:28:09 ---> Running in 00ae2a8906c7 21:28:09 ---> Running in c3dbbaebaea3 21:28:09 ---> Running in 46f0ef9726f3 21:28:09 Removing intermediate container 1e442cfd559b 21:28:09 ---> ef123f7cd45d 21:28:09 Step 4/22 : WORKDIR /edgex-go 21:28:09 Removing intermediate container c3dbbaebaea3 21:28:09 ---> bb2f705d5f32 21:28:09 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:28:09 Removing intermediate container 00ae2a8906c7 21:28:09 ---> 817932102d3b 21:28:09 Step 4/24 : WORKDIR /edgex-go 21:28:10 ---> Running in 573eccac7f22 21:28:10 Removing intermediate container 26be6f275671 21:28:10 ---> 170830a75c83 21:28:10 Step 4/22 : WORKDIR /edgex-go 21:28:10 ---> Running in 35fea04d6b4b 21:28:10 ---> Running in ebe343050dd3 21:28:10 Removing intermediate container 46f0ef9726f3 21:28:10 ---> de5e7291e908 21:28:10 Step 4/22 : WORKDIR /edgex-go 21:28:10 ---> Running in ec5e347906c7 21:28:10 ---> Running in ceb8e9cda1dc 21:28:11 Removing intermediate container 573eccac7f22 21:28:11 ---> 2cfe99c1001c 21:28:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:28:11 Removing intermediate container ec5e347906c7 21:28:11 ---> 9ba575295945 21:28:11 Step 5/22 : RUN apk add --update --no-cache make git 21:28:11 Removing intermediate container ebe343050dd3 21:28:11 ---> fd04b9dbddb7 21:28:11 Step 5/24 : RUN apk add --update --no-cache make git 21:28:11 Removing intermediate container ceb8e9cda1dc 21:28:11 ---> Running in 14c0a2f85f6d 21:28:11 ---> 8ea93fb67875 21:28:11 Step 5/22 : RUN apk add --update --no-cache make git 21:28:11 ---> Running in bd1002babe89 21:28:11 ---> Running in 293812503d21 21:28:11 ---> Running in 6b6a417bddb0 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:28:12 ---> Running in 20669556e93e 21:28:12 ---> Running in c8847d4a0166 21:28:12 ---> Running in 4a71d5fb334c 21:28:12 ---> Running in 5fe7ba11423e 21:28:12 ---> Running in 9e15f4cdce34 21:28:12 Removing intermediate container 9e15f4cdce34 21:28:12 ---> 558c0346ba08 21:28:12 Step 4/32 : RUN apk add --update --no-cache make git 21:28:12 Removing intermediate container 4a71d5fb334c 21:28:12 ---> 369ed24c636a 21:28:12 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 21:28:12 Removing intermediate container c8847d4a0166 21:28:12 ---> 6a3f64043193 21:28:12 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:28:12 Removing intermediate container 5fe7ba11423e 21:28:12 ---> 6f2198909aba 21:28:12 Step 4/20 : RUN apk add --update --no-cache make git 21:28:12 Removing intermediate container 20669556e93e 21:28:12 ---> 6af4addd064d 21:28:12 Step 4/24 : WORKDIR /edgex-go 21:28:12 ---> Running in c21d9c8ff986 21:28:12 ---> Running in cfcdeee94008 21:28:12 ---> Running in 5041bc0f4d4c 21:28:12 ---> Running in c5b714f541dc 21:28:12 ---> Running in 4f5b19ca3499 21:28:12 Removing intermediate container 4f5b19ca3499 21:28:12 ---> 4ab79b275bdc 21:28:12 Step 5/24 : RUN apk add --update --no-cache make git 21:28:12 ---> Running in 4a5aa08674d0 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:28:12 OK: 211 MiB in 51 packages 21:28:12 OK: 211 MiB in 51 packages 21:28:12 OK: 211 MiB in 51 packages 21:28:12 OK: 211 MiB in 51 packages 21:28:12 OK: 211 MiB in 51 packages 21:28:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:28:13 Removing intermediate container c21d9c8ff986 21:28:13 ---> 1405970c19fb 21:28:13 Step 5/23 : COPY go.mod vendor* ./ 21:28:13 Removing intermediate container cfcdeee94008 21:28:13 ---> 94c716a32ac0 21:28:13 Step 5/20 : COPY go.mod vendor* ./ 21:28:13 Removing intermediate container c5b714f541dc 21:28:13 ---> defac9f11abc 21:28:13 Step 5/32 : COPY go.mod vendor* ./ 21:28:13 ---> b76190fb74ca 21:28:13 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:13 ---> Running in 67b50a13763b 21:28:13 Removing intermediate container 5041bc0f4d4c 21:28:13 ---> 93c79e964b77 21:28:13 Step 5/24 : COPY go.mod vendor* ./ 21:28:13 ---> 0a112dd0b25c 21:28:13 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:13 Removing intermediate container 4a5aa08674d0 21:28:13 ---> d2ab66cfa1b6 21:28:13 Step 6/24 : COPY go.mod vendor* ./ 21:28:13 ---> Running in 4fb68af1a12c 21:28:13 ---> 64d28946f34a 21:28:13 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:13 ---> Running in ea4878d80b26 21:28:13 ---> c4bfa0b131d5 21:28:13 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:13 ---> 041d4284d2e2 21:28:13 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:13 ---> Running in 09a062c077b2 21:28:13 ---> Running in 01ace6cd9818 21:28:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:28:14 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:28:14 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:28:14 OK: 16903 distinct packages available 21:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:28:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:28:15 OK: 221 MiB in 51 packages 21:28:15 OK: 221 MiB in 51 packages 21:28:16 OK: 221 MiB in 51 packages 21:28:16 OK: 221 MiB in 51 packages 21:28:16 OK: 221 MiB in 51 packages 21:28:17 Removing intermediate container bd1002babe89 21:28:17 ---> 9fc0e0ed71cb 21:28:17 Step 6/22 : COPY go.mod vendor* ./ 21:28:17 Removing intermediate container 14c0a2f85f6d 21:28:17 ---> 6ad6d3bfd162 21:28:17 Step 6/22 : COPY go.mod vendor* ./ 21:28:18 Removing intermediate container 293812503d21 21:28:18 ---> 7e7f2210443a 21:28:18 Step 6/24 : COPY go.mod vendor* ./ 21:28:18 Removing intermediate container 6b6a417bddb0 21:28:18 ---> 39016852490e 21:28:18 Step 6/22 : COPY go.mod vendor* ./ 21:28:18 Removing intermediate container 35fea04d6b4b 21:28:18 ---> e5c71e7c1ba3 21:28:18 Step 5/19 : COPY go.mod vendor* ./ 21:28:18 ---> 78ae597ec116 21:28:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:18 ---> 23e08023bfb4 21:28:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:18 ---> Running in 0c7e4a698283 21:28:18 ---> Running in c1da57f89ebb 21:28:19 ---> 23e39584abaa 21:28:19 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:19 ---> e56ae7b123b7 21:28:19 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:19 ---> 2841a304bef4 21:28:19 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:28:19 ---> Running in fc087af6be8a 21:28:19 ---> Running in 0c30f473b389 21:28:20 ---> Running in 6c0658ed8b0e 21:29:00 Removing intermediate container 01ace6cd9818 21:29:00 ---> e27865738f9a 21:29:00 Step 8/24 : COPY . . 21:29:00 Removing intermediate container 4fb68af1a12c 21:29:00 ---> 9c99e07e4187 21:29:00 Step 7/20 : COPY . . 21:29:00 Removing intermediate container 67b50a13763b 21:29:00 ---> 4feb5b9101a3 21:29:00 Step 7/23 : COPY . . 21:29:00 Removing intermediate container ea4878d80b26 21:29:00 ---> 2a4ca9f06c19 21:29:00 Step 7/32 : COPY . . 21:29:00 Removing intermediate container 09a062c077b2 21:29:00 ---> aa6b7c58d020 21:29:00 Step 7/24 : COPY . . 21:29:15 ---> feb8858cf01d 21:29:15 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:29:15 ---> 94a5a322dcc4 21:29:15 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 21:29:15 ---> 4d4daa57239a 21:29:15 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:29:15 ---> Running in 3b0270c730e4 21:29:15 ---> Running in d267dedeed62 21:29:15 ---> ff2553a0a0af 21:29:15 Step 8/20 : RUN make cmd/secrets-config/secrets-config 21:29:15 ---> Running in 2f550b9158d9 21:29:15 ---> b28f167d8f68 21:29:15 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:29:15 ---> Running in 60f76a0f2c25 21:29:15 ---> Running in fd90cdfc7d37 21:29:15 Removing intermediate container 2f550b9158d9 21:29:15 ---> b19612664b42 21:29:15 Step 9/24 : WORKDIR /edgex-go/spire-build 21:29:15 Removing intermediate container d267dedeed62 21:29:15 ---> 6b8c194cdc51 21:29:15 Step 9/23 : WORKDIR /edgex-go/spire-build 21:29:15 ---> Running in a987aaddea7f 21:29:15 ---> Running in 8fd222273c68 21:29:15 Removing intermediate container a987aaddea7f 21:29:15 ---> 7f104635d8b7 21:29:15 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:29:15 ---> Running in bf4e722c7b6b 21:29:15 Removing intermediate container 8fd222273c68 21:29:15 ---> 2fac284136b7 21:29:15 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:29:15 ---> Running in 90b17e57cc76 21:29:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:29:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:29:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:29:15 Removing intermediate container bf4e722c7b6b 21:29:15 ---> a482c92bb1f4 21:29:15 Step 11/24 : WORKDIR /edgex-go 21:29:15 Removing intermediate container 90b17e57cc76 21:29:15 ---> 3b33a203ee14 21:29:15 Step 11/23 : WORKDIR /edgex-go 21:29:15 ---> Running in 79ee5067f4bd 21:29:15 ---> Running in 58676ded8c79 21:29:15 Removing intermediate container 79ee5067f4bd 21:29:15 ---> 22d07be1fd67 21:29:15 21:29:15 Step 12/23 : FROM alpine:3.15 21:29:15 Removing intermediate container 58676ded8c79 21:29:15 ---> 6a15c4765f1b 21:29:15 21:29:15 Step 12/24 : FROM alpine:3.15 21:29:15 3.15: Pulling from library/alpine 21:29:15 3.15: Pulling from library/alpine 21:29:16 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:29:16 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:29:16 Status: Image is up to date for alpine:3.15 21:29:16 Status: Downloaded newer image for alpine:3.15 21:29:16 ---> 5ce65d7b0fde 21:29:16 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:29:16 ---> 5ce65d7b0fde 21:29:16 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:29:16 ---> Running in b2a57a0918c0 21:29:16 ---> Running in 181a0b4561b6 21:29:17 Removing intermediate container b2a57a0918c0 21:29:17 ---> f9a1a5b30751 21:29:17 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:29:17 Removing intermediate container 181a0b4561b6 21:29:17 ---> baae5bf50900 21:29:17 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:29:17 ---> Running in c082e898ddda 21:29:17 ---> Running in 3e8321469d57 21:29:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:29:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:29:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:29:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:29:18 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:29:18 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:29:18 OK: 15859 distinct packages available 21:29:18 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:29:18 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:29:18 OK: 15859 distinct packages available 21:29:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:29:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:29:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:29:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:29:18 (1/5) Installing dumb-init (1.2.5-r1) 21:29:18 (2/5) Installing musl-obstack (1.2.3-r0) 21:29:18 (1/5) Installing dumb-init (1.2.5-r1) 21:29:18 (3/5) Installing libucontext (1.1-r0) 21:29:18 (4/5) Installing gcompat (1.0.0-r4) 21:29:18 (2/5) Installing musl-obstack (1.2.3-r0) 21:29:18 (5/5) Installing openssl (1.1.1t-r1) 21:29:18 (3/5) Installing libucontext (1.1-r0) 21:29:18 (4/5) Installing gcompat (1.0.0-r4) 21:29:18 (5/5) Installing openssl (1.1.1t-r1) 21:29:18 Executing busybox-1.34.1-r7.trigger 21:29:18 Executing busybox-1.34.1-r7.trigger 21:29:18 OK: 7 MiB in 19 packages 21:29:18 OK: 7 MiB in 19 packages 21:29:21 Removing intermediate container c082e898ddda 21:29:21 ---> 6550a1483117 21:29:21 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:29:21 Removing intermediate container 3e8321469d57 21:29:21 ---> 52ef6e64dae0 21:29:21 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:29:26 ---> 9b92a0d8ddd4 21:29:26 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:29:26 ---> f53167a9f1aa 21:29:26 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:29:29 ---> 7c6cb5926774 21:29:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:29:29 ---> 3f7872ddbef4 21:29:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:29:29 ---> 010e849ee6b5 21:29:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:29:29 ---> 4eab96fe36d7 21:29:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:29:29 ---> 0ccbafe87f5d 21:29:29 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:29:29 ---> Running in ee846f818df6 21:29:29 ---> ad5dda7fc77f 21:29:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:29:29 Removing intermediate container ee846f818df6 21:29:29 ---> 924997211c99 21:29:29 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:29:29 ---> Running in fd2c11aaf160 21:29:29 Removing intermediate container fd2c11aaf160 21:29:29 ---> 07a23af3b734 21:29:29 Step 21/23 : LABEL arch=x86_64 21:29:29 ---> Running in ac9f04eeb3d1 21:29:29 ---> 401c9b4a70a7 21:29:29 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:29:29 Removing intermediate container ac9f04eeb3d1 21:29:29 ---> a512db18401e 21:29:29 Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:29:29 ---> Running in 3aea01904701 21:29:29 ---> Running in 756192e848a4 21:29:30 Removing intermediate container 3aea01904701 21:29:30 ---> dbc7a004f4d8 21:29:30 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:29:30 Removing intermediate container 756192e848a4 21:29:30 ---> 808129258563 21:29:30 Step 23/23 : LABEL version=3.0.0-dev.79 21:29:30 ---> Running in ac2600adefb9 21:29:30 ---> Running in f5c24c55bd5b 21:29:30 Removing intermediate container ac2600adefb9 21:29:30 ---> c22d32a3d6f8 21:29:30 Step 22/24 : LABEL arch=x86_64 21:29:30 Removing intermediate container f5c24c55bd5b 21:29:30 ---> 468e5e51f858 21:29:30 21:29:30 ---> Running in 177232e1abca 21:29:30 Successfully built 468e5e51f858 21:29:30 Successfully tagged security-spire-server:latest 21:29:30  Building security-spire-server ... done Building security-secretstore-setup 21:29:30 Removing intermediate container 177232e1abca 21:29:30 ---> f3ec7c8be78d 21:29:30 Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:29:33 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:29:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:29:33 ---> 36d9ab7b5eb2 21:29:33 Step 3/23 : WORKDIR /edgex-go 21:29:33 ---> Using cache 21:29:33 ---> 6f2198909aba 21:29:33 Step 4/23 : RUN apk add --update --no-cache make git 21:29:33 ---> Using cache 21:29:33 ---> 94c716a32ac0 21:29:33 Step 5/23 : COPY go.mod vendor* ./ 21:29:33 ---> Using cache 21:29:33 ---> 0a112dd0b25c 21:29:33 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:29:33 ---> Using cache 21:29:33 ---> 9c99e07e4187 21:29:33 Step 7/23 : COPY . . 21:29:33 ---> Using cache 21:29:33 ---> ff2553a0a0af 21:29:33 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:29:37 ---> Running in e236f2ef6d97 21:29:37 ---> Running in 46a0a6ae9453 21:29:37 Removing intermediate container e236f2ef6d97 21:29:37 ---> 62eb5ce4f8de 21:29:37 Step 24/24 : LABEL version=3.0.0-dev.79 21:29:37 ---> Running in 71df11a8ff1f 21:29:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:29:38 Removing intermediate container 71df11a8ff1f 21:29:38 ---> f385c8e77a8c 21:29:38 21:29:38 Successfully built f385c8e77a8c 21:29:38 Successfully tagged security-spire-agent:latest 21:29:38 Building support-scheduler 21:29:42  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:29:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:29:42 ---> 36d9ab7b5eb2 21:29:42 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:29:42 ---> Using cache 21:29:42 ---> 6af4addd064d 21:29:42 Step 4/22 : WORKDIR /edgex-go 21:29:42 ---> Using cache 21:29:42 ---> 4ab79b275bdc 21:29:42 Step 5/22 : RUN apk add --update --no-cache make git 21:29:42 ---> Using cache 21:29:42 ---> d2ab66cfa1b6 21:29:42 Step 6/22 : COPY go.mod vendor* ./ 21:29:42 ---> Using cache 21:29:42 ---> 041d4284d2e2 21:29:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:29:42 ---> Using cache 21:29:42 ---> e27865738f9a 21:29:42 Step 8/22 : COPY . . 21:29:42 ---> Using cache 21:29:42 ---> feb8858cf01d 21:29:42 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:29:46 ---> Running in 09118aec1944 21:29:46 Removing intermediate container 60f76a0f2c25 21:29:46 ---> 619d4b2b55fc 21:29:46 21:29:46 Step 9/20 : FROM alpine:3.16 21:29:46 Removing intermediate container 3b0270c730e4 21:29:46 ---> cd748b897230 21:29:46 21:29:46 Step 10/24 : FROM alpine:3.16 21:29:46 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:29:46 3.16: Pulling from library/alpine 21:29:46 3.16: Pulling from library/alpine 21:29:47 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:29:47 Status: Downloaded newer image for alpine:3.16 21:29:47 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:29:47 Status: Image is up to date for alpine:3.16 21:29:47 ---> dfd21b5a31f5 21:29:47 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:29:47 ---> dfd21b5a31f5 21:29:47 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 21:29:48 ---> Running in ef105a344a5d 21:29:48 ---> Running in daaf13d3207e 21:29:49 Removing intermediate container fd90cdfc7d37 21:29:49 ---> 865c5e170478 21:29:49 21:29:49 Step 9/32 : FROM alpine:3.16 21:29:49 ---> dfd21b5a31f5 21:29:49 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:29:49 ---> Running in dfc2faf2cd64 21:29:49 Removing intermediate container dfc2faf2cd64 21:29:49 ---> 322af975280a 21:29:49 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:29:49 ---> Running in cc4ad4a4087a 21:29:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:29:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:29:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:29:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:29:49 (1/1) Installing dumb-init (1.2.5-r1) 21:29:49 Executing busybox-1.35.0-r17.trigger 21:29:49 (1/2) Installing dumb-init (1.2.5-r1) 21:29:49 (2/2) Installing openssl (1.1.1t-r0) 21:29:49 OK: 6 MiB in 15 packages 21:29:49 Executing busybox-1.35.0-r17.trigger 21:29:49 OK: 6 MiB in 16 packages 21:29:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:29:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:29:50 (1/2) Installing dumb-init (1.2.5-r1) 21:29:50 (2/2) Installing su-exec (0.2-r1) 21:29:50 Executing busybox-1.35.0-r17.trigger 21:29:50 OK: 6 MiB in 16 packages 21:29:50 Removing intermediate container daaf13d3207e 21:29:50 ---> 8d20ff977772 21:29:50 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:29:50 Removing intermediate container ef105a344a5d 21:29:50 ---> 7046c6a07e0e 21:29:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:29:50 ---> Running in f47e58efd1ae 21:29:51 ---> Running in 879908c5a151 21:29:51 Removing intermediate container cc4ad4a4087a 21:29:51 ---> d8f6a05c1b6f 21:29:51 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:29:51 ---> Running in 00b48adff140 21:29:51 Removing intermediate container f47e58efd1ae 21:29:51 ---> fb63e5f009d1 21:29:51 Step 12/20 : WORKDIR /edgex 21:29:51 ---> Running in 3762b00d0309 21:29:51 Removing intermediate container 879908c5a151 21:29:51 ---> 3a6b1a0af2bd 21:29:51 Step 13/24 : ENV APP_PORT=59881 21:29:51 Removing intermediate container 00b48adff140 21:29:51 ---> a59e055a9aca 21:29:51 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:29:51 ---> Running in a443d22c1e31 21:29:51 ---> Running in 1d16b33b06c3 21:29:51 Removing intermediate container 3762b00d0309 21:29:51 ---> 6c5d16f704c3 21:29:51 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 21:29:51 Removing intermediate container a443d22c1e31 21:29:51 ---> 634a2ce6c46f 21:29:51 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:29:51 Removing intermediate container 1d16b33b06c3 21:29:51 ---> 50ed405dc890 21:29:51 Step 14/24 : EXPOSE $APP_PORT 21:29:51 ---> Running in 8f0d13fed8ae 21:29:51 ---> e40e690de137 21:29:51 ---> Running in e985daa3e9c1 21:29:51 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:29:52 Removing intermediate container e985daa3e9c1 21:29:52 ---> a20398f4e056 21:29:52 Step 15/24 : WORKDIR / 21:29:52 Removing intermediate container 8f0d13fed8ae 21:29:52 ---> de647e61d315 21:29:52 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:29:52 ---> 9cc30ec6e9e0 21:29:52 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:29:52 ---> Running in 3fb9252975a5 21:29:52 ---> Running in 70c325b48094 21:29:52 Removing intermediate container 3fb9252975a5 21:29:52 ---> 544b3372623e 21:29:52 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:29:52 ---> Running in 6b9a1f8eb92b 21:29:52 Removing intermediate container 70c325b48094 21:29:52 ---> f61928a25b23 21:29:52 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:29:52 ---> c24b3e107297 21:29:52 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:29:53 ---> Running in d873b8a8e6ed 21:29:53 ---> 4756b71fa003 21:29:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:29:54 ---> d56b48b47c29 21:29:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:29:54 Removing intermediate container 6b9a1f8eb92b 21:29:54 ---> d86ef2e84384 21:29:54 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:29:54 ---> df250731fcd2 21:29:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:29:54 ---> Running in 39c459325555 21:29:54 Removing intermediate container d873b8a8e6ed 21:29:54 ---> d0480f1c4b92 21:29:54 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 21:29:55 ---> 202a7b76b5fd 21:29:55 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:29:55 Removing intermediate container 39c459325555 21:29:55 ---> e66a3cf03d55 21:29:55 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:29:55 ---> Running in d25010ef9e00 21:29:55 ---> Running in dbe548af8361 21:29:55 Removing intermediate container d25010ef9e00 21:29:55 ---> 015731c9d07c 21:29:55 Step 18/20 : LABEL arch=x86_64 21:29:55 ---> 4fde5406198d 21:29:55 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:29:55 Removing intermediate container dbe548af8361 21:29:55 ---> b2db9907f14b 21:29:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:29:55 ---> Running in 9409f887e0c1 21:29:55 ---> Running in 3ca532d27f58 21:29:55 ---> Running in 22d194ee360d 21:29:55 Removing intermediate container 9409f887e0c1 21:29:55 ---> c4156273df40 21:29:55 Step 19/20 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:29:55 ---> Running in 2c5716a3d283 21:29:55 Removing intermediate container 22d194ee360d 21:29:55 ---> e8248af7dd06 21:29:55 Step 22/24 : LABEL arch=x86_64 21:29:55 Removing intermediate container 2c5716a3d283 21:29:55 ---> c0425515fde1 21:29:55 Step 20/20 : LABEL version=3.0.0-dev.79 21:29:55 ---> Running in 32f0fe50012f 21:29:55 ---> Running in bf38ac38e597 21:29:56 Removing intermediate container 32f0fe50012f 21:29:56 ---> 5091f4221ac2 21:29:56 Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:29:56 Removing intermediate container bf38ac38e597 21:29:56 ---> 977a4079bc8c 21:29:56 21:29:56 ---> Running in 079f20257c27 21:29:56 Successfully built 977a4079bc8c 21:29:56 Successfully tagged security-proxy-setup:latest 21:29:56  Building security-proxy-setup ... done Building security-spire-config 21:29:56 Removing intermediate container 079f20257c27 21:29:56 ---> ec2a03e946a3 21:29:56 Step 24/24 : LABEL version=3.0.0-dev.79 21:29:56 ---> Running in cf135c92de82 21:29:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:29:59 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:29:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:29:59 ---> 36d9ab7b5eb2 21:29:59 Step 3/24 : WORKDIR /edgex-go 21:29:59 ---> Using cache 21:29:59 ---> 6f2198909aba 21:29:59 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:30:01 Removing intermediate container 3ca532d27f58 21:30:01 ---> 56c54ac14a51 21:30:01 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:30:03 Removing intermediate container cf135c92de82 21:30:03 ---> 4cae523efaeb 21:30:03 21:30:03 Successfully built 4cae523efaeb 21:30:03 Successfully tagged core-metadata:latest 21:30:03  Building core-metadata ... done Building core-common-config-bootstrapper 21:30:03 ---> Running in e504a5451aa4 21:30:04 ---> 74c280b23b03 21:30:04 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:30:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:30:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:30:05 OK: 211 MiB in 51 packages 21:30:09 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:30:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:30:09 ---> 36d9ab7b5eb2 21:30:09 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:30:09 ---> Using cache 21:30:09 ---> 6af4addd064d 21:30:09 Step 4/22 : WORKDIR /edgex-go 21:30:09 ---> Using cache 21:30:09 ---> 4ab79b275bdc 21:30:09 Step 5/22 : RUN apk add --update --no-cache make git 21:30:09 ---> Using cache 21:30:09 ---> d2ab66cfa1b6 21:30:09 Step 6/22 : COPY go.mod vendor* ./ 21:30:09 ---> Using cache 21:30:09 ---> 041d4284d2e2 21:30:09 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:30:09 ---> Using cache 21:30:09 ---> e27865738f9a 21:30:09 Step 8/22 : COPY . . 21:30:09 ---> Using cache 21:30:09 ---> feb8858cf01d 21:30:09 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:30:10 ---> 440df0337416 21:30:10 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:30:10 ---> Running in 61097ab66302 21:30:10 Removing intermediate container 46a0a6ae9453 21:30:10 ---> 24d639760fb9 21:30:10 21:30:10 Step 9/23 : FROM alpine:3.16 21:30:10 ---> dfd21b5a31f5 21:30:10 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:30:10 ---> Running in 913dea8b8d43 21:30:10 Removing intermediate container e504a5451aa4 21:30:10 ---> f7838e7d521d 21:30:10 Step 5/24 : COPY go.mod vendor* ./ 21:30:10 ---> 0e741f7f674b 21:30:10 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:30:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:30:11 ---> 9c4196dabc40 21:30:11 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:30:11 ---> ed0a3b95ef06 21:30:11 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:30:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:30:11 ---> Running in 957ee6e7982c 21:30:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:30:11 (1/3) Installing ca-certificates (20220614-r0) 21:30:11 (2/3) Installing dumb-init (1.2.5-r1) 21:30:11 (3/3) Installing su-exec (0.2-r1) 21:30:11 Executing busybox-1.35.0-r17.trigger 21:30:11 ---> cdcd98334590 21:30:11 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:30:11 Removing intermediate container c1da57f89ebb 21:30:11 ---> 451357a89689 21:30:11 Step 8/22 : COPY . . 21:30:11 Removing intermediate container fc087af6be8a 21:30:11 ---> b540840364b9 21:30:11 Step 8/24 : COPY . . 21:30:11 Removing intermediate container 0c30f473b389 21:30:11 ---> 60bfc83b4e38 21:30:11 Step 7/19 : COPY . . 21:30:11 Removing intermediate container 6c0658ed8b0e 21:30:11 ---> 64feb3941be1 21:30:11 Step 8/22 : COPY . . 21:30:11 Removing intermediate container 0c7e4a698283 21:30:11 ---> dfa2921fa859 21:30:11 Step 8/22 : COPY . . 21:30:11 ---> 81947976b9a0 21:30:11 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:30:11 ---> ae173dc83034 21:30:11 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:30:11 ---> 7a024d944800 21:30:11 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:30:11 ---> Running in f52affa94395 21:30:11 Executing ca-certificates-20220614-r0.trigger 21:30:11 OK: 6 MiB in 17 packages 21:30:12 ---> 5dadfce45a17 21:30:12 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:30:12 ---> Running in b593e5519046 21:30:12 ---> Running in 92fa84d92184 21:30:12 ---> Running in f6bb80254772 21:30:12 ---> 008fcf64d50b 21:30:12 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:30:12 ---> Running in 17ecde774bfe 21:30:12 ---> d695409c93b0 21:30:12 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:30:14 ---> 244e5b6a20c4 21:30:14 Step 27/32 : RUN chmod +x /entrypoint.sh 21:30:14 Removing intermediate container 913dea8b8d43 21:30:14 ---> 7f79d3e07141 21:30:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:30:14 ---> Running in 5e66198afe50 21:30:14 ---> Running in 61332853dde2 21:30:14 Removing intermediate container 09118aec1944 21:30:14 ---> e648e75ff5e7 21:30:14 21:30:14 Step 10/22 : FROM alpine:3.16 21:30:14 ---> dfd21b5a31f5 21:30:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:30:14 ---> Using cache 21:30:14 ---> 7046c6a07e0e 21:30:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:30:14 ---> Using cache 21:30:14 ---> 3a6b1a0af2bd 21:30:14 Step 13/22 : ENV APP_PORT=59861 21:30:14 ---> Running in 82e85105d02c 21:30:14 Removing intermediate container 61332853dde2 21:30:14 ---> c61ea9bf1ef1 21:30:14 Step 12/23 : WORKDIR / 21:30:14 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:30:14 ---> Running in e1093469724e 21:30:14 Removing intermediate container 82e85105d02c 21:30:14 ---> 4ca7c15016fe 21:30:14 Step 14/22 : EXPOSE $APP_PORT 21:30:14 ---> Running in 50cd804eb5ff 21:30:14 Removing intermediate container e1093469724e 21:30:14 ---> f4b3f4ccd794 21:30:14 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:30:14 Removing intermediate container 50cd804eb5ff 21:30:14 ---> 250fd1c4763e 21:30:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:30:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:30:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:30:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:30:15 ---> 9e8b3ab34254 21:30:15 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:30:15 Removing intermediate container 5e66198afe50 21:30:15 ---> a23be287f115 21:30:15 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:30:15 ---> abbc2123868d 21:30:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:30:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:30:15 ---> Running in f700f976dbb2 21:30:15 ---> ca272d1509d7 21:30:15 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:30:15 Removing intermediate container f700f976dbb2 21:30:15 ---> 43a9a64441b8 21:30:15 Step 29/32 : CMD ["gate"] 21:30:16 ---> Running in 4c81cae5a371 21:30:16 ---> 0a906b9433c3 21:30:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:30:16 ---> 18b815efbbde 21:30:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:30:16 Removing intermediate container 4c81cae5a371 21:30:16 ---> b9126a468a09 21:30:16 Step 30/32 : LABEL arch=x86_64 21:30:16 ---> Running in 6b1533e8870f 21:30:16 ---> 934806c5ef9e 21:30:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:30:16 ---> Running in 0d8fa7aaa6f8 21:30:17 Removing intermediate container 6b1533e8870f 21:30:17 ---> 9f178236cdda 21:30:17 Step 31/32 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:30:17 ---> 8c156443b415 21:30:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:30:17 ---> Running in 90a485432f08 21:30:17 Removing intermediate container 0d8fa7aaa6f8 21:30:17 ---> 038d3eff53d8 21:30:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:30:17 ---> Running in 69d54d3b63b4 21:30:17 Removing intermediate container 90a485432f08 21:30:17 ---> 388cec5020d0 21:30:17 Step 32/32 : LABEL version=3.0.0-dev.79 21:30:17 ---> Running in f8216fea715c 21:30:17 Removing intermediate container 69d54d3b63b4 21:30:17 ---> fe239493ee0f 21:30:17 Step 20/22 : LABEL arch=x86_64 21:30:17 ---> 43139e0a82c4 21:30:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:30:17 ---> Running in 9d9a09780d53 21:30:18 Removing intermediate container f8216fea715c 21:30:18 ---> 0d293da5a47e 21:30:18 21:30:18 Successfully built 0d293da5a47e 21:30:18 Successfully tagged security-bootstrapper:latest 21:30:18  Building security-bootstrapper ... done Building core-command 21:30:18 Removing intermediate container 9d9a09780d53 21:30:18 ---> f11c88345ae9 21:30:18 Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:30:20 ---> 6c6494e36029 21:30:20 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:30:21 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:30:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:30:21 ---> 36d9ab7b5eb2 21:30:21 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:30:21 ---> Using cache 21:30:21 ---> 6af4addd064d 21:30:21 Step 4/23 : WORKDIR /edgex-go 21:30:21 ---> Using cache 21:30:21 ---> 4ab79b275bdc 21:30:21 Step 5/23 : RUN apk add --update --no-cache make git 21:30:21 ---> Using cache 21:30:21 ---> d2ab66cfa1b6 21:30:21 Step 6/23 : COPY go.mod vendor* ./ 21:30:21 ---> Using cache 21:30:21 ---> 041d4284d2e2 21:30:21 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:30:21 ---> Using cache 21:30:21 ---> e27865738f9a 21:30:21 Step 8/23 : COPY . . 21:30:21 ---> Using cache 21:30:21 ---> feb8858cf01d 21:30:21 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:30:26 ---> Running in 8f612f55427b 21:30:26 ---> Running in b0178a99625a 21:30:26 ---> Running in aa69f2a03a8a 21:30:26 Removing intermediate container 8f612f55427b 21:30:26 ---> fd349451bba5 21:30:26 Step 22/22 : LABEL version=3.0.0-dev.79 21:30:26 ---> Running in dd99be42a905 21:30:26 Removing intermediate container dd99be42a905 21:30:26 ---> 408839492ce4 21:30:26 21:30:26 Successfully built 408839492ce4 21:30:26 Successfully tagged support-scheduler:latest 21:30:26 Building security-proxy-auth 21:30:27  Building support-scheduler ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:30:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:30:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:30:32 ---> 36d9ab7b5eb2 21:30:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:30:32 ---> Using cache 21:30:32 ---> 6af4addd064d 21:30:32 Step 4/22 : WORKDIR /edgex-go 21:30:32 ---> Using cache 21:30:32 ---> 4ab79b275bdc 21:30:32 Step 5/22 : RUN apk add --update --no-cache make git 21:30:32 ---> Using cache 21:30:32 ---> d2ab66cfa1b6 21:30:32 Step 6/22 : COPY go.mod vendor* ./ 21:30:32 ---> Using cache 21:30:32 ---> 041d4284d2e2 21:30:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:30:32 ---> Using cache 21:30:32 ---> e27865738f9a 21:30:32 Step 8/22 : COPY . . 21:30:32 ---> Using cache 21:30:32 ---> feb8858cf01d 21:30:32 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 21:30:40 ---> Running in 683b96ddff6a 21:30:40 Removing intermediate container b0178a99625a 21:30:40 ---> 1e4ed7f0f8f2 21:30:40 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 21:30:40 ---> Running in 2259c3d9a2d0 21:30:40 Removing intermediate container 957ee6e7982c 21:30:40 ---> 1454883ac594 21:30:40 Step 7/24 : COPY . . 21:30:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:30:40 Removing intermediate container 2259c3d9a2d0 21:30:40 ---> 3400575b3c51 21:30:40 Step 21/23 : LABEL arch=x86_64 21:30:40 ---> Running in 9d965d440dc2 21:30:42 Removing intermediate container 9d965d440dc2 21:30:42 ---> 7c3ac0a3d212 21:30:42 Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:30:44 Removing intermediate container 61097ab66302 21:30:44 ---> c6e4911f0306 21:30:44 21:30:44 Step 10/22 : FROM alpine:3.16 21:30:44 ---> dfd21b5a31f5 21:30:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:30:44 ---> Running in b610eff9ce57 21:30:44 ---> Running in f7e5929ee20a 21:30:44 ---> d88c941d318d 21:30:44 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:30:44 Removing intermediate container f7e5929ee20a 21:30:44 ---> 4e14dba8ee00 21:30:44 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:30:44 ---> Running in 5117652f130a 21:30:44 ---> Running in bfeb5cdae9da 21:30:45 Removing intermediate container b610eff9ce57 21:30:45 ---> 222e86c8e92d 21:30:45 Step 23/23 : LABEL version=3.0.0-dev.79 21:30:45 ---> Running in 0899f551e901 21:30:45 Removing intermediate container 5117652f130a 21:30:45 ---> 294e8986817c 21:30:45 Step 9/24 : WORKDIR /edgex-go/spire-build 21:30:45 ---> Running in 40c75d933e81 21:30:45 Removing intermediate container 0899f551e901 21:30:45 ---> 3cbae66d2036 21:30:45 21:30:45 Successfully built 3cbae66d2036 21:30:45 Successfully tagged security-secretstore-setup:latest 21:30:45  Building security-secretstore-setup ... done Building security-spiffe-token-provider 21:30:45 Removing intermediate container 40c75d933e81 21:30:45 ---> 847156673cd5 21:30:45 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:30:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:30:46 ---> Running in fae8dd186fad 21:30:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:30:46 (1/1) Installing dumb-init (1.2.5-r1) 21:30:46 Executing busybox-1.35.0-r17.trigger 21:30:46 OK: 6 MiB in 15 packages 21:30:49 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:30:49 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:30:49 ---> 36d9ab7b5eb2 21:30:49 Step 3/19 : WORKDIR /edgex-go 21:30:49 ---> Using cache 21:30:49 ---> 6f2198909aba 21:30:49 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:30:53 ---> Running in 04b0170fab0e 21:30:53 Removing intermediate container bfeb5cdae9da 21:30:53 ---> 497661605945 21:30:53 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:30:53 Removing intermediate container fae8dd186fad 21:30:53 ---> 1f4b78947867 21:30:53 Step 11/24 : WORKDIR /edgex-go 21:30:53 ---> Running in 1bbfd58cbb5d 21:30:53 Removing intermediate container 1bbfd58cbb5d 21:30:53 ---> 47243f7bcab0 21:30:53 21:30:53 Step 12/24 : FROM alpine:3.15 21:30:53 ---> 5ce65d7b0fde 21:30:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:30:53 ---> Using cache 21:30:53 ---> baae5bf50900 21:30:53 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:30:53 ---> Running in fef64e3c88a3 21:30:53 ---> a519da3485b4 21:30:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:30:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:30:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:30:53 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:30:53 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:30:53 OK: 17046 distinct packages available 21:30:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:30:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:30:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:30:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:30:53 ---> 97403e4e68ba 21:30:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:30:53 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:30:53 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:30:53 OK: 15859 distinct packages available 21:30:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:30:53 OK: 211 MiB in 51 packages 21:30:53 ---> 997b599fbf13 21:30:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:30:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:30:53 ---> f3a81d37ceb2 21:30:53 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:30:53 (1/4) Installing dumb-init (1.2.5-r1) 21:30:53 (2/4) Installing musl-obstack (1.2.3-r0) 21:30:53 (3/4) Installing libucontext (1.1-r0) 21:30:53 (4/4) Installing gcompat (1.0.0-r4) 21:30:53 ---> Running in 885a6773fee2 21:30:53 Executing busybox-1.34.1-r7.trigger 21:30:53 OK: 6 MiB in 18 packages 21:30:55 Removing intermediate container 04b0170fab0e 21:30:55 ---> 332bd879bca9 21:30:55 Step 5/19 : COPY go.mod vendor* ./ 21:30:55 Removing intermediate container fef64e3c88a3 21:30:55 ---> 1a5e0b582180 21:30:55 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:30:55 Removing intermediate container aa69f2a03a8a 21:30:55 ---> aa45da7d2f42 21:30:55 21:30:55 Step 10/23 : FROM alpine:3.16 21:30:55 ---> dfd21b5a31f5 21:30:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:30:55 ---> Using cache 21:30:55 ---> 7046c6a07e0e 21:30:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:30:55 ---> Using cache 21:30:55 ---> 3a6b1a0af2bd 21:30:55 Step 13/23 : ENV APP_PORT=59882 21:30:55 ---> Running in 1cad0399133a 21:30:55 ---> 354b9d270c6b 21:30:55 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:30:55 ---> Running in 143ea4761041 21:30:55 Removing intermediate container 1cad0399133a 21:30:55 ---> b689df8ddbc1 21:30:55 Step 14/23 : EXPOSE $APP_PORT 21:30:55 ---> Running in 2406e3533291 21:30:55 Removing intermediate container 885a6773fee2 21:30:55 ---> de198be33f8e 21:30:55 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:30:56 ---> Running in 77e042fe649a 21:30:56 Removing intermediate container 2406e3533291 21:30:56 ---> 6b8f4177d2e7 21:30:56 Step 15/23 : WORKDIR / 21:30:56 ---> Running in f8b5b455c7e3 21:30:56 Removing intermediate container 77e042fe649a 21:30:56 ---> e880b387775f 21:30:56 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 21:30:57 Removing intermediate container f8b5b455c7e3 21:30:57 ---> b8914fcafb11 21:30:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:30:57 ---> Running in b9ab4d26dcec 21:30:57 ---> fc245e2cd72b 21:30:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:30:57 Removing intermediate container b9ab4d26dcec 21:30:57 ---> 508cbb54fb71 21:30:57 Step 20/22 : LABEL arch=x86_64 21:30:57 ---> Running in 9ac409f6c348 21:30:57 ---> 4a56e3c28677 21:30:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:30:57 Removing intermediate container 9ac409f6c348 21:30:57 ---> 12b2487e716c 21:30:57 Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:30:58 ---> Running in 81724c9cebea 21:30:58 ---> 595ac53a4019 21:30:58 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:30:58 ---> Running in ae31a026eab6 21:30:58 Removing intermediate container 81724c9cebea 21:30:58 ---> def4fc8e040b 21:30:58 Step 22/22 : LABEL version=3.0.0-dev.79 21:30:58 ---> Running in 8984edced0ff 21:30:58 Removing intermediate container ae31a026eab6 21:30:58 ---> 6436c1641da0 21:30:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:30:58 ---> c61f5cc31a8d 21:30:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:30:58 Removing intermediate container 8984edced0ff 21:30:58 ---> fd2176b076f2 21:30:58 21:30:58 ---> f86d7c728f92 21:30:58 Step 19/23 : ENTRYPOINT ["/core-command"] 21:30:58 ---> 240b8b8fbdcc 21:30:58 Step 19/24 : WORKDIR / 21:30:58 ---> Running in 225ec49c7755 21:30:58 ---> Running in ab2c75a72b60 21:30:58 Successfully built fd2176b076f2 21:30:58 Successfully tagged core-common-config-bootstrapper:latest 21:30:58 Building core-data 21:30:58  Building core-common-config-bootstrapper ... done Removing intermediate container ab2c75a72b60 21:30:58 ---> 3c0a419758f2 21:30:58 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:30:58 Removing intermediate container 225ec49c7755 21:30:58 ---> 22249a682fa5 21:30:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:30:59 ---> Running in 06dd3f21539b 21:30:59 ---> Running in c21a9993c65a 21:31:01 Removing intermediate container 06dd3f21539b 21:31:01 ---> aed08451d50e 21:31:01 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:31:01 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:31:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:31:01 ---> 36d9ab7b5eb2 21:31:01 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:31:01 ---> Using cache 21:31:01 ---> 6af4addd064d 21:31:01 Step 4/22 : WORKDIR /edgex-go 21:31:01 ---> Using cache 21:31:01 ---> 4ab79b275bdc 21:31:01 Step 5/22 : RUN apk add --update --no-cache make git 21:31:01 ---> Using cache 21:31:01 ---> d2ab66cfa1b6 21:31:01 Step 6/22 : COPY go.mod vendor* ./ 21:31:01 ---> Using cache 21:31:01 ---> 041d4284d2e2 21:31:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:31:01 ---> Using cache 21:31:01 ---> e27865738f9a 21:31:01 Step 8/22 : COPY . . 21:31:01 ---> Using cache 21:31:01 ---> feb8858cf01d 21:31:01 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:31:03 Removing intermediate container c21a9993c65a 21:31:03 ---> 3e83d3d3dfa0 21:31:03 Step 21/23 : LABEL arch=x86_64 21:31:03 ---> Running in 41c6425ca2e8 21:31:03 ---> Running in 29cf959b1a30 21:31:03 ---> Running in 1f5e0c220a27 21:31:03 Removing intermediate container 29cf959b1a30 21:31:03 ---> 20431c253b8e 21:31:03 Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:31:03 Removing intermediate container 41c6425ca2e8 21:31:03 ---> b638b71796c0 21:31:03 Step 22/24 : LABEL arch=x86_64 21:31:03 ---> Running in 1b3bd18a6e03 21:31:03 ---> Running in 49c4d3dac652 21:31:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:31:04 Removing intermediate container 49c4d3dac652 21:31:04 ---> 3cefdfd460da 21:31:04 Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:31:04 Removing intermediate container 1b3bd18a6e03 21:31:04 ---> 7b373c249582 21:31:04 Step 23/23 : LABEL version=3.0.0-dev.79 21:31:04 ---> Running in 1d5e2214b93a 21:31:04 ---> Running in 430ab91045ea 21:31:04 Removing intermediate container 1d5e2214b93a 21:31:04 ---> 9976a5a5bf97 21:31:04 21:31:04 Removing intermediate container 430ab91045ea 21:31:04 ---> 2b3f911af57e 21:31:04 Step 24/24 : LABEL version=3.0.0-dev.79 21:31:04 Successfully built 9976a5a5bf97 21:31:04 Successfully tagged core-command:latest 21:31:04  Building core-command ... done Building support-notifications 21:31:04 ---> Running in c6d5c8daa889 21:31:10 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:31:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:31:10 ---> 36d9ab7b5eb2 21:31:10 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:31:10 ---> Using cache 21:31:10 ---> 6af4addd064d 21:31:10 Step 4/22 : WORKDIR /edgex-go 21:31:10 ---> Using cache 21:31:10 ---> 4ab79b275bdc 21:31:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:31:11 Removing intermediate container c6d5c8daa889 21:31:11 ---> 471416fd72b3 21:31:11 21:31:11 Successfully built 471416fd72b3 21:31:11 Successfully tagged security-spire-config:latest 21:31:11  Building security-spire-config ... done  ---> Running in 347f60f3cc83 21:31:11 Removing intermediate container 683b96ddff6a 21:31:11 ---> 09f0c57e2142 21:31:11 21:31:11 Step 10/22 : FROM alpine:3.16 21:31:11 ---> dfd21b5a31f5 21:31:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:31:11 ---> Using cache 21:31:11 ---> 4e14dba8ee00 21:31:11 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:31:11 ---> Using cache 21:31:11 ---> 497661605945 21:31:11 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:11 ---> Using cache 21:31:11 ---> a519da3485b4 21:31:11 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:31:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:31:13 ---> ee149094678a 21:31:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 21:31:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:31:13 ---> f13c248187bb 21:31:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:31:13 OK: 211 MiB in 51 packages 21:31:13 ---> 7b20fc2aac34 21:31:13 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:31:13 ---> Running in e5e19b6c5733 21:31:14 Removing intermediate container 347f60f3cc83 21:31:14 ---> 1c8231e06263 21:31:14 Step 6/22 : COPY go.mod vendor* ./ 21:31:14 ---> 1c535a5a4e19 21:31:14 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:31:14 ---> Running in 4e8678dfdd84 21:31:15 Removing intermediate container e5e19b6c5733 21:31:15 ---> 14daa8104234 21:31:15 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:31:15 ---> Running in 4752f5541ed9 21:31:15 Removing intermediate container 4752f5541ed9 21:31:15 ---> 52fde2512c06 21:31:15 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 21:31:15 ---> Running in 2dfe2c1fca0b 21:31:15 Removing intermediate container 2dfe2c1fca0b 21:31:15 ---> dd6cf9bb643a 21:31:15 Step 20/22 : LABEL arch=x86_64 21:31:15 ---> Running in 7d3addd22cea 21:31:15 Removing intermediate container 7d3addd22cea 21:31:15 ---> 0315c83499b0 21:31:15 Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:31:15 ---> Running in 53242e7b1059 21:31:15 Removing intermediate container 53242e7b1059 21:31:15 ---> 95cd4aed6260 21:31:15 Step 22/22 : LABEL version=3.0.0-dev.79 21:31:15 ---> Running in c252a4e0b519 21:31:15 Removing intermediate container c252a4e0b519 21:31:15 ---> 1d8877dd971d 21:31:15 21:31:15 Successfully built 1d8877dd971d 21:31:15 Successfully tagged security-proxy-auth:latest 21:31:30  Building security-proxy-auth ... done Removing intermediate container 1f5e0c220a27 21:31:30 ---> 77ab030c7631 21:31:30 21:31:30 Step 10/22 : FROM alpine:3.16 21:31:30 ---> dfd21b5a31f5 21:31:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:31:30 ---> Running in fee965645006 21:31:30 Removing intermediate container fee965645006 21:31:30 ---> 5f479bffc789 21:31:30 Step 12/22 : ENV APP_PORT=59880 21:31:31 ---> Running in e072a3bb9abf 21:31:33 Removing intermediate container e072a3bb9abf 21:31:33 ---> 4376d607046d 21:31:33 Step 13/22 : EXPOSE $APP_PORT 21:31:34 ---> Running in 2dd51e28bc8a 21:31:35 Removing intermediate container 2dd51e28bc8a 21:31:35 ---> 8d0d8a174bd9 21:31:35 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:31:36 ---> Running in f5eb8d211faa 21:31:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:31:36 Removing intermediate container 143ea4761041 21:31:36 ---> 85cc3167b8c4 21:31:36 Step 7/19 : COPY . . 21:31:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:31:36 Removing intermediate container 4e8678dfdd84 21:31:36 ---> 92ba9b83b88d 21:31:36 Step 8/22 : COPY . . 21:31:37 (1/1) Installing dumb-init (1.2.5-r1) 21:31:37 Executing busybox-1.35.0-r17.trigger 21:31:37 OK: 6 MiB in 15 packages 21:31:45 ---> 8de3b422316c 21:31:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:31:45 ---> 007376e3686c 21:31:45 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:31:45 Removing intermediate container f5eb8d211faa 21:31:45 ---> c91b6c184863 21:31:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:45 ---> Running in 8f81079dfa03 21:31:45 ---> Running in e32f78098829 21:31:45 ---> be6764ea8cd6 21:31:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:31:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:31:45 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:31:45 ---> 498d6838ec95 21:31:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:31:46 ---> ee564917d5b5 21:31:46 Step 18/22 : ENTRYPOINT ["/core-data"] 21:31:46 ---> Running in 8b521642b3ef 21:31:46 Removing intermediate container 8b521642b3ef 21:31:46 ---> 8e49629fc85e 21:31:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:31:46 ---> Running in 9362570f7cb5 21:31:46 Removing intermediate container 9362570f7cb5 21:31:46 ---> b815a146b940 21:31:46 Step 20/22 : LABEL arch=x86_64 21:31:46 ---> Running in 37a508ea513c 21:31:46 Removing intermediate container 37a508ea513c 21:31:46 ---> 4a2314bc41e5 21:31:46 Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:31:46 ---> Running in e1a83a6644d4 21:31:46 Removing intermediate container e1a83a6644d4 21:31:46 ---> f40e624a573c 21:31:46 Step 22/22 : LABEL version=3.0.0-dev.79 21:31:46 ---> Running in 26bcd2100d87 21:31:46 Removing intermediate container 26bcd2100d87 21:31:46 ---> 228eb0a6aa23 21:31:46 21:31:46 Successfully built 228eb0a6aa23 21:31:46 Successfully tagged core-data:latest 21:32:18  Building core-data ... done Removing intermediate container 8f81079dfa03 21:32:18 ---> 8625cadcec11 21:32:18 21:32:18 Step 9/19 : FROM alpine:3.15 21:32:18 ---> 5ce65d7b0fde 21:32:18 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:32:18 ---> Using cache 21:32:18 ---> baae5bf50900 21:32:18 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:32:18 Removing intermediate container e32f78098829 21:32:18 ---> 4caa55e94b61 21:32:18 21:32:18 Step 10/22 : FROM alpine:3.16 21:32:18 ---> dfd21b5a31f5 21:32:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:32:18 ---> Running in 3273139a079e 21:32:18 ---> Running in a528b7f3e753 21:32:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:32:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:32:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:32:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:32:18 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:32:18 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:32:18 OK: 15859 distinct packages available 21:32:18 (1/2) Installing ca-certificates (20220614-r0) 21:32:18 (2/2) Installing dumb-init (1.2.5-r1) 21:32:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:32:18 Executing busybox-1.35.0-r17.trigger 21:32:18 Executing ca-certificates-20220614-r0.trigger 21:32:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:32:18 OK: 6 MiB in 16 packages 21:32:18 (1/9) Installing ca-certificates (20220614-r0) 21:32:18 (2/9) Installing brotli-libs (1.0.9-r5) 21:32:18 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:32:18 (4/9) Installing libcurl (7.80.0-r6) 21:32:18 (5/9) Installing curl (7.80.0-r6) 21:32:18 (6/9) Installing dumb-init (1.2.5-r1) 21:32:18 (7/9) Installing musl-obstack (1.2.3-r0) 21:32:18 (8/9) Installing libucontext (1.1-r0) 21:32:18 (9/9) Installing gcompat (1.0.0-r4) 21:32:18 Executing busybox-1.34.1-r7.trigger 21:32:18 Executing ca-certificates-20220614-r0.trigger 21:32:18 OK: 8 MiB in 23 packages 21:32:18 Removing intermediate container a528b7f3e753 21:32:18 ---> bcf2367809d1 21:32:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:32:18 ---> Running in d1271df7031c 21:32:18 Removing intermediate container d1271df7031c 21:32:18 ---> cde691a038e7 21:32:18 Step 13/22 : ENV APP_PORT=59860 21:32:18 ---> Running in 497c1a8f7245 21:32:18 Removing intermediate container 497c1a8f7245 21:32:18 ---> cbbe0f1d3cb9 21:32:18 Step 14/22 : EXPOSE $APP_PORT 21:32:18 Removing intermediate container 3273139a079e 21:32:18 ---> 65ad7482c11c 21:32:18 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:32:18 ---> Running in 8bd345efb613 21:32:18 Removing intermediate container 8bd345efb613 21:32:18 ---> 3fb60acee23f 21:32:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:32:18 ---> 684260d0f445 21:32:18 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:32:18 ---> 1910171200f0 21:32:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:32:18 ---> 5ec1b3c651b7 21:32:18 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:32:18 ---> 8e241c15bf93 21:32:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:32:18 ---> c922763611a1 21:32:18 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:32:18 ---> Running in 93ad27c2d05c 21:32:18 ---> 1cd5a1d99862 21:32:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:32:18 ---> Running in 0a87afe87458 21:32:18 Removing intermediate container 93ad27c2d05c 21:32:18 ---> a95d56d2e53e 21:32:18 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:32:18 ---> Running in 08cbb0f130d5 21:32:18 Removing intermediate container 0a87afe87458 21:32:18 ---> 2ad78f7fe5c6 21:32:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:32:18 ---> Running in e2a4b2d89f25 21:32:18 Removing intermediate container 08cbb0f130d5 21:32:18 ---> 9be0e3dcc372 21:32:18 Step 17/19 : LABEL arch=x86_64 21:32:18 ---> Running in 5c7a04620ca9 21:32:18 Removing intermediate container e2a4b2d89f25 21:32:18 ---> 15847b281828 21:32:18 Step 20/22 : LABEL arch=x86_64 21:32:18 ---> Running in d334986d38fe 21:32:18 Removing intermediate container 5c7a04620ca9 21:32:18 ---> b0fdad4a489a 21:32:18 Step 18/19 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:18 ---> Running in 5a78691ed733 21:32:18 Removing intermediate container d334986d38fe 21:32:18 ---> 2174f920f0d0 21:32:18 Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:18 ---> Running in b88cf64a2f29 21:32:18 Removing intermediate container 5a78691ed733 21:32:18 ---> aa4df3da347e 21:32:18 Step 19/19 : LABEL version=3.0.0-dev.79 21:32:18 ---> Running in c2be826e0af7 21:32:18 Removing intermediate container b88cf64a2f29 21:32:18 ---> ef477e255a3e 21:32:18 Step 22/22 : LABEL version=3.0.0-dev.79 21:32:18 ---> Running in 0216d691e796 21:32:18 Removing intermediate container c2be826e0af7 21:32:18 ---> 7eb214e81de4 21:32:18 21:32:18 Removing intermediate container 0216d691e796 21:32:18 ---> e84a2461d4f1 21:32:18 21:32:18 Successfully built 7eb214e81de4 21:32:18 Successfully tagged security-spiffe-token-provider:latest 21:32:18  Building security-spiffe-token-provider ... done Successfully built e84a2461d4f1 21:32:18 Successfully tagged support-notifications:latest 21:32:18  Building support-notifications ... done  [Pipeline] } 21:32:18 $ docker stop --time=1 0dc3cad38df782d6749cdddb02c4fcb0e9f02e1dedf139b64792014c6bf8f09f 21:32:20 $ docker rm -f --volumes 0dc3cad38df782d6749cdddb02c4fcb0e9f02e1dedf139b64792014c6bf8f09f [Pipeline] // withDockerContainer [Pipeline] sh 21:32:20 + docker images 21:32:20 REPOSITORY TAG IMAGE ID CREATED SIZE 21:32:20 security-spiffe-token-provider latest 7eb214e81de4 3 seconds ago 30MB 21:32:20 support-notifications latest e84a2461d4f1 3 seconds ago 30.7MB 21:32:20 4caa55e94b61 8 seconds ago 1.75GB 21:32:20 8625cadcec11 9 seconds ago 1.72GB 21:32:20 core-data latest 228eb0a6aa23 34 seconds ago 18MB 21:32:20 77ab030c7631 51 seconds ago 1.69GB 21:32:20 security-proxy-auth latest 1d8877dd971d About a minute ago 16.2MB 21:32:20 09f0c57e2142 About a minute ago 1.66GB 21:32:20 core-command latest 9976a5a5bf97 About a minute ago 17.8MB 21:32:20 security-spire-config latest 471416fd72b3 About a minute ago 85.8MB 21:32:20 core-common-config-bootstrapper latest fd2176b076f2 About a minute ago 15.5MB 21:32:20 aa45da7d2f42 About a minute ago 1.68GB 21:32:20 47243f7bcab0 About a minute ago 1.55GB 21:32:20 security-secretstore-setup latest 3cbae66d2036 About a minute ago 29.9MB 21:32:20 c6e4911f0306 About a minute ago 1.68GB 21:32:20 support-scheduler latest 408839492ce4 About a minute ago 30.1MB 21:32:20 security-bootstrapper latest 0d293da5a47e 2 minutes ago 19.8MB 21:32:20 e648e75ff5e7 2 minutes ago 1.75GB 21:32:20 24d639760fb9 2 minutes ago 1.67GB 21:32:20 security-proxy-setup latest 977a4079bc8c 2 minutes ago 16.4MB 21:32:20 core-metadata latest 4cae523efaeb 2 minutes ago 18.5MB 21:32:20 865c5e170478 2 minutes ago 1.67GB 21:32:20 cd748b897230 2 minutes ago 1.69GB 21:32:20 619d4b2b55fc 2 minutes ago 1.66GB 21:32:20 security-spire-agent latest f385c8e77a8c 2 minutes ago 125MB 21:32:20 security-spire-server latest 468e5e51f858 2 minutes ago 86.5MB 21:32:20 22d07be1fd67 3 minutes ago 1.55GB 21:32:20 6a15c4765f1b 3 minutes ago 1.55GB 21:32:20 ci-base-image-x86_64 latest 36d9ab7b5eb2 6 minutes ago 903MB 21:32:20 alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB 21:32:20 alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB 21:32:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 21:32:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 21:32:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:32:20 provisioning config files... 21:32:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/441@tmp/config11974137724957193198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:32:20 ---> docker-login.sh 21:32:20 nexus3.edgexfoundry.org:10001 21:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:20 Configure a credential helper to remove this warning. See 21:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:20 21:32:20 Login Succeeded 21:32:20 nexus3.edgexfoundry.org:10002 21:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:20 Configure a credential helper to remove this warning. See 21:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:20 21:32:20 Login Succeeded 21:32:20 nexus3.edgexfoundry.org:10003 21:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:21 Configure a credential helper to remove this warning. See 21:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:21 21:32:21 Login Succeeded 21:32:21 nexus3.edgexfoundry.org:10004 21:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:21 Configure a credential helper to remove this warning. See 21:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:21 21:32:21 Login Succeeded 21:32:21 docker.io 21:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:32:21 Configure a credential helper to remove this warning. See 21:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:32:21 21:32:21 Login Succeeded 21:32:21 ---> docker-login.sh ends [Pipeline] } 21:32:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:32:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:32:21 [edgeXDocker.push] Tagging docker image core-command with the following tags: 21:32:21 3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:21 latest 21:32:21 3.0.0-dev.79 21:32:21 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:21 main 21:32:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:21 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:21 + docker push nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:32:21 48683cb90025: Preparing 21:32:21 aa0fa923dae0: Preparing 21:32:21 2ba683950ec1: Preparing 21:32:21 6c64f643dc35: Preparing 21:32:21 aa5968d388b8: Preparing 21:32:21 aa5968d388b8: Layer already exists 21:32:21 6c64f643dc35: Pushed 21:32:21 2ba683950ec1: Pushed 21:32:21 48683cb90025: Pushed 21:32:23 aa0fa923dae0: Pushed 21:32:23 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:cf218d6f0533d34db367bbae6dbfbad5c8fba224efcf9cb39015c8ff6ad4ee25 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:23 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:24 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 21:32:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:32:24 48683cb90025: Preparing 21:32:24 aa0fa923dae0: Preparing 21:32:24 2ba683950ec1: Preparing 21:32:24 6c64f643dc35: Preparing 21:32:24 aa5968d388b8: Preparing 21:32:24 aa5968d388b8: Layer already exists 21:32:24 aa0fa923dae0: Layer already exists 21:32:24 48683cb90025: Layer already exists 21:32:24 6c64f643dc35: Layer already exists 21:32:24 2ba683950ec1: Layer already exists 21:32:24 latest: digest: sha256:cf218d6f0533d34db367bbae6dbfbad5c8fba224efcf9cb39015c8ff6ad4ee25 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:24 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:24 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 21:32:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:32:24 48683cb90025: Preparing 21:32:24 aa0fa923dae0: Preparing 21:32:24 2ba683950ec1: Preparing 21:32:24 6c64f643dc35: Preparing 21:32:24 aa5968d388b8: Preparing 21:32:24 48683cb90025: Layer already exists 21:32:24 aa5968d388b8: Layer already exists 21:32:24 aa0fa923dae0: Layer already exists 21:32:24 6c64f643dc35: Layer already exists 21:32:24 2ba683950ec1: Layer already exists 21:32:24 3.0.0-dev.79: digest: sha256:cf218d6f0533d34db367bbae6dbfbad5c8fba224efcf9cb39015c8ff6ad4ee25 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:25 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:25 + docker push nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:32:25 48683cb90025: Preparing 21:32:25 aa0fa923dae0: Preparing 21:32:25 2ba683950ec1: Preparing 21:32:25 6c64f643dc35: Preparing 21:32:25 aa5968d388b8: Preparing 21:32:25 6c64f643dc35: Layer already exists 21:32:25 aa0fa923dae0: Layer already exists 21:32:25 2ba683950ec1: Layer already exists 21:32:25 aa5968d388b8: Layer already exists 21:32:25 48683cb90025: Layer already exists 21:32:25 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:cf218d6f0533d34db367bbae6dbfbad5c8fba224efcf9cb39015c8ff6ad4ee25 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:25 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:26 + docker push nexus3.edgexfoundry.org:10004/core-command:main 21:32:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:32:26 48683cb90025: Preparing 21:32:26 aa0fa923dae0: Preparing 21:32:26 2ba683950ec1: Preparing 21:32:26 6c64f643dc35: Preparing 21:32:26 aa5968d388b8: Preparing 21:32:26 aa0fa923dae0: Layer already exists 21:32:26 aa5968d388b8: Layer already exists 21:32:26 2ba683950ec1: Layer already exists 21:32:26 48683cb90025: Layer already exists 21:32:26 6c64f643dc35: Layer already exists 21:32:26 main: digest: sha256:cf218d6f0533d34db367bbae6dbfbad5c8fba224efcf9cb39015c8ff6ad4ee25 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:32:26 ===================================================== [Pipeline] echo 21:32:26 taggedImages: 21:32:26 - nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:26 - nexus3.edgexfoundry.org:10004/core-command:latest 21:32:26 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 21:32:26 - nexus3.edgexfoundry.org:10004/core-command:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:26 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 21:32:26 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 21:32:26 3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:26 latest 21:32:26 3.0.0-dev.79 21:32:26 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:26 main 21:32:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:26 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:32:26 b9011ce3b5db: Preparing 21:32:26 e76c04071e19: Preparing 21:32:26 edc462b8f536: Preparing 21:32:26 3b270803c591: Preparing 21:32:26 2ba683950ec1: Preparing 21:32:26 98dfff8444ee: Preparing 21:32:26 aa5968d388b8: Preparing 21:32:26 aa5968d388b8: Waiting 21:32:26 98dfff8444ee: Waiting 21:32:26 2ba683950ec1: Layer already exists 21:32:26 e76c04071e19: Pushed 21:32:26 b9011ce3b5db: Pushed 21:32:26 edc462b8f536: Pushed 21:32:26 98dfff8444ee: Pushed 21:32:26 aa5968d388b8: Layer already exists 21:32:28 3b270803c591: Pushed 21:32:28 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:0cf14d2e016335b24f42dd858606e0374654f12815b00153e8fb1e2feb0d8caf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:28 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:32:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:32:28 b9011ce3b5db: Preparing 21:32:28 e76c04071e19: Preparing 21:32:28 edc462b8f536: Preparing 21:32:28 3b270803c591: Preparing 21:32:28 2ba683950ec1: Preparing 21:32:28 98dfff8444ee: Preparing 21:32:28 aa5968d388b8: Preparing 21:32:28 98dfff8444ee: Waiting 21:32:28 aa5968d388b8: Waiting 21:32:28 edc462b8f536: Layer already exists 21:32:28 3b270803c591: Layer already exists 21:32:28 2ba683950ec1: Layer already exists 21:32:28 b9011ce3b5db: Layer already exists 21:32:28 e76c04071e19: Layer already exists 21:32:28 aa5968d388b8: Layer already exists 21:32:28 98dfff8444ee: Layer already exists 21:32:28 latest: digest: sha256:0cf14d2e016335b24f42dd858606e0374654f12815b00153e8fb1e2feb0d8caf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:29 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 21:32:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:32:29 b9011ce3b5db: Preparing 21:32:29 e76c04071e19: Preparing 21:32:29 edc462b8f536: Preparing 21:32:29 3b270803c591: Preparing 21:32:29 2ba683950ec1: Preparing 21:32:29 98dfff8444ee: Preparing 21:32:29 aa5968d388b8: Preparing 21:32:29 98dfff8444ee: Waiting 21:32:29 aa5968d388b8: Waiting 21:32:29 b9011ce3b5db: Layer already exists 21:32:29 e76c04071e19: Layer already exists 21:32:29 edc462b8f536: Layer already exists 21:32:29 2ba683950ec1: Layer already exists 21:32:29 3b270803c591: Layer already exists 21:32:29 aa5968d388b8: Layer already exists 21:32:29 98dfff8444ee: Layer already exists 21:32:29 3.0.0-dev.79: digest: sha256:0cf14d2e016335b24f42dd858606e0374654f12815b00153e8fb1e2feb0d8caf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:29 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:32:30 b9011ce3b5db: Preparing 21:32:30 e76c04071e19: Preparing 21:32:30 edc462b8f536: Preparing 21:32:30 3b270803c591: Preparing 21:32:30 2ba683950ec1: Preparing 21:32:30 98dfff8444ee: Preparing 21:32:30 aa5968d388b8: Preparing 21:32:30 98dfff8444ee: Waiting 21:32:30 aa5968d388b8: Waiting 21:32:30 2ba683950ec1: Layer already exists 21:32:30 b9011ce3b5db: Layer already exists 21:32:30 edc462b8f536: Layer already exists 21:32:30 e76c04071e19: Layer already exists 21:32:30 3b270803c591: Layer already exists 21:32:30 98dfff8444ee: Layer already exists 21:32:30 aa5968d388b8: Layer already exists 21:32:30 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:0cf14d2e016335b24f42dd858606e0374654f12815b00153e8fb1e2feb0d8caf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:30 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 21:32:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:32:30 b9011ce3b5db: Preparing 21:32:30 e76c04071e19: Preparing 21:32:30 edc462b8f536: Preparing 21:32:30 3b270803c591: Preparing 21:32:30 2ba683950ec1: Preparing 21:32:30 98dfff8444ee: Preparing 21:32:30 aa5968d388b8: Preparing 21:32:30 98dfff8444ee: Waiting 21:32:30 aa5968d388b8: Waiting 21:32:30 edc462b8f536: Layer already exists 21:32:30 2ba683950ec1: Layer already exists 21:32:30 b9011ce3b5db: Layer already exists 21:32:30 3b270803c591: Layer already exists 21:32:30 e76c04071e19: Layer already exists 21:32:30 98dfff8444ee: Layer already exists 21:32:30 aa5968d388b8: Layer already exists 21:32:30 main: digest: sha256:0cf14d2e016335b24f42dd858606e0374654f12815b00153e8fb1e2feb0d8caf size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:32:30 ===================================================== [Pipeline] echo 21:32:30 taggedImages: 21:32:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:32:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 21:32:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 21:32:30 [edgeXDocker.push] Tagging docker image core-data with the following tags: 21:32:30 3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:30 latest 21:32:30 3.0.0-dev.79 21:32:30 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:30 main 21:32:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:31 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:31 + docker push nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:32:31 3278acaa8cdc: Preparing 21:32:31 5a64b64a3a34: Preparing 21:32:31 2ba683950ec1: Preparing 21:32:31 daad8da8f68a: Preparing 21:32:31 aa5968d388b8: Preparing 21:32:31 aa5968d388b8: Layer already exists 21:32:31 2ba683950ec1: Layer already exists 21:32:31 3278acaa8cdc: Pushed 21:32:31 daad8da8f68a: Pushed 21:32:33 5a64b64a3a34: Pushed 21:32:33 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:e57f78b5065b972ba32411b5ab379563a221a7f4576272a50fb29f8d423b3858 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:33 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:34 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 21:32:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:32:34 3278acaa8cdc: Preparing 21:32:34 5a64b64a3a34: Preparing 21:32:34 2ba683950ec1: Preparing 21:32:34 daad8da8f68a: Preparing 21:32:34 aa5968d388b8: Preparing 21:32:34 3278acaa8cdc: Layer already exists 21:32:34 2ba683950ec1: Layer already exists 21:32:34 daad8da8f68a: Layer already exists 21:32:34 5a64b64a3a34: Layer already exists 21:32:34 aa5968d388b8: Layer already exists 21:32:34 latest: digest: sha256:e57f78b5065b972ba32411b5ab379563a221a7f4576272a50fb29f8d423b3858 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:34 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:34 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 21:32:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:32:34 3278acaa8cdc: Preparing 21:32:34 5a64b64a3a34: Preparing 21:32:34 2ba683950ec1: Preparing 21:32:34 daad8da8f68a: Preparing 21:32:34 aa5968d388b8: Preparing 21:32:34 2ba683950ec1: Layer already exists 21:32:34 aa5968d388b8: Layer already exists 21:32:34 3278acaa8cdc: Layer already exists 21:32:34 5a64b64a3a34: Layer already exists 21:32:34 daad8da8f68a: Layer already exists 21:32:34 3.0.0-dev.79: digest: sha256:e57f78b5065b972ba32411b5ab379563a221a7f4576272a50fb29f8d423b3858 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:34 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:35 + docker push nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:32:35 3278acaa8cdc: Preparing 21:32:35 5a64b64a3a34: Preparing 21:32:35 2ba683950ec1: Preparing 21:32:35 daad8da8f68a: Preparing 21:32:35 aa5968d388b8: Preparing 21:32:35 2ba683950ec1: Layer already exists 21:32:35 3278acaa8cdc: Layer already exists 21:32:35 daad8da8f68a: Layer already exists 21:32:35 aa5968d388b8: Layer already exists 21:32:35 5a64b64a3a34: Layer already exists 21:32:35 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:e57f78b5065b972ba32411b5ab379563a221a7f4576272a50fb29f8d423b3858 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:35 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:35 + docker push nexus3.edgexfoundry.org:10004/core-data:main 21:32:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:32:35 3278acaa8cdc: Preparing 21:32:35 5a64b64a3a34: Preparing 21:32:35 2ba683950ec1: Preparing 21:32:35 daad8da8f68a: Preparing 21:32:35 aa5968d388b8: Preparing 21:32:35 5a64b64a3a34: Layer already exists 21:32:35 2ba683950ec1: Layer already exists 21:32:35 daad8da8f68a: Layer already exists 21:32:35 3278acaa8cdc: Layer already exists 21:32:35 aa5968d388b8: Layer already exists 21:32:35 main: digest: sha256:e57f78b5065b972ba32411b5ab379563a221a7f4576272a50fb29f8d423b3858 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:32:35 ===================================================== [Pipeline] echo 21:32:35 taggedImages: 21:32:35 - nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:35 - nexus3.edgexfoundry.org:10004/core-data:latest 21:32:35 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 21:32:35 - nexus3.edgexfoundry.org:10004/core-data:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:35 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 21:32:35 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 21:32:35 3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:35 latest 21:32:35 3.0.0-dev.79 21:32:35 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:35 main 21:32:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:32:36 ac9b07fee2fb: Preparing 21:32:36 afd6ed31f3d8: Preparing 21:32:36 5ba28e549dd0: Preparing 21:32:36 2ba683950ec1: Preparing 21:32:36 6c64f643dc35: Preparing 21:32:36 aa5968d388b8: Preparing 21:32:36 aa5968d388b8: Waiting 21:32:36 2ba683950ec1: Layer already exists 21:32:36 6c64f643dc35: Layer already exists 21:32:36 aa5968d388b8: Layer already exists 21:32:36 ac9b07fee2fb: Pushed 21:32:36 afd6ed31f3d8: Pushed 21:32:37 5ba28e549dd0: Pushed 21:32:38 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:3b587d22a27bfb09fe95154086b4646993ce34b7cf6931d7ac61aab8582c6bd1 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:38 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 21:32:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:32:38 ac9b07fee2fb: Preparing 21:32:38 afd6ed31f3d8: Preparing 21:32:38 5ba28e549dd0: Preparing 21:32:38 2ba683950ec1: Preparing 21:32:38 6c64f643dc35: Preparing 21:32:38 aa5968d388b8: Preparing 21:32:38 aa5968d388b8: Waiting 21:32:38 2ba683950ec1: Layer already exists 21:32:38 6c64f643dc35: Layer already exists 21:32:38 afd6ed31f3d8: Layer already exists 21:32:38 5ba28e549dd0: Layer already exists 21:32:38 ac9b07fee2fb: Layer already exists 21:32:38 aa5968d388b8: Layer already exists 21:32:38 latest: digest: sha256:3b587d22a27bfb09fe95154086b4646993ce34b7cf6931d7ac61aab8582c6bd1 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 21:32:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:32:39 ac9b07fee2fb: Preparing 21:32:39 afd6ed31f3d8: Preparing 21:32:39 5ba28e549dd0: Preparing 21:32:39 2ba683950ec1: Preparing 21:32:39 6c64f643dc35: Preparing 21:32:39 aa5968d388b8: Preparing 21:32:39 aa5968d388b8: Waiting 21:32:39 5ba28e549dd0: Layer already exists 21:32:39 6c64f643dc35: Layer already exists 21:32:39 afd6ed31f3d8: Layer already exists 21:32:39 ac9b07fee2fb: Layer already exists 21:32:39 2ba683950ec1: Layer already exists 21:32:39 aa5968d388b8: Layer already exists 21:32:39 3.0.0-dev.79: digest: sha256:3b587d22a27bfb09fe95154086b4646993ce34b7cf6931d7ac61aab8582c6bd1 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:32:39 ac9b07fee2fb: Preparing 21:32:39 afd6ed31f3d8: Preparing 21:32:39 5ba28e549dd0: Preparing 21:32:39 2ba683950ec1: Preparing 21:32:39 6c64f643dc35: Preparing 21:32:39 aa5968d388b8: Preparing 21:32:39 aa5968d388b8: Waiting 21:32:39 2ba683950ec1: Layer already exists 21:32:39 afd6ed31f3d8: Layer already exists 21:32:39 5ba28e549dd0: Layer already exists 21:32:39 ac9b07fee2fb: Layer already exists 21:32:39 6c64f643dc35: Layer already exists 21:32:39 aa5968d388b8: Layer already exists 21:32:39 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:3b587d22a27bfb09fe95154086b4646993ce34b7cf6931d7ac61aab8582c6bd1 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 21:32:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:32:40 ac9b07fee2fb: Preparing 21:32:40 afd6ed31f3d8: Preparing 21:32:40 5ba28e549dd0: Preparing 21:32:40 2ba683950ec1: Preparing 21:32:40 6c64f643dc35: Preparing 21:32:40 aa5968d388b8: Preparing 21:32:40 aa5968d388b8: Waiting 21:32:40 2ba683950ec1: Layer already exists 21:32:40 5ba28e549dd0: Layer already exists 21:32:40 ac9b07fee2fb: Layer already exists 21:32:40 6c64f643dc35: Layer already exists 21:32:40 afd6ed31f3d8: Layer already exists 21:32:40 aa5968d388b8: Layer already exists 21:32:40 main: digest: sha256:3b587d22a27bfb09fe95154086b4646993ce34b7cf6931d7ac61aab8582c6bd1 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:32:40 ===================================================== [Pipeline] echo 21:32:40 taggedImages: 21:32:40 - nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:40 - nexus3.edgexfoundry.org:10004/core-metadata:latest 21:32:40 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 21:32:40 - nexus3.edgexfoundry.org:10004/core-metadata:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:40 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 21:32:40 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 21:32:40 3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:40 latest 21:32:40 3.0.0-dev.79 21:32:40 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:40 main 21:32:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:32:41 5c5df1c3abf2: Preparing 21:32:41 5c5df1c3abf2: Preparing 21:32:41 05dbfb9df1c2: Preparing 21:32:41 dbb9a9c4f92d: Preparing 21:32:41 7a6a572b242e: Preparing 21:32:41 31aa9e60dc15: Preparing 21:32:41 6df7dbbc7051: Preparing 21:32:41 2ba683950ec1: Preparing 21:32:41 93535d53bc36: Preparing 21:32:41 b89d54c633ed: Preparing 21:32:41 8231deb9fa86: Preparing 21:32:41 a4c75fa44170: Preparing 21:32:41 aa5968d388b8: Preparing 21:32:41 6df7dbbc7051: Waiting 21:32:41 a4c75fa44170: Waiting 21:32:41 2ba683950ec1: Waiting 21:32:41 93535d53bc36: Waiting 21:32:41 8231deb9fa86: Waiting 21:32:41 b89d54c633ed: Waiting 21:32:41 aa5968d388b8: Waiting 21:32:42 31aa9e60dc15: Pushed 21:32:42 dbb9a9c4f92d: Pushed 21:32:42 05dbfb9df1c2: Pushed 21:32:42 7a6a572b242e: Pushed 21:32:42 5c5df1c3abf2: Pushed 21:32:42 2ba683950ec1: Layer already exists 21:32:42 8231deb9fa86: Pushed 21:32:42 b89d54c633ed: Pushed 21:32:42 93535d53bc36: Pushed 21:32:42 aa5968d388b8: Layer already exists 21:32:42 a4c75fa44170: Pushed 21:32:44 6df7dbbc7051: Pushed 21:32:44 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:711faaebf39af52ae8b885a146ce24972c063efea302d992912c568a370aee1f size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:44 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:32:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:32:44 5c5df1c3abf2: Preparing 21:32:44 5c5df1c3abf2: Preparing 21:32:44 05dbfb9df1c2: Preparing 21:32:44 dbb9a9c4f92d: Preparing 21:32:44 7a6a572b242e: Preparing 21:32:44 31aa9e60dc15: Preparing 21:32:44 6df7dbbc7051: Preparing 21:32:44 2ba683950ec1: Preparing 21:32:44 93535d53bc36: Preparing 21:32:44 b89d54c633ed: Preparing 21:32:44 2ba683950ec1: Waiting 21:32:44 93535d53bc36: Waiting 21:32:44 6df7dbbc7051: Waiting 21:32:44 8231deb9fa86: Preparing 21:32:44 b89d54c633ed: Waiting 21:32:44 a4c75fa44170: Preparing 21:32:44 aa5968d388b8: Preparing 21:32:44 a4c75fa44170: Waiting 21:32:44 8231deb9fa86: Waiting 21:32:44 dbb9a9c4f92d: Layer already exists 21:32:44 5c5df1c3abf2: Layer already exists 21:32:44 05dbfb9df1c2: Layer already exists 21:32:44 7a6a572b242e: Layer already exists 21:32:44 31aa9e60dc15: Layer already exists 21:32:44 6df7dbbc7051: Layer already exists 21:32:44 93535d53bc36: Layer already exists 21:32:44 b89d54c633ed: Layer already exists 21:32:44 2ba683950ec1: Layer already exists 21:32:44 8231deb9fa86: Layer already exists 21:32:44 aa5968d388b8: Layer already exists 21:32:44 a4c75fa44170: Layer already exists 21:32:44 latest: digest: sha256:711faaebf39af52ae8b885a146ce24972c063efea302d992912c568a370aee1f size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 21:32:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:32:45 5c5df1c3abf2: Preparing 21:32:45 5c5df1c3abf2: Preparing 21:32:45 05dbfb9df1c2: Preparing 21:32:45 dbb9a9c4f92d: Preparing 21:32:45 7a6a572b242e: Preparing 21:32:45 31aa9e60dc15: Preparing 21:32:45 6df7dbbc7051: Preparing 21:32:45 2ba683950ec1: Preparing 21:32:45 93535d53bc36: Preparing 21:32:45 b89d54c633ed: Preparing 21:32:45 8231deb9fa86: Preparing 21:32:45 a4c75fa44170: Preparing 21:32:45 aa5968d388b8: Preparing 21:32:45 b89d54c633ed: Waiting 21:32:45 2ba683950ec1: Waiting 21:32:45 93535d53bc36: Waiting 21:32:45 8231deb9fa86: Waiting 21:32:45 6df7dbbc7051: Waiting 21:32:45 a4c75fa44170: Waiting 21:32:45 aa5968d388b8: Waiting 21:32:45 31aa9e60dc15: Layer already exists 21:32:45 5c5df1c3abf2: Layer already exists 21:32:45 7a6a572b242e: Layer already exists 21:32:45 05dbfb9df1c2: Layer already exists 21:32:45 dbb9a9c4f92d: Layer already exists 21:32:45 2ba683950ec1: Layer already exists 21:32:45 6df7dbbc7051: Layer already exists 21:32:45 93535d53bc36: Layer already exists 21:32:45 8231deb9fa86: Layer already exists 21:32:45 b89d54c633ed: Layer already exists 21:32:45 a4c75fa44170: Layer already exists 21:32:45 aa5968d388b8: Layer already exists 21:32:45 3.0.0-dev.79: digest: sha256:711faaebf39af52ae8b885a146ce24972c063efea302d992912c568a370aee1f size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:32:45 5c5df1c3abf2: Preparing 21:32:45 5c5df1c3abf2: Preparing 21:32:45 05dbfb9df1c2: Preparing 21:32:45 dbb9a9c4f92d: Preparing 21:32:45 7a6a572b242e: Preparing 21:32:45 31aa9e60dc15: Preparing 21:32:45 6df7dbbc7051: Preparing 21:32:45 2ba683950ec1: Preparing 21:32:45 93535d53bc36: Preparing 21:32:45 b89d54c633ed: Preparing 21:32:45 8231deb9fa86: Preparing 21:32:45 a4c75fa44170: Preparing 21:32:45 aa5968d388b8: Preparing 21:32:45 b89d54c633ed: Waiting 21:32:45 6df7dbbc7051: Waiting 21:32:45 a4c75fa44170: Waiting 21:32:45 8231deb9fa86: Waiting 21:32:45 2ba683950ec1: Waiting 21:32:45 93535d53bc36: Waiting 21:32:45 dbb9a9c4f92d: Layer already exists 21:32:45 31aa9e60dc15: Layer already exists 21:32:45 7a6a572b242e: Layer already exists 21:32:45 05dbfb9df1c2: Layer already exists 21:32:45 5c5df1c3abf2: Layer already exists 21:32:45 6df7dbbc7051: Layer already exists 21:32:45 b89d54c633ed: Layer already exists 21:32:45 8231deb9fa86: Layer already exists 21:32:45 93535d53bc36: Layer already exists 21:32:45 2ba683950ec1: Layer already exists 21:32:45 a4c75fa44170: Layer already exists 21:32:45 aa5968d388b8: Layer already exists 21:32:45 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:711faaebf39af52ae8b885a146ce24972c063efea302d992912c568a370aee1f size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:46 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 21:32:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:32:46 5c5df1c3abf2: Preparing 21:32:46 5c5df1c3abf2: Preparing 21:32:46 05dbfb9df1c2: Preparing 21:32:46 dbb9a9c4f92d: Preparing 21:32:46 7a6a572b242e: Preparing 21:32:46 31aa9e60dc15: Preparing 21:32:46 6df7dbbc7051: Preparing 21:32:46 2ba683950ec1: Preparing 21:32:46 93535d53bc36: Preparing 21:32:46 b89d54c633ed: Preparing 21:32:46 8231deb9fa86: Preparing 21:32:46 a4c75fa44170: Preparing 21:32:46 aa5968d388b8: Preparing 21:32:46 93535d53bc36: Waiting 21:32:46 b89d54c633ed: Waiting 21:32:46 8231deb9fa86: Waiting 21:32:46 6df7dbbc7051: Waiting 21:32:46 a4c75fa44170: Waiting 21:32:46 2ba683950ec1: Waiting 21:32:46 dbb9a9c4f92d: Layer already exists 21:32:46 7a6a572b242e: Layer already exists 21:32:46 05dbfb9df1c2: Layer already exists 21:32:46 5c5df1c3abf2: Layer already exists 21:32:46 31aa9e60dc15: Layer already exists 21:32:46 93535d53bc36: Layer already exists 21:32:46 b89d54c633ed: Layer already exists 21:32:46 2ba683950ec1: Layer already exists 21:32:46 8231deb9fa86: Layer already exists 21:32:46 6df7dbbc7051: Layer already exists 21:32:46 a4c75fa44170: Layer already exists 21:32:46 aa5968d388b8: Layer already exists 21:32:46 main: digest: sha256:711faaebf39af52ae8b885a146ce24972c063efea302d992912c568a370aee1f size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:32:46 ===================================================== [Pipeline] echo 21:32:46 taggedImages: 21:32:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:32:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 21:32:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:46 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 21:32:46 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 21:32:46 3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:46 latest 21:32:46 3.0.0-dev.79 21:32:46 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:46 main 21:32:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:32:47 c83aa8d43fbc: Preparing 21:32:47 ee1cf05667ad: Preparing 21:32:47 6df6dd0c2b1f: Preparing 21:32:47 60555eb05465: Preparing 21:32:47 2ba683950ec1: Preparing 21:32:47 98dfff8444ee: Preparing 21:32:47 aa5968d388b8: Preparing 21:32:47 aa5968d388b8: Waiting 21:32:47 98dfff8444ee: Waiting 21:32:47 2ba683950ec1: Layer already exists 21:32:47 98dfff8444ee: Layer already exists 21:32:47 aa5968d388b8: Layer already exists 21:32:47 c83aa8d43fbc: Pushed 21:32:47 6df6dd0c2b1f: Pushed 21:32:47 ee1cf05667ad: Pushed 21:32:48 60555eb05465: Pushed 21:32:48 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:1444e19a469de11123a1c0cbfe0d62a2bc08a60a2e983760567ca1a46c7e7e3b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:32:49 c83aa8d43fbc: Preparing 21:32:49 ee1cf05667ad: Preparing 21:32:49 6df6dd0c2b1f: Preparing 21:32:49 60555eb05465: Preparing 21:32:49 2ba683950ec1: Preparing 21:32:49 98dfff8444ee: Preparing 21:32:49 aa5968d388b8: Preparing 21:32:49 98dfff8444ee: Waiting 21:32:49 aa5968d388b8: Waiting 21:32:49 60555eb05465: Layer already exists 21:32:49 ee1cf05667ad: Layer already exists 21:32:49 6df6dd0c2b1f: Layer already exists 21:32:49 c83aa8d43fbc: Layer already exists 21:32:49 2ba683950ec1: Layer already exists 21:32:49 98dfff8444ee: Layer already exists 21:32:49 aa5968d388b8: Layer already exists 21:32:49 latest: digest: sha256:1444e19a469de11123a1c0cbfe0d62a2bc08a60a2e983760567ca1a46c7e7e3b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 21:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:32:49 c83aa8d43fbc: Preparing 21:32:49 ee1cf05667ad: Preparing 21:32:49 6df6dd0c2b1f: Preparing 21:32:49 60555eb05465: Preparing 21:32:49 2ba683950ec1: Preparing 21:32:49 98dfff8444ee: Preparing 21:32:49 aa5968d388b8: Preparing 21:32:49 98dfff8444ee: Waiting 21:32:49 aa5968d388b8: Waiting 21:32:49 c83aa8d43fbc: Layer already exists 21:32:49 2ba683950ec1: Layer already exists 21:32:49 60555eb05465: Layer already exists 21:32:49 ee1cf05667ad: Layer already exists 21:32:49 6df6dd0c2b1f: Layer already exists 21:32:49 98dfff8444ee: Layer already exists 21:32:49 aa5968d388b8: Layer already exists 21:32:49 3.0.0-dev.79: digest: sha256:1444e19a469de11123a1c0cbfe0d62a2bc08a60a2e983760567ca1a46c7e7e3b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:50 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:32:50 c83aa8d43fbc: Preparing 21:32:50 ee1cf05667ad: Preparing 21:32:50 6df6dd0c2b1f: Preparing 21:32:50 60555eb05465: Preparing 21:32:50 2ba683950ec1: Preparing 21:32:50 98dfff8444ee: Preparing 21:32:50 aa5968d388b8: Preparing 21:32:50 98dfff8444ee: Waiting 21:32:50 aa5968d388b8: Waiting 21:32:50 2ba683950ec1: Layer already exists 21:32:50 60555eb05465: Layer already exists 21:32:50 c83aa8d43fbc: Layer already exists 21:32:50 ee1cf05667ad: Layer already exists 21:32:50 6df6dd0c2b1f: Layer already exists 21:32:50 98dfff8444ee: Layer already exists 21:32:50 aa5968d388b8: Layer already exists 21:32:50 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:1444e19a469de11123a1c0cbfe0d62a2bc08a60a2e983760567ca1a46c7e7e3b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:50 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 21:32:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:32:51 c83aa8d43fbc: Preparing 21:32:51 ee1cf05667ad: Preparing 21:32:51 6df6dd0c2b1f: Preparing 21:32:51 60555eb05465: Preparing 21:32:51 2ba683950ec1: Preparing 21:32:51 98dfff8444ee: Preparing 21:32:51 aa5968d388b8: Preparing 21:32:51 98dfff8444ee: Waiting 21:32:51 aa5968d388b8: Waiting 21:32:51 ee1cf05667ad: Layer already exists 21:32:51 c83aa8d43fbc: Layer already exists 21:32:51 60555eb05465: Layer already exists 21:32:51 2ba683950ec1: Layer already exists 21:32:51 6df6dd0c2b1f: Layer already exists 21:32:51 98dfff8444ee: Layer already exists 21:32:51 aa5968d388b8: Layer already exists 21:32:51 main: digest: sha256:1444e19a469de11123a1c0cbfe0d62a2bc08a60a2e983760567ca1a46c7e7e3b size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:32:51 ===================================================== [Pipeline] echo 21:32:51 taggedImages: 21:32:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:32:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 21:32:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:51 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 21:32:51 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 21:32:51 3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:51 latest 21:32:51 3.0.0-dev.79 21:32:51 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:51 main 21:32:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:32:51 bff8c40a9f92: Preparing 21:32:51 21530ceadc42: Preparing 21:32:51 5b423989611d: Preparing 21:32:51 3722162fff32: Preparing 21:32:51 d8444ea65794: Preparing 21:32:51 3f76ba8531db: Preparing 21:32:51 aa5968d388b8: Preparing 21:32:51 3f76ba8531db: Waiting 21:32:51 aa5968d388b8: Waiting 21:32:51 21530ceadc42: Pushed 21:32:51 bff8c40a9f92: Pushed 21:32:51 3722162fff32: Pushed 21:32:51 d8444ea65794: Pushed 21:32:51 aa5968d388b8: Layer already exists 21:32:52 3f76ba8531db: Pushed 21:32:53 5b423989611d: Pushed 21:32:53 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:d8782838f5a7ec46a3731a1a43490938717f4ae3e80192a438e444cdd09b9d2f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:32:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:32:54 bff8c40a9f92: Preparing 21:32:54 21530ceadc42: Preparing 21:32:54 5b423989611d: Preparing 21:32:54 3722162fff32: Preparing 21:32:54 d8444ea65794: Preparing 21:32:54 3f76ba8531db: Preparing 21:32:54 aa5968d388b8: Preparing 21:32:54 3f76ba8531db: Waiting 21:32:54 aa5968d388b8: Waiting 21:32:54 21530ceadc42: Layer already exists 21:32:54 d8444ea65794: Layer already exists 21:32:54 5b423989611d: Layer already exists 21:32:54 bff8c40a9f92: Layer already exists 21:32:54 3722162fff32: Layer already exists 21:32:54 aa5968d388b8: Layer already exists 21:32:54 3f76ba8531db: Layer already exists 21:32:54 latest: digest: sha256:d8782838f5a7ec46a3731a1a43490938717f4ae3e80192a438e444cdd09b9d2f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:54 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 21:32:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:32:54 bff8c40a9f92: Preparing 21:32:54 21530ceadc42: Preparing 21:32:54 5b423989611d: Preparing 21:32:54 3722162fff32: Preparing 21:32:54 d8444ea65794: Preparing 21:32:54 3f76ba8531db: Preparing 21:32:54 aa5968d388b8: Preparing 21:32:54 3f76ba8531db: Waiting 21:32:54 aa5968d388b8: Waiting 21:32:54 bff8c40a9f92: Layer already exists 21:32:54 3722162fff32: Layer already exists 21:32:54 d8444ea65794: Layer already exists 21:32:54 21530ceadc42: Layer already exists 21:32:54 5b423989611d: Layer already exists 21:32:54 3f76ba8531db: Layer already exists 21:32:54 aa5968d388b8: Layer already exists 21:32:54 3.0.0-dev.79: digest: sha256:d8782838f5a7ec46a3731a1a43490938717f4ae3e80192a438e444cdd09b9d2f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:32:55 bff8c40a9f92: Preparing 21:32:55 21530ceadc42: Preparing 21:32:55 5b423989611d: Preparing 21:32:55 3722162fff32: Preparing 21:32:55 d8444ea65794: Preparing 21:32:55 3f76ba8531db: Preparing 21:32:55 aa5968d388b8: Preparing 21:32:55 3f76ba8531db: Waiting 21:32:55 aa5968d388b8: Waiting 21:32:55 d8444ea65794: Layer already exists 21:32:55 3722162fff32: Layer already exists 21:32:55 bff8c40a9f92: Layer already exists 21:32:55 5b423989611d: Layer already exists 21:32:55 21530ceadc42: Layer already exists 21:32:55 3f76ba8531db: Layer already exists 21:32:55 aa5968d388b8: Layer already exists 21:32:55 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:d8782838f5a7ec46a3731a1a43490938717f4ae3e80192a438e444cdd09b9d2f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:55 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 21:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:32:56 bff8c40a9f92: Preparing 21:32:56 21530ceadc42: Preparing 21:32:56 5b423989611d: Preparing 21:32:56 3722162fff32: Preparing 21:32:56 d8444ea65794: Preparing 21:32:56 3f76ba8531db: Preparing 21:32:56 aa5968d388b8: Preparing 21:32:56 aa5968d388b8: Waiting 21:32:56 d8444ea65794: Layer already exists 21:32:56 21530ceadc42: Layer already exists 21:32:56 5b423989611d: Layer already exists 21:32:56 3722162fff32: Layer already exists 21:32:56 bff8c40a9f92: Layer already exists 21:32:56 3f76ba8531db: Layer already exists 21:32:56 aa5968d388b8: Layer already exists 21:32:56 main: digest: sha256:d8782838f5a7ec46a3731a1a43490938717f4ae3e80192a438e444cdd09b9d2f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:32:56 ===================================================== [Pipeline] echo 21:32:56 taggedImages: 21:32:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:32:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 21:32:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 21:32:56 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 21:32:56 3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:56 latest 21:32:56 3.0.0-dev.79 21:32:56 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:32:56 main 21:32:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c 21:32:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:32:56 03d5c27177f4: Preparing 21:32:56 517a3e99d502: Preparing 21:32:56 1eb749982f72: Preparing 21:32:56 f710b6c1a4ab: Preparing 21:32:56 68b529d4c639: Preparing 21:32:56 c563a3fda160: Preparing 21:32:56 0c95d481989c: Preparing 21:32:56 a6a84f735718: Preparing 21:32:56 aa5968d388b8: Preparing 21:32:56 a6a84f735718: Waiting 21:32:56 c563a3fda160: Waiting 21:32:56 aa5968d388b8: Waiting 21:32:56 0c95d481989c: Waiting 21:32:56 68b529d4c639: Pushed 21:32:56 03d5c27177f4: Pushed 21:32:56 517a3e99d502: Pushed 21:32:57 c563a3fda160: Pushed 21:32:57 0c95d481989c: Pushed 21:32:57 aa5968d388b8: Layer already exists 21:32:57 a6a84f735718: Pushed 21:32:57 f710b6c1a4ab: Pushed 21:32:58 1eb749982f72: Pushed 21:32:58 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:46a38d1942ce003a42a7e390dc531c9850d42afa2f830bc572591cf75ec5d530 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:32:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:32:59 03d5c27177f4: Preparing 21:32:59 517a3e99d502: Preparing 21:32:59 1eb749982f72: Preparing 21:32:59 f710b6c1a4ab: Preparing 21:32:59 68b529d4c639: Preparing 21:32:59 c563a3fda160: Preparing 21:32:59 0c95d481989c: Preparing 21:32:59 a6a84f735718: Preparing 21:32:59 aa5968d388b8: Preparing 21:32:59 c563a3fda160: Waiting 21:32:59 0c95d481989c: Waiting 21:32:59 a6a84f735718: Waiting 21:32:59 aa5968d388b8: Waiting 21:32:59 68b529d4c639: Layer already exists 21:32:59 517a3e99d502: Layer already exists 21:32:59 03d5c27177f4: Layer already exists 21:32:59 1eb749982f72: Layer already exists 21:32:59 f710b6c1a4ab: Layer already exists 21:32:59 0c95d481989c: Layer already exists 21:32:59 c563a3fda160: Layer already exists 21:32:59 a6a84f735718: Layer already exists 21:32:59 aa5968d388b8: Layer already exists 21:32:59 latest: digest: sha256:46a38d1942ce003a42a7e390dc531c9850d42afa2f830bc572591cf75ec5d530 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:32:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 21:32:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:32:59 03d5c27177f4: Preparing 21:32:59 517a3e99d502: Preparing 21:32:59 1eb749982f72: Preparing 21:32:59 f710b6c1a4ab: Preparing 21:32:59 68b529d4c639: Preparing 21:32:59 c563a3fda160: Preparing 21:32:59 0c95d481989c: Preparing 21:32:59 a6a84f735718: Preparing 21:32:59 aa5968d388b8: Preparing 21:32:59 c563a3fda160: Waiting 21:32:59 a6a84f735718: Waiting 21:32:59 aa5968d388b8: Waiting 21:32:59 0c95d481989c: Waiting 21:32:59 68b529d4c639: Layer already exists 21:32:59 f710b6c1a4ab: Layer already exists 21:32:59 1eb749982f72: Layer already exists 21:32:59 03d5c27177f4: Layer already exists 21:32:59 517a3e99d502: Layer already exists 21:32:59 0c95d481989c: Layer already exists 21:32:59 c563a3fda160: Layer already exists 21:32:59 a6a84f735718: Layer already exists 21:32:59 aa5968d388b8: Layer already exists 21:32:59 3.0.0-dev.79: digest: sha256:46a38d1942ce003a42a7e390dc531c9850d42afa2f830bc572591cf75ec5d530 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:33:00 03d5c27177f4: Preparing 21:33:00 517a3e99d502: Preparing 21:33:00 1eb749982f72: Preparing 21:33:00 f710b6c1a4ab: Preparing 21:33:00 68b529d4c639: Preparing 21:33:00 c563a3fda160: Preparing 21:33:00 0c95d481989c: Preparing 21:33:00 a6a84f735718: Preparing 21:33:00 aa5968d388b8: Preparing 21:33:00 0c95d481989c: Waiting 21:33:00 aa5968d388b8: Waiting 21:33:00 a6a84f735718: Waiting 21:33:00 517a3e99d502: Layer already exists 21:33:00 f710b6c1a4ab: Layer already exists 21:33:00 03d5c27177f4: Layer already exists 21:33:00 68b529d4c639: Layer already exists 21:33:00 1eb749982f72: Layer already exists 21:33:00 c563a3fda160: Layer already exists 21:33:00 a6a84f735718: Layer already exists 21:33:00 0c95d481989c: Layer already exists 21:33:00 aa5968d388b8: Layer already exists 21:33:00 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:46a38d1942ce003a42a7e390dc531c9850d42afa2f830bc572591cf75ec5d530 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 21:33:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:33:01 03d5c27177f4: Preparing 21:33:01 517a3e99d502: Preparing 21:33:01 1eb749982f72: Preparing 21:33:01 f710b6c1a4ab: Preparing 21:33:01 68b529d4c639: Preparing 21:33:01 c563a3fda160: Preparing 21:33:01 0c95d481989c: Preparing 21:33:01 a6a84f735718: Preparing 21:33:01 aa5968d388b8: Preparing 21:33:01 c563a3fda160: Waiting 21:33:01 aa5968d388b8: Waiting 21:33:01 a6a84f735718: Waiting 21:33:01 0c95d481989c: Waiting 21:33:01 f710b6c1a4ab: Layer already exists 21:33:01 517a3e99d502: Layer already exists 21:33:01 1eb749982f72: Layer already exists 21:33:01 68b529d4c639: Layer already exists 21:33:01 03d5c27177f4: Layer already exists 21:33:01 c563a3fda160: Layer already exists 21:33:01 0c95d481989c: Layer already exists 21:33:01 aa5968d388b8: Layer already exists 21:33:01 a6a84f735718: Layer already exists 21:33:01 main: digest: sha256:46a38d1942ce003a42a7e390dc531c9850d42afa2f830bc572591cf75ec5d530 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:33:01 ===================================================== [Pipeline] echo 21:33:01 taggedImages: 21:33:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:33:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 21:33:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:01 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 21:33:01 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 21:33:01 3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:01 latest 21:33:01 3.0.0-dev.79 21:33:01 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:01 main 21:33:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:01 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:33:01 7aba5773b556: Preparing 21:33:01 9bd3a8ff7c51: Preparing 21:33:01 2ba683950ec1: Preparing 21:33:01 0c04e9c4774d: Preparing 21:33:01 4e6476652798: Preparing 21:33:01 2ba683950ec1: Layer already exists 21:33:01 4e6476652798: Layer already exists 21:33:01 7aba5773b556: Pushed 21:33:02 0c04e9c4774d: Pushed 21:33:03 9bd3a8ff7c51: Pushed 21:33:03 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:0cd0263420066d3cbf92fd8331f3d3520abd5b761a6b533e33750a9208b2b5a1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:04 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:33:04 7aba5773b556: Preparing 21:33:04 9bd3a8ff7c51: Preparing 21:33:04 2ba683950ec1: Preparing 21:33:04 0c04e9c4774d: Preparing 21:33:04 4e6476652798: Preparing 21:33:04 2ba683950ec1: Layer already exists 21:33:04 0c04e9c4774d: Layer already exists 21:33:04 4e6476652798: Layer already exists 21:33:04 7aba5773b556: Layer already exists 21:33:04 9bd3a8ff7c51: Layer already exists 21:33:04 latest: digest: sha256:0cd0263420066d3cbf92fd8331f3d3520abd5b761a6b533e33750a9208b2b5a1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:04 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 21:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:33:05 7aba5773b556: Preparing 21:33:05 9bd3a8ff7c51: Preparing 21:33:05 2ba683950ec1: Preparing 21:33:05 0c04e9c4774d: Preparing 21:33:05 4e6476652798: Preparing 21:33:05 2ba683950ec1: Layer already exists 21:33:05 9bd3a8ff7c51: Layer already exists 21:33:05 4e6476652798: Layer already exists 21:33:05 0c04e9c4774d: Layer already exists 21:33:05 7aba5773b556: Layer already exists 21:33:05 3.0.0-dev.79: digest: sha256:0cd0263420066d3cbf92fd8331f3d3520abd5b761a6b533e33750a9208b2b5a1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:33:05 7aba5773b556: Preparing 21:33:05 9bd3a8ff7c51: Preparing 21:33:05 2ba683950ec1: Preparing 21:33:05 0c04e9c4774d: Preparing 21:33:05 4e6476652798: Preparing 21:33:05 2ba683950ec1: Layer already exists 21:33:05 7aba5773b556: Layer already exists 21:33:05 9bd3a8ff7c51: Layer already exists 21:33:05 0c04e9c4774d: Layer already exists 21:33:05 4e6476652798: Layer already exists 21:33:05 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:0cd0263420066d3cbf92fd8331f3d3520abd5b761a6b533e33750a9208b2b5a1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 21:33:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:33:06 7aba5773b556: Preparing 21:33:06 9bd3a8ff7c51: Preparing 21:33:06 2ba683950ec1: Preparing 21:33:06 0c04e9c4774d: Preparing 21:33:06 4e6476652798: Preparing 21:33:06 9bd3a8ff7c51: Layer already exists 21:33:06 2ba683950ec1: Layer already exists 21:33:06 7aba5773b556: Layer already exists 21:33:06 4e6476652798: Layer already exists 21:33:06 0c04e9c4774d: Layer already exists 21:33:06 main: digest: sha256:0cd0263420066d3cbf92fd8331f3d3520abd5b761a6b533e33750a9208b2b5a1 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:33:06 ===================================================== [Pipeline] echo 21:33:06 taggedImages: 21:33:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:33:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 21:33:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:06 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 21:33:06 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 21:33:06 3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:06 latest 21:33:06 3.0.0-dev.79 21:33:06 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:06 main 21:33:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:06 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:33:06 cfe70739448c: Preparing 21:33:06 71cad399f6c7: Preparing 21:33:06 798ab8e19e70: Preparing 21:33:06 490f10ae13fb: Preparing 21:33:06 06bb0a1155e4: Preparing 21:33:06 57425a5033de: Preparing 21:33:06 4e6476652798: Preparing 21:33:06 57425a5033de: Waiting 21:33:06 cfe70739448c: Pushed 21:33:06 71cad399f6c7: Pushed 21:33:06 798ab8e19e70: Pushed 21:33:06 4e6476652798: Layer already exists 21:33:07 57425a5033de: Pushed 21:33:10 06bb0a1155e4: Pushed 21:33:14 490f10ae13fb: Pushed 21:33:14 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:43c9d49f63b93f04cb5184c319356775f0395cbfc194aa49b1d128c4ec687421 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:14 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:33:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:33:14 cfe70739448c: Preparing 21:33:14 71cad399f6c7: Preparing 21:33:14 798ab8e19e70: Preparing 21:33:14 490f10ae13fb: Preparing 21:33:14 06bb0a1155e4: Preparing 21:33:14 57425a5033de: Preparing 21:33:14 4e6476652798: Preparing 21:33:14 57425a5033de: Waiting 21:33:14 4e6476652798: Waiting 21:33:14 490f10ae13fb: Layer already exists 21:33:14 71cad399f6c7: Layer already exists 21:33:14 06bb0a1155e4: Layer already exists 21:33:14 cfe70739448c: Layer already exists 21:33:14 798ab8e19e70: Layer already exists 21:33:14 4e6476652798: Layer already exists 21:33:14 57425a5033de: Layer already exists 21:33:14 latest: digest: sha256:43c9d49f63b93f04cb5184c319356775f0395cbfc194aa49b1d128c4ec687421 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:15 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 21:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:33:15 cfe70739448c: Preparing 21:33:15 71cad399f6c7: Preparing 21:33:15 798ab8e19e70: Preparing 21:33:15 490f10ae13fb: Preparing 21:33:15 06bb0a1155e4: Preparing 21:33:15 57425a5033de: Preparing 21:33:15 4e6476652798: Preparing 21:33:15 57425a5033de: Waiting 21:33:15 4e6476652798: Waiting 21:33:15 71cad399f6c7: Layer already exists 21:33:15 cfe70739448c: Layer already exists 21:33:15 798ab8e19e70: Layer already exists 21:33:15 06bb0a1155e4: Layer already exists 21:33:15 490f10ae13fb: Layer already exists 21:33:15 57425a5033de: Layer already exists 21:33:15 4e6476652798: Layer already exists 21:33:15 3.0.0-dev.79: digest: sha256:43c9d49f63b93f04cb5184c319356775f0395cbfc194aa49b1d128c4ec687421 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:15 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:33:15 cfe70739448c: Preparing 21:33:15 71cad399f6c7: Preparing 21:33:15 798ab8e19e70: Preparing 21:33:15 490f10ae13fb: Preparing 21:33:15 06bb0a1155e4: Preparing 21:33:15 57425a5033de: Preparing 21:33:15 4e6476652798: Preparing 21:33:15 4e6476652798: Waiting 21:33:15 57425a5033de: Waiting 21:33:15 798ab8e19e70: Layer already exists 21:33:15 cfe70739448c: Layer already exists 21:33:15 490f10ae13fb: Layer already exists 21:33:15 06bb0a1155e4: Layer already exists 21:33:15 4e6476652798: Layer already exists 21:33:15 57425a5033de: Layer already exists 21:33:15 71cad399f6c7: Layer already exists 21:33:15 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:43c9d49f63b93f04cb5184c319356775f0395cbfc194aa49b1d128c4ec687421 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 21:33:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:33:16 cfe70739448c: Preparing 21:33:16 71cad399f6c7: Preparing 21:33:16 798ab8e19e70: Preparing 21:33:16 490f10ae13fb: Preparing 21:33:16 06bb0a1155e4: Preparing 21:33:16 57425a5033de: Preparing 21:33:16 4e6476652798: Preparing 21:33:16 57425a5033de: Waiting 21:33:16 4e6476652798: Waiting 21:33:16 cfe70739448c: Layer already exists 21:33:16 490f10ae13fb: Layer already exists 21:33:16 06bb0a1155e4: Layer already exists 21:33:16 798ab8e19e70: Layer already exists 21:33:16 71cad399f6c7: Layer already exists 21:33:16 57425a5033de: Layer already exists 21:33:16 4e6476652798: Layer already exists 21:33:16 main: digest: sha256:43c9d49f63b93f04cb5184c319356775f0395cbfc194aa49b1d128c4ec687421 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:33:16 ===================================================== [Pipeline] echo 21:33:16 taggedImages: 21:33:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:33:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 21:33:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 21:33:16 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 21:33:16 3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:16 latest 21:33:16 3.0.0-dev.79 21:33:16 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:16 main 21:33:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:33:17 4c3bda73ae2c: Preparing 21:33:17 9f4590ad71db: Preparing 21:33:17 19427ca2f0e6: Preparing 21:33:17 3827f783bb45: Preparing 21:33:17 043bba120b47: Preparing 21:33:17 4e6476652798: Preparing 21:33:17 4e6476652798: Waiting 21:33:17 9f4590ad71db: Pushed 21:33:17 4e6476652798: Layer already exists 21:33:17 4c3bda73ae2c: Pushed 21:33:17 19427ca2f0e6: Pushed 21:33:17 043bba120b47: Pushed 21:33:24 3827f783bb45: Pushed 21:33:24 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:aa49dcd59ba54fb9240ce733c963d0e480c7f4b3e2b67268d777c1f9cd5b9b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:33:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:33:24 4c3bda73ae2c: Preparing 21:33:24 9f4590ad71db: Preparing 21:33:24 19427ca2f0e6: Preparing 21:33:24 3827f783bb45: Preparing 21:33:24 043bba120b47: Preparing 21:33:24 4e6476652798: Preparing 21:33:24 4e6476652798: Waiting 21:33:24 19427ca2f0e6: Layer already exists 21:33:24 4c3bda73ae2c: Layer already exists 21:33:24 3827f783bb45: Layer already exists 21:33:24 043bba120b47: Layer already exists 21:33:24 9f4590ad71db: Layer already exists 21:33:24 4e6476652798: Layer already exists 21:33:24 latest: digest: sha256:aa49dcd59ba54fb9240ce733c963d0e480c7f4b3e2b67268d777c1f9cd5b9b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 21:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:33:25 4c3bda73ae2c: Preparing 21:33:25 9f4590ad71db: Preparing 21:33:25 19427ca2f0e6: Preparing 21:33:25 3827f783bb45: Preparing 21:33:25 043bba120b47: Preparing 21:33:25 4e6476652798: Preparing 21:33:25 4e6476652798: Waiting 21:33:25 9f4590ad71db: Layer already exists 21:33:25 043bba120b47: Layer already exists 21:33:25 4c3bda73ae2c: Layer already exists 21:33:25 3827f783bb45: Layer already exists 21:33:25 19427ca2f0e6: Layer already exists 21:33:25 4e6476652798: Layer already exists 21:33:25 3.0.0-dev.79: digest: sha256:aa49dcd59ba54fb9240ce733c963d0e480c7f4b3e2b67268d777c1f9cd5b9b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:33:25 4c3bda73ae2c: Preparing 21:33:25 9f4590ad71db: Preparing 21:33:25 19427ca2f0e6: Preparing 21:33:25 3827f783bb45: Preparing 21:33:25 043bba120b47: Preparing 21:33:25 4e6476652798: Preparing 21:33:25 4e6476652798: Waiting 21:33:25 9f4590ad71db: Layer already exists 21:33:25 043bba120b47: Layer already exists 21:33:25 4c3bda73ae2c: Layer already exists 21:33:25 19427ca2f0e6: Layer already exists 21:33:25 3827f783bb45: Layer already exists 21:33:25 4e6476652798: Layer already exists 21:33:25 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:aa49dcd59ba54fb9240ce733c963d0e480c7f4b3e2b67268d777c1f9cd5b9b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 21:33:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:33:26 4c3bda73ae2c: Preparing 21:33:26 9f4590ad71db: Preparing 21:33:26 19427ca2f0e6: Preparing 21:33:26 3827f783bb45: Preparing 21:33:26 043bba120b47: Preparing 21:33:26 4e6476652798: Preparing 21:33:26 4e6476652798: Waiting 21:33:26 043bba120b47: Layer already exists 21:33:26 4c3bda73ae2c: Layer already exists 21:33:26 3827f783bb45: Layer already exists 21:33:26 9f4590ad71db: Layer already exists 21:33:26 19427ca2f0e6: Layer already exists 21:33:26 4e6476652798: Layer already exists 21:33:26 main: digest: sha256:aa49dcd59ba54fb9240ce733c963d0e480c7f4b3e2b67268d777c1f9cd5b9b51 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:33:26 ===================================================== [Pipeline] echo 21:33:26 taggedImages: 21:33:26 - nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:26 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:33:26 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 21:33:26 - nexus3.edgexfoundry.org:10004/security-spire-config:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:26 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 21:33:26 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 21:33:26 3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:26 latest 21:33:26 3.0.0-dev.79 21:33:26 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:26 main 21:33:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:26 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:33:27 6d5467ecc566: Preparing 21:33:27 0b8d75e941a3: Preparing 21:33:27 56f4f6bd9743: Preparing 21:33:27 86481a252754: Preparing 21:33:27 57425a5033de: Preparing 21:33:27 4e6476652798: Preparing 21:33:27 4e6476652798: Waiting 21:33:27 57425a5033de: Layer already exists 21:33:27 4e6476652798: Layer already exists 21:33:27 6d5467ecc566: Pushed 21:33:27 56f4f6bd9743: Pushed 21:33:27 0b8d75e941a3: Pushed 21:33:35 86481a252754: Pushed 21:33:35 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:b59fafcc7ace515ea49301ae9e58a148d7182b7ba4f20b91ba6d029d2d862599 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:33:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:33:35 6d5467ecc566: Preparing 21:33:35 0b8d75e941a3: Preparing 21:33:35 56f4f6bd9743: Preparing 21:33:35 86481a252754: Preparing 21:33:35 57425a5033de: Preparing 21:33:35 4e6476652798: Preparing 21:33:35 4e6476652798: Waiting 21:33:35 6d5467ecc566: Layer already exists 21:33:35 0b8d75e941a3: Layer already exists 21:33:35 56f4f6bd9743: Layer already exists 21:33:35 86481a252754: Layer already exists 21:33:35 57425a5033de: Layer already exists 21:33:35 4e6476652798: Layer already exists 21:33:35 latest: digest: sha256:b59fafcc7ace515ea49301ae9e58a148d7182b7ba4f20b91ba6d029d2d862599 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 21:33:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:33:36 6d5467ecc566: Preparing 21:33:36 0b8d75e941a3: Preparing 21:33:36 56f4f6bd9743: Preparing 21:33:36 86481a252754: Preparing 21:33:36 57425a5033de: Preparing 21:33:36 4e6476652798: Preparing 21:33:36 4e6476652798: Waiting 21:33:36 57425a5033de: Layer already exists 21:33:36 0b8d75e941a3: Layer already exists 21:33:36 56f4f6bd9743: Layer already exists 21:33:36 86481a252754: Layer already exists 21:33:36 6d5467ecc566: Layer already exists 21:33:36 4e6476652798: Layer already exists 21:33:36 3.0.0-dev.79: digest: sha256:b59fafcc7ace515ea49301ae9e58a148d7182b7ba4f20b91ba6d029d2d862599 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:33:37 6d5467ecc566: Preparing 21:33:37 0b8d75e941a3: Preparing 21:33:37 56f4f6bd9743: Preparing 21:33:37 86481a252754: Preparing 21:33:37 57425a5033de: Preparing 21:33:37 4e6476652798: Preparing 21:33:37 4e6476652798: Waiting 21:33:37 57425a5033de: Layer already exists 21:33:37 56f4f6bd9743: Layer already exists 21:33:37 6d5467ecc566: Layer already exists 21:33:37 0b8d75e941a3: Layer already exists 21:33:37 86481a252754: Layer already exists 21:33:37 4e6476652798: Layer already exists 21:33:37 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:b59fafcc7ace515ea49301ae9e58a148d7182b7ba4f20b91ba6d029d2d862599 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 21:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:33:37 6d5467ecc566: Preparing 21:33:37 0b8d75e941a3: Preparing 21:33:37 56f4f6bd9743: Preparing 21:33:37 86481a252754: Preparing 21:33:37 57425a5033de: Preparing 21:33:37 4e6476652798: Preparing 21:33:37 4e6476652798: Waiting 21:33:37 86481a252754: Layer already exists 21:33:37 57425a5033de: Layer already exists 21:33:37 0b8d75e941a3: Layer already exists 21:33:37 56f4f6bd9743: Layer already exists 21:33:37 6d5467ecc566: Layer already exists 21:33:37 4e6476652798: Layer already exists 21:33:38 main: digest: sha256:b59fafcc7ace515ea49301ae9e58a148d7182b7ba4f20b91ba6d029d2d862599 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:33:38 ===================================================== [Pipeline] echo 21:33:38 taggedImages: 21:33:38 - nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:38 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:33:38 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 21:33:38 - nexus3.edgexfoundry.org:10004/security-spire-server:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:38 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 21:33:38 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 21:33:38 3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:38 latest 21:33:38 3.0.0-dev.79 21:33:38 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:38 main 21:33:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:38 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:33:39 d60ecd598efe: Preparing 21:33:39 a6f8b3941364: Preparing 21:33:39 2ba683950ec1: Preparing 21:33:39 9472a1f45463: Preparing 21:33:39 aa5968d388b8: Preparing 21:33:39 aa5968d388b8: Layer already exists 21:33:39 2ba683950ec1: Layer already exists 21:33:39 d60ecd598efe: Pushed 21:33:39 9472a1f45463: Pushed 21:33:41 a6f8b3941364: Pushed 21:33:41 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:a876bd753eae085f525e13858d7fa971e681cc5ff6ca4f64d8db117595da44f1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 21:33:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:33:42 d60ecd598efe: Preparing 21:33:42 a6f8b3941364: Preparing 21:33:42 2ba683950ec1: Preparing 21:33:42 9472a1f45463: Preparing 21:33:42 aa5968d388b8: Preparing 21:33:42 2ba683950ec1: Layer already exists 21:33:42 9472a1f45463: Layer already exists 21:33:42 aa5968d388b8: Layer already exists 21:33:42 a6f8b3941364: Layer already exists 21:33:42 d60ecd598efe: Layer already exists 21:33:42 latest: digest: sha256:a876bd753eae085f525e13858d7fa971e681cc5ff6ca4f64d8db117595da44f1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 21:33:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:33:43 d60ecd598efe: Preparing 21:33:43 a6f8b3941364: Preparing 21:33:43 2ba683950ec1: Preparing 21:33:43 9472a1f45463: Preparing 21:33:43 aa5968d388b8: Preparing 21:33:43 aa5968d388b8: Layer already exists 21:33:43 d60ecd598efe: Layer already exists 21:33:43 9472a1f45463: Layer already exists 21:33:43 2ba683950ec1: Layer already exists 21:33:43 a6f8b3941364: Layer already exists 21:33:43 3.0.0-dev.79: digest: sha256:a876bd753eae085f525e13858d7fa971e681cc5ff6ca4f64d8db117595da44f1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:33:43 d60ecd598efe: Preparing 21:33:43 a6f8b3941364: Preparing 21:33:43 2ba683950ec1: Preparing 21:33:43 9472a1f45463: Preparing 21:33:43 aa5968d388b8: Preparing 21:33:43 2ba683950ec1: Layer already exists 21:33:43 9472a1f45463: Layer already exists 21:33:43 a6f8b3941364: Layer already exists 21:33:43 aa5968d388b8: Layer already exists 21:33:43 d60ecd598efe: Layer already exists 21:33:43 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:a876bd753eae085f525e13858d7fa971e681cc5ff6ca4f64d8db117595da44f1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 21:33:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:33:44 d60ecd598efe: Preparing 21:33:44 a6f8b3941364: Preparing 21:33:44 2ba683950ec1: Preparing 21:33:44 9472a1f45463: Preparing 21:33:44 aa5968d388b8: Preparing 21:33:44 2ba683950ec1: Layer already exists 21:33:44 d60ecd598efe: Layer already exists 21:33:44 aa5968d388b8: Layer already exists 21:33:44 a6f8b3941364: Layer already exists 21:33:44 9472a1f45463: Layer already exists 21:33:44 main: digest: sha256:a876bd753eae085f525e13858d7fa971e681cc5ff6ca4f64d8db117595da44f1 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:33:44 ===================================================== [Pipeline] echo 21:33:44 taggedImages: 21:33:44 - nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:44 - nexus3.edgexfoundry.org:10004/support-notifications:latest 21:33:44 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 21:33:44 - nexus3.edgexfoundry.org:10004/support-notifications:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:44 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 21:33:44 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 21:33:44 3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:44 latest 21:33:44 3.0.0-dev.79 21:33:44 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:44 main 21:33:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:33:44 ef4fe4d58d3b: Preparing 21:33:44 a947c891c2cb: Preparing 21:33:44 2ba683950ec1: Preparing 21:33:44 6c64f643dc35: Preparing 21:33:44 aa5968d388b8: Preparing 21:33:44 2ba683950ec1: Layer already exists 21:33:44 6c64f643dc35: Layer already exists 21:33:44 aa5968d388b8: Layer already exists 21:33:44 ef4fe4d58d3b: Pushed 21:33:48 a947c891c2cb: Pushed 21:33:48 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:60a42d1f3b1993af6c933f00ced2dfb7f660beebc22a0b60e4389fc684174d64 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:33:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:33:48 ef4fe4d58d3b: Preparing 21:33:48 a947c891c2cb: Preparing 21:33:48 2ba683950ec1: Preparing 21:33:48 6c64f643dc35: Preparing 21:33:48 aa5968d388b8: Preparing 21:33:48 2ba683950ec1: Layer already exists 21:33:48 ef4fe4d58d3b: Layer already exists 21:33:48 aa5968d388b8: Layer already exists 21:33:48 a947c891c2cb: Layer already exists 21:33:48 6c64f643dc35: Layer already exists 21:33:48 latest: digest: sha256:60a42d1f3b1993af6c933f00ced2dfb7f660beebc22a0b60e4389fc684174d64 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:49 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 21:33:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:33:49 ef4fe4d58d3b: Preparing 21:33:49 a947c891c2cb: Preparing 21:33:49 2ba683950ec1: Preparing 21:33:49 6c64f643dc35: Preparing 21:33:49 aa5968d388b8: Preparing 21:33:49 2ba683950ec1: Layer already exists 21:33:49 aa5968d388b8: Layer already exists 21:33:49 ef4fe4d58d3b: Layer already exists 21:33:49 6c64f643dc35: Layer already exists 21:33:49 a947c891c2cb: Layer already exists 21:33:49 3.0.0-dev.79: digest: sha256:60a42d1f3b1993af6c933f00ced2dfb7f660beebc22a0b60e4389fc684174d64 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:49 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:33:50 ef4fe4d58d3b: Preparing 21:33:50 a947c891c2cb: Preparing 21:33:50 2ba683950ec1: Preparing 21:33:50 6c64f643dc35: Preparing 21:33:50 aa5968d388b8: Preparing 21:33:50 ef4fe4d58d3b: Layer already exists 21:33:50 2ba683950ec1: Layer already exists 21:33:50 aa5968d388b8: Layer already exists 21:33:50 6c64f643dc35: Layer already exists 21:33:50 a947c891c2cb: Layer already exists 21:33:50 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:60a42d1f3b1993af6c933f00ced2dfb7f660beebc22a0b60e4389fc684174d64 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:33:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 21:33:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:33:50 ef4fe4d58d3b: Preparing 21:33:50 a947c891c2cb: Preparing 21:33:50 2ba683950ec1: Preparing 21:33:50 6c64f643dc35: Preparing 21:33:50 aa5968d388b8: Preparing 21:33:50 6c64f643dc35: Layer already exists 21:33:50 2ba683950ec1: Layer already exists 21:33:50 aa5968d388b8: Layer already exists 21:33:50 ef4fe4d58d3b: Layer already exists 21:33:50 a947c891c2cb: Layer already exists 21:33:50 main: digest: sha256:60a42d1f3b1993af6c933f00ced2dfb7f660beebc22a0b60e4389fc684174d64 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:33:50 ===================================================== [Pipeline] echo 21:33:50 taggedImages: 21:33:50 - nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c 21:33:50 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:33:50 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 21:33:50 - nexus3.edgexfoundry.org:10004/support-scheduler:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:33:50 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:36:52 Removing intermediate container f6bb80254772 21:36:52 ---> 26feb9c57104 21:36:52 21:36:52 Step 10/22 : FROM alpine:3.16 21:36:52 3.16: Pulling from library/alpine 21:36:52 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:36:52 Status: Downloaded newer image for alpine:3.16 21:36:52 ---> 4c81e5bf8899 21:36:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:36:52 ---> Running in b5e167e93051 21:36:52 Removing intermediate container b5e167e93051 21:36:52 ---> dd5b3cdc8791 21:36:52 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:36:52 ---> Running in 5d851a226c46 21:36:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:36:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:36:52 (1/1) Installing dumb-init (1.2.5-r1) 21:36:52 Executing busybox-1.35.0-r17.trigger 21:36:52 OK: 5 MiB in 15 packages 21:36:53 Removing intermediate container 5d851a226c46 21:36:53 ---> 89f807890818 21:36:53 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:36:54 ---> e2f7af0fae49 21:36:54 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:36:56 ---> e4353cffd9cd 21:36:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:36:56 ---> 74ea5658d07e 21:36:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:36:57 ---> e6938fc44f0a 21:36:57 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:36:57 ---> Running in e453fcc72cf6 21:37:01 Removing intermediate container e453fcc72cf6 21:37:01 ---> 19baac40cc76 21:37:01 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:37:01 ---> Running in 235ceb82c1b7 21:37:01 Removing intermediate container 235ceb82c1b7 21:37:01 ---> 9104286f0980 21:37:01 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 21:37:01 ---> Running in 5f5d597ff3f5 21:37:03 Removing intermediate container 5f5d597ff3f5 21:37:03 ---> 99640b135887 21:37:03 Step 20/22 : LABEL arch=arm64 21:37:03 ---> Running in 5bef3629e7d9 21:37:04 Removing intermediate container 5bef3629e7d9 21:37:04 ---> 41c539cf9370 21:37:04 Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:37:04 ---> Running in 085ab7102ea0 21:37:05 Removing intermediate container 085ab7102ea0 21:37:05 ---> 1de7b75b2c51 21:37:05 Step 22/22 : LABEL version=3.0.0-dev.79 21:37:05 ---> Running in 68c966f103f5 21:37:06 Removing intermediate container 68c966f103f5 21:37:06 ---> 16c7d5233a97 21:37:06 21:37:06 Successfully built 16c7d5233a97 21:37:06 Successfully tagged core-common-config-bootstrapper-arm64:latest 21:37:06 Building security-bootstrapper 21:37:11  Building core-common-config-bootstrapper ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:37:11 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:37:11 ---> d37bf8fb6205 21:37:11 Step 3/32 : WORKDIR /edgex-go 21:37:11 ---> Using cache 21:37:11 ---> bb2f705d5f32 21:37:11 Step 4/32 : RUN apk add --update --no-cache make git 21:37:11 ---> Running in 88f5d1771124 21:37:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:37:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:37:15 OK: 221 MiB in 51 packages 21:37:18 Removing intermediate container 88f5d1771124 21:37:18 ---> 9078cd2c15d3 21:37:18 Step 5/32 : COPY go.mod vendor* ./ 21:37:19 ---> 5318076f6209 21:37:19 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:37:19 ---> Running in 082dc6b0e5b8 21:37:19 Removing intermediate container 92fa84d92184 21:37:19 ---> 260239aec514 21:37:19 21:37:19 Step 10/22 : FROM alpine:3.16 21:37:19 ---> 4c81e5bf8899 21:37:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:37:20 ---> Running in 0d80e248532f 21:37:21 Removing intermediate container 0d80e248532f 21:37:21 ---> ac2d754cf78a 21:37:21 Step 12/22 : ENV APP_PORT=59880 21:37:21 ---> Running in 3e0a49a3269f 21:37:22 Removing intermediate container 3e0a49a3269f 21:37:22 ---> 19e6ec44307d 21:37:22 Step 13/22 : EXPOSE $APP_PORT 21:37:22 ---> Running in 76857ac51037 21:37:23 Removing intermediate container 76857ac51037 21:37:23 ---> 70053cfbc3bc 21:37:23 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:37:23 ---> Running in 048b56cd3804 21:37:24 Removing intermediate container b593e5519046 21:37:24 ---> b4d7b2e1a5bf 21:37:24 21:37:24 Step 10/24 : FROM alpine:3.16 21:37:24 ---> 4c81e5bf8899 21:37:24 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:37:24 ---> Running in 4bfec32adbb5 21:37:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:37:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:37:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:37:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:37:28 (1/1) Installing dumb-init (1.2.5-r1) 21:37:28 Executing busybox-1.35.0-r17.trigger 21:37:28 OK: 5 MiB in 15 packages 21:37:28 (1/1) Installing dumb-init (1.2.5-r1) 21:37:28 Executing busybox-1.35.0-r17.trigger 21:37:28 OK: 5 MiB in 15 packages 21:37:29 Removing intermediate container 4bfec32adbb5 21:37:29 ---> f1333517b2dc 21:37:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:37:30 ---> Running in db5c7389d465 21:37:30 Removing intermediate container 048b56cd3804 21:37:30 ---> 5ec5f6181f6a 21:37:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:37:30 Removing intermediate container db5c7389d465 21:37:30 ---> 8d210da20b69 21:37:30 Step 13/24 : ENV APP_PORT=59881 21:37:30 ---> Running in dcafbad1f70c 21:37:31 ---> a2ebb0fd915a 21:37:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:37:31 Removing intermediate container dcafbad1f70c 21:37:31 ---> d121bf754a56 21:37:31 Step 14/24 : EXPOSE $APP_PORT 21:37:31 ---> Running in 6b4f66c55777 21:37:32 Removing intermediate container 6b4f66c55777 21:37:32 ---> 6413db629289 21:37:32 Step 15/24 : WORKDIR / 21:37:33 ---> Running in 630d94c13293 21:37:34 ---> 8a4d79b25c98 21:37:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:37:34 Removing intermediate container 630d94c13293 21:37:34 ---> 52af96861fe0 21:37:34 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:37:35 ---> 438277044402 21:37:35 Step 18/22 : ENTRYPOINT ["/core-data"] 21:37:35 ---> Running in e64af2c4b9e9 21:37:35 ---> 1aeb86982686 21:37:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:37:35 Removing intermediate container e64af2c4b9e9 21:37:35 ---> f2dc7f7c0cbf 21:37:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:37:36 ---> Running in e184c484b1d0 21:37:37 Removing intermediate container e184c484b1d0 21:37:37 ---> 998a7b77ff13 21:37:37 Step 20/22 : LABEL arch=arm64 21:37:37 ---> Running in 46fd8481dd76 21:37:38 Removing intermediate container 46fd8481dd76 21:37:38 ---> 117cd6949968 21:37:38 Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:37:38 ---> 3e842081fdd7 21:37:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:37:38 ---> Running in 24a8640aaa39 21:37:38 Removing intermediate container 24a8640aaa39 21:37:38 ---> 83ee3de986bf 21:37:38 Step 22/22 : LABEL version=3.0.0-dev.79 21:37:38 ---> Running in 4f88dc016a6d 21:37:39 ---> c0ae8f6d53fc 21:37:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:37:39 Removing intermediate container 4f88dc016a6d 21:37:39 ---> 70b23474569f 21:37:39 21:37:39 Successfully built 70b23474569f 21:37:39 Successfully tagged core-data-arm64:latest 21:37:39  Building core-data ... done Building security-secretstore-setup 21:37:39 ---> 360c7072bcab 21:37:39 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:37:40 ---> Running in 4ffa07e849d2 21:37:40 Removing intermediate container 4ffa07e849d2 21:37:40 ---> 8dfad9bb5a9f 21:37:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:37:41 ---> Running in 82686291f5e6 21:37:41 Removing intermediate container 82686291f5e6 21:37:41 ---> e3632e8ddcac 21:37:41 Step 22/24 : LABEL arch=arm64 21:37:41 ---> Running in 867d55513d0d 21:37:42 Removing intermediate container 867d55513d0d 21:37:42 ---> b79fae99cb2b 21:37:42 Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:37:42 ---> Running in e1226072e06c 21:37:42 Removing intermediate container e1226072e06c 21:37:42 ---> 822d701cc08b 21:37:42 Step 24/24 : LABEL version=3.0.0-dev.79 21:37:43 ---> Running in d1abc7d73d10 21:37:43 Removing intermediate container d1abc7d73d10 21:37:43 ---> 16da3422af4d 21:37:43 21:37:44 Successfully built 16da3422af4d 21:37:44 Successfully tagged core-metadata-arm64:latest 21:37:44 Building security-spire-server 21:37:44  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:37:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:37:44 ---> d37bf8fb6205 21:37:44 Step 3/23 : WORKDIR /edgex-go 21:37:44 ---> Using cache 21:37:44 ---> bb2f705d5f32 21:37:44 Step 4/23 : RUN apk add --update --no-cache make git 21:37:44 ---> Using cache 21:37:44 ---> 9078cd2c15d3 21:37:44 Step 5/23 : COPY go.mod vendor* ./ 21:37:44 ---> Using cache 21:37:44 ---> 5318076f6209 21:37:44 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:37:44 ---> Running in 4e73f2e9b4bd 21:37:48 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:37:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:37:48 ---> d37bf8fb6205 21:37:48 Step 3/23 : WORKDIR /edgex-go 21:37:48 ---> Using cache 21:37:48 ---> bb2f705d5f32 21:37:48 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 21:37:48 ---> Running in 99815bbbfdc0 21:37:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:37:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:37:52 OK: 221 MiB in 51 packages 21:37:54 Removing intermediate container 99815bbbfdc0 21:37:54 ---> abb79a4a6bbe 21:37:54 Step 5/23 : COPY go.mod vendor* ./ 21:37:54 ---> 2c038d0ad9a9 21:37:54 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:37:55 ---> Running in 8849af081efe 21:38:41 Removing intermediate container 17ecde774bfe 21:38:41 ---> f70f0b692dd4 21:38:41 21:38:41 Step 9/19 : FROM alpine:3.15 21:38:41 3.15: Pulling from library/alpine 21:38:43 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:38:43 Status: Downloaded newer image for alpine:3.15 21:38:43 ---> 354640af7b1b 21:38:43 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:38:44 ---> Running in 71548a5c8b3c 21:38:45 Removing intermediate container 71548a5c8b3c 21:38:45 ---> 039b288c5c2b 21:38:45 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:38:45 ---> Running in bd60296d0aac 21:38:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:38:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:38:48 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:38:48 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:38:48 OK: 15736 distinct packages available 21:38:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:38:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:38:50 (1/9) Installing ca-certificates (20220614-r0) 21:38:50 (2/9) Installing brotli-libs (1.0.9-r5) 21:38:50 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:38:50 (4/9) Installing libcurl (7.80.0-r6) 21:38:50 (5/9) Installing curl (7.80.0-r6) 21:38:50 (6/9) Installing dumb-init (1.2.5-r1) 21:38:50 (7/9) Installing musl-obstack (1.2.3-r0) 21:38:50 (8/9) Installing libucontext (1.1-r0) 21:38:50 (9/9) Installing gcompat (1.0.0-r4) 21:38:50 Executing busybox-1.34.1-r7.trigger 21:38:50 Executing ca-certificates-20220614-r0.trigger 21:38:50 OK: 8 MiB in 23 packages 21:38:54 Removing intermediate container bd60296d0aac 21:38:54 ---> 98ee4b31e97d 21:38:54 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:38:56 ---> a52875513b1f 21:38:56 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:39:01 ---> d6435902565e 21:39:01 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:39:02 ---> 6f9b00248bc2 21:39:02 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:39:02 ---> Running in 43a9f4c9b0fb 21:39:03 Removing intermediate container 43a9f4c9b0fb 21:39:03 ---> 4c51165f0847 21:39:03 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:39:03 ---> Running in b440505389cf 21:39:04 Removing intermediate container b440505389cf 21:39:04 ---> ca4b6e1ca371 21:39:04 Step 17/19 : LABEL arch=arm64 21:39:04 ---> Running in 12b093b9a521 21:39:05 Removing intermediate container 12b093b9a521 21:39:05 ---> b42f2f0a19c6 21:39:05 Step 18/19 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:39:05 ---> Running in e2545e67914d 21:39:06 Removing intermediate container e2545e67914d 21:39:06 ---> fc9b480cf55d 21:39:06 Step 19/19 : LABEL version=3.0.0-dev.79 21:39:06 ---> Running in 4911c9f33d08 21:39:07 Removing intermediate container 4911c9f33d08 21:39:07 ---> fb12bee8864c 21:39:07 21:39:08 Successfully built fb12bee8864c 21:39:08 Successfully tagged security-spiffe-token-provider-arm64:latest 21:39:08  Building security-spiffe-token-provider ... done Building security-proxy-setup 21:39:08 Removing intermediate container 082dc6b0e5b8 21:39:08 ---> b4ceae215870 21:39:08 Step 7/32 : COPY . . 21:39:12 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:39:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:39:12 ---> d37bf8fb6205 21:39:12 Step 3/20 : WORKDIR /edgex-go 21:39:12 ---> Using cache 21:39:12 ---> bb2f705d5f32 21:39:12 Step 4/20 : RUN apk add --update --no-cache make git 21:39:12 ---> Using cache 21:39:12 ---> 9078cd2c15d3 21:39:12 Step 5/20 : COPY go.mod vendor* ./ 21:39:12 ---> Using cache 21:39:12 ---> 5318076f6209 21:39:12 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:39:12 ---> Using cache 21:39:12 ---> b4ceae215870 21:39:12 Step 7/20 : COPY . . 21:39:14 ---> c9ce0b66978f 21:39:14 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:39:15 ---> Running in a2e58daed4d5 21:39:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:39:16 ---> 5f1ee1008bb4 21:39:16 Step 8/20 : RUN make cmd/secrets-config/secrets-config 21:39:17 ---> Running in 01dbcae99c66 21:39:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:39:30 Removing intermediate container f52affa94395 21:39:30 ---> 10fa7479b4c1 21:39:30 21:39:30 Step 10/22 : FROM alpine:3.16 21:39:30 ---> 4c81e5bf8899 21:39:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:39:30 ---> Running in ab3833c7d73b 21:39:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:39:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:39:34 (1/2) Installing ca-certificates (20220614-r0) 21:39:34 (2/2) Installing dumb-init (1.2.5-r1) 21:39:34 Executing busybox-1.35.0-r17.trigger 21:39:34 Executing ca-certificates-20220614-r0.trigger 21:39:34 OK: 6 MiB in 16 packages 21:39:40 Removing intermediate container ab3833c7d73b 21:39:40 ---> d1573fc547d7 21:39:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:39:40 ---> Running in 6697da083828 21:39:40 Removing intermediate container 4e73f2e9b4bd 21:39:40 ---> 701f18472397 21:39:40 Step 7/23 : COPY . . 21:39:41 Removing intermediate container 6697da083828 21:39:41 ---> f2a224b2f8ea 21:39:41 Step 13/22 : ENV APP_PORT=59860 21:39:41 ---> Running in 77e7e3adbb9c 21:39:42 Removing intermediate container 77e7e3adbb9c 21:39:42 ---> 51943fd45eff 21:39:42 Step 14/22 : EXPOSE $APP_PORT 21:39:42 ---> Running in 6b144b48dc2e 21:39:43 Removing intermediate container 6b144b48dc2e 21:39:43 ---> 78002044aae5 21:39:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:39:44 ---> 8445b89d84da 21:39:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:39:46 ---> 03e2690dc5dd 21:39:46 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:39:46 ---> Running in 32785163938f 21:39:49 ---> 43e5436e728c 21:39:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:39:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:39:49 Removing intermediate container 8849af081efe 21:39:49 ---> d11247b79c07 21:39:49 Step 7/23 : COPY . . 21:39:50 ---> 4292724b40ae 21:39:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:39:50 ---> Running in 72ba7ffb1fff 21:39:52 Removing intermediate container 72ba7ffb1fff 21:39:52 ---> 6d22ffbedc54 21:39:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:39:52 ---> Running in c0577b777345 21:39:52 ---> 0c4aadcd9459 21:39:52 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 21:39:52 ---> Running in 059c29a35c66 21:39:53 Removing intermediate container c0577b777345 21:39:53 ---> 9ed9366d0153 21:39:53 Step 20/22 : LABEL arch=arm64 21:39:53 ---> Running in 51b7a66e1485 21:39:54 Removing intermediate container 059c29a35c66 21:39:54 ---> 8d956dc46eed 21:39:54 Step 9/23 : WORKDIR /edgex-go/spire-build 21:39:54 Removing intermediate container 51b7a66e1485 21:39:54 ---> 3491bb569596 21:39:54 Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:39:54 ---> Running in c7f30c0e8b4f 21:39:54 ---> Running in e9d803fba375 21:39:54 Removing intermediate container c7f30c0e8b4f 21:39:54 ---> f57886c02800 21:39:54 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:39:54 Removing intermediate container e9d803fba375 21:39:54 ---> 7ef3002685bc 21:39:54 Step 22/22 : LABEL version=3.0.0-dev.79 21:39:54 ---> Running in 2d1742773a9d 21:39:55 ---> Running in 988ec5c8a1f5 21:39:55 Removing intermediate container 988ec5c8a1f5 21:39:55 ---> 6857051f7af7 21:39:55 21:39:55 Successfully built 6857051f7af7 21:39:55 Successfully tagged support-notifications-arm64:latest 21:39:55  Building support-notifications ... done Building support-scheduler 21:39:58 Removing intermediate container 2d1742773a9d 21:39:58 ---> fa0a45068ed2 21:39:58 Step 11/23 : WORKDIR /edgex-go 21:39:58 ---> Running in 6024778d6cf6 21:39:58 Removing intermediate container 6024778d6cf6 21:39:58 ---> afcc95c1ce8f 21:39:58 21:39:58 Step 12/23 : FROM alpine:3.15 21:39:58 ---> 354640af7b1b 21:39:58 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:39:58 ---> Using cache 21:39:58 ---> 039b288c5c2b 21:39:58 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:39:59 ---> Running in 537c4f9ef39d 21:40:01 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:40:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:40:01 ---> d37bf8fb6205 21:40:01 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:40:01 ---> Using cache 21:40:01 ---> de5e7291e908 21:40:01 Step 4/22 : WORKDIR /edgex-go 21:40:01 ---> Using cache 21:40:01 ---> 8ea93fb67875 21:40:01 Step 5/22 : RUN apk add --update --no-cache make git 21:40:01 ---> Using cache 21:40:01 ---> 39016852490e 21:40:01 Step 6/22 : COPY go.mod vendor* ./ 21:40:01 ---> Using cache 21:40:01 ---> 2841a304bef4 21:40:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:40:01 ---> Using cache 21:40:01 ---> 64feb3941be1 21:40:01 Step 8/22 : COPY . . 21:40:01 ---> Using cache 21:40:01 ---> 7a024d944800 21:40:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:40:01 ---> Running in f261f429171c 21:40:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:40:03 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:40:03 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:40:03 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:40:03 OK: 15736 distinct packages available 21:40:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:40:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:40:06 (1/5) Installing dumb-init (1.2.5-r1) 21:40:06 (2/5) Installing musl-obstack (1.2.3-r0) 21:40:06 (3/5) Installing libucontext (1.1-r0) 21:40:06 (4/5) Installing gcompat (1.0.0-r4) 21:40:06 (5/5) Installing openssl (1.1.1t-r1) 21:40:06 Executing busybox-1.34.1-r7.trigger 21:40:06 OK: 6 MiB in 19 packages 21:40:07 Removing intermediate container 537c4f9ef39d 21:40:07 ---> c55b9b601b22 21:40:07 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:40:14 ---> 416e3df6220d 21:40:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:40:14 ---> fe38f0d916f4 21:40:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:40:15 ---> ebedf261bc04 21:40:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:40:16 ---> 680050b18aa6 21:40:16 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:40:16 ---> Running in 019b7b99a9d6 21:40:17 Removing intermediate container 019b7b99a9d6 21:40:17 ---> 194b1bc05dc6 21:40:17 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:40:17 ---> Running in a20e9b8cc2d9 21:40:17 Removing intermediate container a20e9b8cc2d9 21:40:17 ---> 7c4d891af13c 21:40:17 Step 21/23 : LABEL arch=arm64 21:40:17 ---> Running in 266ed69149fb 21:40:18 Removing intermediate container 266ed69149fb 21:40:18 ---> 29552094b307 21:40:18 Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:40:18 ---> Running in e4a13065e9af 21:40:19 Removing intermediate container e4a13065e9af 21:40:19 ---> a47a72c5a0cc 21:40:19 Step 23/23 : LABEL version=3.0.0-dev.79 21:40:19 ---> Running in feb34d1430b8 21:40:19 Removing intermediate container feb34d1430b8 21:40:19 ---> e487c87efacb 21:40:19 21:40:19 Successfully built e487c87efacb 21:40:19 Successfully tagged security-spire-server-arm64:latest 21:40:19 Building security-spire-agent 21:40:23  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:40:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:40:23 ---> d37bf8fb6205 21:40:23 Step 3/24 : WORKDIR /edgex-go 21:40:23 ---> Using cache 21:40:23 ---> bb2f705d5f32 21:40:23 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:40:23 ---> Using cache 21:40:23 ---> abb79a4a6bbe 21:40:23 Step 5/24 : COPY go.mod vendor* ./ 21:40:23 ---> Using cache 21:40:23 ---> 2c038d0ad9a9 21:40:23 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:40:23 ---> Using cache 21:40:23 ---> d11247b79c07 21:40:23 Step 7/24 : COPY . . 21:40:23 ---> Using cache 21:40:23 ---> 0c4aadcd9459 21:40:23 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:40:23 ---> Using cache 21:40:23 ---> 8d956dc46eed 21:40:23 Step 9/24 : WORKDIR /edgex-go/spire-build 21:40:23 ---> Using cache 21:40:23 ---> f57886c02800 21:40:23 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:40:23 ---> Running in a63250842077 21:40:27 Removing intermediate container a63250842077 21:40:27 ---> bc9b73069226 21:40:27 Step 11/24 : WORKDIR /edgex-go 21:40:27 ---> Running in 10fa42b5e78b 21:40:27 Removing intermediate container 10fa42b5e78b 21:40:27 ---> 9e53e6380f46 21:40:27 21:40:27 Step 12/24 : FROM alpine:3.15 21:40:27 ---> 354640af7b1b 21:40:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:40:27 ---> Using cache 21:40:27 ---> 039b288c5c2b 21:40:27 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:40:27 ---> Using cache 21:40:27 ---> c55b9b601b22 21:40:27 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:40:31 ---> e3d8a7a079a2 21:40:31 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:40:36 ---> 67e96612162c 21:40:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:40:37 ---> a8bb73c8d71d 21:40:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:40:37 ---> 234369879eda 21:40:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:40:38 ---> f8dbb4137469 21:40:38 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:40:38 ---> Running in 2365ea36807c 21:40:39 Removing intermediate container 2365ea36807c 21:40:39 ---> c725e6509770 21:40:39 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:40:39 ---> Running in 3c18a5d30490 21:40:40 Removing intermediate container 3c18a5d30490 21:40:40 ---> 61ca83722e2e 21:40:40 Step 22/24 : LABEL arch=arm64 21:40:40 ---> Running in e896803cd053 21:40:40 Removing intermediate container e896803cd053 21:40:40 ---> af5c56906c48 21:40:40 Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:40:40 ---> Running in 2897493a18ef 21:40:41 Removing intermediate container 2897493a18ef 21:40:41 ---> 84ad353c33ba 21:40:41 Step 24/24 : LABEL version=3.0.0-dev.79 21:40:41 ---> Running in 8c147e54030e 21:40:42 Removing intermediate container 8c147e54030e 21:40:42 ---> 7b921d4cc9ce 21:40:42 21:40:42 Successfully built 7b921d4cc9ce 21:40:42 Successfully tagged security-spire-agent-arm64:latest 21:40:42  Building security-spire-agent ... done Building security-spire-config 21:40:46 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:40:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:40:46 ---> d37bf8fb6205 21:40:46 Step 3/24 : WORKDIR /edgex-go 21:40:46 ---> Using cache 21:40:46 ---> bb2f705d5f32 21:40:46 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:40:46 ---> Using cache 21:40:46 ---> abb79a4a6bbe 21:40:46 Step 5/24 : COPY go.mod vendor* ./ 21:40:46 ---> Using cache 21:40:46 ---> 2c038d0ad9a9 21:40:46 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:40:46 ---> Using cache 21:40:46 ---> d11247b79c07 21:40:46 Step 7/24 : COPY . . 21:40:46 ---> Using cache 21:40:46 ---> 0c4aadcd9459 21:40:46 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:40:46 ---> Using cache 21:40:46 ---> 8d956dc46eed 21:40:46 Step 9/24 : WORKDIR /edgex-go/spire-build 21:40:46 ---> Using cache 21:40:46 ---> f57886c02800 21:40:46 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:40:46 ---> Using cache 21:40:46 ---> bc9b73069226 21:40:46 Step 11/24 : WORKDIR /edgex-go 21:40:46 ---> Using cache 21:40:46 ---> 9e53e6380f46 21:40:46 21:40:46 Step 12/24 : FROM alpine:3.15 21:40:46 ---> 354640af7b1b 21:40:46 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:40:46 ---> Using cache 21:40:46 ---> 039b288c5c2b 21:40:46 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:40:46 ---> Running in fc0e8e15ef17 21:40:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:40:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:40:51 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:40:51 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:40:51 OK: 15736 distinct packages available 21:40:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:40:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:40:53 (1/4) Installing dumb-init (1.2.5-r1) 21:40:53 (2/4) Installing musl-obstack (1.2.3-r0) 21:40:53 (3/4) Installing libucontext (1.1-r0) 21:40:53 (4/4) Installing gcompat (1.0.0-r4) 21:40:53 Executing busybox-1.34.1-r7.trigger 21:40:53 OK: 6 MiB in 18 packages 21:40:55 Removing intermediate container fc0e8e15ef17 21:40:55 ---> 908661e1a819 21:40:55 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:41:00 ---> 51045fd29053 21:41:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:41:01 ---> 94f1b13a543e 21:41:01 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:41:01 ---> Running in 4a81fe25ecd3 21:41:01 Removing intermediate container 4a81fe25ecd3 21:41:01 ---> 4a9d124f40e0 21:41:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:41:02 ---> 1e43b1cf42ab 21:41:02 Step 19/24 : WORKDIR / 21:41:02 ---> Running in 501128ba37c7 21:41:03 Removing intermediate container 501128ba37c7 21:41:03 ---> ad6dcd7e1455 21:41:03 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:41:03 ---> Running in 14869018bc37 21:41:04 Removing intermediate container 14869018bc37 21:41:04 ---> 4e6770741999 21:41:04 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:41:04 ---> Running in 9abaf288a6bc 21:41:04 Removing intermediate container 9abaf288a6bc 21:41:04 ---> cc1e82029aae 21:41:04 Step 22/24 : LABEL arch=arm64 21:41:04 ---> Running in 97d87793aec1 21:41:05 Removing intermediate container 97d87793aec1 21:41:05 ---> 712e81f1d730 21:41:05 Step 23/24 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:41:05 ---> Running in 04037dc0571c 21:41:06 Removing intermediate container 04037dc0571c 21:41:06 ---> d35b574074dc 21:41:06 Step 24/24 : LABEL version=3.0.0-dev.79 21:41:06 ---> Running in 86c8a8fed260 21:41:06 Removing intermediate container 86c8a8fed260 21:41:06 ---> 28ad33031a0a 21:41:06 21:41:06 Successfully built 28ad33031a0a 21:41:06 Successfully tagged security-spire-config-arm64:latest 21:41:06  Building security-spire-config ... done Building security-proxy-auth 21:41:10 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:41:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:41:10 ---> d37bf8fb6205 21:41:10 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:41:10 ---> Using cache 21:41:10 ---> de5e7291e908 21:41:10 Step 4/22 : WORKDIR /edgex-go 21:41:10 ---> Using cache 21:41:10 ---> 8ea93fb67875 21:41:10 Step 5/22 : RUN apk add --update --no-cache make git 21:41:10 ---> Using cache 21:41:10 ---> 39016852490e 21:41:10 Step 6/22 : COPY go.mod vendor* ./ 21:41:10 ---> Using cache 21:41:10 ---> 2841a304bef4 21:41:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:41:10 ---> Using cache 21:41:10 ---> 64feb3941be1 21:41:10 Step 8/22 : COPY . . 21:41:10 ---> Using cache 21:41:10 ---> 7a024d944800 21:41:10 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 21:41:10 ---> Running in 5563f535d30e 21:41:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:45:49 Removing intermediate container 01dbcae99c66 21:45:49 ---> ab8b5fcd264c 21:45:49 21:45:49 Step 9/20 : FROM alpine:3.16 21:45:49 ---> 4c81e5bf8899 21:45:49 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 21:45:49 ---> Running in 36685bac6181 21:45:49 Removing intermediate container a2e58daed4d5 21:45:49 ---> 8be438255ecf 21:45:49 21:45:49 Step 9/32 : FROM alpine:3.16 21:45:49 ---> 4c81e5bf8899 21:45:49 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:45:49 ---> Running in fc37fc342eec 21:45:49 Removing intermediate container fc37fc342eec 21:45:49 ---> 53b527024084 21:45:49 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:45:49 ---> Running in be2a8f1333ee 21:45:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:45:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:45:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:45:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:45:49 (1/2) Installing dumb-init (1.2.5-r1) 21:45:49 (2/2) Installing openssl (1.1.1t-r0) 21:45:49 Executing busybox-1.35.0-r17.trigger 21:45:49 OK: 6 MiB in 16 packages 21:45:49 (1/2) Installing dumb-init (1.2.5-r1) 21:45:49 (2/2) Installing su-exec (0.2-r1) 21:45:49 Executing busybox-1.35.0-r17.trigger 21:45:49 OK: 5 MiB in 16 packages 21:45:49 Removing intermediate container 36685bac6181 21:45:49 ---> 746c35b25ca3 21:45:49 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:45:49 Removing intermediate container be2a8f1333ee 21:45:49 ---> d72b0af83ea9 21:45:49 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:45:49 ---> Running in 187e23936528 21:45:49 ---> Running in 7c7e1907ea2b 21:45:49 Removing intermediate container 187e23936528 21:45:49 ---> 9a8894559ab0 21:45:49 Step 12/20 : WORKDIR /edgex 21:45:49 ---> Running in f2b6573f7e93 21:45:49 Removing intermediate container 7c7e1907ea2b 21:45:49 ---> 89f830605179 21:45:49 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:45:49 ---> Running in dcee0ac3fb40 21:45:49 Removing intermediate container f2b6573f7e93 21:45:49 ---> 05b7def7e8ff 21:45:49 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 21:45:49 Removing intermediate container dcee0ac3fb40 21:45:49 ---> 861eaa553eec 21:45:49 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:45:49 ---> Running in 903a15b9d50d 21:45:49 Removing intermediate container 903a15b9d50d 21:45:49 ---> e31334940d10 21:45:49 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:45:49 ---> Running in 9bbbcce9236d 21:45:49 ---> 8ed51050e719 21:45:49 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:45:49 Removing intermediate container 9bbbcce9236d 21:45:49 ---> c53986d24aa3 21:45:49 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:45:49 ---> Running in b05d6241079c 21:45:49 ---> bd1884f3d061 21:45:49 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:45:50 ---> 541535bf6dcc 21:45:50 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:45:50 ---> Running in 80c640b5a583 21:45:51 Removing intermediate container b05d6241079c 21:45:51 ---> 912f4821e7ea 21:45:51 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:45:51 ---> Running in 9082e8cef57a 21:45:52 Removing intermediate container 9082e8cef57a 21:45:52 ---> ff784f89db52 21:45:52 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:45:53 ---> 1a9eed7837f6 21:45:53 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:45:53 ---> Running in 78aa11d15ad8 21:45:54 Removing intermediate container 80c640b5a583 21:45:54 ---> a72d845a2cca 21:45:54 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 21:45:54 ---> Running in e430921ea221 21:45:56 Removing intermediate container e430921ea221 21:45:56 ---> e2dedab9be62 21:45:56 Step 18/20 : LABEL arch=arm64 21:45:56 ---> Running in 2157d08b8504 21:45:57 Removing intermediate container 2157d08b8504 21:45:57 ---> f864ba76a304 21:45:57 Step 19/20 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:45:57 ---> Running in adc52c7b1763 21:45:58 Removing intermediate container adc52c7b1763 21:45:58 ---> 77fcdf6a1f3e 21:45:58 Step 20/20 : LABEL version=3.0.0-dev.79 21:45:58 Removing intermediate container 78aa11d15ad8 21:45:58 ---> 7ccb988f496c 21:45:58 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:45:58 ---> Running in 0f6c2434b8e1 21:45:59 Removing intermediate container 0f6c2434b8e1 21:45:59 ---> 82de372f9221 21:45:59 21:45:59 Successfully built 82de372f9221 21:45:59 Successfully tagged security-proxy-setup-arm64:latest 21:45:59 Building core-command 21:45:59  Building security-proxy-setup ... done  ---> e29c7789f31e 21:45:59 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:46:02 ---> 475b4c1ef813 21:46:02 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:46:03 ---> 81eaf5a67461 21:46:03 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:46:03 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:46:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:46:03 ---> d37bf8fb6205 21:46:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:46:03 ---> Using cache 21:46:03 ---> de5e7291e908 21:46:03 Step 4/23 : WORKDIR /edgex-go 21:46:03 ---> Using cache 21:46:03 ---> 8ea93fb67875 21:46:03 Step 5/23 : RUN apk add --update --no-cache make git 21:46:03 ---> Using cache 21:46:03 ---> 39016852490e 21:46:03 Step 6/23 : COPY go.mod vendor* ./ 21:46:03 ---> Using cache 21:46:03 ---> 2841a304bef4 21:46:03 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:46:03 ---> Using cache 21:46:03 ---> 64feb3941be1 21:46:03 Step 8/23 : COPY . . 21:46:04 ---> Using cache 21:46:04 ---> 7a024d944800 21:46:04 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:46:04 ---> Running in d56f1cba86b0 21:46:04 ---> 47cb2d44f6b0 21:46:04 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:46:05 ---> 738269546e5a 21:46:05 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:46:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:46:06 ---> 179ab93600e6 21:46:06 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:46:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:46:09 ---> 89b83e74070e 21:46:09 Step 27/32 : RUN chmod +x /entrypoint.sh 21:46:09 ---> Running in f53703910de6 21:46:12 Removing intermediate container f53703910de6 21:46:12 ---> 31da058d371e 21:46:12 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:46:12 ---> Running in 59f6f74ef702 21:46:13 Removing intermediate container 59f6f74ef702 21:46:13 ---> 034944b36437 21:46:13 Step 29/32 : CMD ["gate"] 21:46:13 ---> Running in 907727a78b49 21:46:13 Removing intermediate container 907727a78b49 21:46:13 ---> 9493337eb456 21:46:13 Step 30/32 : LABEL arch=arm64 21:46:13 ---> Running in eb27ff944cee 21:46:14 Removing intermediate container eb27ff944cee 21:46:14 ---> f14e942c3845 21:46:14 Step 31/32 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:46:14 ---> Running in 65d7539d32a6 21:46:15 Removing intermediate container 65d7539d32a6 21:46:15 ---> 24daf12243d8 21:46:15 Step 32/32 : LABEL version=3.0.0-dev.79 21:46:15 ---> Running in 7441792c5da1 21:46:15 Removing intermediate container 7441792c5da1 21:46:15 ---> b8c7374d4cc8 21:46:15 21:46:15 Successfully built b8c7374d4cc8 21:46:15 Successfully tagged security-bootstrapper-arm64:latest 21:46:30  Building security-bootstrapper ... done Removing intermediate container 32785163938f 21:46:30 ---> 3bf190672b0a 21:46:30 21:46:30 Step 9/23 : FROM alpine:3.16 21:46:30 ---> 4c81e5bf8899 21:46:30 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:46:30 ---> Running in 236e1e093e44 21:46:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:46:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:46:32 (1/3) Installing ca-certificates (20220614-r0) 21:46:32 (2/3) Installing dumb-init (1.2.5-r1) 21:46:32 (3/3) Installing su-exec (0.2-r1) 21:46:32 Executing busybox-1.35.0-r17.trigger 21:46:32 Executing ca-certificates-20220614-r0.trigger 21:46:33 OK: 6 MiB in 17 packages 21:46:36 Removing intermediate container 236e1e093e44 21:46:36 ---> 804a57a72a54 21:46:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:46:36 ---> Running in dfb17e6b1fec 21:46:37 Removing intermediate container dfb17e6b1fec 21:46:37 ---> 430500d3af9e 21:46:37 Step 12/23 : WORKDIR / 21:46:37 ---> Running in 11ecae8a37f6 21:46:37 Removing intermediate container 11ecae8a37f6 21:46:37 ---> e0f736271f4b 21:46:37 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:46:38 ---> d243cdcd39a2 21:46:38 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:46:39 ---> a8afc7d8cdcd 21:46:39 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:46:40 ---> 8c5e06ae16cd 21:46:40 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:46:42 ---> ccf079b8cbe0 21:46:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:46:44 ---> 3979b289b14b 21:46:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:46:44 ---> ad1f1136576f 21:46:44 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:46:44 ---> Running in 1b36dc79cc78 21:46:50 Removing intermediate container 1b36dc79cc78 21:46:50 ---> 5dc39df64d11 21:46:50 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 21:46:50 ---> Running in 4e5d692cc400 21:46:50 Removing intermediate container 4e5d692cc400 21:46:50 ---> db98bbddb455 21:46:50 Step 21/23 : LABEL arch=arm64 21:46:50 ---> Running in cb3637d2d5a6 21:46:50 Removing intermediate container cb3637d2d5a6 21:46:50 ---> e6c8008e6012 21:46:50 Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:46:50 ---> Running in af650e19f966 21:46:51 Removing intermediate container af650e19f966 21:46:51 ---> 2cae72408cc2 21:46:51 Step 23/23 : LABEL version=3.0.0-dev.79 21:46:51 ---> Running in e8fa2049b0a7 21:46:51 Removing intermediate container e8fa2049b0a7 21:46:51 ---> c6f8652fc616 21:46:51 21:46:52 Successfully built c6f8652fc616 21:46:52 Successfully tagged security-secretstore-setup-arm64:latest 21:47:10  Building security-secretstore-setup ... done Removing intermediate container 5563f535d30e 21:47:10 ---> 897c4fcb48b0 21:47:10 21:47:10 Step 10/22 : FROM alpine:3.16 21:47:10 ---> 4c81e5bf8899 21:47:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:47:10 ---> Using cache 21:47:10 ---> dd5b3cdc8791 21:47:10 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:47:10 ---> Using cache 21:47:10 ---> 89f807890818 21:47:10 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:47:10 ---> Using cache 21:47:10 ---> e2f7af0fae49 21:47:10 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:47:12 ---> aa26d3de1c56 21:47:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 21:47:13 ---> 9814cf6541a1 21:47:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:47:15 ---> 23e413880a23 21:47:15 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:47:15 ---> Running in 90f68609968e 21:47:19 Removing intermediate container 90f68609968e 21:47:19 ---> 8b235b181215 21:47:19 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:47:19 ---> Running in 5095ca719822 21:47:19 Removing intermediate container 5095ca719822 21:47:19 ---> 30d2c1e7b5fa 21:47:19 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 21:47:19 ---> Running in 0b54f06a5c56 21:47:20 Removing intermediate container 0b54f06a5c56 21:47:20 ---> 47c1ba0368bc 21:47:20 Step 20/22 : LABEL arch=arm64 21:47:20 ---> Running in 2eab1797fd45 21:47:20 Removing intermediate container 2eab1797fd45 21:47:20 ---> 9fd1e4075774 21:47:20 Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:47:20 ---> Running in 49dab8ec11fd 21:47:21 Removing intermediate container 49dab8ec11fd 21:47:21 ---> 72f46cb7dbd4 21:47:21 Step 22/22 : LABEL version=3.0.0-dev.79 21:47:21 ---> Running in f21dfb01e60f 21:47:21 Removing intermediate container f21dfb01e60f 21:47:21 ---> a13a022bb570 21:47:21 21:47:21 Successfully built a13a022bb570 21:47:21 Successfully tagged security-proxy-auth-arm64:latest 21:48:29  Building security-proxy-auth ... done Removing intermediate container f261f429171c 21:48:29 ---> 77e7fd281f14 21:48:29 21:48:29 Step 10/22 : FROM alpine:3.16 21:48:29 ---> 4c81e5bf8899 21:48:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:48:29 ---> Using cache 21:48:29 ---> f1333517b2dc 21:48:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:48:29 ---> Using cache 21:48:29 ---> 8d210da20b69 21:48:29 Step 13/22 : ENV APP_PORT=59861 21:48:29 ---> Running in 84d617c47de1 21:48:29 Removing intermediate container 84d617c47de1 21:48:29 ---> df4f8c96aafa 21:48:29 Step 14/22 : EXPOSE $APP_PORT 21:48:29 ---> Running in c176293d5900 21:48:29 Removing intermediate container c176293d5900 21:48:29 ---> cfde97ee7ee5 21:48:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:29 ---> d8bb6a6cfbcf 21:48:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:48:29 ---> cb8b0779281a 21:48:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:48:29 ---> 7faed257878f 21:48:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:48:30 ---> Running in c87471249b97 21:48:30 Removing intermediate container c87471249b97 21:48:30 ---> 0db3a2b4dfec 21:48:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:48:30 ---> Running in 552545b2c8cb 21:48:31 Removing intermediate container 552545b2c8cb 21:48:31 ---> 1910aac714cc 21:48:31 Step 20/22 : LABEL arch=arm64 21:48:31 ---> Running in 161ccb7fc9ae 21:48:31 Removing intermediate container 161ccb7fc9ae 21:48:31 ---> 67d5a9305b2c 21:48:31 Step 21/22 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:48:31 ---> Running in 5c4778ff089e 21:48:32 Removing intermediate container 5c4778ff089e 21:48:32 ---> 6d0519faa54e 21:48:32 Step 22/22 : LABEL version=3.0.0-dev.79 21:48:32 ---> Running in 8827448414d2 21:48:34 Removing intermediate container 8827448414d2 21:48:34 ---> d6cdd61e9236 21:48:34 21:48:34 Successfully built d6cdd61e9236 21:48:34 Successfully tagged support-scheduler-arm64:latest 21:48:52  Building support-scheduler ... done Removing intermediate container d56f1cba86b0 21:48:52 ---> dfbb2525dfb1 21:48:52 21:48:52 Step 10/23 : FROM alpine:3.16 21:48:52 ---> 4c81e5bf8899 21:48:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:48:52 ---> Using cache 21:48:52 ---> f1333517b2dc 21:48:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:48:52 ---> Using cache 21:48:52 ---> 8d210da20b69 21:48:52 Step 13/23 : ENV APP_PORT=59882 21:48:52 ---> Running in f14cac40977a 21:48:52 Removing intermediate container f14cac40977a 21:48:52 ---> fed86bf47348 21:48:52 Step 14/23 : EXPOSE $APP_PORT 21:48:52 ---> Running in e11be3d51a4e 21:48:52 Removing intermediate container e11be3d51a4e 21:48:52 ---> d10203541a15 21:48:52 Step 15/23 : WORKDIR / 21:48:52 ---> Running in 2effae48b0d7 21:48:52 Removing intermediate container 2effae48b0d7 21:48:52 ---> 867d7195de1e 21:48:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:52 ---> 7ff13fb7fed0 21:48:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:48:53 ---> 7bb69164a901 21:48:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:48:53 ---> 1a642bbd1c3c 21:48:53 Step 19/23 : ENTRYPOINT ["/core-command"] 21:48:53 ---> Running in 8f3b519cf17b 21:48:54 Removing intermediate container 8f3b519cf17b 21:48:54 ---> 0ac2fa620f28 21:48:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:48:54 ---> Running in 2a8bdd8b137b 21:48:54 Removing intermediate container 2a8bdd8b137b 21:48:54 ---> cd12cb963f54 21:48:54 Step 21/23 : LABEL arch=arm64 21:48:54 ---> Running in a02b8c7be59e 21:48:54 Removing intermediate container a02b8c7be59e 21:48:54 ---> fca6564c8de6 21:48:54 Step 22/23 : LABEL git_sha=3ead8ec53459b72f62f51c7b78b8446db778950c 21:48:54 ---> Running in 4a7612b0abe9 21:48:55 Removing intermediate container 4a7612b0abe9 21:48:55 ---> 78598fba351c 21:48:55 Step 23/23 : LABEL version=3.0.0-dev.79 21:48:55 ---> Running in d97b66466855 21:48:55 Removing intermediate container d97b66466855 21:48:55 ---> 10204ffee960 21:48:55 21:48:55 Successfully built 10204ffee960 21:48:55 Successfully tagged core-command-arm64:latest 21:48:56  Building core-command ... done  [Pipeline] } 21:48:56 $ docker stop --time=1 6b22286c50dad5a89f3509aac8d49b65b1964dbd2bfd95fdbeae3541e08fa5fd 21:48:57 $ docker rm -f --volumes 6b22286c50dad5a89f3509aac8d49b65b1964dbd2bfd95fdbeae3541e08fa5fd [Pipeline] // withDockerContainer [Pipeline] sh 21:48:58 + docker images 21:48:58 REPOSITORY TAG IMAGE ID CREATED SIZE 21:48:58 core-command-arm64 latest 10204ffee960 3 seconds ago 17.1MB 21:48:58 dfbb2525dfb1 9 seconds ago 1.34GB 21:48:58 support-scheduler-arm64 latest d6cdd61e9236 26 seconds ago 29.1MB 21:48:58 77e7fd281f14 36 seconds ago 1.4GB 21:48:58 security-proxy-auth-arm64 latest a13a022bb570 About a minute ago 15.6MB 21:48:58 897c4fcb48b0 About a minute ago 1.32GB 21:48:58 security-secretstore-setup-arm64 latest c6f8652fc616 2 minutes ago 28.7MB 21:48:58 3bf190672b0a 2 minutes ago 1.33GB 21:48:58 security-bootstrapper-arm64 latest b8c7374d4cc8 2 minutes ago 19MB 21:48:58 security-proxy-setup-arm64 latest 82de372f9221 2 minutes ago 15.8MB 21:48:58 8be438255ecf 3 minutes ago 1.32GB 21:48:58 ab8b5fcd264c 3 minutes ago 1.32GB 21:48:58 security-spire-config-arm64 latest 28ad33031a0a 7 minutes ago 83.6MB 21:48:58 security-spire-agent-arm64 latest 7b921d4cc9ce 8 minutes ago 122MB 21:48:58 9e53e6380f46 8 minutes ago 1.21GB 21:48:58 security-spire-server-arm64 latest e487c87efacb 8 minutes ago 84.3MB 21:48:58 afcc95c1ce8f 9 minutes ago 1.21GB 21:48:58 support-notifications-arm64 latest 6857051f7af7 9 minutes ago 29.7MB 21:48:58 10fa7479b4c1 9 minutes ago 1.4GB 21:48:58 security-spiffe-token-provider-arm64 latest fb12bee8864c 9 minutes ago 29.1MB 21:48:58 f70f0b692dd4 10 minutes ago 1.37GB 21:48:58 core-metadata-arm64 latest 16da3422af4d 11 minutes ago 17.8MB 21:48:58 core-data-arm64 latest 70b23474569f 11 minutes ago 17.3MB 21:48:58 b4d7b2e1a5bf 11 minutes ago 1.35GB 21:48:58 260239aec514 11 minutes ago 1.34GB 21:48:58 core-common-config-bootstrapper-arm64 latest 16c7d5233a97 11 minutes ago 14.9MB 21:48:58 26feb9c57104 12 minutes ago 1.33GB 21:48:58 ci-base-image-arm64 latest d37bf8fb6205 21 minutes ago 904MB 21:48:58 alpine 3.15 354640af7b1b 3 weeks ago 5.34MB 21:48:58 alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB 21:48:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 21:48:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:48:58 provisioning config files... 21:48:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/441@tmp/config8897294666617584883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:48:59 ---> docker-login.sh 21:48:59 nexus3.edgexfoundry.org:10001 21:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:59 Configure a credential helper to remove this warning. See 21:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:59 21:48:59 Login Succeeded 21:48:59 nexus3.edgexfoundry.org:10002 21:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:59 Configure a credential helper to remove this warning. See 21:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:59 21:48:59 Login Succeeded 21:48:59 nexus3.edgexfoundry.org:10003 21:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:00 Configure a credential helper to remove this warning. See 21:49:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:00 21:49:00 Login Succeeded 21:49:00 nexus3.edgexfoundry.org:10004 21:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:00 Configure a credential helper to remove this warning. See 21:49:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:00 21:49:00 Login Succeeded 21:49:00 docker.io 21:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:00 Configure a credential helper to remove this warning. See 21:49:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:00 21:49:00 Login Succeeded 21:49:00 ---> docker-login.sh ends [Pipeline] } 21:49:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:49:01 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 21:49:01 3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:01 latest 21:49:01 3.0.0-dev.79 21:49:01 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:01 main 21:49:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:01 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:01 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:49:01 84d782c0d21a: Preparing 21:49:01 33dc581741aa: Preparing 21:49:01 f751227ca58e: Preparing 21:49:01 f5a654bad18c: Preparing 21:49:01 f70ee36035b9: Preparing 21:49:01 f70ee36035b9: Layer already exists 21:49:01 84d782c0d21a: Pushed 21:49:01 f751227ca58e: Pushed 21:49:01 f5a654bad18c: Pushed 21:49:04 33dc581741aa: Pushed 21:49:04 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:5fb8a0d15de69a29fc3484e27b315fead9abe0003c36f0f37f6403a69bcf5182 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 21:49:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:49:05 84d782c0d21a: Preparing 21:49:05 33dc581741aa: Preparing 21:49:05 f751227ca58e: Preparing 21:49:05 f5a654bad18c: Preparing 21:49:05 f70ee36035b9: Preparing 21:49:05 84d782c0d21a: Layer already exists 21:49:05 f751227ca58e: Layer already exists 21:49:05 33dc581741aa: Layer already exists 21:49:05 f70ee36035b9: Layer already exists 21:49:05 f5a654bad18c: Layer already exists 21:49:05 latest: digest: sha256:5fb8a0d15de69a29fc3484e27b315fead9abe0003c36f0f37f6403a69bcf5182 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 21:49:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:49:06 84d782c0d21a: Preparing 21:49:06 33dc581741aa: Preparing 21:49:06 f751227ca58e: Preparing 21:49:06 f5a654bad18c: Preparing 21:49:06 f70ee36035b9: Preparing 21:49:06 f5a654bad18c: Layer already exists 21:49:06 f70ee36035b9: Layer already exists 21:49:06 33dc581741aa: Layer already exists 21:49:06 84d782c0d21a: Layer already exists 21:49:06 f751227ca58e: Layer already exists 21:49:06 3.0.0-dev.79: digest: sha256:5fb8a0d15de69a29fc3484e27b315fead9abe0003c36f0f37f6403a69bcf5182 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:07 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:07 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:49:07 84d782c0d21a: Preparing 21:49:07 33dc581741aa: Preparing 21:49:07 f751227ca58e: Preparing 21:49:07 f5a654bad18c: Preparing 21:49:07 f70ee36035b9: Preparing 21:49:07 33dc581741aa: Layer already exists 21:49:07 f70ee36035b9: Layer already exists 21:49:07 f5a654bad18c: Layer already exists 21:49:07 f751227ca58e: Layer already exists 21:49:07 84d782c0d21a: Layer already exists 21:49:07 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:5fb8a0d15de69a29fc3484e27b315fead9abe0003c36f0f37f6403a69bcf5182 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:08 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:08 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 21:49:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:49:08 84d782c0d21a: Preparing 21:49:08 33dc581741aa: Preparing 21:49:08 f751227ca58e: Preparing 21:49:08 f5a654bad18c: Preparing 21:49:08 f70ee36035b9: Preparing 21:49:08 f70ee36035b9: Layer already exists 21:49:08 84d782c0d21a: Layer already exists 21:49:08 33dc581741aa: Layer already exists 21:49:08 f751227ca58e: Layer already exists 21:49:08 f5a654bad18c: Layer already exists 21:49:08 main: digest: sha256:5fb8a0d15de69a29fc3484e27b315fead9abe0003c36f0f37f6403a69bcf5182 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:08 ===================================================== [Pipeline] echo 21:49:08 taggedImages: 21:49:08 - nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:08 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 21:49:08 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 21:49:08 - nexus3.edgexfoundry.org:10004/core-command-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:08 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 21:49:08 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 21:49:08 3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:08 latest 21:49:08 3.0.0-dev.79 21:49:08 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:08 main 21:49:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:09 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:49:09 99b6b5a82ca0: Preparing 21:49:09 10c8d8cebe40: Preparing 21:49:09 a2c166fea811: Preparing 21:49:09 ce2874595544: Preparing 21:49:09 f751227ca58e: Preparing 21:49:09 a7bde9c463c0: Preparing 21:49:09 f70ee36035b9: Preparing 21:49:09 a7bde9c463c0: Waiting 21:49:09 f70ee36035b9: Waiting 21:49:09 f751227ca58e: Layer already exists 21:49:09 10c8d8cebe40: Pushed 21:49:09 f70ee36035b9: Layer already exists 21:49:09 a2c166fea811: Pushed 21:49:09 99b6b5a82ca0: Pushed 21:49:09 a7bde9c463c0: Pushed 21:49:12 ce2874595544: Pushed 21:49:12 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:79c8c47de63d705f4fbb22cd35454603ab76ad3ddda765c79778ada27cbc1dd5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:12 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 21:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:49:12 99b6b5a82ca0: Preparing 21:49:12 10c8d8cebe40: Preparing 21:49:12 a2c166fea811: Preparing 21:49:12 ce2874595544: Preparing 21:49:12 f751227ca58e: Preparing 21:49:12 a7bde9c463c0: Preparing 21:49:12 f70ee36035b9: Preparing 21:49:12 99b6b5a82ca0: Layer already exists 21:49:12 ce2874595544: Layer already exists 21:49:12 f751227ca58e: Layer already exists 21:49:12 10c8d8cebe40: Layer already exists 21:49:12 a2c166fea811: Layer already exists 21:49:12 f70ee36035b9: Layer already exists 21:49:12 a7bde9c463c0: Layer already exists 21:49:13 latest: digest: sha256:79c8c47de63d705f4fbb22cd35454603ab76ad3ddda765c79778ada27cbc1dd5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:13 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 21:49:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:49:13 99b6b5a82ca0: Preparing 21:49:13 10c8d8cebe40: Preparing 21:49:13 a2c166fea811: Preparing 21:49:13 ce2874595544: Preparing 21:49:13 f751227ca58e: Preparing 21:49:13 a7bde9c463c0: Preparing 21:49:13 f70ee36035b9: Preparing 21:49:13 a7bde9c463c0: Waiting 21:49:13 f70ee36035b9: Waiting 21:49:13 10c8d8cebe40: Layer already exists 21:49:13 f751227ca58e: Layer already exists 21:49:13 a2c166fea811: Layer already exists 21:49:13 99b6b5a82ca0: Layer already exists 21:49:13 ce2874595544: Layer already exists 21:49:13 a7bde9c463c0: Layer already exists 21:49:13 f70ee36035b9: Layer already exists 21:49:14 3.0.0-dev.79: digest: sha256:79c8c47de63d705f4fbb22cd35454603ab76ad3ddda765c79778ada27cbc1dd5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:14 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:49:14 99b6b5a82ca0: Preparing 21:49:14 10c8d8cebe40: Preparing 21:49:14 a2c166fea811: Preparing 21:49:14 ce2874595544: Preparing 21:49:14 f751227ca58e: Preparing 21:49:14 a7bde9c463c0: Preparing 21:49:14 f70ee36035b9: Preparing 21:49:14 a7bde9c463c0: Waiting 21:49:14 f70ee36035b9: Waiting 21:49:14 f751227ca58e: Layer already exists 21:49:14 a2c166fea811: Layer already exists 21:49:14 99b6b5a82ca0: Layer already exists 21:49:14 ce2874595544: Layer already exists 21:49:14 10c8d8cebe40: Layer already exists 21:49:14 f70ee36035b9: Layer already exists 21:49:14 a7bde9c463c0: Layer already exists 21:49:14 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:79c8c47de63d705f4fbb22cd35454603ab76ad3ddda765c79778ada27cbc1dd5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:15 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 21:49:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:49:15 99b6b5a82ca0: Preparing 21:49:15 10c8d8cebe40: Preparing 21:49:15 a2c166fea811: Preparing 21:49:15 ce2874595544: Preparing 21:49:15 f751227ca58e: Preparing 21:49:15 a7bde9c463c0: Preparing 21:49:15 f70ee36035b9: Preparing 21:49:15 a7bde9c463c0: Waiting 21:49:15 f70ee36035b9: Waiting 21:49:15 99b6b5a82ca0: Layer already exists 21:49:15 f751227ca58e: Layer already exists 21:49:15 ce2874595544: Layer already exists 21:49:15 10c8d8cebe40: Layer already exists 21:49:15 a2c166fea811: Layer already exists 21:49:15 f70ee36035b9: Layer already exists 21:49:15 a7bde9c463c0: Layer already exists 21:49:16 main: digest: sha256:79c8c47de63d705f4fbb22cd35454603ab76ad3ddda765c79778ada27cbc1dd5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:16 ===================================================== [Pipeline] echo 21:49:16 taggedImages: 21:49:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 21:49:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 21:49:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 21:49:16 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 21:49:16 3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:16 latest 21:49:16 3.0.0-dev.79 21:49:16 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:16 main 21:49:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:16 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:16 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:49:16 fa373ee818a7: Preparing 21:49:16 97eb33021a85: Preparing 21:49:16 f751227ca58e: Preparing 21:49:16 5fdfd10f63eb: Preparing 21:49:16 f70ee36035b9: Preparing 21:49:16 f70ee36035b9: Layer already exists 21:49:16 f751227ca58e: Layer already exists 21:49:17 fa373ee818a7: Pushed 21:49:17 5fdfd10f63eb: Pushed 21:49:20 97eb33021a85: Pushed 21:49:20 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:95a22820280624da70f9acb750f437d6a53f5beb4bcddbf1bb1f9d5f5f5c1620 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:20 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:21 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 21:49:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:49:21 fa373ee818a7: Preparing 21:49:21 97eb33021a85: Preparing 21:49:21 f751227ca58e: Preparing 21:49:21 5fdfd10f63eb: Preparing 21:49:21 f70ee36035b9: Preparing 21:49:21 f751227ca58e: Layer already exists 21:49:21 97eb33021a85: Layer already exists 21:49:21 fa373ee818a7: Layer already exists 21:49:21 f70ee36035b9: Layer already exists 21:49:21 5fdfd10f63eb: Layer already exists 21:49:21 latest: digest: sha256:95a22820280624da70f9acb750f437d6a53f5beb4bcddbf1bb1f9d5f5f5c1620 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:21 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:21 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 21:49:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:49:21 fa373ee818a7: Preparing 21:49:21 97eb33021a85: Preparing 21:49:21 f751227ca58e: Preparing 21:49:21 5fdfd10f63eb: Preparing 21:49:21 f70ee36035b9: Preparing 21:49:21 5fdfd10f63eb: Layer already exists 21:49:21 f70ee36035b9: Layer already exists 21:49:21 97eb33021a85: Layer already exists 21:49:21 fa373ee818a7: Layer already exists 21:49:21 f751227ca58e: Layer already exists 21:49:22 3.0.0-dev.79: digest: sha256:95a22820280624da70f9acb750f437d6a53f5beb4bcddbf1bb1f9d5f5f5c1620 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:22 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:22 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:49:22 fa373ee818a7: Preparing 21:49:22 97eb33021a85: Preparing 21:49:22 f751227ca58e: Preparing 21:49:22 5fdfd10f63eb: Preparing 21:49:22 f70ee36035b9: Preparing 21:49:22 97eb33021a85: Layer already exists 21:49:22 f751227ca58e: Layer already exists 21:49:22 5fdfd10f63eb: Layer already exists 21:49:22 fa373ee818a7: Layer already exists 21:49:22 f70ee36035b9: Layer already exists 21:49:22 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:95a22820280624da70f9acb750f437d6a53f5beb4bcddbf1bb1f9d5f5f5c1620 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:23 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:23 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 21:49:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:49:23 fa373ee818a7: Preparing 21:49:23 97eb33021a85: Preparing 21:49:23 f751227ca58e: Preparing 21:49:23 5fdfd10f63eb: Preparing 21:49:23 f70ee36035b9: Preparing 21:49:23 97eb33021a85: Layer already exists 21:49:23 5fdfd10f63eb: Layer already exists 21:49:23 f70ee36035b9: Layer already exists 21:49:23 fa373ee818a7: Layer already exists 21:49:23 f751227ca58e: Layer already exists 21:49:23 main: digest: sha256:95a22820280624da70f9acb750f437d6a53f5beb4bcddbf1bb1f9d5f5f5c1620 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:23 ===================================================== [Pipeline] echo 21:49:23 taggedImages: 21:49:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 21:49:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 21:49:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 21:49:23 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 21:49:23 3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:23 latest 21:49:23 3.0.0-dev.79 21:49:23 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:23 main 21:49:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:49:24 3b214c5959b8: Preparing 21:49:24 07cc3860b190: Preparing 21:49:24 962f356dc374: Preparing 21:49:24 f751227ca58e: Preparing 21:49:24 f5a654bad18c: Preparing 21:49:24 f70ee36035b9: Preparing 21:49:24 f70ee36035b9: Waiting 21:49:24 f751227ca58e: Layer already exists 21:49:24 f5a654bad18c: Layer already exists 21:49:24 f70ee36035b9: Layer already exists 21:49:24 07cc3860b190: Pushed 21:49:24 3b214c5959b8: Pushed 21:49:27 962f356dc374: Pushed 21:49:27 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:a3539acf8401162d7e0dd9c16d5e4fdc9a9a482f3d133d575ee6ecade1bd69c8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:28 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 21:49:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:49:28 3b214c5959b8: Preparing 21:49:28 07cc3860b190: Preparing 21:49:28 962f356dc374: Preparing 21:49:28 f751227ca58e: Preparing 21:49:28 f5a654bad18c: Preparing 21:49:28 f70ee36035b9: Preparing 21:49:28 f70ee36035b9: Waiting 21:49:28 962f356dc374: Layer already exists 21:49:28 f751227ca58e: Layer already exists 21:49:28 3b214c5959b8: Layer already exists 21:49:28 07cc3860b190: Layer already exists 21:49:28 f5a654bad18c: Layer already exists 21:49:28 f70ee36035b9: Layer already exists 21:49:28 latest: digest: sha256:a3539acf8401162d7e0dd9c16d5e4fdc9a9a482f3d133d575ee6ecade1bd69c8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:29 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 21:49:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:49:29 3b214c5959b8: Preparing 21:49:29 07cc3860b190: Preparing 21:49:29 962f356dc374: Preparing 21:49:29 f751227ca58e: Preparing 21:49:29 f5a654bad18c: Preparing 21:49:29 f70ee36035b9: Preparing 21:49:29 f70ee36035b9: Waiting 21:49:29 962f356dc374: Layer already exists 21:49:29 f751227ca58e: Layer already exists 21:49:29 f5a654bad18c: Layer already exists 21:49:29 07cc3860b190: Layer already exists 21:49:29 3b214c5959b8: Layer already exists 21:49:29 f70ee36035b9: Layer already exists 21:49:29 3.0.0-dev.79: digest: sha256:a3539acf8401162d7e0dd9c16d5e4fdc9a9a482f3d133d575ee6ecade1bd69c8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:30 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:49:30 3b214c5959b8: Preparing 21:49:30 07cc3860b190: Preparing 21:49:30 962f356dc374: Preparing 21:49:30 f751227ca58e: Preparing 21:49:30 f5a654bad18c: Preparing 21:49:30 f70ee36035b9: Preparing 21:49:30 f70ee36035b9: Waiting 21:49:30 3b214c5959b8: Layer already exists 21:49:30 962f356dc374: Layer already exists 21:49:30 f751227ca58e: Layer already exists 21:49:30 07cc3860b190: Layer already exists 21:49:30 f5a654bad18c: Layer already exists 21:49:30 f70ee36035b9: Layer already exists 21:49:30 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:a3539acf8401162d7e0dd9c16d5e4fdc9a9a482f3d133d575ee6ecade1bd69c8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:31 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 21:49:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:49:31 3b214c5959b8: Preparing 21:49:31 07cc3860b190: Preparing 21:49:31 962f356dc374: Preparing 21:49:31 f751227ca58e: Preparing 21:49:31 f5a654bad18c: Preparing 21:49:31 f70ee36035b9: Preparing 21:49:31 f70ee36035b9: Waiting 21:49:31 f5a654bad18c: Layer already exists 21:49:31 3b214c5959b8: Layer already exists 21:49:31 07cc3860b190: Layer already exists 21:49:31 962f356dc374: Layer already exists 21:49:31 f751227ca58e: Layer already exists 21:49:31 f70ee36035b9: Layer already exists 21:49:31 main: digest: sha256:a3539acf8401162d7e0dd9c16d5e4fdc9a9a482f3d133d575ee6ecade1bd69c8 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:31 ===================================================== [Pipeline] echo 21:49:31 taggedImages: 21:49:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 21:49:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 21:49:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:31 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 21:49:31 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 21:49:31 3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:31 latest 21:49:31 3.0.0-dev.79 21:49:31 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:31 main 21:49:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:32 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:49:32 302a4948ec16: Preparing 21:49:32 302a4948ec16: Preparing 21:49:32 17126cad3882: Preparing 21:49:32 4b3f7cf8ee03: Preparing 21:49:32 a0822eb0d217: Preparing 21:49:32 83e1f4a7872b: Preparing 21:49:32 ad003662a8c7: Preparing 21:49:32 f751227ca58e: Preparing 21:49:32 89172ed1349c: Preparing 21:49:32 f25172c62764: Preparing 21:49:32 0fdc05a07e6d: Preparing 21:49:32 e0ac807da663: Preparing 21:49:32 f70ee36035b9: Preparing 21:49:32 f751227ca58e: Waiting 21:49:32 89172ed1349c: Waiting 21:49:32 f25172c62764: Waiting 21:49:32 0fdc05a07e6d: Waiting 21:49:32 e0ac807da663: Waiting 21:49:32 f70ee36035b9: Waiting 21:49:32 ad003662a8c7: Waiting 21:49:32 a0822eb0d217: Pushed 21:49:32 4b3f7cf8ee03: Pushed 21:49:32 83e1f4a7872b: Pushed 21:49:32 302a4948ec16: Pushed 21:49:32 17126cad3882: Pushed 21:49:32 f751227ca58e: Layer already exists 21:49:33 89172ed1349c: Pushed 21:49:33 f25172c62764: Pushed 21:49:33 0fdc05a07e6d: Pushed 21:49:33 e0ac807da663: Pushed 21:49:33 f70ee36035b9: Layer already exists 21:49:36 ad003662a8c7: Pushed 21:49:36 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:4fc5d30639252442f6aef6e2f16ed7db57e163a27b9e8fc5e97cde6da99cdafe size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:36 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 21:49:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:49:37 302a4948ec16: Preparing 21:49:37 302a4948ec16: Preparing 21:49:37 17126cad3882: Preparing 21:49:37 4b3f7cf8ee03: Preparing 21:49:37 a0822eb0d217: Preparing 21:49:37 83e1f4a7872b: Preparing 21:49:37 ad003662a8c7: Preparing 21:49:37 f751227ca58e: Preparing 21:49:37 89172ed1349c: Preparing 21:49:37 f25172c62764: Preparing 21:49:37 0fdc05a07e6d: Preparing 21:49:37 e0ac807da663: Preparing 21:49:37 f70ee36035b9: Preparing 21:49:37 ad003662a8c7: Waiting 21:49:37 f751227ca58e: Waiting 21:49:37 f25172c62764: Waiting 21:49:37 89172ed1349c: Waiting 21:49:37 0fdc05a07e6d: Waiting 21:49:37 f70ee36035b9: Waiting 21:49:37 e0ac807da663: Waiting 21:49:37 a0822eb0d217: Layer already exists 21:49:37 4b3f7cf8ee03: Layer already exists 21:49:37 302a4948ec16: Layer already exists 21:49:37 83e1f4a7872b: Layer already exists 21:49:37 17126cad3882: Layer already exists 21:49:37 ad003662a8c7: Layer already exists 21:49:37 f751227ca58e: Layer already exists 21:49:37 89172ed1349c: Layer already exists 21:49:37 0fdc05a07e6d: Layer already exists 21:49:37 f25172c62764: Layer already exists 21:49:37 f70ee36035b9: Layer already exists 21:49:37 e0ac807da663: Layer already exists 21:49:37 latest: digest: sha256:4fc5d30639252442f6aef6e2f16ed7db57e163a27b9e8fc5e97cde6da99cdafe size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:37 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 21:49:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:49:38 302a4948ec16: Preparing 21:49:38 302a4948ec16: Preparing 21:49:38 17126cad3882: Preparing 21:49:38 4b3f7cf8ee03: Preparing 21:49:38 a0822eb0d217: Preparing 21:49:38 83e1f4a7872b: Preparing 21:49:38 ad003662a8c7: Preparing 21:49:38 f751227ca58e: Preparing 21:49:38 89172ed1349c: Preparing 21:49:38 f25172c62764: Preparing 21:49:38 0fdc05a07e6d: Preparing 21:49:38 e0ac807da663: Preparing 21:49:38 f70ee36035b9: Preparing 21:49:38 f25172c62764: Waiting 21:49:38 f70ee36035b9: Waiting 21:49:38 0fdc05a07e6d: Waiting 21:49:38 e0ac807da663: Waiting 21:49:38 ad003662a8c7: Waiting 21:49:38 89172ed1349c: Waiting 21:49:38 f751227ca58e: Waiting 21:49:38 83e1f4a7872b: Layer already exists 21:49:38 4b3f7cf8ee03: Layer already exists 21:49:38 302a4948ec16: Layer already exists 21:49:38 a0822eb0d217: Layer already exists 21:49:38 17126cad3882: Layer already exists 21:49:38 ad003662a8c7: Layer already exists 21:49:38 f751227ca58e: Layer already exists 21:49:38 0fdc05a07e6d: Layer already exists 21:49:38 89172ed1349c: Layer already exists 21:49:38 f25172c62764: Layer already exists 21:49:38 f70ee36035b9: Layer already exists 21:49:38 e0ac807da663: Layer already exists 21:49:38 3.0.0-dev.79: digest: sha256:4fc5d30639252442f6aef6e2f16ed7db57e163a27b9e8fc5e97cde6da99cdafe size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:38 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:49:38 302a4948ec16: Preparing 21:49:38 302a4948ec16: Preparing 21:49:38 17126cad3882: Preparing 21:49:38 4b3f7cf8ee03: Preparing 21:49:38 a0822eb0d217: Preparing 21:49:38 83e1f4a7872b: Preparing 21:49:38 ad003662a8c7: Preparing 21:49:38 f751227ca58e: Preparing 21:49:38 89172ed1349c: Preparing 21:49:38 f25172c62764: Preparing 21:49:38 0fdc05a07e6d: Preparing 21:49:38 e0ac807da663: Preparing 21:49:38 f70ee36035b9: Preparing 21:49:38 f25172c62764: Waiting 21:49:38 0fdc05a07e6d: Waiting 21:49:38 e0ac807da663: Waiting 21:49:38 f70ee36035b9: Waiting 21:49:38 ad003662a8c7: Waiting 21:49:38 f751227ca58e: Waiting 21:49:38 89172ed1349c: Waiting 21:49:38 83e1f4a7872b: Layer already exists 21:49:38 302a4948ec16: Layer already exists 21:49:38 4b3f7cf8ee03: Layer already exists 21:49:38 a0822eb0d217: Layer already exists 21:49:38 17126cad3882: Layer already exists 21:49:38 f25172c62764: Layer already exists 21:49:38 ad003662a8c7: Layer already exists 21:49:38 89172ed1349c: Layer already exists 21:49:38 f751227ca58e: Layer already exists 21:49:38 0fdc05a07e6d: Layer already exists 21:49:38 f70ee36035b9: Layer already exists 21:49:38 e0ac807da663: Layer already exists 21:49:39 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:4fc5d30639252442f6aef6e2f16ed7db57e163a27b9e8fc5e97cde6da99cdafe size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 21:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:49:39 302a4948ec16: Preparing 21:49:39 302a4948ec16: Preparing 21:49:39 17126cad3882: Preparing 21:49:39 4b3f7cf8ee03: Preparing 21:49:39 a0822eb0d217: Preparing 21:49:39 83e1f4a7872b: Preparing 21:49:39 ad003662a8c7: Preparing 21:49:39 f751227ca58e: Preparing 21:49:39 89172ed1349c: Preparing 21:49:39 f25172c62764: Preparing 21:49:39 0fdc05a07e6d: Preparing 21:49:39 e0ac807da663: Preparing 21:49:39 f70ee36035b9: Preparing 21:49:39 89172ed1349c: Waiting 21:49:39 f25172c62764: Waiting 21:49:39 ad003662a8c7: Waiting 21:49:39 f751227ca58e: Waiting 21:49:39 0fdc05a07e6d: Waiting 21:49:39 f70ee36035b9: Waiting 21:49:39 e0ac807da663: Waiting 21:49:39 4b3f7cf8ee03: Layer already exists 21:49:39 302a4948ec16: Layer already exists 21:49:39 83e1f4a7872b: Layer already exists 21:49:39 a0822eb0d217: Layer already exists 21:49:39 17126cad3882: Layer already exists 21:49:39 89172ed1349c: Layer already exists 21:49:39 ad003662a8c7: Layer already exists 21:49:39 f751227ca58e: Layer already exists 21:49:39 0fdc05a07e6d: Layer already exists 21:49:39 f25172c62764: Layer already exists 21:49:39 e0ac807da663: Layer already exists 21:49:39 f70ee36035b9: Layer already exists 21:49:40 main: digest: sha256:4fc5d30639252442f6aef6e2f16ed7db57e163a27b9e8fc5e97cde6da99cdafe size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:40 ===================================================== [Pipeline] echo 21:49:40 taggedImages: 21:49:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 21:49:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 21:49:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 21:49:40 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 21:49:40 3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:40 latest 21:49:40 3.0.0-dev.79 21:49:40 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:40 main 21:49:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:40 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:49:40 ef91eccb4810: Preparing 21:49:40 fac4bbbcff15: Preparing 21:49:40 cb1901be7454: Preparing 21:49:40 741b6fdc8464: Preparing 21:49:40 f751227ca58e: Preparing 21:49:40 a7bde9c463c0: Preparing 21:49:40 f70ee36035b9: Preparing 21:49:40 a7bde9c463c0: Waiting 21:49:40 f70ee36035b9: Waiting 21:49:40 f751227ca58e: Layer already exists 21:49:41 a7bde9c463c0: Layer already exists 21:49:41 f70ee36035b9: Layer already exists 21:49:41 ef91eccb4810: Pushed 21:49:41 fac4bbbcff15: Pushed 21:49:41 cb1901be7454: Pushed 21:49:43 741b6fdc8464: Pushed 21:49:43 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:c7eda5e94365c2ae9499526fbc66fd21db7737b4fa2374a148b008715a61c95a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:44 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 21:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:49:44 ef91eccb4810: Preparing 21:49:44 fac4bbbcff15: Preparing 21:49:44 cb1901be7454: Preparing 21:49:44 741b6fdc8464: Preparing 21:49:44 f751227ca58e: Preparing 21:49:44 a7bde9c463c0: Preparing 21:49:44 f70ee36035b9: Preparing 21:49:44 a7bde9c463c0: Waiting 21:49:44 f70ee36035b9: Waiting 21:49:44 fac4bbbcff15: Layer already exists 21:49:44 f751227ca58e: Layer already exists 21:49:44 cb1901be7454: Layer already exists 21:49:44 ef91eccb4810: Layer already exists 21:49:44 741b6fdc8464: Layer already exists 21:49:44 f70ee36035b9: Layer already exists 21:49:44 a7bde9c463c0: Layer already exists 21:49:44 latest: digest: sha256:c7eda5e94365c2ae9499526fbc66fd21db7737b4fa2374a148b008715a61c95a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:44 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 21:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:49:45 ef91eccb4810: Preparing 21:49:45 fac4bbbcff15: Preparing 21:49:45 cb1901be7454: Preparing 21:49:45 741b6fdc8464: Preparing 21:49:45 f751227ca58e: Preparing 21:49:45 a7bde9c463c0: Preparing 21:49:45 f70ee36035b9: Preparing 21:49:45 a7bde9c463c0: Waiting 21:49:45 f70ee36035b9: Waiting 21:49:45 741b6fdc8464: Layer already exists 21:49:45 ef91eccb4810: Layer already exists 21:49:45 cb1901be7454: Layer already exists 21:49:45 f751227ca58e: Layer already exists 21:49:45 fac4bbbcff15: Layer already exists 21:49:45 a7bde9c463c0: Layer already exists 21:49:45 f70ee36035b9: Layer already exists 21:49:45 3.0.0-dev.79: digest: sha256:c7eda5e94365c2ae9499526fbc66fd21db7737b4fa2374a148b008715a61c95a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:45 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:49:46 ef91eccb4810: Preparing 21:49:46 fac4bbbcff15: Preparing 21:49:46 cb1901be7454: Preparing 21:49:46 741b6fdc8464: Preparing 21:49:46 f751227ca58e: Preparing 21:49:46 a7bde9c463c0: Preparing 21:49:46 f70ee36035b9: Preparing 21:49:46 a7bde9c463c0: Waiting 21:49:46 f70ee36035b9: Waiting 21:49:46 cb1901be7454: Layer already exists 21:49:46 741b6fdc8464: Layer already exists 21:49:46 fac4bbbcff15: Layer already exists 21:49:46 f751227ca58e: Layer already exists 21:49:46 ef91eccb4810: Layer already exists 21:49:46 f70ee36035b9: Layer already exists 21:49:46 a7bde9c463c0: Layer already exists 21:49:46 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:c7eda5e94365c2ae9499526fbc66fd21db7737b4fa2374a148b008715a61c95a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:46 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 21:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:49:47 ef91eccb4810: Preparing 21:49:47 fac4bbbcff15: Preparing 21:49:47 cb1901be7454: Preparing 21:49:47 741b6fdc8464: Preparing 21:49:47 f751227ca58e: Preparing 21:49:47 a7bde9c463c0: Preparing 21:49:47 f70ee36035b9: Preparing 21:49:47 a7bde9c463c0: Waiting 21:49:47 f70ee36035b9: Waiting 21:49:47 f751227ca58e: Layer already exists 21:49:47 fac4bbbcff15: Layer already exists 21:49:47 741b6fdc8464: Layer already exists 21:49:47 cb1901be7454: Layer already exists 21:49:47 ef91eccb4810: Layer already exists 21:49:47 f70ee36035b9: Layer already exists 21:49:47 a7bde9c463c0: Layer already exists 21:49:47 main: digest: sha256:c7eda5e94365c2ae9499526fbc66fd21db7737b4fa2374a148b008715a61c95a size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:47 ===================================================== [Pipeline] echo 21:49:47 taggedImages: 21:49:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 21:49:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 21:49:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:47 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 21:49:47 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 21:49:47 3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:47 latest 21:49:47 3.0.0-dev.79 21:49:47 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:47 main 21:49:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:47 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:49:48 b8fe035679be: Preparing 21:49:48 0b86484c4a91: Preparing 21:49:48 4f63649cefca: Preparing 21:49:48 f5c6c2da5629: Preparing 21:49:48 ec02cf96a147: Preparing 21:49:48 ddad9115b3a3: Preparing 21:49:48 f70ee36035b9: Preparing 21:49:48 f70ee36035b9: Waiting 21:49:48 ddad9115b3a3: Waiting 21:49:48 0b86484c4a91: Pushed 21:49:48 b8fe035679be: Pushed 21:49:48 ec02cf96a147: Pushed 21:49:48 f5c6c2da5629: Pushed 21:49:48 f70ee36035b9: Layer already exists 21:49:48 ddad9115b3a3: Pushed 21:49:50 4f63649cefca: Pushed 21:49:50 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:3df0f0771f4dfa82c7d66427743fa44087084ad0e984fc3a201b9e01e4c4d7d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:51 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 21:49:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:49:51 b8fe035679be: Preparing 21:49:51 0b86484c4a91: Preparing 21:49:51 4f63649cefca: Preparing 21:49:51 f5c6c2da5629: Preparing 21:49:51 ec02cf96a147: Preparing 21:49:51 ddad9115b3a3: Preparing 21:49:51 f70ee36035b9: Preparing 21:49:51 ddad9115b3a3: Waiting 21:49:51 f70ee36035b9: Waiting 21:49:51 b8fe035679be: Layer already exists 21:49:51 f5c6c2da5629: Layer already exists 21:49:51 4f63649cefca: Layer already exists 21:49:51 ec02cf96a147: Layer already exists 21:49:51 0b86484c4a91: Layer already exists 21:49:51 ddad9115b3a3: Layer already exists 21:49:51 f70ee36035b9: Layer already exists 21:49:51 latest: digest: sha256:3df0f0771f4dfa82c7d66427743fa44087084ad0e984fc3a201b9e01e4c4d7d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:52 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 21:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:49:52 b8fe035679be: Preparing 21:49:52 0b86484c4a91: Preparing 21:49:52 4f63649cefca: Preparing 21:49:52 f5c6c2da5629: Preparing 21:49:52 ec02cf96a147: Preparing 21:49:52 ddad9115b3a3: Preparing 21:49:52 f70ee36035b9: Preparing 21:49:52 f70ee36035b9: Waiting 21:49:52 ddad9115b3a3: Waiting 21:49:52 0b86484c4a91: Layer already exists 21:49:52 ec02cf96a147: Layer already exists 21:49:52 f5c6c2da5629: Layer already exists 21:49:52 4f63649cefca: Layer already exists 21:49:52 b8fe035679be: Layer already exists 21:49:52 ddad9115b3a3: Layer already exists 21:49:52 f70ee36035b9: Layer already exists 21:49:52 3.0.0-dev.79: digest: sha256:3df0f0771f4dfa82c7d66427743fa44087084ad0e984fc3a201b9e01e4c4d7d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:53 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:49:53 b8fe035679be: Preparing 21:49:53 0b86484c4a91: Preparing 21:49:53 4f63649cefca: Preparing 21:49:53 f5c6c2da5629: Preparing 21:49:53 ec02cf96a147: Preparing 21:49:53 ddad9115b3a3: Preparing 21:49:53 f70ee36035b9: Preparing 21:49:53 ddad9115b3a3: Waiting 21:49:53 f70ee36035b9: Waiting 21:49:53 f5c6c2da5629: Layer already exists 21:49:53 b8fe035679be: Layer already exists 21:49:53 4f63649cefca: Layer already exists 21:49:53 0b86484c4a91: Layer already exists 21:49:53 ec02cf96a147: Layer already exists 21:49:53 f70ee36035b9: Layer already exists 21:49:53 ddad9115b3a3: Layer already exists 21:49:53 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:3df0f0771f4dfa82c7d66427743fa44087084ad0e984fc3a201b9e01e4c4d7d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 21:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:49:54 b8fe035679be: Preparing 21:49:54 0b86484c4a91: Preparing 21:49:54 4f63649cefca: Preparing 21:49:54 f5c6c2da5629: Preparing 21:49:54 ec02cf96a147: Preparing 21:49:54 ddad9115b3a3: Preparing 21:49:54 f70ee36035b9: Preparing 21:49:54 ddad9115b3a3: Waiting 21:49:54 f70ee36035b9: Waiting 21:49:54 4f63649cefca: Layer already exists 21:49:54 ec02cf96a147: Layer already exists 21:49:54 0b86484c4a91: Layer already exists 21:49:54 b8fe035679be: Layer already exists 21:49:54 f5c6c2da5629: Layer already exists 21:49:54 ddad9115b3a3: Layer already exists 21:49:54 f70ee36035b9: Layer already exists 21:49:54 main: digest: sha256:3df0f0771f4dfa82c7d66427743fa44087084ad0e984fc3a201b9e01e4c4d7d0 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:49:54 ===================================================== [Pipeline] echo 21:49:54 taggedImages: 21:49:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 21:49:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 21:49:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 21:49:54 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 21:49:54 3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:54 latest 21:49:54 3.0.0-dev.79 21:49:54 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:49:54 main 21:49:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:54 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:49:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:49:55 c95317254484: Preparing 21:49:55 0250c6487e1e: Preparing 21:49:55 7fe9c699e44e: Preparing 21:49:55 90f7ec8ee760: Preparing 21:49:55 87c15f0bd73e: Preparing 21:49:55 fbaf6758ca7b: Preparing 21:49:55 def66cac5960: Preparing 21:49:55 16b5e51ea4b9: Preparing 21:49:55 f70ee36035b9: Preparing 21:49:55 fbaf6758ca7b: Waiting 21:49:55 def66cac5960: Waiting 21:49:55 f70ee36035b9: Waiting 21:49:55 16b5e51ea4b9: Waiting 21:49:55 0250c6487e1e: Pushed 21:49:55 87c15f0bd73e: Pushed 21:49:55 c95317254484: Pushed 21:49:55 fbaf6758ca7b: Pushed 21:49:55 f70ee36035b9: Layer already exists 21:49:55 def66cac5960: Pushed 21:49:55 16b5e51ea4b9: Pushed 21:49:57 90f7ec8ee760: Pushed 21:49:58 7fe9c699e44e: Pushed 21:49:58 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:ae2fab69c9aea90b11c7401ecdb5aa0794d4888e1360a45456c2899747026504 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:59 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 21:49:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:49:59 c95317254484: Preparing 21:49:59 0250c6487e1e: Preparing 21:49:59 7fe9c699e44e: Preparing 21:49:59 90f7ec8ee760: Preparing 21:49:59 87c15f0bd73e: Preparing 21:49:59 fbaf6758ca7b: Preparing 21:49:59 def66cac5960: Preparing 21:49:59 16b5e51ea4b9: Preparing 21:49:59 f70ee36035b9: Preparing 21:49:59 fbaf6758ca7b: Waiting 21:49:59 def66cac5960: Waiting 21:49:59 16b5e51ea4b9: Waiting 21:49:59 f70ee36035b9: Waiting 21:49:59 7fe9c699e44e: Layer already exists 21:49:59 0250c6487e1e: Layer already exists 21:49:59 c95317254484: Layer already exists 21:49:59 90f7ec8ee760: Layer already exists 21:49:59 87c15f0bd73e: Layer already exists 21:49:59 def66cac5960: Layer already exists 21:49:59 fbaf6758ca7b: Layer already exists 21:49:59 f70ee36035b9: Layer already exists 21:49:59 16b5e51ea4b9: Layer already exists 21:49:59 latest: digest: sha256:ae2fab69c9aea90b11c7401ecdb5aa0794d4888e1360a45456c2899747026504 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:00 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 21:50:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:50:00 c95317254484: Preparing 21:50:00 0250c6487e1e: Preparing 21:50:00 7fe9c699e44e: Preparing 21:50:00 90f7ec8ee760: Preparing 21:50:00 87c15f0bd73e: Preparing 21:50:00 fbaf6758ca7b: Preparing 21:50:00 def66cac5960: Preparing 21:50:00 16b5e51ea4b9: Preparing 21:50:00 f70ee36035b9: Preparing 21:50:00 fbaf6758ca7b: Waiting 21:50:00 def66cac5960: Waiting 21:50:00 16b5e51ea4b9: Waiting 21:50:00 f70ee36035b9: Waiting 21:50:00 0250c6487e1e: Layer already exists 21:50:00 7fe9c699e44e: Layer already exists 21:50:00 90f7ec8ee760: Layer already exists 21:50:00 c95317254484: Layer already exists 21:50:00 87c15f0bd73e: Layer already exists 21:50:00 16b5e51ea4b9: Layer already exists 21:50:00 fbaf6758ca7b: Layer already exists 21:50:00 f70ee36035b9: Layer already exists 21:50:00 def66cac5960: Layer already exists 21:50:00 3.0.0-dev.79: digest: sha256:ae2fab69c9aea90b11c7401ecdb5aa0794d4888e1360a45456c2899747026504 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:01 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:50:01 c95317254484: Preparing 21:50:01 0250c6487e1e: Preparing 21:50:01 7fe9c699e44e: Preparing 21:50:01 90f7ec8ee760: Preparing 21:50:01 87c15f0bd73e: Preparing 21:50:01 fbaf6758ca7b: Preparing 21:50:01 def66cac5960: Preparing 21:50:01 16b5e51ea4b9: Preparing 21:50:01 f70ee36035b9: Preparing 21:50:01 fbaf6758ca7b: Waiting 21:50:01 def66cac5960: Waiting 21:50:01 16b5e51ea4b9: Waiting 21:50:01 f70ee36035b9: Waiting 21:50:01 87c15f0bd73e: Layer already exists 21:50:01 c95317254484: Layer already exists 21:50:01 90f7ec8ee760: Layer already exists 21:50:01 7fe9c699e44e: Layer already exists 21:50:01 0250c6487e1e: Layer already exists 21:50:01 fbaf6758ca7b: Layer already exists 21:50:01 16b5e51ea4b9: Layer already exists 21:50:01 def66cac5960: Layer already exists 21:50:01 f70ee36035b9: Layer already exists 21:50:01 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:ae2fab69c9aea90b11c7401ecdb5aa0794d4888e1360a45456c2899747026504 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:01 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 21:50:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:50:02 c95317254484: Preparing 21:50:02 0250c6487e1e: Preparing 21:50:02 7fe9c699e44e: Preparing 21:50:02 90f7ec8ee760: Preparing 21:50:02 87c15f0bd73e: Preparing 21:50:02 fbaf6758ca7b: Preparing 21:50:02 def66cac5960: Preparing 21:50:02 16b5e51ea4b9: Preparing 21:50:02 f70ee36035b9: Preparing 21:50:02 def66cac5960: Waiting 21:50:02 16b5e51ea4b9: Waiting 21:50:02 f70ee36035b9: Waiting 21:50:02 fbaf6758ca7b: Waiting 21:50:02 87c15f0bd73e: Layer already exists 21:50:02 0250c6487e1e: Layer already exists 21:50:02 7fe9c699e44e: Layer already exists 21:50:02 90f7ec8ee760: Layer already exists 21:50:02 c95317254484: Layer already exists 21:50:02 f70ee36035b9: Layer already exists 21:50:02 fbaf6758ca7b: Layer already exists 21:50:02 16b5e51ea4b9: Layer already exists 21:50:02 def66cac5960: Layer already exists 21:50:02 main: digest: sha256:ae2fab69c9aea90b11c7401ecdb5aa0794d4888e1360a45456c2899747026504 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:02 ===================================================== [Pipeline] echo 21:50:02 taggedImages: 21:50:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 21:50:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 21:50:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 21:50:02 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 21:50:02 3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:02 latest 21:50:02 3.0.0-dev.79 21:50:02 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:02 main 21:50:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:02 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:50:03 fb13c90b706f: Preparing 21:50:03 a4a450dde6c1: Preparing 21:50:03 f751227ca58e: Preparing 21:50:03 8a2e8a8303b7: Preparing 21:50:03 a8cfdf0cc8ec: Preparing 21:50:03 a8cfdf0cc8ec: Layer already exists 21:50:03 f751227ca58e: Layer already exists 21:50:03 fb13c90b706f: Pushed 21:50:04 8a2e8a8303b7: Pushed 21:50:08 a4a450dde6c1: Pushed 21:50:08 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:9f642d6c0b36ed6c6f51c3909b11db721b162b041ec9159bc57614ea3d06443e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:09 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 21:50:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:50:09 fb13c90b706f: Preparing 21:50:09 a4a450dde6c1: Preparing 21:50:09 f751227ca58e: Preparing 21:50:09 8a2e8a8303b7: Preparing 21:50:09 a8cfdf0cc8ec: Preparing 21:50:09 fb13c90b706f: Layer already exists 21:50:09 8a2e8a8303b7: Layer already exists 21:50:09 a4a450dde6c1: Layer already exists 21:50:09 f751227ca58e: Layer already exists 21:50:09 a8cfdf0cc8ec: Layer already exists 21:50:09 latest: digest: sha256:9f642d6c0b36ed6c6f51c3909b11db721b162b041ec9159bc57614ea3d06443e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:09 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 21:50:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:50:10 fb13c90b706f: Preparing 21:50:10 a4a450dde6c1: Preparing 21:50:10 f751227ca58e: Preparing 21:50:10 8a2e8a8303b7: Preparing 21:50:10 a8cfdf0cc8ec: Preparing 21:50:10 f751227ca58e: Layer already exists 21:50:10 fb13c90b706f: Layer already exists 21:50:10 a4a450dde6c1: Layer already exists 21:50:10 8a2e8a8303b7: Layer already exists 21:50:10 a8cfdf0cc8ec: Layer already exists 21:50:10 3.0.0-dev.79: digest: sha256:9f642d6c0b36ed6c6f51c3909b11db721b162b041ec9159bc57614ea3d06443e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:10 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:50:11 fb13c90b706f: Preparing 21:50:11 a4a450dde6c1: Preparing 21:50:11 f751227ca58e: Preparing 21:50:11 8a2e8a8303b7: Preparing 21:50:11 a8cfdf0cc8ec: Preparing 21:50:11 a4a450dde6c1: Layer already exists 21:50:11 a8cfdf0cc8ec: Layer already exists 21:50:11 fb13c90b706f: Layer already exists 21:50:11 f751227ca58e: Layer already exists 21:50:11 8a2e8a8303b7: Layer already exists 21:50:11 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:9f642d6c0b36ed6c6f51c3909b11db721b162b041ec9159bc57614ea3d06443e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:11 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 21:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:50:11 fb13c90b706f: Preparing 21:50:11 a4a450dde6c1: Preparing 21:50:11 f751227ca58e: Preparing 21:50:11 8a2e8a8303b7: Preparing 21:50:11 a8cfdf0cc8ec: Preparing 21:50:11 fb13c90b706f: Layer already exists 21:50:11 a8cfdf0cc8ec: Layer already exists 21:50:11 f751227ca58e: Layer already exists 21:50:11 8a2e8a8303b7: Layer already exists 21:50:11 a4a450dde6c1: Layer already exists 21:50:11 main: digest: sha256:9f642d6c0b36ed6c6f51c3909b11db721b162b041ec9159bc57614ea3d06443e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:12 ===================================================== [Pipeline] echo 21:50:12 taggedImages: 21:50:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 21:50:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 21:50:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 21:50:12 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 21:50:12 3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:12 latest 21:50:12 3.0.0-dev.79 21:50:12 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:12 main 21:50:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:12 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:50:12 927704be75d5: Preparing 21:50:12 d5284719058f: Preparing 21:50:12 af82dbfb7953: Preparing 21:50:12 fc0d10b0d134: Preparing 21:50:12 4500ee3e3254: Preparing 21:50:12 54f64829a803: Preparing 21:50:12 a8cfdf0cc8ec: Preparing 21:50:12 54f64829a803: Waiting 21:50:12 a8cfdf0cc8ec: Waiting 21:50:12 af82dbfb7953: Pushed 21:50:12 d5284719058f: Pushed 21:50:12 927704be75d5: Pushed 21:50:12 a8cfdf0cc8ec: Layer already exists 21:50:13 54f64829a803: Pushed 21:50:22 4500ee3e3254: Pushed 21:50:28 fc0d10b0d134: Pushed 21:50:28 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:aa50dbaf4696edbb2d30083e5df810bff01a5cb209ac2910f15127066a37e6f9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 21:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:50:29 927704be75d5: Preparing 21:50:29 d5284719058f: Preparing 21:50:29 af82dbfb7953: Preparing 21:50:29 fc0d10b0d134: Preparing 21:50:29 4500ee3e3254: Preparing 21:50:29 54f64829a803: Preparing 21:50:29 a8cfdf0cc8ec: Preparing 21:50:29 54f64829a803: Waiting 21:50:29 a8cfdf0cc8ec: Waiting 21:50:29 d5284719058f: Layer already exists 21:50:29 af82dbfb7953: Layer already exists 21:50:29 4500ee3e3254: Layer already exists 21:50:29 927704be75d5: Layer already exists 21:50:29 fc0d10b0d134: Layer already exists 21:50:29 54f64829a803: Layer already exists 21:50:29 a8cfdf0cc8ec: Layer already exists 21:50:29 latest: digest: sha256:aa50dbaf4696edbb2d30083e5df810bff01a5cb209ac2910f15127066a37e6f9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 21:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:50:30 927704be75d5: Preparing 21:50:30 d5284719058f: Preparing 21:50:30 af82dbfb7953: Preparing 21:50:30 fc0d10b0d134: Preparing 21:50:30 4500ee3e3254: Preparing 21:50:30 54f64829a803: Preparing 21:50:30 a8cfdf0cc8ec: Preparing 21:50:30 54f64829a803: Waiting 21:50:30 a8cfdf0cc8ec: Waiting 21:50:30 4500ee3e3254: Layer already exists 21:50:30 d5284719058f: Layer already exists 21:50:30 fc0d10b0d134: Layer already exists 21:50:30 927704be75d5: Layer already exists 21:50:30 af82dbfb7953: Layer already exists 21:50:30 a8cfdf0cc8ec: Layer already exists 21:50:30 54f64829a803: Layer already exists 21:50:30 3.0.0-dev.79: digest: sha256:aa50dbaf4696edbb2d30083e5df810bff01a5cb209ac2910f15127066a37e6f9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:30 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:50:31 927704be75d5: Preparing 21:50:31 d5284719058f: Preparing 21:50:31 af82dbfb7953: Preparing 21:50:31 fc0d10b0d134: Preparing 21:50:31 4500ee3e3254: Preparing 21:50:31 54f64829a803: Preparing 21:50:31 a8cfdf0cc8ec: Preparing 21:50:31 54f64829a803: Waiting 21:50:31 4500ee3e3254: Layer already exists 21:50:31 927704be75d5: Layer already exists 21:50:31 d5284719058f: Layer already exists 21:50:31 af82dbfb7953: Layer already exists 21:50:31 fc0d10b0d134: Layer already exists 21:50:31 54f64829a803: Layer already exists 21:50:31 a8cfdf0cc8ec: Layer already exists 21:50:31 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:aa50dbaf4696edbb2d30083e5df810bff01a5cb209ac2910f15127066a37e6f9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:31 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 21:50:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:50:32 927704be75d5: Preparing 21:50:32 d5284719058f: Preparing 21:50:32 af82dbfb7953: Preparing 21:50:32 fc0d10b0d134: Preparing 21:50:32 4500ee3e3254: Preparing 21:50:32 54f64829a803: Preparing 21:50:32 a8cfdf0cc8ec: Preparing 21:50:32 a8cfdf0cc8ec: Waiting 21:50:32 54f64829a803: Waiting 21:50:32 af82dbfb7953: Layer already exists 21:50:32 4500ee3e3254: Layer already exists 21:50:32 927704be75d5: Layer already exists 21:50:32 d5284719058f: Layer already exists 21:50:32 fc0d10b0d134: Layer already exists 21:50:32 a8cfdf0cc8ec: Layer already exists 21:50:32 54f64829a803: Layer already exists 21:50:32 main: digest: sha256:aa50dbaf4696edbb2d30083e5df810bff01a5cb209ac2910f15127066a37e6f9 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:32 ===================================================== [Pipeline] echo 21:50:32 taggedImages: 21:50:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 21:50:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 21:50:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 21:50:32 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 21:50:32 3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:32 latest 21:50:32 3.0.0-dev.79 21:50:32 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:32 main 21:50:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:50:33 415a69bcb99a: Preparing 21:50:33 499f842f6d85: Preparing 21:50:33 ba55da449f52: Preparing 21:50:33 6e139cba4a97: Preparing 21:50:33 0e0d5a39026f: Preparing 21:50:33 a8cfdf0cc8ec: Preparing 21:50:33 a8cfdf0cc8ec: Waiting 21:50:33 415a69bcb99a: Pushed 21:50:33 ba55da449f52: Pushed 21:50:33 499f842f6d85: Pushed 21:50:33 a8cfdf0cc8ec: Layer already exists 21:50:34 0e0d5a39026f: Pushed 21:50:49 6e139cba4a97: Pushed 21:50:49 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:9200fb4ab9252696e1b017c7d084d471f1f811d9cda5647aca9294e53aa1355e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:49 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:50:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:50:49 415a69bcb99a: Preparing 21:50:49 499f842f6d85: Preparing 21:50:49 ba55da449f52: Preparing 21:50:49 6e139cba4a97: Preparing 21:50:49 0e0d5a39026f: Preparing 21:50:49 a8cfdf0cc8ec: Preparing 21:50:49 a8cfdf0cc8ec: Waiting 21:50:49 415a69bcb99a: Layer already exists 21:50:49 0e0d5a39026f: Layer already exists 21:50:49 499f842f6d85: Layer already exists 21:50:49 ba55da449f52: Layer already exists 21:50:49 6e139cba4a97: Layer already exists 21:50:49 a8cfdf0cc8ec: Layer already exists 21:50:49 latest: digest: sha256:9200fb4ab9252696e1b017c7d084d471f1f811d9cda5647aca9294e53aa1355e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:50 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 21:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:50:50 415a69bcb99a: Preparing 21:50:50 499f842f6d85: Preparing 21:50:50 ba55da449f52: Preparing 21:50:50 6e139cba4a97: Preparing 21:50:50 0e0d5a39026f: Preparing 21:50:50 a8cfdf0cc8ec: Preparing 21:50:50 a8cfdf0cc8ec: Waiting 21:50:50 499f842f6d85: Layer already exists 21:50:50 6e139cba4a97: Layer already exists 21:50:50 415a69bcb99a: Layer already exists 21:50:50 0e0d5a39026f: Layer already exists 21:50:50 ba55da449f52: Layer already exists 21:50:50 a8cfdf0cc8ec: Layer already exists 21:50:50 3.0.0-dev.79: digest: sha256:9200fb4ab9252696e1b017c7d084d471f1f811d9cda5647aca9294e53aa1355e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:51 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:50:51 415a69bcb99a: Preparing 21:50:51 499f842f6d85: Preparing 21:50:51 ba55da449f52: Preparing 21:50:51 6e139cba4a97: Preparing 21:50:51 0e0d5a39026f: Preparing 21:50:51 a8cfdf0cc8ec: Preparing 21:50:51 a8cfdf0cc8ec: Waiting 21:50:51 6e139cba4a97: Layer already exists 21:50:51 0e0d5a39026f: Layer already exists 21:50:51 415a69bcb99a: Layer already exists 21:50:51 499f842f6d85: Layer already exists 21:50:51 ba55da449f52: Layer already exists 21:50:51 a8cfdf0cc8ec: Layer already exists 21:50:51 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:9200fb4ab9252696e1b017c7d084d471f1f811d9cda5647aca9294e53aa1355e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:51 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 21:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:50:52 415a69bcb99a: Preparing 21:50:52 499f842f6d85: Preparing 21:50:52 ba55da449f52: Preparing 21:50:52 6e139cba4a97: Preparing 21:50:52 0e0d5a39026f: Preparing 21:50:52 a8cfdf0cc8ec: Preparing 21:50:52 a8cfdf0cc8ec: Waiting 21:50:52 0e0d5a39026f: Layer already exists 21:50:52 499f842f6d85: Layer already exists 21:50:52 ba55da449f52: Layer already exists 21:50:52 6e139cba4a97: Layer already exists 21:50:52 415a69bcb99a: Layer already exists 21:50:52 a8cfdf0cc8ec: Layer already exists 21:50:52 main: digest: sha256:9200fb4ab9252696e1b017c7d084d471f1f811d9cda5647aca9294e53aa1355e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:50:52 ===================================================== [Pipeline] echo 21:50:52 taggedImages: 21:50:52 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:52 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:50:52 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 21:50:52 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:52 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 21:50:52 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 21:50:52 3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:52 latest 21:50:52 3.0.0-dev.79 21:50:52 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:50:52 main 21:50:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:52 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:50:53 2fa04b28a973: Preparing 21:50:53 079093e46c04: Preparing 21:50:53 f17d34625b72: Preparing 21:50:53 e1a70e3af9b1: Preparing 21:50:53 54f64829a803: Preparing 21:50:53 a8cfdf0cc8ec: Preparing 21:50:53 a8cfdf0cc8ec: Waiting 21:50:53 54f64829a803: Layer already exists 21:50:53 a8cfdf0cc8ec: Layer already exists 21:50:53 079093e46c04: Pushed 21:50:53 f17d34625b72: Pushed 21:50:53 2fa04b28a973: Pushed 21:51:08 e1a70e3af9b1: Pushed 21:51:09 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:909171ff41d7c4db22783af82a3fe58749f8b9f516df20bbb22545fe051142ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:51:10 2fa04b28a973: Preparing 21:51:10 079093e46c04: Preparing 21:51:10 f17d34625b72: Preparing 21:51:10 e1a70e3af9b1: Preparing 21:51:10 54f64829a803: Preparing 21:51:10 a8cfdf0cc8ec: Preparing 21:51:10 a8cfdf0cc8ec: Waiting 21:51:10 079093e46c04: Layer already exists 21:51:10 f17d34625b72: Layer already exists 21:51:10 2fa04b28a973: Layer already exists 21:51:10 e1a70e3af9b1: Layer already exists 21:51:10 54f64829a803: Layer already exists 21:51:10 a8cfdf0cc8ec: Layer already exists 21:51:10 latest: digest: sha256:909171ff41d7c4db22783af82a3fe58749f8b9f516df20bbb22545fe051142ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 21:51:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:51:12 2fa04b28a973: Preparing 21:51:12 079093e46c04: Preparing 21:51:12 f17d34625b72: Preparing 21:51:12 e1a70e3af9b1: Preparing 21:51:12 54f64829a803: Preparing 21:51:12 a8cfdf0cc8ec: Preparing 21:51:12 a8cfdf0cc8ec: Waiting 21:51:12 54f64829a803: Layer already exists 21:51:12 f17d34625b72: Layer already exists 21:51:12 079093e46c04: Layer already exists 21:51:12 2fa04b28a973: Layer already exists 21:51:12 e1a70e3af9b1: Layer already exists 21:51:12 a8cfdf0cc8ec: Layer already exists 21:51:12 3.0.0-dev.79: digest: sha256:909171ff41d7c4db22783af82a3fe58749f8b9f516df20bbb22545fe051142ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:12 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:51:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:51:13 2fa04b28a973: Preparing 21:51:13 079093e46c04: Preparing 21:51:13 f17d34625b72: Preparing 21:51:13 e1a70e3af9b1: Preparing 21:51:13 54f64829a803: Preparing 21:51:13 a8cfdf0cc8ec: Preparing 21:51:13 a8cfdf0cc8ec: Waiting 21:51:13 54f64829a803: Layer already exists 21:51:13 e1a70e3af9b1: Layer already exists 21:51:13 079093e46c04: Layer already exists 21:51:13 f17d34625b72: Layer already exists 21:51:13 2fa04b28a973: Layer already exists 21:51:13 a8cfdf0cc8ec: Layer already exists 21:51:13 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:909171ff41d7c4db22783af82a3fe58749f8b9f516df20bbb22545fe051142ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:13 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 21:51:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:51:14 2fa04b28a973: Preparing 21:51:14 079093e46c04: Preparing 21:51:14 f17d34625b72: Preparing 21:51:14 e1a70e3af9b1: Preparing 21:51:14 54f64829a803: Preparing 21:51:14 a8cfdf0cc8ec: Preparing 21:51:14 a8cfdf0cc8ec: Waiting 21:51:14 f17d34625b72: Layer already exists 21:51:14 2fa04b28a973: Layer already exists 21:51:14 079093e46c04: Layer already exists 21:51:14 e1a70e3af9b1: Layer already exists 21:51:14 54f64829a803: Layer already exists 21:51:14 a8cfdf0cc8ec: Layer already exists 21:51:14 main: digest: sha256:909171ff41d7c4db22783af82a3fe58749f8b9f516df20bbb22545fe051142ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:14 ===================================================== [Pipeline] echo 21:51:14 taggedImages: 21:51:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:51:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:51:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 21:51:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:51:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 21:51:14 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 21:51:14 3ead8ec53459b72f62f51c7b78b8446db778950c 21:51:14 latest 21:51:14 3.0.0-dev.79 21:51:14 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:51:14 main 21:51:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:14 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:51:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:51:15 621e0163331e: Preparing 21:51:15 045f0a199dae: Preparing 21:51:15 f751227ca58e: Preparing 21:51:15 65d4f9668dad: Preparing 21:51:15 f70ee36035b9: Preparing 21:51:15 f70ee36035b9: Layer already exists 21:51:15 f751227ca58e: Layer already exists 21:51:15 621e0163331e: Pushed 21:51:15 65d4f9668dad: Pushed 21:51:21 045f0a199dae: Pushed 21:51:21 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:b0c25363d92350b1141a10afa98efd7709a94fac101f8b001b35e2aea35eee3e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:21 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:51:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:51:21 621e0163331e: Preparing 21:51:21 045f0a199dae: Preparing 21:51:21 f751227ca58e: Preparing 21:51:21 65d4f9668dad: Preparing 21:51:21 f70ee36035b9: Preparing 21:51:21 045f0a199dae: Layer already exists 21:51:21 621e0163331e: Layer already exists 21:51:21 f70ee36035b9: Layer already exists 21:51:21 65d4f9668dad: Layer already exists 21:51:21 f751227ca58e: Layer already exists 21:51:21 latest: digest: sha256:b0c25363d92350b1141a10afa98efd7709a94fac101f8b001b35e2aea35eee3e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 21:51:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:51:22 621e0163331e: Preparing 21:51:22 045f0a199dae: Preparing 21:51:22 f751227ca58e: Preparing 21:51:22 65d4f9668dad: Preparing 21:51:22 f70ee36035b9: Preparing 21:51:22 621e0163331e: Layer already exists 21:51:22 f751227ca58e: Layer already exists 21:51:22 f70ee36035b9: Layer already exists 21:51:22 65d4f9668dad: Layer already exists 21:51:22 045f0a199dae: Layer already exists 21:51:22 3.0.0-dev.79: digest: sha256:b0c25363d92350b1141a10afa98efd7709a94fac101f8b001b35e2aea35eee3e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:51:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:51:24 621e0163331e: Preparing 21:51:24 045f0a199dae: Preparing 21:51:24 f751227ca58e: Preparing 21:51:24 65d4f9668dad: Preparing 21:51:24 f70ee36035b9: Preparing 21:51:24 f70ee36035b9: Layer already exists 21:51:24 65d4f9668dad: Layer already exists 21:51:24 f751227ca58e: Layer already exists 21:51:24 045f0a199dae: Layer already exists 21:51:24 621e0163331e: Layer already exists 21:51:24 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:b0c25363d92350b1141a10afa98efd7709a94fac101f8b001b35e2aea35eee3e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 21:51:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:51:25 621e0163331e: Preparing 21:51:25 045f0a199dae: Preparing 21:51:25 f751227ca58e: Preparing 21:51:25 65d4f9668dad: Preparing 21:51:25 f70ee36035b9: Preparing 21:51:25 621e0163331e: Layer already exists 21:51:25 045f0a199dae: Layer already exists 21:51:25 f70ee36035b9: Layer already exists 21:51:25 f751227ca58e: Layer already exists 21:51:25 65d4f9668dad: Layer already exists 21:51:25 main: digest: sha256:b0c25363d92350b1141a10afa98efd7709a94fac101f8b001b35e2aea35eee3e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:25 ===================================================== [Pipeline] echo 21:51:25 taggedImages: 21:51:25 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:51:25 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:51:25 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 21:51:25 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:51:25 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 21:51:25 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 21:51:25 3ead8ec53459b72f62f51c7b78b8446db778950c 21:51:25 latest 21:51:25 3.0.0-dev.79 21:51:25 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:51:25 main 21:51:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:26 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:51:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:51:26 0e54da0bb450: Preparing 21:51:26 02f86d192fcc: Preparing 21:51:26 f751227ca58e: Preparing 21:51:26 f5a654bad18c: Preparing 21:51:26 f70ee36035b9: Preparing 21:51:26 f5a654bad18c: Layer already exists 21:51:26 f751227ca58e: Layer already exists 21:51:26 f70ee36035b9: Layer already exists 21:51:26 0e54da0bb450: Pushed 21:51:32 02f86d192fcc: Pushed 21:51:32 3ead8ec53459b72f62f51c7b78b8446db778950c: digest: sha256:02e37f678b3786aee2f8d322074cded3867cca814651cf9a9347f9a6b3c47289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:32 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:51:33 0e54da0bb450: Preparing 21:51:33 02f86d192fcc: Preparing 21:51:33 f751227ca58e: Preparing 21:51:33 f5a654bad18c: Preparing 21:51:33 f70ee36035b9: Preparing 21:51:33 f70ee36035b9: Layer already exists 21:51:33 02f86d192fcc: Layer already exists 21:51:33 f5a654bad18c: Layer already exists 21:51:33 f751227ca58e: Layer already exists 21:51:33 0e54da0bb450: Layer already exists 21:51:33 latest: digest: sha256:02e37f678b3786aee2f8d322074cded3867cca814651cf9a9347f9a6b3c47289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:33 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 21:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:51:34 0e54da0bb450: Preparing 21:51:34 02f86d192fcc: Preparing 21:51:34 f751227ca58e: Preparing 21:51:34 f5a654bad18c: Preparing 21:51:34 f70ee36035b9: Preparing 21:51:34 f5a654bad18c: Layer already exists 21:51:34 f70ee36035b9: Layer already exists 21:51:34 f751227ca58e: Layer already exists 21:51:34 0e54da0bb450: Layer already exists 21:51:34 02f86d192fcc: Layer already exists 21:51:34 3.0.0-dev.79: digest: sha256:02e37f678b3786aee2f8d322074cded3867cca814651cf9a9347f9a6b3c47289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:34 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:51:34 0e54da0bb450: Preparing 21:51:34 02f86d192fcc: Preparing 21:51:34 f751227ca58e: Preparing 21:51:34 f5a654bad18c: Preparing 21:51:34 f70ee36035b9: Preparing 21:51:34 02f86d192fcc: Layer already exists 21:51:34 0e54da0bb450: Layer already exists 21:51:34 f5a654bad18c: Layer already exists 21:51:34 f751227ca58e: Layer already exists 21:51:34 f70ee36035b9: Layer already exists 21:51:34 3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79: digest: sha256:02e37f678b3786aee2f8d322074cded3867cca814651cf9a9347f9a6b3c47289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 21:51:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:51:35 0e54da0bb450: Preparing 21:51:35 02f86d192fcc: Preparing 21:51:35 f751227ca58e: Preparing 21:51:35 f5a654bad18c: Preparing 21:51:35 f70ee36035b9: Preparing 21:51:35 02f86d192fcc: Layer already exists 21:51:35 f751227ca58e: Layer already exists 21:51:35 f5a654bad18c: Layer already exists 21:51:35 f70ee36035b9: Layer already exists 21:51:35 0e54da0bb450: Layer already exists 21:51:35 main: digest: sha256:02e37f678b3786aee2f8d322074cded3867cca814651cf9a9347f9a6b3c47289 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:51:35 ===================================================== [Pipeline] echo 21:51:35 taggedImages: 21:51:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c 21:51:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:51:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 21:51:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ead8ec53459b72f62f51c7b78b8446db778950c-3.0.0-dev.79 21:51:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:51:36 21:51:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:51:36 arm64: Pulling from edgex-lftools-log-publisher 21:51:36 8998bd30e6a1: Pulling fs layer 21:51:36 04944245beec: Pulling fs layer 21:51:36 699f458cf7ca: Pulling fs layer 21:51:36 765212b225bb: Pulling fs layer 21:51:36 f23df028b6ca: Pulling fs layer 21:51:36 d65c8cfc05b1: Pulling fs layer 21:51:36 2437ff75d9bd: Pulling fs layer 21:51:36 f23df028b6ca: Waiting 21:51:36 d65c8cfc05b1: Waiting 21:51:36 2437ff75d9bd: Waiting 21:51:36 04944245beec: Verifying Checksum 21:51:36 04944245beec: Download complete 21:51:36 765212b225bb: Verifying Checksum 21:51:36 765212b225bb: Download complete 21:51:36 f23df028b6ca: Verifying Checksum 21:51:36 f23df028b6ca: Download complete 21:51:36 d65c8cfc05b1: Verifying Checksum 21:51:36 d65c8cfc05b1: Download complete 21:51:36 699f458cf7ca: Verifying Checksum 21:51:36 699f458cf7ca: Download complete 21:51:37 8998bd30e6a1: Verifying Checksum 21:51:37 8998bd30e6a1: Download complete 21:51:39 2437ff75d9bd: Download complete 21:51:41 8998bd30e6a1: Pull complete 21:51:41 04944245beec: Pull complete 21:51:43 699f458cf7ca: Pull complete 21:51:43 765212b225bb: Pull complete 21:51:43 f23df028b6ca: Pull complete 21:51:44 d65c8cfc05b1: Pull complete 21:51:59 2437ff75d9bd: Pull complete 21:51:59 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:51:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:51:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:51:59 prd-ubuntu20.04-docker-arm64-4c-16g-8648 does not seem to be running inside a container 21:51:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:52:03 $ docker top fa5aa6b7b848439e8dd2498fbad439804887b57c72ea1e702a75e644fa61773d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:04 ---> job-cost.sh 21:52:04 lf-activate-venv: SKIPPING 21:52:04 INFO: No Stack... 21:52:04 INFO: Retrieving Pricing Info for: v3-standard-4 21:52:05 INFO: Archiving Costs [Pipeline] sh 21:52:05 + cat /w/workspace/edgex-go/441/archives/cost.csv 21:52:05 + cut -d, -f6 [Pipeline] lock 21:52:05 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-441-stack-cost] 21:52:05 Resource [jenkins-edgexfoundry-edgex-go-main-441-stack-cost] did not exist. Created. 21:52:05 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-441-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:52:06 + echo total: 0.10999999940395355 [Pipeline] stash 21:52:06 Stashed 1 file(s) [Pipeline] } 21:52:06 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-441-stack-cost] [Pipeline] // lock [Pipeline] } 21:52:06 $ docker stop --time=1 fa5aa6b7b848439e8dd2498fbad439804887b57c72ea1e702a75e644fa61773d 21:52:08 $ docker rm -f --volumes fa5aa6b7b848439e8dd2498fbad439804887b57c72ea1e702a75e644fa61773d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 21:52:08 provisioning config files... 21:52:08 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/441@tmp/config14087555670346263801tmp [Pipeline] { [Pipeline] sh 21:52:08 + set +x 21:52:08 + curl -s https://codecov.io/bash 21:52:08 + bash -s -- 21:52:08 21:52:08 _____ _ 21:52:08 / ____| | | 21:52:08 | | ___ __| | ___ ___ _____ __ 21:52:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:52:08 | |___| (_) | (_| | __/ (_| (_) \ V / 21:52:08 \_____\___/ \__,_|\___|\___\___/ \_/ 21:52:08 Bash-1.0.6 21:52:08 21:52:08 21:52:08 ==> git version 2.25.1 found 21:52:08 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 21:52:08 Release-Date: 2020-01-08 21:52:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:52:08 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:52:08 ==> Jenkins CI detected. 21:52:08 current dir:  /w/workspace/edgex-go/441 21:52:08 project root: . 21:52:08 --> token set from env 21:52:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:52:08 ==> Running gcov in . (disable via -X gcov) 21:52:08 ==> Python coveragepy not found 21:52:08 ==> Searching for coverage reports in: 21:52:08 + . 21:52:09 -> Found 1 reports 21:52:09 ==> Detecting git/mercurial file structure 21:52:09 ==> Reading reports 21:52:09 + ./coverage.out bytes=446903 21:52:09 ==> Appending adjustments 21:52:09 https://docs.codecov.io/docs/fixing-reports 21:52:10 + Found adjustments 21:52:10 ==> Gzipping contents 21:52:10 60K /tmp/codecov.VJO0R0.gz 21:52:10 ==> Uploading reports 21:52:10 url: https://codecov.io 21:52:10 query: branch=main&commit=3ead8ec53459b72f62f51c7b78b8446db778950c&build=441&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F441%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:52:10 -> Pinging Codecov 21:52:10 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=3ead8ec53459b72f62f51c7b78b8446db778950c&build=441&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F441%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:52:10 -> Uploading to 21:52:10 https://storage.googleapis.com/codecov/v4/raw/2023-03-07/00271124DB129430A58F1EEE437C3FCB/3ead8ec53459b72f62f51c7b78b8446db778950c/1bbf7c92-a153-4b6b-8175-dc535f32d54d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230307%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230307T215210Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8356148e9c1b936bc8306343d39dee16ded9d2f9032fb69b3fad97f5589d938a 21:52:10 % Total % Received % Xferd Average Speed Time Time Time Current 21:52:10 Dload Upload Total Spent Left Speed 21:52:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58216 0 0 100 58216 0 174k --:--:-- --:--:-- --:--:-- 174k 21:52:10 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3ead8ec53459b72f62f51c7b78b8446db778950c [Pipeline] } 21:52:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:52:10 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:52:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:52:11 21:52:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:52:11 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:52:11 df9b9388f04a: Pulling fs layer 21:52:11 52dc419b0ee2: Pulling fs layer 21:52:11 25bc292e5bac: Pulling fs layer 21:52:11 114826534d7a: Pulling fs layer 21:52:11 4657fd5d0bcf: Pulling fs layer 21:52:11 6ad1cebc031e: Pulling fs layer 21:52:11 8a3aa393b2d8: Pulling fs layer 21:52:11 6ad1cebc031e: Waiting 21:52:11 114826534d7a: Waiting 21:52:11 8a3aa393b2d8: Waiting 21:52:11 4657fd5d0bcf: Waiting 21:52:11 25bc292e5bac: Verifying Checksum 21:52:11 25bc292e5bac: Download complete 21:52:11 52dc419b0ee2: Verifying Checksum 21:52:11 52dc419b0ee2: Download complete 21:52:11 4657fd5d0bcf: Download complete 21:52:11 df9b9388f04a: Download complete 21:52:11 6ad1cebc031e: Verifying Checksum 21:52:11 6ad1cebc031e: Download complete 21:52:11 df9b9388f04a: Pull complete 21:52:11 52dc419b0ee2: Pull complete 21:52:11 25bc292e5bac: Pull complete 21:52:12 114826534d7a: Verifying Checksum 21:52:12 114826534d7a: Download complete 21:52:12 8a3aa393b2d8: Verifying Checksum 21:52:12 8a3aa393b2d8: Download complete 21:52:16 114826534d7a: Pull complete 21:52:16 4657fd5d0bcf: Pull complete 21:52:16 6ad1cebc031e: Pull complete 21:52:19 8a3aa393b2d8: Pull complete 21:52:19 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:52:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:52:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:52:19 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:52:19 $ 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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:52:24 $ docker top 7bda5b10b1b715b461bd9c0429e8cf0000854fbab042d3d53ade3650fbe0e834 -eo pid,comm [Pipeline] { [Pipeline] echo 21:52:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 21:52:24 + set -o pipefail 21:52:24 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 21:52:31 21:52:31 Monitoring /w/workspace/edgex-go/441 (github.com/edgexfoundry/edgex-go)... 21:52:31 21:52:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/ae7f412c-451d-41a9-8137-8d0f32794853 21:52:31 21:52:31 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 21:52:31 21:52:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:52:31 21:52:31 21:52:31 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:52:31 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:52:31 More details here: https://snyk.co/ue1NS [Pipeline] } 21:52:31 $ docker stop --time=1 7bda5b10b1b715b461bd9c0429e8cf0000854fbab042d3d53ade3650fbe0e834 21:52:34 $ docker rm -f --volumes 7bda5b10b1b715b461bd9c0429e8cf0000854fbab042d3d53ade3650fbe0e834 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:52:34 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:52:34 provisioning config files... 21:52:34 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/441@tmp/config6312558307210694425tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:34 --> edgex-publish-swagger.sh 21:52:34 === Publish openapi/v3 API === 21:52:34 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 21:52:34 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/441/openapi/v3/core-command.yaml] 21:52:34 % Total % Received % Xferd Average Speed Time Time Time Current 21:52:34 Dload Upload Total Spent Left Speed 21:52:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 64511 --:--:-- --:--:-- --:--:-- 64368 100 29030 0 0 100 29030 0 64511 --:--:-- --:--:-- --:--:-- 64368 21:52:35 21:52:35 21:52:35 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/441/openapi/v3/core-data.yaml] 21:52:35 % Total % Received % Xferd Average Speed Time Time Time Current 21:52:35 Dload Upload Total Spent Left Speed 21:52:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 136k --:--:-- --:--:-- --:--:-- 136k 21:52:35 21:52:35 21:52:35 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/441/openapi/v3/core-metadata.yaml] 21:52:35 % Total % Received % Xferd Average Speed Time Time Time Current 21:52:35 Dload Upload Total Spent Left Speed 21:52:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 273k --:--:-- --:--:-- --:--:-- 272k 100 140k 0 0 100 140k 0 273k --:--:-- --:--:-- --:--:-- 272k 21:52:36 21:52:36 21:52:36 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/441/openapi/v3/support-notifications.yaml] 21:52:36 % Total % Received % Xferd Average Speed Time Time Time Current 21:52:36 Dload Upload Total Spent Left Speed 21:52:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 156k --:--:-- --:--:-- --:--:-- 156k 21:52:36 21:52:36 21:52:36 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/441/openapi/v3/support-scheduler.yaml] 21:52:36 % Total % Received % Xferd Average Speed Time Time Time Current 21:52:36 Dload Upload Total Spent Left Speed 21:52:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 79814 --:--:-- --:--:-- --:--:-- 79814 100 34001 0 0 100 34001 0 79814 --:--:-- --:--:-- --:--:-- 79627 21:52:37 21:52:37 [Pipeline] } 21:52:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 21:52:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:52:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:52:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:52:38 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:52:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:52:38 $ docker top 5fe0d457dca02362db3e6b25e0ba8af14a609fdd3a0cff7243ca9688d11dc14f -eo pid,comm 21:52:38 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:52:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:52:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:52:38 [ssh-agent] Looking for ssh-agent implementation... 21:52:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:38 $ docker exec 5fe0d457dca02362db3e6b25e0ba8af14a609fdd3a0cff7243ca9688d11dc14f ssh-agent 21:52:38 SSH_AUTH_SOCK=/tmp/ssh-S2joME5hyRD5/agent.32 21:52:38 SSH_AGENT_PID=38 21:52:38 Running ssh-add (command line suppressed) 21:52:38 Identity added: /w/workspace/edgex-go/441@tmp/private_key_6550616721616786295.key (/w/workspace/edgex-go/441@tmp/private_key_6550616721616786295.key) 21:52:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:39 + git semver tag 21:52:39 2023-03-07 21:52:39,449 [run_tag] DEBUG tag force:False 21:52:39 2023-03-07 21:52:39,449 [check_head_tag] DEBUG check head tag 21:52:39 2023-03-07 21:52:39,454 [execute] INFO git cat-file --batch-check 21:52:39 2023-03-07 21:52:39,454 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/441, universal_newlines=False, shell=None, istream=) 21:52:39 2023-03-07 21:52:39,458 [execute] INFO git cat-file --batch 21:52:39 2023-03-07 21:52:39,458 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/441, universal_newlines=False, shell=None, istream=) 21:52:39 2023-03-07 21:52:39,519 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main 21:52:39 2023-03-07 21:52:39,519 [execute] INFO git tag -a v3.0.0-dev.79 -m v3.0.0-dev.79 21:52:39 2023-03-07 21:52:39,519 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.79', '-m', 'v3.0.0-dev.79'], cwd=/w/workspace/edgex-go/441, universal_newlines=False, shell=None, istream=None) 21:52:39 2023-03-07 21:52:39,525 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main 21:52:39 3.0.0-dev.79 [Pipeline] } 21:52:39 $ docker exec --env ******** --env ******** 5fe0d457dca02362db3e6b25e0ba8af14a609fdd3a0cff7243ca9688d11dc14f ssh-agent -k 21:52:39 unset SSH_AUTH_SOCK; 21:52:39 unset SSH_AGENT_PID; 21:52:39 echo Agent pid 38 killed; 21:52:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:52:40 + git semver [Pipeline] } 21:52:40 $ docker stop --time=1 5fe0d457dca02362db3e6b25e0ba8af14a609fdd3a0cff7243ca9688d11dc14f 21:52:41 $ docker rm -f --volumes 5fe0d457dca02362db3e6b25e0ba8af14a609fdd3a0cff7243ca9688d11dc14f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:52:42 21:52:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:52:42 0.23.1-centos7: Pulling from edgex-lftools 21:52:42 ab5ef0e58194: Pulling fs layer 21:52:42 9712f1f96733: Pulling fs layer 21:52:42 63f879dbbcfc: Pulling fs layer 21:52:42 0d9ebad4ef96: Pulling fs layer 21:52:42 e9a5061849ea: Pulling fs layer 21:52:42 d747dcd14b5f: Pulling fs layer 21:52:42 2de7ff778b66: Pulling fs layer 21:52:42 e9a5061849ea: Waiting 21:52:42 0d9ebad4ef96: Waiting 21:52:42 d747dcd14b5f: Waiting 21:52:42 2de7ff778b66: Waiting 21:52:42 9712f1f96733: Verifying Checksum 21:52:42 9712f1f96733: Download complete 21:52:43 63f879dbbcfc: Verifying Checksum 21:52:43 63f879dbbcfc: Download complete 21:52:43 e9a5061849ea: Verifying Checksum 21:52:43 e9a5061849ea: Download complete 21:52:43 d747dcd14b5f: Verifying Checksum 21:52:43 d747dcd14b5f: Download complete 21:52:43 0d9ebad4ef96: Verifying Checksum 21:52:43 0d9ebad4ef96: Download complete 21:52:43 ab5ef0e58194: Verifying Checksum 21:52:43 ab5ef0e58194: Download complete 21:52:43 2de7ff778b66: Verifying Checksum 21:52:43 2de7ff778b66: Download complete 21:52:46 ab5ef0e58194: Pull complete 21:52:46 9712f1f96733: Pull complete 21:52:46 63f879dbbcfc: Pull complete 21:52:51 0d9ebad4ef96: Pull complete 21:52:51 e9a5061849ea: Pull complete 21:52:51 d747dcd14b5f: Pull complete 21:52:51 2de7ff778b66: Pull complete 21:52:51 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:52:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:52:51 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:52:52 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:52:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:52:58 $ docker top 58ae5aa707d225790d7a8c4455731e10266574bfba19f113106c66b15f9b1016 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:52:58 provisioning config files... 21:52:58 copy managed file [sigul-config] to file:/w/workspace/edgex-go/441@tmp/config5894952478086114205tmp 21:52:58 copy managed file [sigul-password] to file:/w/workspace/edgex-go/441@tmp/config1826892580517157693tmp 21:52:58 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/441@tmp/config13494169899633321061tmp [Pipeline] { [Pipeline] echo 21:52:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:52:58 ---> sigul-configuration.sh 21:52:58 gpg: directory `/root/.gnupg' created 21:52:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:52:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:52:58 gpg: keyring `/root/.gnupg/secring.gpg' created 21:52:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:52:58 gpg: CAST5 encrypted data 21:52:58 gpg: encrypted with 1 passphrase 21:52:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:52:58 + mkdir /home/jenkins 21:52:58 + mkdir /home/jenkins/sigul [Pipeline] sh 21:52:59 + 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 21:52:59 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:52:59 ---> sigul-install.sh 21:52:59 Sigul already installed; skipping installation. [Pipeline] sh 21:52:59 + git tag --list 21:52:59 0.6.0 21:52:59 0.6.1 21:52:59 0.7.0 21:52:59 0.7.1 21:52:59 v1.0.0 21:52:59 v1.0.1 21:52:59 v1.1.0 21:52:59 v1.2.0 21:52:59 v1.2.1 21:52:59 v1.3.0 21:52:59 v1.3.1 21:52:59 v2.0.0 21:52:59 v2.1.0 21:52:59 v2.1.1 21:52:59 v2.1.1-dev.1 21:52:59 v2.1.1-dev.2 21:52:59 v2.1.1-dev.3 21:52:59 v2.1.1-dev.4 21:52:59 v2.1.1-dev.5 21:52:59 v2.1.1-dev.6 21:52:59 v2.1.1-dev.7 21:52:59 v2.1.1-dev.8 21:52:59 v2.1.2-dev.1 21:52:59 v2.2.0 21:52:59 v2.2.1-dev.1 21:52:59 v2.2.1-dev.10 21:52:59 v2.2.1-dev.11 21:52:59 v2.2.1-dev.12 21:52:59 v2.2.1-dev.13 21:52:59 v2.2.1-dev.14 21:52:59 v2.2.1-dev.15 21:52:59 v2.2.1-dev.16 21:52:59 v2.2.1-dev.17 21:52:59 v2.2.1-dev.18 21:52:59 v2.2.1-dev.19 21:52:59 v2.2.1-dev.2 21:52:59 v2.2.1-dev.20 21:52:59 v2.2.1-dev.21 21:52:59 v2.2.1-dev.22 21:52:59 v2.2.1-dev.23 21:52:59 v2.2.1-dev.24 21:52:59 v2.2.1-dev.25 21:52:59 v2.2.1-dev.26 21:52:59 v2.2.1-dev.27 21:52:59 v2.2.1-dev.28 21:52:59 v2.2.1-dev.29 21:52:59 v2.2.1-dev.3 21:52:59 v2.2.1-dev.4 21:52:59 v2.2.1-dev.5 21:52:59 v2.2.1-dev.6 21:52:59 v2.2.1-dev.7 21:52:59 v2.2.1-dev.8 21:52:59 v2.2.1-dev.9 21:52:59 v2.3.0 21:52:59 v2.3.0-dev.100 21:52:59 v2.3.0-dev.101 21:52:59 v2.3.0-dev.102 21:52:59 v2.3.0-dev.103 21:52:59 v2.3.0-dev.104 21:52:59 v2.3.0-dev.105 21:52:59 v2.3.0-dev.106 21:52:59 v2.3.0-dev.29 21:52:59 v2.3.0-dev.30 21:52:59 v2.3.0-dev.31 21:52:59 v2.3.0-dev.32 21:52:59 v2.3.0-dev.33 21:52:59 v2.3.0-dev.34 21:52:59 v2.3.0-dev.35 21:52:59 v2.3.0-dev.36 21:52:59 v2.3.0-dev.37 21:52:59 v2.3.0-dev.38 21:52:59 v2.3.0-dev.39 21:52:59 v2.3.0-dev.40 21:52:59 v2.3.0-dev.41 21:52:59 v2.3.0-dev.42 21:52:59 v2.3.0-dev.43 21:52:59 v2.3.0-dev.44 21:52:59 v2.3.0-dev.45 21:52:59 v2.3.0-dev.46 21:52:59 v2.3.0-dev.47 21:52:59 v2.3.0-dev.48 21:52:59 v2.3.0-dev.49 21:52:59 v2.3.0-dev.50 21:52:59 v2.3.0-dev.51 21:52:59 v2.3.0-dev.52 21:52:59 v2.3.0-dev.53 21:52:59 v2.3.0-dev.54 21:52:59 v2.3.0-dev.55 21:52:59 v2.3.0-dev.56 21:52:59 v2.3.0-dev.57 21:52:59 v2.3.0-dev.58 21:52:59 v2.3.0-dev.59 21:52:59 v2.3.0-dev.60 21:52:59 v2.3.0-dev.61 21:52:59 v2.3.0-dev.62 21:52:59 v2.3.0-dev.63 21:52:59 v2.3.0-dev.64 21:52:59 v2.3.0-dev.65 21:52:59 v2.3.0-dev.66 21:52:59 v2.3.0-dev.67 21:52:59 v2.3.0-dev.68 21:52:59 v2.3.0-dev.69 21:52:59 v2.3.0-dev.70 21:52:59 v2.3.0-dev.71 21:52:59 v2.3.0-dev.72 21:52:59 v2.3.0-dev.73 21:52:59 v2.3.0-dev.74 21:52:59 v2.3.0-dev.75 21:52:59 v2.3.0-dev.76 21:52:59 v2.3.0-dev.77 21:52:59 v2.3.0-dev.78 21:52:59 v2.3.0-dev.79 21:52:59 v2.3.0-dev.80 21:52:59 v2.3.0-dev.81 21:52:59 v2.3.0-dev.82 21:52:59 v2.3.0-dev.83 21:52:59 v2.3.0-dev.84 21:52:59 v2.3.0-dev.85 21:52:59 v2.3.0-dev.86 21:52:59 v2.3.0-dev.87 21:52:59 v2.3.0-dev.88 21:52:59 v2.3.0-dev.89 21:52:59 v2.3.0-dev.90 21:52:59 v2.3.0-dev.91 21:52:59 v2.3.0-dev.92 21:52:59 v2.3.0-dev.93 21:52:59 v2.3.0-dev.94 21:52:59 v2.3.0-dev.95 21:52:59 v2.3.0-dev.96 21:52:59 v2.3.0-dev.97 21:52:59 v2.3.0-dev.98 21:52:59 v2.3.0-dev.99 21:52:59 v2.3.1-dev.1 21:52:59 v2.3.1-dev.2 21:52:59 v2.3.1-dev.3 21:52:59 v2.3.1-dev.4 21:52:59 v2.3.1-dev.5 21:52:59 v3.0.0-dev.1 21:52:59 v3.0.0-dev.10 21:52:59 v3.0.0-dev.11 21:52:59 v3.0.0-dev.12 21:52:59 v3.0.0-dev.13 21:52:59 v3.0.0-dev.14 21:52:59 v3.0.0-dev.15 21:52:59 v3.0.0-dev.16 21:52:59 v3.0.0-dev.17 21:52:59 v3.0.0-dev.18 21:52:59 v3.0.0-dev.19 21:52:59 v3.0.0-dev.2 21:52:59 v3.0.0-dev.20 21:52:59 v3.0.0-dev.21 21:52:59 v3.0.0-dev.22 21:52:59 v3.0.0-dev.23 21:52:59 v3.0.0-dev.24 21:52:59 v3.0.0-dev.25 21:52:59 v3.0.0-dev.26 21:52:59 v3.0.0-dev.27 21:52:59 v3.0.0-dev.28 21:52:59 v3.0.0-dev.29 21:52:59 v3.0.0-dev.3 21:52:59 v3.0.0-dev.30 21:52:59 v3.0.0-dev.31 21:52:59 v3.0.0-dev.32 21:52:59 v3.0.0-dev.33 21:52:59 v3.0.0-dev.34 21:52:59 v3.0.0-dev.35 21:52:59 v3.0.0-dev.36 21:52:59 v3.0.0-dev.37 21:52:59 v3.0.0-dev.38 21:52:59 v3.0.0-dev.39 21:52:59 v3.0.0-dev.4 21:52:59 v3.0.0-dev.40 21:52:59 v3.0.0-dev.41 21:52:59 v3.0.0-dev.42 21:52:59 v3.0.0-dev.43 21:52:59 v3.0.0-dev.44 21:52:59 v3.0.0-dev.45 21:52:59 v3.0.0-dev.46 21:52:59 v3.0.0-dev.47 21:52:59 v3.0.0-dev.48 21:52:59 v3.0.0-dev.49 21:52:59 v3.0.0-dev.5 21:52:59 v3.0.0-dev.50 21:52:59 v3.0.0-dev.51 21:52:59 v3.0.0-dev.52 21:52:59 v3.0.0-dev.53 21:52:59 v3.0.0-dev.54 21:52:59 v3.0.0-dev.55 21:52:59 v3.0.0-dev.56 21:52:59 v3.0.0-dev.57 21:52:59 v3.0.0-dev.58 21:52:59 v3.0.0-dev.59 21:52:59 v3.0.0-dev.6 21:52:59 v3.0.0-dev.60 21:52:59 v3.0.0-dev.61 21:52:59 v3.0.0-dev.62 21:52:59 v3.0.0-dev.63 21:52:59 v3.0.0-dev.64 21:52:59 v3.0.0-dev.65 21:52:59 v3.0.0-dev.66 21:52:59 v3.0.0-dev.67 21:52:59 v3.0.0-dev.68 21:52:59 v3.0.0-dev.69 21:52:59 v3.0.0-dev.7 21:52:59 v3.0.0-dev.70 21:52:59 v3.0.0-dev.71 21:52:59 v3.0.0-dev.72 21:52:59 v3.0.0-dev.73 21:52:59 v3.0.0-dev.74 21:52:59 v3.0.0-dev.75 21:52:59 v3.0.0-dev.76 21:52:59 v3.0.0-dev.77 21:52:59 v3.0.0-dev.78 21:52:59 v3.0.0-dev.79 21:52:59 v3.0.0-dev.8 21:52:59 v3.0.0-dev.9 [Pipeline] sh 21:53:00 + lftools sign git-tag v3.0.0-dev.79 21:53:00 Signing Git tag with Sigul... 21:53:00 Signing v3.0.0-dev.79 [Pipeline] echo 21:53:01 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:53:01 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:53:01 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:53:01 $ docker stop --time=1 58ae5aa707d225790d7a8c4455731e10266574bfba19f113106c66b15f9b1016 21:53:02 $ docker rm -f --volumes 58ae5aa707d225790d7a8c4455731e10266574bfba19f113106c66b15f9b1016 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:53:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:53:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:53:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:53:03 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:53:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:53:03 $ docker top 1c77608abc9ffa2a7ab5e58ab38d3f0ffd1955f4a23d6542c4a1070607f3de71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:53:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:53:03 [ssh-agent] Looking for ssh-agent implementation... 21:53:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:53:04 $ docker exec 1c77608abc9ffa2a7ab5e58ab38d3f0ffd1955f4a23d6542c4a1070607f3de71 ssh-agent 21:53:04 SSH_AUTH_SOCK=/tmp/ssh-6NOWIMEtpwL3/agent.31 21:53:04 SSH_AGENT_PID=37 21:53:04 Running ssh-add (command line suppressed) 21:53:04 Identity added: /w/workspace/edgex-go/441@tmp/private_key_10228263973372499612.key (/w/workspace/edgex-go/441@tmp/private_key_10228263973372499612.key) 21:53:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:53:04 + git semver bump pre 21:53:04 2023-03-07 21:53:04,755 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main 21:53:04 2023-03-07 21:53:04,755 [bump_version] DEBUG bumping version:3.0.0-dev.79 on axis:pre with prefix:dev 21:53:04 2023-03-07 21:53:04,756 [bump_version] DEBUG bumped version:3.0.0-dev.80 21:53:04 2023-03-07 21:53:04,756 [write_version] DEBUG write version:3.0.0-dev.80 to path:/w/workspace/edgex-go/441/.semver/main with force:True 21:53:04 2023-03-07 21:53:04,756 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main 21:53:04 2023-03-07 21:53:04,756 [write_file] DEBUG write to file:/w/workspace/edgex-go/441/.semver/main 21:53:04 2023-03-07 21:53:04,757 [execute] INFO git cat-file --batch-check 21:53:04 2023-03-07 21:53:04,758 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=False, shell=None, istream=) 21:53:04 2023-03-07 21:53:04,762 [execute] INFO git cat-file --batch 21:53:04 2023-03-07 21:53:04,763 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=False, shell=None, istream=) 21:53:04 2023-03-07 21:53:04,767 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main 21:53:04 3.0.0-dev.80 [Pipeline] } 21:53:04 $ docker exec --env ******** --env ******** 1c77608abc9ffa2a7ab5e58ab38d3f0ffd1955f4a23d6542c4a1070607f3de71 ssh-agent -k 21:53:04 unset SSH_AUTH_SOCK; 21:53:04 unset SSH_AGENT_PID; 21:53:04 echo Agent pid 37 killed; 21:53:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:53:05 + git semver [Pipeline] } 21:53:05 $ docker stop --time=1 1c77608abc9ffa2a7ab5e58ab38d3f0ffd1955f4a23d6542c4a1070607f3de71 21:53:07 $ docker rm -f --volumes 1c77608abc9ffa2a7ab5e58ab38d3f0ffd1955f4a23d6542c4a1070607f3de71 [Pipeline] // withDockerContainer [Pipeline] sh 21:53:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:53:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:53:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:53:07 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:53:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:53:08 $ docker top 560ee9054e7cfea331f84ca88e058138a3cee9690b909576dee2edb8ac34ac8e -eo pid,comm 21:53:08 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:53:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:53:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:53:08 [ssh-agent] Looking for ssh-agent implementation... 21:53:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:53:08 $ docker exec 560ee9054e7cfea331f84ca88e058138a3cee9690b909576dee2edb8ac34ac8e ssh-agent 21:53:08 SSH_AUTH_SOCK=/tmp/ssh-t7xBUd32TkAJ/agent.33 21:53:08 SSH_AGENT_PID=39 21:53:08 Running ssh-add (command line suppressed) 21:53:08 Identity added: /w/workspace/edgex-go/441@tmp/private_key_17003395962651812069.key (/w/workspace/edgex-go/441@tmp/private_key_17003395962651812069.key) 21:53:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:53:09 + git semver push 21:53:09 2023-03-07 21:53:09,208 [run_push] DEBUG push 21:53:09 2023-03-07 21:53:09,209 [execute] INFO git cat-file --batch-check 21:53:09 2023-03-07 21:53:09,209 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=False, shell=None, istream=) 21:53:09 2023-03-07 21:53:09,212 [execute] INFO git rev-list 363f47d9573dd39d6fda515a2a77ed9d5718d8c6 -- 21:53:09 2023-03-07 21:53:09,212 [execute] DEBUG Popen(['git', 'rev-list', '363f47d9573dd39d6fda515a2a77ed9d5718d8c6', '--'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=False, shell=None, istream=None) 21:53:09 2023-03-07 21:53:09,230 [execute] INFO git fetch -v origin 21:53:09 2023-03-07 21:53:09,231 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=True, shell=None, istream=None) 21:53:09 2023-03-07 21:53:09,699 [run_push] DEBUG no remote changes detected 21:53:09 2023-03-07 21:53:09,699 [execute] INFO git push origin semver 21:53:09 2023-03-07 21:53:09,700 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/441/.semver, universal_newlines=False, shell=None, istream=None) 21:53:10 2023-03-07 21:53:10,627 [run_push] DEBUG push all version tags 21:53:10 2023-03-07 21:53:10,627 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:53:10 2023-03-07 21:53:10,628 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/441, universal_newlines=False, shell=None, istream=None) 21:53:11 2023-03-07 21:53:11,603 [read_version] DEBUG read version from /w/workspace/edgex-go/441/.semver/main 21:53:11 3.0.0-dev.80 [Pipeline] } 21:53:11 $ docker exec --env ******** --env ******** 560ee9054e7cfea331f84ca88e058138a3cee9690b909576dee2edb8ac34ac8e ssh-agent -k 21:53:11 unset SSH_AUTH_SOCK; 21:53:11 unset SSH_AGENT_PID; 21:53:11 echo Agent pid 39 killed; 21:53:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:53:12 + git semver [Pipeline] } 21:53:12 $ docker stop --time=1 560ee9054e7cfea331f84ca88e058138a3cee9690b909576dee2edb8ac34ac8e 21:53:13 $ docker rm -f --volumes 560ee9054e7cfea331f84ca88e058138a3cee9690b909576dee2edb8ac34ac8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 21:53:14 + [ -d /w/workspace/edgex-go/441/archives ] [Pipeline] libraryResource [Pipeline] sh 21:53:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:53:15 ---> package-listing.sh 21:53:15 ++ facter osfamily 21:53:15 ++ tr '[:upper:]' '[:lower:]' 21:53:15 + OS_FAMILY=debian 21:53:15 + workspace=/w/workspace/edgex-go/441 21:53:15 + START_PACKAGES=/tmp/packages_start.txt 21:53:15 + END_PACKAGES=/tmp/packages_end.txt 21:53:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:53:15 + PACKAGES=/tmp/packages_start.txt 21:53:15 + '[' /w/workspace/edgex-go/441 ']' 21:53:15 + PACKAGES=/tmp/packages_end.txt 21:53:15 + case "${OS_FAMILY}" in 21:53:15 + dpkg -l 21:53:15 + grep '^ii' 21:53:15 + '[' -f /tmp/packages_start.txt ']' 21:53:15 + '[' -f /tmp/packages_end.txt ']' 21:53:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:53:15 + '[' /w/workspace/edgex-go/441 ']' 21:53:15 + mkdir -p /w/workspace/edgex-go/441/archives/ 21:53:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/441/archives/ [Pipeline] echo 21:53:15 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/441/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:53:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:53:16 21:53:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:53:16 latest: Pulling from edgex-lftools-log-publisher 21:53:16 5eb5b503b376: Pulling fs layer 21:53:16 5c69ac0246d0: Pulling fs layer 21:53:16 ec43610c2a17: Pulling fs layer 21:53:16 3a2ae6a8a46f: Pulling fs layer 21:53:16 33b1e0a273af: Pulling fs layer 21:53:16 5d3b04190fa2: Pulling fs layer 21:53:16 2f39f015ded8: Pulling fs layer 21:53:16 3a2ae6a8a46f: Waiting 21:53:16 33b1e0a273af: Waiting 21:53:16 2f39f015ded8: Waiting 21:53:16 5d3b04190fa2: Waiting 21:53:16 5c69ac0246d0: Download complete 21:53:16 3a2ae6a8a46f: Download complete 21:53:17 33b1e0a273af: Verifying Checksum 21:53:17 33b1e0a273af: Download complete 21:53:17 ec43610c2a17: Verifying Checksum 21:53:17 ec43610c2a17: Download complete 21:53:17 5d3b04190fa2: Download complete 21:53:17 5eb5b503b376: Verifying Checksum 21:53:17 5eb5b503b376: Download complete 21:53:17 2f39f015ded8: Download complete 21:53:18 5eb5b503b376: Pull complete 21:53:18 5c69ac0246d0: Pull complete 21:53:19 ec43610c2a17: Pull complete 21:53:19 3a2ae6a8a46f: Pull complete 21:53:19 33b1e0a273af: Pull complete 21:53:19 5d3b04190fa2: Pull complete 21:53:23 2f39f015ded8: Pull complete 21:53:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:53:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:53:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:53:23 prd-ubuntu20.04-docker-8c-8g-8644 does not seem to be running inside a container 21:53:23 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/441/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/441 -v /w/workspace/edgex-go/441:/w/workspace/edgex-go/441:rw,z -v /w/workspace/edgex-go/441@tmp:/w/workspace/edgex-go/441@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:53:26 $ docker top fab4072006fc8c185762cdefb15aeb19346bb149b6357d3cdde651896db40e51 -eo pid,comm [Pipeline] { [Pipeline] sh 21:53:26 + touch /tmp/pre-build-complete [Pipeline] sh 21:53:26 + mkdir -p /var/log/sysstat [Pipeline] sh 21:53:27 + ls /var/log/sa-host 21:53:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:53:27 provisioning config files... 21:53:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/441@tmp/config16024234657100722926tmp [Pipeline] { [Pipeline] echo 21:53:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:53:27 ---> create-netrc.sh [Pipeline] } 21:53:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:53:27 ---> python-tools-install.sh [Pipeline] echo 21:53:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:53:28 ---> sudo-logs.sh 21:53:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:53:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:53:28 ---> job-cost.sh 21:53:28 lf-activate-venv: SKIPPING 21:53:28 DEBUG: total: 0.10999999940395355 21:53:28 INFO: Retrieving Stack Cost... 21:53:29 INFO: Retrieving Pricing Info for: v3-standard-8 21:53:29 INFO: Archiving Costs [Pipeline] echo 21:53:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:53:29 ---> logs-deploy.sh 21:53:29 lf-activate-venv: SKIPPING 21:53:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/441 21:53:29 INFO: archiving workspace using pattern(s): 21:53:30 Archives upload complete. 21:53:30 INFO: archiving logs to Nexus 21:53:31 ---> uname -a: 21:53:31 Linux prd-ubuntu20-04-docker-8c-8g-8644 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 21:53:31 21:53:31 21:53:31 ---> lscpu: 21:53:31 Architecture: x86_64 21:53:31 CPU op-mode(s): 32-bit, 64-bit 21:53:31 Byte Order: Little Endian 21:53:31 Address sizes: 40 bits physical, 48 bits virtual 21:53:31 CPU(s): 8 21:53:31 On-line CPU(s) list: 0-7 21:53:31 Thread(s) per core: 1 21:53:31 Core(s) per socket: 1 21:53:31 Socket(s): 8 21:53:31 NUMA node(s): 1 21:53:31 Vendor ID: AuthenticAMD 21:53:31 CPU family: 23 21:53:31 Model: 49 21:53:31 Model name: AMD EPYC-Rome Processor 21:53:31 Stepping: 0 21:53:31 CPU MHz: 2799.998 21:53:31 BogoMIPS: 5599.99 21:53:31 Virtualization: AMD-V 21:53:31 Hypervisor vendor: KVM 21:53:31 Virtualization type: full 21:53:31 L1d cache: 256 KiB 21:53:31 L1i cache: 256 KiB 21:53:31 L2 cache: 4 MiB 21:53:31 L3 cache: 128 MiB 21:53:31 NUMA node0 CPU(s): 0-7 21:53:31 Vulnerability Itlb multihit: Not affected 21:53:31 Vulnerability L1tf: Not affected 21:53:31 Vulnerability Mds: Not affected 21:53:31 Vulnerability Meltdown: Not affected 21:53:31 Vulnerability Mmio stale data: Not affected 21:53:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:53:31 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:53:31 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 21:53:31 Vulnerability Srbds: Not affected 21:53:31 Vulnerability Tsx async abort: Not affected 21:53:31 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 21:53:31 21:53:31 21:53:31 ---> nproc: 21:53:31 8 21:53:31 21:53:31 21:53:31 ---> df -h: 21:53:31 Filesystem Size Used Avail Use% Mounted on 21:53:31 overlay 155G 21G 135G 13% / 21:53:31 tmpfs 64M 0 64M 0% /dev 21:53:31 tmpfs 16G 0 16G 0% /sys/fs/cgroup 21:53:31 shm 64M 0 64M 0% /dev/shm 21:53:31 /dev/vda1 155G 21G 135G 13% /facter-os 21:53:31 21:53:31 21:53:31 ---> sar -b -r -n DEV: 21:53:31 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8644) 03/07/23 _x86_64_ (8 CPU) 21:53:31 21:53:31 20:51:59 LINUX RESTART (8 CPU) 21:53:31 21:53:31 20:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:53:31 20:53:02 101.35 46.66 54.69 0.00 3676.05 187890.15 0.00 21:53:31 20:54:01 3.02 0.00 3.02 0.00 0.00 42.99 0.00 21:53:31 20:55:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 21:53:31 20:56:01 0.83 0.00 0.83 0.00 0.00 10.26 0.00 21:53:31 20:57:01 1.13 0.00 1.13 0.00 0.00 14.53 0.00 21:53:31 20:58:01 52.54 10.58 41.96 0.00 5154.87 8707.75 0.00 21:53:31 20:59:01 5.05 1.03 4.02 0.00 22.00 102.25 0.00 21:53:31 21:00:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 21:53:31 21:01:01 1.52 0.00 1.52 0.00 0.00 17.33 0.00 21:53:31 21:02:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 21:53:31 21:03:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 21:53:31 21:04:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 21:53:31 21:05:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 21:53:31 21:06:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 21:53:31 21:07:01 1.15 0.00 1.15 0.00 0.00 14.26 0.00 21:53:31 21:08:01 1.30 0.02 1.28 0.00 0.13 18.66 0.00 21:53:31 21:09:01 1.45 0.00 1.45 0.00 0.00 16.40 0.00 21:53:31 21:10:01 0.88 0.00 0.88 0.00 0.00 10.13 0.00 21:53:31 21:11:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 21:53:31 21:12:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 21:53:31 21:13:01 1.40 0.00 1.40 0.00 0.00 16.40 0.00 21:53:31 21:14:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 21:53:31 21:15:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 21:53:31 21:16:01 0.87 0.00 0.87 0.00 0.00 9.47 0.00 21:53:31 21:17:01 1.20 0.02 1.18 0.00 0.13 14.66 0.00 21:53:31 21:18:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 21:53:31 21:19:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 21:53:31 21:20:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 21:53:31 21:21:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 21:53:31 21:22:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 21:53:31 21:23:01 1.62 0.00 1.62 0.00 0.00 18.40 0.00 21:53:31 21:24:01 0.85 0.00 0.85 0.00 0.00 9.20 0.00 21:53:31 21:25:01 19.06 11.95 7.12 0.00 1537.61 5938.08 0.00 21:53:31 21:26:01 136.98 3.48 133.49 0.00 429.26 66306.55 0.00 21:53:31 21:27:01 35.18 0.27 34.91 0.00 3.33 13672.65 0.00 21:53:31 21:28:01 74.05 0.05 74.00 0.00 7.32 30628.86 0.00 21:53:31 21:29:01 571.27 9.70 561.57 0.00 88.12 222400.53 0.00 21:53:31 21:30:01 665.51 0.17 665.34 0.00 34.66 236503.83 0.00 21:53:31 21:31:01 792.87 0.30 792.58 0.00 6.53 209212.19 0.00 21:53:31 21:32:01 490.85 2.33 488.52 0.00 24.13 157337.38 0.00 21:53:31 21:33:01 203.92 0.12 203.80 0.00 9.20 33367.01 0.00 21:53:31 21:34:01 19.48 0.05 19.43 0.00 12.80 497.78 0.00 21:53:31 21:35:01 3.07 1.62 1.45 0.00 36.39 18.66 0.00 21:53:31 21:36:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 21:53:31 21:37:01 1.25 0.00 1.25 0.00 0.00 15.46 0.00 21:53:31 21:38:01 1.25 0.00 1.25 0.00 0.00 14.13 0.00 21:53:31 21:39:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 21:53:31 21:40:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 21:53:31 21:41:01 1.28 0.00 1.28 0.00 0.00 14.26 0.00 21:53:31 21:42:01 1.18 0.02 1.17 0.00 3.73 12.53 0.00 21:53:31 21:43:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 21:53:31 21:44:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 21:53:31 21:45:01 1.27 0.00 1.27 0.00 0.00 14.80 0.00 21:53:31 21:46:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 21:53:31 21:47:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 21:53:31 21:48:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 21:53:31 21:49:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 21:53:31 21:50:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 21:53:31 21:51:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 21:53:31 21:52:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 21:53:31 21:53:01 123.18 0.37 122.81 0.00 15.73 56513.70 0.00 21:53:31 Average: 54.93 1.46 53.47 0.00 181.43 20165.90 0.00 21:53:31 21:53:31 20:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:53:31 20:53:02 30607876 31878736 501624 1.53 47260 1540448 1669488 4.92 607920 1413704 1064 21:53:31 20:54:01 30608600 31879524 500668 1.52 47292 1540452 1669488 4.92 607160 1413696 4 21:53:31 20:55:01 30606272 31877236 502176 1.53 47332 1540452 1669488 4.92 610104 1413696 20 21:53:31 20:56:01 30605892 31876948 502240 1.53 47364 1540456 1669488 4.92 610768 1413696 28 21:53:31 20:57:01 30604944 31876676 503096 1.53 47404 1540452 1669488 4.92 610300 1414316 16 21:53:31 20:58:01 30078920 31844976 506844 1.54 81312 1995536 1741420 5.13 936364 1577964 12 21:53:31 20:59:01 30081332 31843516 507448 1.54 79976 1992892 1726048 5.09 935328 1575244 8 21:53:31 21:00:01 30080772 31843044 507820 1.54 80008 1992900 1709968 5.04 935476 1575244 180 21:53:31 21:01:01 30080856 31843316 507592 1.54 80048 1992904 1709968 5.04 935552 1575388 168 21:53:31 21:02:01 30080840 31843312 507588 1.54 80072 1992900 1709968 5.04 935204 1575400 8 21:53:31 21:03:01 30075544 31838076 512476 1.56 80104 1992908 1709968 5.04 941836 1575408 8 21:53:31 21:04:01 30084876 31847440 503044 1.53 80128 1992912 1709968 5.04 932684 1575412 20 21:53:31 21:05:01 30084760 31847376 503220 1.53 80152 1992920 1709968 5.04 933136 1575416 180 21:53:31 21:06:01 30084792 31847436 503140 1.53 80176 1992924 1709968 5.04 933976 1575416 160 21:53:31 21:07:01 30084556 31847212 503356 1.53 80208 1992912 1709968 5.04 933652 1575420 8 21:53:31 21:08:01 30082012 31844752 505944 1.54 80252 1992904 1722624 5.08 934248 1575400 176 21:53:31 21:09:01 30081600 31844384 506144 1.54 80276 1992908 1722624 5.08 934324 1575404 168 21:53:31 21:10:01 30081340 31844148 506320 1.54 80292 1992912 1722624 5.08 934228 1575408 160 21:53:31 21:11:01 30081972 31844804 505752 1.54 80316 1992912 1722624 5.08 934504 1575408 168 21:53:31 21:12:01 30082036 31844908 505648 1.54 80356 1992908 1722624 5.08 933980 1575412 24 21:53:31 21:13:01 30081956 31844868 505616 1.54 80388 1992916 1722624 5.08 934856 1575412 172 21:53:31 21:14:01 30081728 31844680 505760 1.54 80476 1992904 1722624 5.08 934248 1575416 8 21:53:31 21:15:01 30081660 31844708 505888 1.54 80500 1992928 1722624 5.08 934872 1575424 164 21:53:31 21:16:01 30081936 31844988 505576 1.54 80532 1992928 1706340 5.03 934692 1575424 8 21:53:31 21:17:01 30081720 31844848 505500 1.54 80560 1992932 1689852 4.98 934920 1575428 28 21:53:31 21:18:01 30081688 31844856 505452 1.54 80584 1992936 1689852 4.98 935160 1575432 160 21:53:31 21:19:01 30081752 31845020 505228 1.54 80616 1993064 1689852 4.98 934724 1575516 8 21:53:31 21:20:01 30081404 31844708 505464 1.54 80632 1993072 1689852 4.98 935136 1575520 140 21:53:31 21:21:01 30081492 31844844 505360 1.54 80648 1993072 1689852 4.98 934976 1575568 8 21:53:31 21:22:01 30081428 31844832 505320 1.54 80688 1993060 1689852 4.98 935040 1575572 28 21:53:31 21:23:01 30081372 31844832 505192 1.54 80720 1993084 1705904 5.03 935888 1575576 160 21:53:31 21:24:01 30081364 31844848 505172 1.54 80744 1993084 1705904 5.03 935280 1575576 8 21:53:31 21:25:01 29436596 31622028 715976 2.18 85172 2401584 2050608 6.04 1213196 1918428 188708 21:53:31 21:26:01 27326752 31152856 1134908 3.45 145560 3882144 2527792 7.45 2030188 3062252 263836 21:53:31 21:27:01 27383832 31463920 820604 2.50 148232 4102664 2294764 6.76 1661412 3340788 228336 21:53:31 21:28:01 24314620 31416792 869692 2.64 149788 7053844 2685972 7.92 1966960 6032036 2935196 21:53:31 21:29:01 20166428 31482640 793128 2.41 319456 10825204 1942228 5.72 2072092 9793536 2814328 21:53:31 21:30:01 20587456 31161288 1105388 3.36 330740 10061720 2490928 7.34 2671272 8752104 82508 21:53:31 21:31:01 19240244 31421460 841932 2.56 353960 11572536 2369488 6.98 2485552 10202972 249772 21:53:31 21:32:01 18067756 30996336 1262164 3.84 436004 12137276 2898084 8.54 3112212 10647732 415132 21:53:31 21:33:01 19307008 31509320 760768 2.31 440028 11449836 1827744 5.39 2467672 10109732 1616 21:53:31 21:34:01 19313428 31516912 752476 2.29 440748 11450552 1850480 5.45 2461484 10110196 196 21:53:31 21:35:01 19305668 31511236 758264 2.31 440784 11451640 1850480 5.45 2467844 10110484 20 21:53:31 21:36:01 19306396 31511992 757844 2.30 440800 11451644 1850480 5.45 2467872 10110484 204 21:53:31 21:37:01 19309568 31515188 755112 2.30 440820 11451648 1850480 5.45 2464372 10110488 32 21:53:31 21:38:01 19309804 31515424 754832 2.30 440836 11451640 1850480 5.45 2464432 10110488 8 21:53:31 21:39:01 19313440 31519084 751124 2.28 440844 11451652 1850480 5.45 2460824 10110492 36 21:53:31 21:40:01 19313392 31519040 751108 2.28 440844 11451656 1850480 5.45 2460416 10110496 32 21:53:31 21:41:01 19313336 31518984 751092 2.28 440856 11451656 1850480 5.45 2460416 10110496 12 21:53:31 21:42:01 19313068 31518848 751168 2.28 440864 11451772 1850480 5.45 2460452 10110612 4 21:53:31 21:43:01 19313076 31518904 751148 2.28 440896 11451776 1850480 5.45 2460528 10110616 8 21:53:31 21:44:01 19313024 31518860 751372 2.28 440904 11451780 1850480 5.45 2460460 10110620 4 21:53:31 21:45:01 19312724 31518608 751584 2.29 440916 11451784 1850480 5.45 2460516 10110624 8 21:53:31 21:46:01 19312676 31518560 751548 2.29 440940 11451784 1850480 5.45 2460652 10110624 12 21:53:31 21:47:01 19312660 31518584 751488 2.29 440952 11451788 1850480 5.45 2460552 10110628 4 21:53:31 21:48:01 19312580 31518548 751576 2.29 440996 11451784 1850480 5.45 2460664 10110632 12 21:53:31 21:49:01 19312532 31518516 751544 2.29 441012 11451796 1850480 5.45 2460620 10110632 4 21:53:31 21:50:01 19312976 31519008 751224 2.28 441040 11451800 1850480 5.45 2460660 10110640 28 21:53:31 21:51:01 19312124 31518156 752000 2.29 441060 11451804 1850480 5.45 2461200 10110636 176 21:53:31 21:52:01 19312056 31518136 752232 2.29 441084 11451808 1850480 5.45 2461028 10110644 188 21:53:31 21:53:01 17787120 31477008 785692 2.39 487556 12760152 1961216 5.78 2602204 11356776 268 21:53:31 Average: 25504617 31667739 648470 1.97 224280 5989233 1848211 5.45 1595874 5195495 117773 21:53:31 21:53:31 20:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:53:31 20:53:02 ens3 207.28 125.06 467.94 24.97 0.00 0.00 0.00 0.00 21:53:31 20:53:02 lo 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 21:53:31 20:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 20:54:01 ens3 1.08 0.05 0.08 0.00 0.00 0.00 0.00 0.00 21:53:31 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 20:55:01 ens3 3.75 1.58 1.96 0.35 0.00 0.00 0.00 0.00 21:53:31 20:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 20:56:01 ens3 1.00 0.32 0.39 0.26 0.00 0.00 0.00 0.00 21:53:31 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 20:57:01 ens3 0.93 0.57 0.52 0.40 0.00 0.00 0.00 0.00 21:53:31 20:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 20:58:01 ens3 127.21 57.92 2799.76 4.32 0.00 0.00 0.00 0.00 21:53:31 20:58:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 21:53:31 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 20:59:01 ens3 0.30 0.13 0.02 0.01 0.00 0.00 0.00 0.00 21:53:31 20:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:00:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:01:01 ens3 0.20 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:02:01 ens3 0.08 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:03:01 ens3 0.40 0.30 0.15 0.08 0.00 0.00 0.00 0.00 21:53:31 21:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:04:01 ens3 0.82 0.32 0.30 0.20 0.00 0.00 0.00 0.00 21:53:31 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:05:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:06:01 ens3 0.52 0.30 0.28 0.15 0.00 0.00 0.00 0.00 21:53:31 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:08:01 ens3 0.47 0.25 0.20 0.07 0.00 0.00 0.00 0.00 21:53:31 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:09:01 ens3 0.17 0.15 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:10:01 ens3 0.08 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:11:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:12:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:13:01 ens3 0.27 0.23 0.08 0.08 0.00 0.00 0.00 0.00 21:53:31 21:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:14:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:16:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:17:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:18:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:53:31 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:19:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:20:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:21:01 ens3 0.32 0.22 0.12 0.01 0.00 0.00 0.00 0.00 21:53:31 21:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:23:01 ens3 0.33 0.20 0.09 0.07 0.00 0.00 0.00 0.00 21:53:31 21:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:24:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:25:01 ens3 486.52 360.74 4627.46 58.62 0.00 0.00 0.00 0.00 21:53:31 21:25:01 lo 3.80 3.80 0.36 0.36 0.00 0.00 0.00 0.00 21:53:31 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:26:01 ens3 725.90 687.27 7475.00 79.85 0.00 0.00 0.00 0.00 21:53:31 21:26:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 21:53:31 21:26:01 docker0 570.30 533.68 41.47 3424.75 0.00 0.00 0.00 0.00 21:53:31 21:26:01 veth7c63cdf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:53:31 21:27:01 ens3 26.36 18.35 21.27 11.98 0.00 0.00 0.00 0.00 21:53:31 21:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:27:01 docker0 1.30 1.30 0.08 0.10 0.00 0.00 0.00 0.00 21:53:31 21:27:01 veth7c63cdf 1.30 1.35 0.10 0.10 0.00 0.00 0.00 0.00 21:53:31 21:28:01 ens3 108.96 78.27 1724.02 116.96 0.00 0.00 0.00 0.00 21:53:31 21:28:01 lo 0.61 0.61 0.06 0.06 0.00 0.00 0.00 0.00 21:53:31 21:28:01 veth4543ef8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:53:31 21:28:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 21:53:31 21:29:01 ens3 888.70 499.02 6145.87 52.47 0.00 0.00 0.00 0.00 21:53:31 21:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:29:01 veth4543ef8 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:53:31 21:29:01 docker0 491.77 877.45 40.53 6136.59 0.00 0.00 0.00 0.00 21:53:31 21:30:01 ens3 69.29 46.50 414.55 18.84 0.00 0.00 0.00 0.00 21:53:31 21:30:01 lo 1.80 1.80 0.18 0.18 0.00 0.00 0.00 0.00 21:53:31 21:30:01 vethf2e5e87 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 21:53:31 21:30:01 veth4543ef8 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 21:53:31 21:30:01 docker0 12.33 22.54 0.79 289.53 0.00 0.00 0.00 0.00 21:53:31 21:31:01 ens3 267.94 139.90 1503.86 28.26 0.00 0.00 0.00 0.00 21:53:31 21:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:31:01 veth4543ef8 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:53:31 21:31:01 veth87dba95 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:53:31 21:31:01 docker0 114.63 226.90 8.92 1471.76 0.00 0.00 0.00 0.00 21:53:31 21:31:01 veth8bc7e3a 5.04 6.68 0.47 2.73 0.00 0.00 0.00 0.00 21:53:31 21:32:01 ens3 376.50 219.25 2485.51 31.34 0.00 0.00 0.00 0.00 21:53:31 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:32:01 veth4543ef8 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:32:01 veth137818c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:53:31 21:32:01 docker0 198.93 342.99 16.05 2451.45 0.00 0.00 0.00 0.00 21:53:31 21:32:01 vethc4d0a52 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:53:31 21:33:01 ens3 345.00 346.80 329.81 1194.19 0.00 0.00 0.00 0.00 21:53:31 21:33:01 lo 40.79 40.79 4.01 4.01 0.00 0.00 0.00 0.00 21:53:31 21:33:01 docker0 5.35 11.86 0.36 135.41 0.00 0.00 0.00 0.00 21:53:31 21:34:01 ens3 365.19 363.87 156.50 2178.73 0.00 0.00 0.00 0.00 21:53:31 21:34:01 lo 25.06 25.06 2.47 2.47 0.00 0.00 0.00 0.00 21:53:31 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:35:01 ens3 8.45 7.65 5.44 6.58 0.00 0.00 0.00 0.00 21:53:31 21:35:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 21:53:31 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:36:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:37:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:38:01 ens3 0.77 0.13 0.13 0.07 0.00 0.00 0.00 0.00 21:53:31 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:39:01 ens3 1.20 0.68 3.21 0.29 0.00 0.00 0.00 0.00 21:53:31 21:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:40:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:41:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:42:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:43:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 21:53:31 21:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:44:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:45:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:47:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:48:01 ens3 0.32 0.13 0.09 0.07 0.00 0.00 0.00 0.00 21:53:31 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:49:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:50:01 ens3 0.28 0.17 0.12 0.01 0.00 0.00 0.00 0.00 21:53:31 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:51:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:53:31 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 21:53:01 ens3 383.94 237.25 7775.79 46.94 0.00 0.00 0.00 0.00 21:53:31 21:53:01 veth7766f10 0.32 0.38 0.08 0.12 0.00 0.00 0.00 0.00 21:53:31 21:53:01 lo 2.53 2.53 0.25 0.25 0.00 0.00 0.00 0.00 21:53:31 21:53:01 docker0 43.55 69.59 3.55 586.03 0.00 0.00 0.00 0.00 21:53:31 Average: ens3 72.20 52.39 589.08 63.22 0.00 0.00 0.00 0.00 21:53:31 Average: veth7766f10 0.01 0.01 0.00 0.00 0.00 0.00 0.00 0.00 21:53:31 Average: lo 1.36 1.36 0.13 0.13 0.00 0.00 0.00 0.00 21:53:31 Average: docker0 23.59 34.22 1.83 237.78 0.00 0.00 0.00 0.00 21:53:31 21:53:31 21:53:31 ---> sar -P ALL: 21:53:31 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8644) 03/07/23 _x86_64_ (8 CPU) 21:53:31 21:53:31 20:51:59 LINUX RESTART (8 CPU) 21:53:31 21:53:31 20:52:01 CPU %user %nice %system %iowait %steal %idle 21:53:31 20:53:02 all 2.23 0.00 0.76 1.11 0.02 95.88 21:53:31 20:53:02 0 2.35 0.00 0.52 0.20 0.02 96.91 21:53:31 20:53:02 1 1.33 0.00 1.03 0.28 0.02 97.33 21:53:31 20:53:02 2 3.57 0.00 0.45 0.35 0.03 95.59 21:53:31 20:53:02 3 2.94 0.00 0.50 0.35 0.02 96.20 21:53:31 20:53:02 4 2.01 0.00 0.54 0.13 0.02 97.30 21:53:31 20:53:02 5 1.15 0.00 0.52 1.69 0.02 96.62 21:53:31 20:53:02 6 2.67 0.00 0.68 0.70 0.03 95.91 21:53:31 20:53:02 7 1.81 0.00 1.83 5.16 0.03 91.17 21:53:31 20:54:01 all 0.02 0.00 0.01 0.01 0.01 99.95 21:53:31 20:54:01 0 0.05 0.00 0.00 0.00 0.02 99.93 21:53:31 20:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 20:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 20:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 20:54:01 4 0.02 0.00 0.00 0.00 0.02 99.97 21:53:31 20:54:01 5 0.02 0.00 0.00 0.03 0.00 99.95 21:53:31 20:54:01 6 0.02 0.00 0.02 0.03 0.00 99.93 21:53:31 20:54:01 7 0.08 0.00 0.03 0.00 0.02 99.86 21:53:31 20:55:01 all 0.04 0.00 0.01 0.00 0.00 99.95 21:53:31 20:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 20:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 20:55:01 2 0.12 0.00 0.00 0.00 0.02 99.87 21:53:31 20:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 20:55:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 20:55:01 5 0.02 0.00 0.02 0.02 0.00 99.95 21:53:31 20:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 20:55:01 7 0.08 0.00 0.05 0.00 0.00 99.87 21:53:31 20:56:01 all 0.14 0.00 0.01 0.00 0.00 99.85 21:53:31 20:56:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:53:31 20:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 20:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 20:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 20:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 20:56:01 5 0.90 0.00 0.00 0.02 0.00 99.09 21:53:31 20:56:01 6 0.00 0.00 0.02 0.02 0.00 99.97 21:53:31 20:56:01 7 0.12 0.00 0.03 0.00 0.00 99.85 21:53:31 20:57:01 all 0.27 0.00 0.01 0.01 0.00 99.70 21:53:31 20:57:01 0 0.02 0.00 0.00 0.02 0.00 99.97 21:53:31 20:57:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:53:31 20:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 20:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 20:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 21:53:31 20:57:01 5 1.97 0.00 0.02 0.03 0.00 97.98 21:53:31 20:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 20:57:01 7 0.07 0.00 0.03 0.00 0.02 99.88 21:53:31 20:58:01 all 2.30 0.00 1.39 0.69 0.03 95.60 21:53:31 20:58:01 0 1.90 0.00 0.78 2.65 0.03 94.63 21:53:31 20:58:01 1 3.29 0.00 0.83 0.07 0.02 95.80 21:53:31 20:58:01 2 1.77 0.00 1.37 0.58 0.02 96.26 21:53:31 20:58:01 3 1.74 0.00 1.72 0.10 0.03 96.41 21:53:31 20:58:01 4 1.77 0.00 0.80 0.05 0.02 97.36 21:53:31 20:58:01 5 2.77 0.00 2.17 0.82 0.03 94.21 21:53:31 20:58:01 6 2.97 0.00 2.55 1.10 0.03 93.34 21:53:31 20:58:01 7 2.14 0.00 0.89 0.17 0.02 96.79 21:53:31 20:59:01 all 0.11 0.00 0.08 0.04 0.00 99.76 21:53:31 20:59:01 0 0.05 0.00 0.08 0.25 0.00 99.62 21:53:31 20:59:01 1 0.02 0.00 0.05 0.00 0.00 99.93 21:53:31 20:59:01 2 0.43 0.00 0.15 0.03 0.02 99.37 21:53:31 20:59:01 3 0.08 0.00 0.03 0.02 0.00 99.87 21:53:31 20:59:01 4 0.05 0.00 0.08 0.00 0.00 99.87 21:53:31 20:59:01 5 0.07 0.00 0.05 0.02 0.00 99.87 21:53:31 20:59:01 6 0.17 0.00 0.10 0.02 0.00 99.72 21:53:31 20:59:01 7 0.05 0.00 0.07 0.00 0.02 99.87 21:53:31 21:00:01 all 0.01 0.00 0.00 0.02 0.00 99.97 21:53:31 21:00:01 0 0.02 0.00 0.00 0.07 0.00 99.92 21:53:31 21:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:00:01 4 0.02 0.00 0.02 0.00 0.02 99.95 21:53:31 21:00:01 5 0.02 0.00 0.00 0.08 0.00 99.90 21:53:31 21:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:01:01 all 0.02 0.00 0.02 0.00 0.00 99.95 21:53:31 21:01:01 0 0.03 0.00 0.03 0.02 0.00 99.92 21:53:31 21:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:01:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:01:01 4 0.00 0.00 0.05 0.00 0.00 99.95 21:53:31 21:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:01:01 6 0.05 0.00 0.05 0.00 0.00 99.90 21:53:31 21:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:02:01 all 0.01 0.00 0.01 0.01 0.00 99.97 21:53:31 21:02:01 0 0.02 0.00 0.02 0.03 0.00 99.93 21:53:31 21:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:02:01 4 0.03 0.00 0.03 0.00 0.02 99.92 21:53:31 21:02:01 5 0.00 0.00 0.02 0.02 0.00 99.97 21:53:31 21:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:03:01 all 0.11 0.00 0.00 0.01 0.00 99.87 21:53:31 21:03:01 0 0.03 0.00 0.00 0.05 0.00 99.92 21:53:31 21:03:01 1 0.10 0.00 0.00 0.00 0.02 99.88 21:53:31 21:03:01 2 0.00 0.00 0.00 0.00 0.02 99.98 21:53:31 21:03:01 3 0.73 0.00 0.02 0.00 0.00 99.25 21:53:31 21:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:03:01 5 0.00 0.00 0.00 0.02 0.00 99.98 21:53:31 21:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:53:31 21:03:01 CPU %user %nice %system %iowait %steal %idle 21:53:31 21:04:01 all 0.19 0.00 0.01 0.00 0.00 99.79 21:53:31 21:04:01 0 0.03 0.00 0.03 0.02 0.00 99.92 21:53:31 21:04:01 1 1.34 0.00 0.05 0.00 0.00 98.61 21:53:31 21:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:04:01 4 0.03 0.00 0.03 0.00 0.00 99.93 21:53:31 21:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:04:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:04:01 7 0.05 0.00 0.00 0.00 0.00 99.95 21:53:31 21:05:01 all 0.01 0.00 0.01 0.00 0.01 99.97 21:53:31 21:05:01 0 0.03 0.00 0.00 0.02 0.02 99.93 21:53:31 21:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:05:01 4 0.02 0.00 0.02 0.00 0.02 99.95 21:53:31 21:05:01 5 0.00 0.00 0.02 0.02 0.02 99.95 21:53:31 21:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:06:01 all 0.02 0.00 0.00 0.00 0.00 99.97 21:53:31 21:06:01 0 0.03 0.00 0.00 0.02 0.00 99.95 21:53:31 21:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:06:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:06:01 6 0.02 0.00 0.02 0.00 0.02 99.95 21:53:31 21:06:01 7 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:07:01 all 0.00 0.00 0.01 0.00 0.00 99.99 21:53:31 21:07:01 0 0.00 0.00 0.02 0.02 0.00 99.97 21:53:31 21:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:08:01 all 0.03 0.00 0.01 0.00 0.00 99.95 21:53:31 21:08:01 0 0.02 0.00 0.02 0.03 0.00 99.93 21:53:31 21:08:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:08:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:53:31 21:08:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:53:31 21:08:01 4 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:08:01 6 0.05 0.00 0.05 0.00 0.00 99.90 21:53:31 21:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:09:01 all 0.00 0.00 0.01 0.01 0.00 99.98 21:53:31 21:09:01 0 0.02 0.00 0.02 0.07 0.00 99.90 21:53:31 21:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:09:01 5 0.00 0.00 0.02 0.02 0.00 99.97 21:53:31 21:09:01 6 0.00 0.00 0.02 0.00 0.02 99.97 21:53:31 21:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 21:53:31 21:10:01 0 0.03 0.00 0.02 0.02 0.00 99.93 21:53:31 21:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:53:31 21:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:10:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:11:01 all 0.01 0.00 0.01 0.00 0.00 99.97 21:53:31 21:11:01 0 0.03 0.00 0.02 0.02 0.00 99.93 21:53:31 21:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:11:01 5 0.00 0.00 0.02 0.02 0.00 99.97 21:53:31 21:11:01 6 0.03 0.00 0.05 0.00 0.00 99.92 21:53:31 21:11:01 7 0.00 0.00 0.00 0.00 0.02 99.98 21:53:31 21:12:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:53:31 21:12:01 0 0.02 0.00 0.00 0.03 0.02 99.93 21:53:31 21:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:12:01 3 0.00 0.00 0.00 0.00 0.02 99.98 21:53:31 21:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:12:01 6 0.03 0.00 0.02 0.00 0.02 99.93 21:53:31 21:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:13:01 all 0.01 0.00 0.00 0.00 0.01 99.98 21:53:31 21:13:01 0 0.00 0.00 0.02 0.02 0.00 99.97 21:53:31 21:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:13:01 2 0.00 0.00 0.00 0.00 0.02 99.98 21:53:31 21:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:13:01 4 0.00 0.00 0.00 0.00 0.02 99.98 21:53:31 21:13:01 5 0.00 0.00 0.00 0.00 0.02 99.98 21:53:31 21:13:01 6 0.05 0.00 0.02 0.00 0.02 99.92 21:53:31 21:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:14:01 all 0.17 0.00 0.02 0.01 0.00 99.80 21:53:31 21:14:01 0 0.03 0.00 0.03 0.05 0.00 99.88 21:53:31 21:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:14:01 7 1.26 0.00 0.07 0.00 0.00 98.68 21:53:31 21:53:31 21:14:01 CPU %user %nice %system %iowait %steal %idle 21:53:31 21:15:01 all 0.26 0.00 0.01 0.01 0.00 99.72 21:53:31 21:15:01 0 0.02 0.00 0.00 0.03 0.00 99.95 21:53:31 21:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:15:01 2 0.00 0.00 0.00 0.02 0.00 99.98 21:53:31 21:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:15:01 5 0.00 0.00 0.00 0.02 0.00 99.98 21:53:31 21:15:01 6 0.02 0.00 0.05 0.00 0.02 99.92 21:53:31 21:15:01 7 1.99 0.00 0.02 0.00 0.00 98.00 21:53:31 21:16:01 all 0.26 0.00 0.01 0.00 0.00 99.73 21:53:31 21:16:01 0 0.00 0.00 0.00 0.02 0.02 99.97 21:53:31 21:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:16:01 6 0.02 0.00 0.03 0.00 0.00 99.95 21:53:31 21:16:01 7 1.99 0.00 0.00 0.00 0.02 98.00 21:53:31 21:17:01 all 0.25 0.00 0.01 0.01 0.00 99.73 21:53:31 21:17:01 0 0.02 0.00 0.00 0.02 0.00 99.97 21:53:31 21:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:17:01 2 0.00 0.00 0.02 0.02 0.02 99.95 21:53:31 21:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:17:01 5 0.00 0.00 0.00 0.02 0.00 99.98 21:53:31 21:17:01 6 0.03 0.00 0.03 0.00 0.02 99.92 21:53:31 21:17:01 7 1.89 0.00 0.07 0.00 0.00 98.05 21:53:31 21:18:01 all 0.04 0.00 0.02 0.00 0.00 99.94 21:53:31 21:18:01 0 0.02 0.00 0.03 0.02 0.00 99.93 21:53:31 21:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:18:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:18:01 7 0.25 0.00 0.10 0.00 0.00 99.65 21:53:31 21:19:01 all 0.02 0.00 0.01 0.00 0.00 99.97 21:53:31 21:19:01 0 0.03 0.00 0.00 0.02 0.00 99.95 21:53:31 21:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:19:01 5 0.02 0.00 0.00 0.02 0.00 99.97 21:53:31 21:19:01 6 0.03 0.00 0.05 0.00 0.00 99.92 21:53:31 21:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:20:01 all 0.01 0.00 0.00 0.00 0.00 99.99 21:53:31 21:20:01 0 0.02 0.00 0.02 0.02 0.00 99.95 21:53:31 21:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:20:01 6 0.00 0.00 0.02 0.00 0.02 99.97 21:53:31 21:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:21:01 all 0.01 0.00 0.01 0.00 0.00 99.97 21:53:31 21:21:01 0 0.00 0.00 0.00 0.02 0.00 99.98 21:53:31 21:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:21:01 2 0.05 0.00 0.02 0.02 0.02 99.90 21:53:31 21:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:21:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 21:53:31 21:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:22:01 all 0.00 0.00 0.00 0.00 0.00 99.99 21:53:31 21:22:01 0 0.02 0.00 0.00 0.02 0.00 99.97 21:53:31 21:22:01 1 0.00 0.00 0.00 0.02 0.00 99.98 21:53:31 21:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 21:53:31 21:23:01 all 0.01 0.00 0.00 0.01 0.00 99.98 21:53:31 21:23:01 0 0.02 0.00 0.00 0.03 0.00 99.95 21:53:31 21:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:23:01 2 0.03 0.00 0.02 0.02 0.02 99.92 21:53:31 21:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:23:01 5 0.03 0.00 0.02 0.00 0.00 99.95 21:53:31 21:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:24:01 all 0.01 0.00 0.00 0.00 0.00 99.98 21:53:31 21:24:01 0 0.00 0.00 0.02 0.02 0.02 99.95 21:53:31 21:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:24:01 2 0.03 0.00 0.00 0.00 0.02 99.95 21:53:31 21:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:24:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:25:01 all 3.22 0.00 0.71 0.18 0.02 95.86 21:53:31 21:25:01 0 2.70 0.00 0.67 0.25 0.02 96.36 21:53:31 21:25:01 1 3.98 0.00 1.41 0.02 0.03 94.56 21:53:31 21:25:01 2 3.81 0.00 0.45 0.30 0.02 95.42 21:53:31 21:25:01 3 4.10 0.00 0.75 0.02 0.02 95.11 21:53:31 21:25:01 4 6.75 0.00 0.80 0.82 0.02 91.61 21:53:31 21:25:01 5 1.29 0.00 0.55 0.02 0.02 98.13 21:53:31 21:25:01 6 1.08 0.00 0.40 0.02 0.02 98.48 21:53:31 21:25:01 7 2.07 0.00 0.69 0.03 0.03 97.18 21:53:31 21:53:31 21:25:01 CPU %user %nice %system %iowait %steal %idle 21:53:31 21:26:01 all 20.72 0.00 5.05 2.80 0.08 71.35 21:53:31 21:26:01 0 20.80 0.00 5.45 12.33 0.08 61.32 21:53:31 21:26:01 1 20.17 0.00 5.38 0.12 0.08 74.25 21:53:31 21:26:01 2 19.79 0.00 5.04 3.79 0.08 71.30 21:53:31 21:26:01 3 20.37 0.00 4.55 0.44 0.10 74.53 21:53:31 21:26:01 4 19.46 0.00 5.16 0.03 0.08 75.27 21:53:31 21:26:01 5 24.36 0.00 5.23 3.64 0.07 66.70 21:53:31 21:26:01 6 19.69 0.00 4.41 2.03 0.07 73.80 21:53:31 21:26:01 7 21.11 0.00 5.15 0.05 0.08 73.60 21:53:31 21:27:01 all 42.31 0.00 6.60 0.48 0.08 50.52 21:53:31 21:27:01 0 42.31 0.00 7.36 0.17 0.08 50.08 21:53:31 21:27:01 1 44.67 0.00 6.69 0.12 0.08 48.45 21:53:31 21:27:01 2 40.70 0.00 6.40 3.05 0.08 49.76 21:53:31 21:27:01 3 43.54 0.00 5.94 0.07 0.08 50.37 21:53:31 21:27:01 4 39.88 0.00 6.38 0.02 0.08 53.64 21:53:31 21:27:01 5 42.37 0.00 6.48 0.05 0.08 51.02 21:53:31 21:27:01 6 42.26 0.00 6.45 0.35 0.08 50.86 21:53:31 21:27:01 7 42.75 0.00 7.13 0.02 0.08 50.03 21:53:31 21:28:01 all 23.36 0.00 7.09 1.61 0.09 67.85 21:53:31 21:28:01 0 25.17 0.00 7.60 0.10 0.09 67.04 21:53:31 21:28:01 1 21.95 0.00 6.05 0.07 0.07 71.86 21:53:31 21:28:01 2 22.77 0.00 7.02 5.15 0.10 64.96 21:53:31 21:28:01 3 23.21 0.00 8.23 5.80 0.09 62.67 21:53:31 21:28:01 4 24.96 0.00 7.03 0.03 0.09 67.89 21:53:31 21:28:01 5 22.71 0.00 6.32 0.12 0.07 70.77 21:53:31 21:28:01 6 24.66 0.00 7.74 0.02 0.10 67.48 21:53:31 21:28:01 7 21.43 0.00 6.77 1.64 0.09 70.07 21:53:31 21:29:01 all 12.88 0.00 8.01 13.98 0.08 65.06 21:53:31 21:29:01 0 12.49 0.00 9.03 26.87 0.08 51.53 21:53:31 21:29:01 1 13.38 0.00 7.27 6.62 0.08 72.64 21:53:31 21:29:01 2 14.14 0.00 7.11 6.25 0.05 72.45 21:53:31 21:29:01 3 11.48 0.00 6.96 19.14 0.07 62.36 21:53:31 21:29:01 4 12.56 0.00 8.14 6.02 0.07 73.22 21:53:31 21:29:01 5 12.13 0.00 8.39 7.22 0.05 72.21 21:53:31 21:29:01 6 13.50 0.00 8.74 31.50 0.08 46.17 21:53:31 21:29:01 7 13.33 0.00 8.45 8.36 0.14 69.73 21:53:31 21:30:01 all 54.21 0.00 10.74 7.68 0.16 27.22 21:53:31 21:30:01 0 55.54 0.00 11.37 5.29 0.15 27.65 21:53:31 21:30:01 1 54.74 0.00 10.81 7.39 0.32 26.74 21:53:31 21:30:01 2 56.00 0.00 9.48 3.76 0.14 30.62 21:53:31 21:30:01 3 51.19 0.00 9.38 1.96 0.12 37.35 21:53:31 21:30:01 4 55.14 0.00 10.70 3.90 0.15 30.10 21:53:31 21:30:01 5 55.08 0.00 10.98 7.62 0.14 26.18 21:53:31 21:30:01 6 55.17 0.00 11.39 3.40 0.10 29.94 21:53:31 21:30:01 7 50.76 0.00 11.80 28.29 0.12 9.02 21:53:31 21:31:01 all 46.76 0.00 12.83 17.16 0.24 23.02 21:53:31 21:31:01 0 49.07 0.00 16.41 24.02 0.19 10.31 21:53:31 21:31:01 1 46.78 0.00 10.94 19.62 0.38 22.29 21:53:31 21:31:01 2 43.78 0.00 11.68 11.68 0.34 32.53 21:53:31 21:31:01 3 43.25 0.00 11.55 12.81 0.17 32.22 21:53:31 21:31:01 4 49.74 0.00 15.04 11.70 0.23 23.28 21:53:31 21:31:01 5 50.63 0.00 14.67 15.26 0.19 19.26 21:53:31 21:31:01 6 45.42 0.00 11.09 23.06 0.19 20.24 21:53:31 21:31:01 7 45.37 0.00 11.22 18.87 0.21 24.33 21:53:31 21:32:01 all 41.09 0.00 9.75 12.47 0.14 36.55 21:53:31 21:32:01 0 40.34 0.00 10.29 5.71 0.12 43.55 21:53:31 21:32:01 1 39.96 0.00 9.75 13.74 0.12 36.44 21:53:31 21:32:01 2 41.49 0.00 9.66 10.96 0.17 37.71 21:53:31 21:32:01 3 40.58 0.00 9.23 20.88 0.14 29.18 21:53:31 21:32:01 4 46.28 0.00 11.01 17.97 0.17 24.56 21:53:31 21:32:01 5 39.99 0.00 9.29 10.64 0.12 39.97 21:53:31 21:32:01 6 41.39 0.00 9.57 15.91 0.12 33.02 21:53:31 21:32:01 7 38.69 0.00 9.23 3.87 0.14 48.06 21:53:31 21:33:01 all 12.48 0.00 2.88 2.03 0.06 82.55 21:53:31 21:33:01 0 9.37 0.00 2.42 0.12 0.05 88.05 21:53:31 21:33:01 1 12.10 0.00 2.86 0.25 0.05 84.74 21:53:31 21:33:01 2 14.02 0.00 3.03 0.65 0.05 82.24 21:53:31 21:33:01 3 13.85 0.00 3.53 4.40 0.08 78.14 21:53:31 21:33:01 4 16.46 0.00 3.97 8.43 0.07 71.07 21:53:31 21:33:01 5 11.70 0.00 2.31 0.10 0.05 85.84 21:53:31 21:33:01 6 12.01 0.00 2.67 0.42 0.05 84.85 21:53:31 21:33:01 7 10.36 0.00 2.29 1.85 0.07 85.43 21:53:31 21:34:01 all 7.54 0.00 0.71 0.05 0.04 91.65 21:53:31 21:34:01 0 2.15 0.00 0.77 0.00 0.02 97.07 21:53:31 21:34:01 1 2.72 0.00 0.67 0.00 0.03 96.58 21:53:31 21:34:01 2 9.45 0.00 0.67 0.05 0.07 89.76 21:53:31 21:34:01 3 9.24 0.00 0.77 0.05 0.05 89.89 21:53:31 21:34:01 4 10.49 0.00 0.75 0.28 0.05 88.42 21:53:31 21:34:01 5 10.14 0.00 0.58 0.02 0.03 89.23 21:53:31 21:34:01 6 12.85 0.00 0.87 0.03 0.05 86.19 21:53:31 21:34:01 7 3.32 0.00 0.64 0.00 0.05 96.00 21:53:31 21:35:01 all 0.29 0.00 0.04 0.02 0.01 99.64 21:53:31 21:35:01 0 0.28 0.00 0.03 0.02 0.02 99.65 21:53:31 21:35:01 1 0.18 0.00 0.03 0.00 0.02 99.77 21:53:31 21:35:01 2 0.23 0.00 0.00 0.05 0.02 99.70 21:53:31 21:35:01 3 1.00 0.00 0.03 0.00 0.02 98.95 21:53:31 21:35:01 4 0.20 0.00 0.12 0.07 0.03 99.58 21:53:31 21:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:35:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:35:01 7 0.40 0.00 0.07 0.03 0.00 99.50 21:53:31 21:36:01 all 0.16 0.00 0.01 0.00 0.01 99.82 21:53:31 21:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:36:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:53:31 21:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:36:01 4 0.03 0.00 0.02 0.02 0.02 99.92 21:53:31 21:36:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:36:01 6 1.13 0.00 0.05 0.00 0.02 98.81 21:53:31 21:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:53:31 21:36:01 CPU %user %nice %system %iowait %steal %idle 21:53:31 21:37:01 all 0.27 0.00 0.00 0.00 0.00 99.72 21:53:31 21:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:37:01 2 0.03 0.00 0.02 0.02 0.00 99.93 21:53:31 21:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:37:01 4 0.02 0.00 0.00 0.00 0.02 99.97 21:53:31 21:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:37:01 6 2.00 0.00 0.00 0.00 0.00 98.00 21:53:31 21:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:38:01 all 0.26 0.00 0.01 0.00 0.00 99.71 21:53:31 21:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:38:01 2 0.05 0.00 0.02 0.00 0.02 99.92 21:53:31 21:38:01 3 0.02 0.00 0.02 0.02 0.00 99.95 21:53:31 21:38:01 4 0.03 0.00 0.03 0.02 0.02 99.90 21:53:31 21:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:38:01 6 1.97 0.00 0.02 0.00 0.00 98.01 21:53:31 21:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:39:01 all 0.06 0.00 0.01 0.00 0.01 99.91 21:53:31 21:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:39:01 2 0.03 0.00 0.02 0.02 0.02 99.92 21:53:31 21:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:39:01 4 0.05 0.00 0.03 0.02 0.02 99.88 21:53:31 21:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:39:01 6 0.37 0.00 0.02 0.00 0.02 99.60 21:53:31 21:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:40:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:53:31 21:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:40:01 1 0.02 0.00 0.00 0.00 0.02 99.97 21:53:31 21:40:01 2 0.03 0.00 0.03 0.02 0.02 99.90 21:53:31 21:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:53:31 21:40:01 4 0.02 0.00 0.02 0.02 0.02 99.93 21:53:31 21:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:40:01 6 0.05 0.00 0.02 0.00 0.02 99.92 21:53:31 21:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:41:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:53:31 21:41:01 0 0.00 0.00 0.00 0.00 0.02 99.98 21:53:31 21:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:41:01 2 0.03 0.00 0.00 0.00 0.02 99.95 21:53:31 21:41:01 3 0.03 0.00 0.02 0.02 0.00 99.93 21:53:31 21:41:01 4 0.02 0.00 0.05 0.02 0.05 99.87 21:53:31 21:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:42:01 all 0.01 0.00 0.01 0.00 0.01 99.97 21:53:31 21:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 21:53:31 21:42:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:53:31 21:42:01 4 0.02 0.00 0.02 0.00 0.02 99.95 21:53:31 21:42:01 5 0.00 0.00 0.02 0.00 0.02 99.97 21:53:31 21:42:01 6 0.03 0.00 0.00 0.00 0.02 99.95 21:53:31 21:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:43:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:53:31 21:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:43:01 1 0.03 0.00 0.00 0.00 0.02 99.95 21:53:31 21:43:01 2 0.03 0.00 0.00 0.02 0.02 99.93 21:53:31 21:43:01 3 0.03 0.00 0.02 0.00 0.02 99.93 21:53:31 21:43:01 4 0.02 0.00 0.05 0.02 0.02 99.90 21:53:31 21:43:01 5 0.03 0.00 0.02 0.00 0.00 99.95 21:53:31 21:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:44:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:53:31 21:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:44:01 1 0.03 0.00 0.02 0.00 0.02 99.93 21:53:31 21:44:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:53:31 21:44:01 3 0.05 0.00 0.00 0.00 0.00 99.95 21:53:31 21:44:01 4 0.03 0.00 0.00 0.02 0.03 99.92 21:53:31 21:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:44:01 7 0.00 0.00 0.02 0.00 0.02 99.97 21:53:31 21:45:01 all 0.03 0.00 0.01 0.00 0.00 99.96 21:53:31 21:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:45:01 2 0.07 0.00 0.02 0.02 0.02 99.88 21:53:31 21:45:01 3 0.05 0.00 0.00 0.00 0.00 99.95 21:53:31 21:45:01 4 0.03 0.00 0.02 0.02 0.00 99.93 21:53:31 21:45:01 5 0.07 0.00 0.02 0.00 0.00 99.92 21:53:31 21:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:46:01 all 0.01 0.00 0.01 0.00 0.01 99.98 21:53:31 21:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:46:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:46:01 2 0.03 0.00 0.02 0.02 0.02 99.92 21:53:31 21:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:46:01 4 0.02 0.00 0.02 0.00 0.02 99.95 21:53:31 21:46:01 5 0.00 0.00 0.02 0.00 0.02 99.97 21:53:31 21:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:47:01 all 0.25 0.00 0.02 0.00 0.00 99.72 21:53:31 21:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:47:01 2 0.05 0.00 0.02 0.02 0.02 99.90 21:53:31 21:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:53:31 21:47:01 4 1.84 0.00 0.03 0.02 0.00 98.11 21:53:31 21:47:01 5 0.02 0.00 0.05 0.00 0.00 99.93 21:53:31 21:47:01 6 0.03 0.00 0.02 0.00 0.02 99.93 21:53:31 21:47:01 7 0.00 0.00 0.03 0.00 0.00 99.97 21:53:31 21:53:31 21:47:01 CPU %user %nice %system %iowait %steal %idle 21:53:31 21:48:01 all 0.26 0.00 0.01 0.00 0.01 99.71 21:53:31 21:48:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:53:31 21:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 21:53:31 21:48:01 2 0.03 0.00 0.02 0.02 0.02 99.92 21:53:31 21:48:01 3 0.00 0.00 0.00 0.00 0.02 99.98 21:53:31 21:48:01 4 1.97 0.00 0.00 0.02 0.02 98.00 21:53:31 21:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:48:01 6 0.02 0.00 0.03 0.00 0.00 99.95 21:53:31 21:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:49:01 all 0.27 0.00 0.01 0.00 0.00 99.71 21:53:31 21:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:49:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:49:01 2 0.05 0.00 0.02 0.02 0.00 99.92 21:53:31 21:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:53:31 21:49:01 4 2.00 0.00 0.02 0.02 0.00 97.97 21:53:31 21:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:49:01 6 0.03 0.00 0.02 0.00 0.02 99.93 21:53:31 21:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:50:01 all 0.03 0.00 0.02 0.00 0.00 99.94 21:53:31 21:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:53:31 21:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:50:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:53:31 21:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:50:01 4 0.20 0.00 0.05 0.02 0.00 99.73 21:53:31 21:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:50:01 6 0.00 0.00 0.03 0.00 0.00 99.97 21:53:31 21:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:51:01 all 0.02 0.00 0.01 0.00 0.00 99.97 21:53:31 21:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:53:31 21:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:53:31 21:51:01 2 0.03 0.00 0.00 0.02 0.02 99.93 21:53:31 21:51:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:53:31 21:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:53:31 21:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:51:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:53:31 21:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:53:31 21:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:53:31 21:52:01 2 0.02 0.00 0.02 0.02 0.02 99.93 21:53:31 21:52:01 3 0.05 0.00 0.00 0.00 0.00 99.95 21:53:31 21:52:01 4 0.02 0.00 0.02 0.02 0.02 99.93 21:53:31 21:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:53:31 21:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:53:31 21:52:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:53:31 21:53:01 all 8.83 0.00 4.08 2.53 0.06 84.50 21:53:31 21:53:01 0 9.59 0.00 4.15 0.05 0.05 86.16 21:53:31 21:53:01 1 9.40 0.00 3.90 0.02 0.05 86.63 21:53:31 21:53:01 2 9.58 0.00 5.64 16.52 0.10 68.15 21:53:31 21:53:01 3 9.10 0.00 3.88 0.02 0.07 86.93 21:53:31 21:53:01 4 8.62 0.00 4.41 2.87 0.05 84.05 21:53:31 21:53:01 5 9.27 0.00 3.63 0.39 0.07 86.64 21:53:31 21:53:01 6 7.83 0.00 4.12 0.03 0.05 87.96 21:53:31 21:53:01 7 7.22 0.00 2.93 0.47 0.07 89.31 21:53:31 Average: all 4.54 0.00 1.14 1.01 0.02 93.29 21:53:31 Average: 0 4.44 0.00 1.25 1.27 0.02 93.03 21:53:31 Average: 1 4.46 0.00 1.09 0.77 0.02 93.65 21:53:31 Average: 2 4.54 0.00 1.10 1.01 0.03 93.32 21:53:31 Average: 3 4.47 0.00 1.08 1.06 0.02 93.37 21:53:31 Average: 4 4.83 0.00 1.21 0.84 0.02 93.10 21:53:31 Average: 5 4.63 0.00 1.15 0.77 0.02 93.43 21:53:31 Average: 6 4.64 0.00 1.15 1.26 0.02 92.93 21:53:31 Average: 7 4.31 0.00 1.12 1.10 0.02 93.46 21:53:31 21:53:31 21:53:31