Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 69b2f2fc042d3f207e021d84ed91ae79e073eaae 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-ssh12325919797575990642.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-ssh10316371969014950564.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-ssh4547947033750662847.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-ssh3609445406281832672.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-ssh14229380365184548181.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 Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6441’ Running on prd-ubuntu20.04-docker-8c-8g-6443 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/419 [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/419 # 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 > 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 Avoid second fetch Checking out Revision 69b2f2fc042d3f207e021d84ed91ae79e073eaae (main) Commit message: "Merge pull request #4369 from jinlinGuan/contracts-issue-771" > git config core.sparsecheckout # timeout=10 > git checkout -f 69b2f2fc042d3f207e021d84ed91ae79e073eaae # timeout=10 > git rev-list --no-walk 653358d857e781e74493cff8b445370370ffe60f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:52:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:52:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:52:11 ========================================================= 09:52:11 EdgeX Global Pipelines Version Info 09:52:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:52:11 ------------------- 09:52:11 stable info: 09:52:11 ------------------- 09:52:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:52:11 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 09:52:11 Message: update stable to v1.0.244 09:52:12 ------------------- 09:52:12 experimental info: 09:52:12 ------------------- 09:52:12 Commited By: **** collab-it+edgex@linuxfoundation.org 09:52:12 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 09:52:12 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 69b2f2f [Pipeline] echo 09:52:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:52:12 provisioning config files... 09:52:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/419@tmp/config6550998044439643831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:52:13 ---> docker-login.sh 09:52:13 nexus3.edgexfoundry.org:10001 09:52:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:13 Configure a credential helper to remove this warning. See 09:52:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:13 09:52:13 Login Succeeded 09:52:13 nexus3.edgexfoundry.org:10002 09:52:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:13 Configure a credential helper to remove this warning. See 09:52:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:13 09:52:13 Login Succeeded 09:52:13 nexus3.edgexfoundry.org:10003 09:52:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:13 Configure a credential helper to remove this warning. See 09:52:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:13 09:52:13 Login Succeeded 09:52:13 nexus3.edgexfoundry.org:10004 09:52:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:13 Configure a credential helper to remove this warning. See 09:52:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:13 09:52:13 Login Succeeded 09:52:13 docker.io 09:52:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:14 Configure a credential helper to remove this warning. See 09:52:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:14 09:52:14 Login Succeeded 09:52:14 ---> docker-login.sh ends [Pipeline] } 09:52:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:52:14 + 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-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 09:52:14 + dirname cmd/core-command/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + echo core-command,cmd/core-command/Dockerfile 09:52:14 + dirname cmd/core-common-config-bootstrapper/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 09:52:14 + dirname cmd/core-data/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + echo core-data,cmd/core-data/Dockerfile 09:52:14 + dirname cmd/core-metadata/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + echo core-metadata,cmd/core-metadata/Dockerfile 09:52:14 + + dirname cmd/security-bootstrapper/Dockerfile 09:52:14 cut -d/ -f2 09:52:14 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:52:14 + dirname cmd/security-proxy-setup/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + dirname cmd/security-secretstore-setup/Dockerfile 09:52:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:52:14 + dirname cmd/security-spiffe-token-provider/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 09:52:14 + dirname cmd/security-spire-agent/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 09:52:14 + dirname cmd/security-spire-config/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + echo security-spire-config,cmd/security-spire-config/Dockerfile 09:52:14 + dirname cmd/security-spire-server/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + echo security-spire-server,cmd/security-spire-server/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + dirname cmd/support-notifications/Dockerfile 09:52:14 + echo support-notifications,cmd/support-notifications/Dockerfile 09:52:14 + dirname cmd/support-scheduler/Dockerfile 09:52:14 + cut -d/ -f2 09:52:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 09:52:14 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-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 09:52:14 + git rev-list -1 --merges 69b2f2fc042d3f207e021d84ed91ae79e073eaae~1..69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] echo 09:52:14 -----------> git rev-list -1 --merges 69b2f2fc042d3f207e021d84ed91ae79e073eaae~1..69b2f2fc042d3f207e021d84ed91ae79e073eaae 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:52:14 69b2f2fc042d3f207e021d84ed91ae79e073eaae [false] [Pipeline] sh 09:52:15 + git log --format=format:%s -1 69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] echo 09:52:15 ========================================================= 09:52:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:52:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 09:52:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:52:15 + grep -v github /etc/ssh/ssh_known_hosts 09:52:15 + [ -e /tmp/ssh_known_hosts ] 09:52:15 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:52:15 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:52:15 + sudo tee -a /etc/ssh/ssh_known_hosts 09:52:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:52:16 09:52:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:52:16 0.1.4: Pulling from edgex-devops/py-git-semver 09:52:16 b85a868b505f: Pulling fs layer 09:52:16 e2be974225ed: Pulling fs layer 09:52:16 339a4e72a1f5: Pulling fs layer 09:52:16 988bab9f4d93: Pulling fs layer 09:52:16 1469e6f7b9e6: Pulling fs layer 09:52:16 eaf3925da568: Pulling fs layer 09:52:16 bab4dde63d76: Pulling fs layer 09:52:16 bde34c3a00c8: Pulling fs layer 09:52:16 b352a97aabf1: Pulling fs layer 09:52:16 988bab9f4d93: Waiting 09:52:16 eaf3925da568: Waiting 09:52:16 bab4dde63d76: Waiting 09:52:16 1469e6f7b9e6: Waiting 09:52:16 bde34c3a00c8: Waiting 09:52:16 b352a97aabf1: Waiting 09:52:16 4872d77fe225: Pulling fs layer 09:52:16 5851b861e8e6: Pulling fs layer 09:52:16 4872d77fe225: Waiting 09:52:16 5851b861e8e6: Waiting 09:52:16 e2be974225ed: Verifying Checksum 09:52:16 e2be974225ed: Download complete 09:52:16 988bab9f4d93: Download complete 09:52:16 1469e6f7b9e6: Verifying Checksum 09:52:16 1469e6f7b9e6: Download complete 09:52:16 eaf3925da568: Download complete 09:52:16 339a4e72a1f5: Verifying Checksum 09:52:16 339a4e72a1f5: Download complete 09:52:16 bde34c3a00c8: Download complete 09:52:16 b352a97aabf1: Download complete 09:52:16 4872d77fe225: Verifying Checksum 09:52:16 4872d77fe225: Download complete 09:52:16 5851b861e8e6: Download complete 09:52:16 b85a868b505f: Verifying Checksum 09:52:16 b85a868b505f: Download complete 09:52:17 bab4dde63d76: Verifying Checksum 09:52:17 bab4dde63d76: Download complete 09:52:17 b85a868b505f: Pull complete 09:52:18 e2be974225ed: Pull complete 09:52:18 339a4e72a1f5: Pull complete 09:52:18 988bab9f4d93: Pull complete 09:52:19 1469e6f7b9e6: Pull complete 09:52:19 eaf3925da568: Pull complete 09:52:20 bab4dde63d76: Pull complete 09:52:20 bde34c3a00c8: Pull complete 09:52:20 b352a97aabf1: Pull complete 09:52:20 4872d77fe225: Pull complete 09:52:20 5851b861e8e6: Pull complete 09:52:20 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:52:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:52:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:52:21 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 09:52:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:52:22 $ docker top 8031e0b4cb1ed4f1306b5efe3f35050e4d3db710f5231d1dfbfe9e610623fe0d -eo pid,comm 09:52:22 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). 09:52:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:52:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:52:22 [ssh-agent] Looking for ssh-agent implementation... 09:52:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:52:22 $ docker exec 8031e0b4cb1ed4f1306b5efe3f35050e4d3db710f5231d1dfbfe9e610623fe0d ssh-agent 09:52:23 SSH_AUTH_SOCK=/tmp/ssh-iVR1k8h5klbI/agent.32 09:52:23 SSH_AGENT_PID=38 09:52:23 Running ssh-add (command line suppressed) 09:52:23 Identity added: /w/workspace/edgex-go/419@tmp/private_key_14223922942985341622.key (/w/workspace/edgex-go/419@tmp/private_key_14223922942985341622.key) 09:52:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:52:23 + git tag --points-at HEAD [Pipeline] } 09:52:23 $ docker exec --env ******** --env ******** 8031e0b4cb1ed4f1306b5efe3f35050e4d3db710f5231d1dfbfe9e610623fe0d ssh-agent -k 09:52:23 unset SSH_AUTH_SOCK; 09:52:23 unset SSH_AGENT_PID; 09:52:23 echo Agent pid 38 killed; 09:52:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:52:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:52:23 [ssh-agent] Looking for ssh-agent implementation... 09:52:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:52:23 $ docker exec 8031e0b4cb1ed4f1306b5efe3f35050e4d3db710f5231d1dfbfe9e610623fe0d ssh-agent 09:52:23 SSH_AUTH_SOCK=/tmp/ssh-BfRkGmLc824q/agent.70 09:52:23 SSH_AGENT_PID=76 09:52:23 Running ssh-add (command line suppressed) 09:52:23 Identity added: /w/workspace/edgex-go/419@tmp/private_key_13615011304968545854.key (/w/workspace/edgex-go/419@tmp/private_key_13615011304968545854.key) 09:52:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:52:24 + git semver init 09:52:24 2023-02-17 09:52:24,436 [run_init] DEBUG init version:0.0.0 force:False 09:52:24 2023-02-17 09:52:24,437 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/419/.semver 09:52:24 2023-02-17 09:52:24,437 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/419/.semver 09:52:24 2023-02-17 09:52:24,437 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/419/.semver'], cwd=/w/workspace/edgex-go/419, universal_newlines=False, shell=None, istream=None) 09:52:29 2023-02-17 09:52:29,520 [append_file] DEBUG append to file:/w/workspace/edgex-go/419/.git/info/exclude 09:52:29 2023-02-17 09:52:29,521 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/419/.semver/main with force:False 09:52:29 2023-02-17 09:52:29,521 [read_version] DEBUG read version from /w/workspace/edgex-go/419/.semver/main 09:52:29 2023-02-17 09:52:29,521 [read_version] DEBUG read version from /w/workspace/edgex-go/419/.semver/main 09:52:29 3.0.0-dev.58 [Pipeline] } 09:52:29 $ docker exec --env ******** --env ******** 8031e0b4cb1ed4f1306b5efe3f35050e4d3db710f5231d1dfbfe9e610623fe0d ssh-agent -k 09:52:29 unset SSH_AUTH_SOCK; 09:52:29 unset SSH_AGENT_PID; 09:52:29 echo Agent pid 76 killed; 09:52:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:52:30 + git semver [Pipeline] } 09:52:30 $ docker stop --time=1 8031e0b4cb1ed4f1306b5efe3f35050e4d3db710f5231d1dfbfe9e610623fe0d 09:52:31 $ docker rm -f --volumes 8031e0b4cb1ed4f1306b5efe3f35050e4d3db710f5231d1dfbfe9e610623fe0d [Pipeline] // withDockerContainer [Pipeline] sh 09:52:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:52:32 Stashed 1 file(s) [Pipeline] echo 09:52:32 [edgeXSemver]: initialized semver on version 3.0.0-dev.58 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:52:32 + git config --global --add safe.directory /w/workspace/edgex-go/419 [Pipeline] echo 09:52:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:52:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:52:32 ========================================================= 09:52:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 09:52:32 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:52:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:52:33 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 09:52:33 213ec9aee27d: Pulling fs layer 09:52:33 4583459ba037: Pulling fs layer 09:52:33 93c1e223e6f2: Pulling fs layer 09:52:33 53926ce57604: Pulling fs layer 09:52:33 21b2b0c7a3f4: Pulling fs layer 09:52:33 22ff95d597cd: Pulling fs layer 09:52:33 12d6caf4c0d1: Pulling fs layer 09:52:33 96b7cbca73a9: Pulling fs layer 09:52:33 a7acece74701: Pulling fs layer 09:52:33 21b2b0c7a3f4: Waiting 09:52:33 22ff95d597cd: Waiting 09:52:33 a7acece74701: Waiting 09:52:33 96b7cbca73a9: Waiting 09:52:33 53926ce57604: Waiting 09:52:33 12d6caf4c0d1: Waiting 09:52:33 93c1e223e6f2: Download complete 09:52:33 4583459ba037: Verifying Checksum 09:52:33 4583459ba037: Download complete 09:52:33 21b2b0c7a3f4: Download complete 09:52:33 22ff95d597cd: Verifying Checksum 09:52:33 22ff95d597cd: Download complete 09:52:33 213ec9aee27d: Verifying Checksum 09:52:33 213ec9aee27d: Download complete 09:52:33 12d6caf4c0d1: Download complete 09:52:33 213ec9aee27d: Pull complete 09:52:33 4583459ba037: Pull complete 09:52:33 93c1e223e6f2: Pull complete 09:52:34 a7acece74701: Verifying Checksum 09:52:34 a7acece74701: Download complete 09:52:34 53926ce57604: Download complete 09:52:35 96b7cbca73a9: Verifying Checksum 09:52:35 96b7cbca73a9: Download complete 09:52:38 53926ce57604: Pull complete 09:52:38 21b2b0c7a3f4: Pull complete 09:52:38 22ff95d597cd: Pull complete 09:52:38 12d6caf4c0d1: Pull complete 09:52:40 96b7cbca73a9: Pull complete 09:52:41 a7acece74701: Pull complete 09:52:41 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 09:52:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:52:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 09:52:41 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:52:41 WORKDIR /edgex 09:52:41 COPY go.mod . 09:52:41 RUN go mod download 09:52:41 + docker build -t ci-base-image-x86_64 -f - . 09:52:42 Sending build context to Docker daemon 170.3MB 09:52:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 09:52:42 ---> db6d94c90886 09:52:42 Step 2/4 : WORKDIR /edgex 09:52:45 ---> Running in 185c36ab5f35 09:52:45 Removing intermediate container 185c36ab5f35 09:52:45 ---> a5289bcb5a30 09:52:45 Step 3/4 : COPY go.mod . 09:52:45 ---> 48e4c462dfe1 09:52:45 Step 4/4 : RUN go mod download 09:52:45 ---> Running in 8800c4aceec0 09:52:47 Still waiting to schedule task 09:52:47 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6442’ 09:52:55 Removing intermediate container 8800c4aceec0 09:52:55 ---> 24a73c30da26 09:52:55 Successfully built 24a73c30da26 09:52:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:55 + docker inspect -f . ci-base-image-x86_64 09:52:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:52:55 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 09:52:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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 ******** ci-base-image-x86_64 cat 09:52:55 $ docker top b89f3dc70f36e0c797b3e6cd96c05995693fdd4d90518c9544e32a5958eece56 -eo pid,comm [Pipeline] { [Pipeline] sh 09:52:56 + go version 09:52:56 go version go1.18.7 linux/amd64 [Pipeline] } 09:52:56 $ docker stop --time=1 b89f3dc70f36e0c797b3e6cd96c05995693fdd4d90518c9544e32a5958eece56 09:52:57 $ docker rm -f --volumes b89f3dc70f36e0c797b3e6cd96c05995693fdd4d90518c9544e32a5958eece56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:57 + docker inspect -f . ci-base-image-x86_64 09:52:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:52:58 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 09:52:58 $ 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/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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 ******** ci-base-image-x86_64 cat 09:52:58 $ docker top b339030d68af84ea36c5c3c00b43d29f18c0e43fbee24554c30080414a14ecab -eo pid,comm [Pipeline] { [Pipeline] echo 09:52:58 ========================================================= 09:52:58 [edgeXBuildGoParallel] Running Tests and Build... 09:52:58 ========================================================= [Pipeline] sh 09:52:58 + git config --global --add safe.directory /w/workspace/edgex-go/419 [Pipeline] fileExists [Pipeline] sh 09:52:59 + make test 09:52:59 go test -race -coverprofile=coverage.out ./... 09:53:05 ? github.com/edgexfoundry/edgex-go [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 09:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.069s coverage: 28.7% of statements 09:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.080s coverage: 98.5% of statements 09:53:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.135s coverage: 73.7% of statements 09:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 09:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 09:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 09:53:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.085s coverage: 54.0% of statements 09:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:53:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.218s coverage: 88.5% of statements 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.094s coverage: 3.9% of statements 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.514s coverage: 95.6% of statements 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/io 0.080s coverage: 72.2% of statements 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 65.9% of statements 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.072s coverage: 0.9% of statements 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.046s coverage: 29.6% of statements 09:53:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 47.1% of statements 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.092s coverage: 82.9% of statements 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements 09:53:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 09:53:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements 09:53:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.365s coverage: 79.9% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 64.4% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 86.9% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.062s coverage: 20.0% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 77.4% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.230s coverage: 91.2% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.215s coverage: 63.1% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 65.3% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.173s coverage: 41.0% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.074s coverage: 17.7% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.166s coverage: 92.3% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 63.2% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:53:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 09:53:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 09:53:48 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 09:54:06 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." 09:54:06 go vet ./... 09:54:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:54:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:54:07 ./bin/test-attribution-txt.sh [Pipeline] echo 09:54:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 09:54:08 + ls -al . 09:54:08 total 744 09:54:08 drwxrwxr-x 11 1001 1001 4096 Feb 17 09:52 . 09:54:08 drwxr-xr-x 4 root root 4096 Feb 17 09:52 .. 09:54:08 drwxrwxr-x 2 1001 1001 4096 Feb 17 09:52 .blubracket 09:54:08 -rw-rw-r-- 1 1001 1001 16 Feb 17 09:52 .dockerignore 09:54:08 drwxrwxr-x 8 1001 1001 4096 Feb 17 09:53 .git 09:54:08 drwxrwxr-x 3 1001 1001 4096 Feb 17 09:52 .github 09:54:08 -rw-rw-r-- 1 1001 1001 1024 Feb 17 09:52 .gitignore 09:54:08 -rw-rw-r-- 1 1001 1001 42 Feb 17 09:52 .golangci.yml 09:54:08 -rw-rw-r-- 1 1001 1001 87 Feb 17 09:52 .hadolint.yml 09:54:08 drwxr-xr-x 3 1001 1001 4096 Feb 17 09:52 .semver 09:54:08 -rw-rw-r-- 1 1001 1001 166 Feb 17 09:52 .sonarcloud.properties 09:54:08 -rw-rw-r-- 1 1001 1001 1171 Feb 17 09:52 ADOPTERS.md 09:54:08 -rw-rw-r-- 1 1001 1001 10825 Feb 17 09:52 Attribution.txt 09:54:08 -rw-rw-r-- 1 1001 1001 73765 Feb 17 09:52 CHANGELOG.md 09:54:08 -rw-rw-r-- 1 1001 1001 3804 Feb 17 09:52 CONTRIBUTING.md 09:54:08 -rw-rw-r-- 1 1001 1001 677 Feb 17 09:52 GOVERNANCE.md 09:54:08 -rw-rw-r-- 1 1001 1001 883 Feb 17 09:52 Jenkinsfile 09:54:08 -rw-rw-r-- 1 1001 1001 10775 Feb 17 09:52 LICENSE 09:54:08 -rw-rw-r-- 1 1001 1001 13375 Feb 17 09:52 Makefile 09:54:08 -rw-rw-r-- 1 1001 1001 582 Feb 17 09:52 OWNERS.md 09:54:08 -rw-rw-r-- 1 1001 1001 9403 Feb 17 09:52 README.md 09:54:08 -rw-rw-r-- 1 1001 1001 6912 Feb 17 09:52 SECURITY.md 09:54:08 -rw-rw-r-- 1 1001 1001 12 Feb 17 09:52 VERSION 09:54:08 drwxrwxr-x 2 1001 1001 4096 Feb 17 09:52 bin 09:54:08 drwxrwxr-x 17 1001 1001 4096 Feb 17 09:52 cmd 09:54:08 -rw-r--r-- 1 root root 487323 Feb 17 09:53 coverage.out 09:54:08 -rw-rw-r-- 1 1001 1001 3295 Feb 17 09:52 go.mod 09:54:08 -rw-rw-r-- 1 1001 1001 33318 Feb 17 09:52 go.sum 09:54:08 drwxrwxr-x 7 1001 1001 4096 Feb 17 09:52 internal 09:54:08 drwxrwxr-x 3 1001 1001 4096 Feb 17 09:52 openapi 09:54:08 drwxrwxr-x 4 1001 1001 4096 Feb 17 09:52 snap 09:54:08 -rw-rw-r-- 1 1001 1001 204 Feb 17 09:52 version.go [Pipeline] sh 09:54:08 + '[' -e coverage.out ] 09:54:08 + chown 1001:1001 coverage.out [Pipeline] stash 09:54:08 Stashed 1 file(s) [Pipeline] sh 09:54:09 + make build 09:54:09 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:54:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:54:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:54:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:54:23 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:54:31 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:54:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:54:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:54:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:54:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:54:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:54:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 09:54:39 $ docker stop --time=1 b339030d68af84ea36c5c3c00b43d29f18c0e43fbee24554c30080414a14ecab 09:54:42 $ docker rm -f --volumes b339030d68af84ea36c5c3c00b43d29f18c0e43fbee24554c30080414a14ecab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:54:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:54:42 09:54:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:54:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:54:43 latest: Pulling from edgex-devops/edgex-compose 09:54:43 cbdbe7a5bc2a: Pulling fs layer 09:54:43 ca9280d653b3: Pulling fs layer 09:54:43 7e9c9ca2126c: Pulling fs layer 09:54:43 cbdbe7a5bc2a: Download complete 09:54:43 ca9280d653b3: Verifying Checksum 09:54:43 ca9280d653b3: Download complete 09:54:43 cbdbe7a5bc2a: Pull complete 09:54:44 7e9c9ca2126c: Download complete 09:54:44 ca9280d653b3: Pull complete 09:54:47 7e9c9ca2126c: Pull complete 09:54:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:54:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:54:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:54:47 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 09:54:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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 09:54:49 $ docker top 73c44b703889f20cb934a259972f1474f6cc3e984d67262154730581a5181173 -eo pid,comm [Pipeline] { [Pipeline] sh 09:54:49 + docker-compose build --help 09:54:49 + grep parallel 09:54:50 --parallel Build images in parallel. [Pipeline] } 09:54:50 $ docker stop --time=1 73c44b703889f20cb934a259972f1474f6cc3e984d67262154730581a5181173 09:54:51 $ docker rm -f --volumes 73c44b703889f20cb934a259972f1474f6cc3e984d67262154730581a5181173 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:54:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:54:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:54:51 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 09:54:51 $ 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/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:54:52 $ docker top a835ec8d618f2dfba28bab8514e167a604095aaa66619dbc8c7f47e6658d9b6f -eo pid,comm [Pipeline] { [Pipeline] sh 09:54:52 + docker-compose -f ./docker-compose-build.yml build --parallel 09:54:53 Building core-command ... 09:54:53 Building core-common-config-bootstrapper ... 09:54:53 Building core-data ... 09:54:53 Building core-metadata ... 09:54:53 Building security-bootstrapper ... 09:54:53 Building security-proxy-setup ... 09:54:53 Building security-secretstore-setup ... 09:54:53 Building security-spiffe-token-provider ... 09:54:53 Building security-spire-agent ... 09:54:53 Building security-spire-config ... 09:54:53 Building security-spire-server ... 09:54:53 Building support-notifications ... 09:54:53 Building support-scheduler ... 09:54:53 Building core-metadata 09:54:53 Building security-proxy-setup 09:54:53 Building core-data 09:54:53 Building security-secretstore-setup 09:54:53 Building core-command 09:55:03 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:55:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:55:03 ---> 24a73c30da26 09:55:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:55:03 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:55:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:55:03 ---> 24a73c30da26 09:55:03 Step 3/21 : WORKDIR /edgex-go 09:55:03 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:55:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:55:03 ---> 24a73c30da26 09:55:03 Step 3/24 : ARG ADD_BUILD_TAGS="" 09:55:03 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:55:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:55:03 ---> 24a73c30da26 09:55:03 Step 3/22 : ARG ADD_BUILD_TAGS="" 09:55:03 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:55:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:55:03 ---> 24a73c30da26 09:55:03 Step 3/24 : WORKDIR /edgex-go 09:55:07 ---> Running in 7283746d704c 09:55:07 ---> Running in 2498ce0cb8b7 09:55:07 ---> Running in 0abd039ef7d3 09:55:07 ---> Running in edbcc50a8ec5 09:55:07 ---> Running in 2c1d26c24526 09:55:07 Removing intermediate container edbcc50a8ec5 09:55:07 ---> cfe82a3e9600 09:55:07 Step 4/22 : WORKDIR /edgex-go 09:55:07 Removing intermediate container 7283746d704c 09:55:07 ---> 5834514934e5 09:55:07 Step 4/24 : WORKDIR /edgex-go 09:55:07 Removing intermediate container 2c1d26c24526 09:55:07 ---> abe60df2f8e8 09:55:07 Step 4/23 : WORKDIR /edgex-goRemoving intermediate container 0abd039ef7d3 09:55:07 09:55:07 ---> fc22fdee48ce 09:55:07 Step 4/24 : RUN apk add --update --no-cache make git 09:55:07 Removing intermediate container 2498ce0cb8b7 09:55:07 ---> 2f844207f146 09:55:07 Step 4/21 : RUN apk add --update --no-cache make git 09:55:07 ---> Running in 13124c223b8b 09:55:07 ---> Running in 114ac9b5953e 09:55:07 ---> Running in f356fd83826d 09:55:07 ---> Running in b5b0805f77df 09:55:07 ---> Running in c6bf2287cf43 09:55:07 Removing intermediate container b5b0805f77df 09:55:07 ---> 18ee9a921951 09:55:07 Step 5/24 : RUN apk add --update --no-cache make git 09:55:07 Removing intermediate container 114ac9b5953e 09:55:07 ---> eddebcfd04fb 09:55:07 Step 5/23 : RUN apk add --update --no-cache make git 09:55:07 Removing intermediate container f356fd83826d 09:55:07 ---> bcaab1ed0f78 09:55:07 Step 5/22 : RUN apk add --update --no-cache make git 09:55:07 ---> Running in e37deeb49129 09:55:07 ---> Running in 9cbeed58c036 09:55:07 ---> Running in 75914fc6e7d1 09:55:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:55:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:55:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:55:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:55:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:55:08 OK: 211 MiB in 51 packages 09:55:08 OK: 211 MiB in 51 packages 09:55:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:55:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:55:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:55:08 OK: 211 MiB in 51 packages 09:55:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:55:08 OK: 211 MiB in 51 packages 09:55:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:55:08 Removing intermediate container c6bf2287cf43 09:55:08 ---> eb909674e12c 09:55:08 Step 5/21 : COPY go.mod vendor* ./ 09:55:09 OK: 211 MiB in 51 packages 09:55:09 Removing intermediate container 13124c223b8b 09:55:09 ---> 1c650b78f93a 09:55:09 Step 5/24 : COPY go.mod vendor* ./ 09:55:09 ---> a4dc73bab7cd 09:55:09 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:55:09 ---> Running in a40af3b22ba1 09:55:09 ---> 97a94a0508d7 09:55:09 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:55:09 Removing intermediate container 9cbeed58c036 09:55:09 ---> 5454ee8065aa 09:55:09 Step 6/22 : COPY go.mod vendor* ./ 09:55:09 ---> Running in a663c077735e 09:55:09 Removing intermediate container e37deeb49129 09:55:09 ---> 71898b85181e 09:55:09 Step 6/24 : COPY go.mod vendor* ./ 09:55:09 Removing intermediate container 75914fc6e7d1 09:55:09 ---> bd44cb088635 09:55:09 Step 6/23 : COPY go.mod vendor* ./ 09:55:09 ---> 65c204d96023 09:55:09 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:55:09 ---> Running in 98928c04750f 09:55:09 ---> acb696d3d44f 09:55:09 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:55:09 ---> Running in 7ecfa0192b8c 09:55:09 ---> f1cf9e0c4891 09:55:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:55:09 ---> Running in 007c29fb8934 09:55:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6445 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 09:55:48 Running in /w/workspace/edgex-go/419 [Pipeline] { [Pipeline] checkout 09:55:48 The recommended git tool is: git 09:55:48 Removing intermediate container 98928c04750f 09:55:48 ---> d1503aeb6581 09:55:48 Step 8/22 : COPY . . 09:55:48 Removing intermediate container 7ecfa0192b8c 09:55:48 ---> c60c34549446 09:55:48 Step 8/24 : COPY . . 09:55:48 Removing intermediate container a40af3b22ba1 09:55:48 ---> be2439d3f113 09:55:48 Step 7/21 : COPY . . 09:55:48 Removing intermediate container a663c077735e 09:55:48 ---> 00fb05dc2be7 09:55:48 Step 7/24 : COPY . . 09:55:48 Removing intermediate container 007c29fb8934 09:55:48 ---> e6c781efc955 09:55:48 Step 8/23 : COPY . . 09:55:53 ---> 72c0bf7089f7 09:55:53 ---> f5e02e2563e3 09:55:53 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 09:55:53 09:55:53 ---> 16455b6e5e6c 09:55:53 ---> 793be9d4dd31 09:55:53 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-commandStep 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 09:55:53 09:55:53 ---> fefa7c377898 09:55:53 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:55:53 ---> Running in 27f32bf70dba 09:55:53 ---> Running in 6935d8f956db 09:55:53 ---> Running in dd0de874dbbb 09:55:53 ---> Running in 2ffe35ed5647 09:55:53 ---> Running in 3ef65f3f192f 09:55:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:55:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 09:55:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:55:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:55:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 09:55:54 using credential edgex-jenkins-ssh 09:55:54 Cloning the remote Git repository 09:55:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:55:54 > git init /w/workspace/edgex-go/419 # timeout=10 09:55:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:55:55 > git --version # timeout=10 09:55:55 > git --version # 'git version 2.25.1' 09:55:55 using GIT_SSH to set credentials SSH Credentials for GitHub 09:55:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:56:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:56:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:56:13 Avoid second fetch 09:56:13 Checking out Revision 69b2f2fc042d3f207e021d84ed91ae79e073eaae (main) 09:56:14 Commit message: "Merge pull request #4369 from jinlinGuan/contracts-issue-771" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:56:13 > git config core.sparsecheckout # timeout=10 09:56:13 > git checkout -f 69b2f2fc042d3f207e021d84ed91ae79e073eaae # timeout=10 09:56:15 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:56:15 % Total % Received % Xferd Average Speed Time Time Time Current 09:56:15 Dload Upload Total Spent Left Speed 09:56:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 222k 0 --:--:-- --:--:-- --:--:-- 222k [Pipeline] sh 09:56:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:56:16 + sudo tee /etc/docker/daemon.new 09:56:16 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:56:16 { 09:56:16 "registry-mirrors": [ 09:56:16 "https://nexus3.edgexfoundry.org:10001" 09:56:16 ], 09:56:16 "bip": "10.250.0.254/24", 09:56:16 "hosts": [ 09:56:16 "tcp://0.0.0.0:5555", 09:56:16 "unix:///var/run/docker.sock" 09:56:16 ], 09:56:16 "mtu": 1458, 09:56:16 "selinux-enabled": true, 09:56:16 "seccomp-profile": "/etc/docker/seccomp.json" 09:56:16 } [Pipeline] sh 09:56:16 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:56:16 + sudo service docker restart 09:56:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 09:56:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:56:28 Removing intermediate container 3ef65f3f192f 09:56:28 ---> 72a46ef3f0b6 09:56:28 09:56:28 Step 9/24 : FROM alpine:3.16 09:56:28 Removing intermediate container 6935d8f956db 09:56:28 ---> b702f2869e14 09:56:28 09:56:28 Step 9/21 : FROM alpine:3.16 09:56:28 Removing intermediate container dd0de874dbbb 09:56:28 ---> e38e5c0d641f 09:56:28 09:56:28 Step 10/23 : FROM alpine:3.16 09:56:28 Removing intermediate container 2ffe35ed5647 09:56:28 ---> 4e804b61c46c 09:56:28 09:56:28 Step 10/22 : FROM alpine:3.16 09:56:28 Removing intermediate container 27f32bf70dba 09:56:28 ---> f609f7208bf2 09:56:28 09:56:28 Step 10/24 : FROM alpine:3.16 09:56:28 3.16: Pulling from library/alpine 09:56:28 3.16: Pulling from library/alpine 09:56:29 3.16: Pulling from library/alpine 09:56:29 3.16: Pulling from library/alpine 09:56:29 3.16: Pulling from library/alpine 09:56:32 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 09:56:32 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 09:56:32 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 09:56:32 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 09:56:32 Status: Downloaded newer image for alpine:3.16 09:56:32 Status: Downloaded newer image for alpine:3.16 09:56:32 Status: Image is up to date for alpine:3.16 09:56:32 Status: Downloaded newer image for alpine:3.16 09:56:32 ---> dfd21b5a31f5 09:56:32 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 09:56:32 ---> dfd21b5a31f5 09:56:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:56:32 ---> dfd21b5a31f5 09:56:32 Step 11/24 : RUN apk add --update --no-cache dumb-init 09:56:32 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 09:56:32 Status: Image is up to date for alpine:3.16 09:56:32 ---> dfd21b5a31f5 09:56:32 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 09:56:32 ---> dfd21b5a31f5 09:56:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:56:32 ---> Running in 084c9b59a3de 09:56:32 ---> Running in 3d8b15d84fde 09:56:32 ---> Running in 7b99791f47c0 09:56:32 ---> Running in c7df4bb89f00 09:56:32 ---> Running in 0409973c853b 09:56:32 Removing intermediate container 084c9b59a3de 09:56:32 ---> 5a2c225113cf 09:56:32 Step 12/22 : ENV APP_PORT=59880 09:56:32 ---> Running in 62b5b7216413 09:56:32 Removing intermediate container 62b5b7216413 09:56:32 ---> d417dfc1ac6c 09:56:32 Step 13/22 : EXPOSE $APP_PORT 09:56:32 ---> Running in 298f44ccc7fc 09:56:32 Removing intermediate container 298f44ccc7fc 09:56:32 ---> e90a85ff39fa 09:56:32 Step 14/22 : RUN apk add --update --no-cache dumb-init 09:56:32 ---> Running in 9df63931400e 09:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:56:32 (1/1) Installing dumb-init (1.2.5-r1) 09:56:32 Executing busybox-1.35.0-r17.trigger 09:56:32 OK: 6 MiB in 15 packages 09:56:32 (1/3) Installing ca-certificates (20220614-r0) 09:56:32 (2/3) Installing dumb-init (1.2.5-r1) 09:56:32 (3/3) Installing su-exec (0.2-r1) 09:56:32 Executing busybox-1.35.0-r17.trigger 09:56:32 Executing ca-certificates-20220614-r0.trigger 09:56:32 (1/1) Installing dumb-init (1.2.5-r1) 09:56:32 Executing busybox-1.35.0-r17.trigger 09:56:32 OK: 6 MiB in 15 packages 09:56:32 OK: 6 MiB in 17 packages 09:56:32 (1/6) Installing ca-certificates (20220614-r0) 09:56:32 (2/6) Installing brotli-libs (1.0.9-r6) 09:56:32 (1/1) Installing dumb-init (1.2.5-r1) 09:56:32 (3/6) Installing nghttp2-libs (1.47.0-r0) 09:56:32 Executing busybox-1.35.0-r17.trigger 09:56:32 (4/6) Installing libcurl (7.83.1-r6) 09:56:32 OK: 6 MiB in 15 packages 09:56:32 (5/6) Installing curl (7.83.1-r6) 09:56:32 (6/6) Installing dumb-init (1.2.5-r1) 09:56:32 Executing busybox-1.35.0-r17.trigger 09:56:32 Executing ca-certificates-20220614-r0.trigger 09:56:33 OK: 8 MiB in 20 packages 09:56:33 Removing intermediate container 7b99791f47c0 09:56:33 ---> 6fdd1e3f29d9 09:56:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:56:33 ---> Running in ac856a3773fa 09:56:33 Removing intermediate container 3d8b15d84fde 09:56:33 ---> 521aadeb3807 09:56:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:56:33 ---> Running in b75ac210b6e7 09:56:33 Removing intermediate container 9df63931400e 09:56:33 ---> dc21c1c5d9f3 09:56:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:56:33 Removing intermediate container ac856a3773fa 09:56:33 ---> 3265ef6e80d5 09:56:33 Step 13/23 : ENV APP_PORT=59882 09:56:33 Removing intermediate container b75ac210b6e7 09:56:33 ---> 0de0f00a86bb 09:56:33 Step 13/24 : ENV APP_PORT=59881 09:56:33 ---> Running in c82744bd7707 09:56:33 Removing intermediate container c7df4bb89f00 09:56:33 ---> e75844575433 09:56:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:56:33 ---> Running in a998ee6e342e 09:56:33 ---> Running in 5885d2904149 09:56:33 ---> e693cd465549 09:56:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:56:33 Removing intermediate container 0409973c853b 09:56:33 ---> 2bf12be7bc1b 09:56:33 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:56:34 Removing intermediate container c82744bd7707 09:56:34 ---> 419bf0df5987 09:56:34 Step 14/23 : EXPOSE $APP_PORT 09:56:34 Removing intermediate container a998ee6e342e 09:56:34 ---> eaaee8f45b2a 09:56:34 Step 14/24 : EXPOSE $APP_PORT 09:56:34 Removing intermediate container 5885d2904149 09:56:34 ---> 837b6cf030ed 09:56:34 Step 12/24 : WORKDIR / 09:56:34 ---> Running in bc7c047d734b 09:56:34 ---> Running in 8be5fdcb9626 09:56:34 ---> Running in 6017bdbcab43 09:56:34 ---> Running in abc1800471bb 09:56:34 Removing intermediate container bc7c047d734b 09:56:34 ---> e38cbe549d7b 09:56:34 Step 12/21 : WORKDIR /edgex 09:56:34 Removing intermediate container 8be5fdcb9626 09:56:34 ---> 60058c9834ca 09:56:34 Step 15/23 : WORKDIR / 09:56:34 ---> Running in 92a80d1ad094 09:56:34 Removing intermediate container 6017bdbcab43 09:56:34 ---> fb2ef8ddb59d 09:56:34 Step 15/24 : WORKDIR / 09:56:34 ---> Running in e11a5c619325 09:56:34 ---> Running in 2b0b09d20c34 09:56:34 Removing intermediate container abc1800471bb 09:56:34 ---> 8a2a19eb27fc 09:56:34 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:56:34 ---> 25cb4b6db87a 09:56:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:56:34 Removing intermediate container 92a80d1ad094 09:56:34 ---> 38898e563571 09:56:34 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:56:34 Removing intermediate container e11a5c619325 09:56:34 ---> cf13cc707bd0 09:56:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:56:34 Removing intermediate container 2b0b09d20c34 09:56:34 ---> 189d9bb5b6a6 09:56:34 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:56:34 ---> 4507ec50a705 09:56:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:56:34 ---> 5a1c4d32262b 09:56:34 Step 18/22 : ENTRYPOINT ["/core-data"] 09:56:34 ---> acb2f6c257c4 09:56:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:56:34 ---> Running in e4a4d134110b 09:56:34 ---> 07b6a3db1827 09:56:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:56:34 ---> 61833c7eb895 09:56:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:56:34 ---> cf6ecc546280 09:56:34 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:56:34 Removing intermediate container e4a4d134110b 09:56:34 ---> bbc3c9405531 09:56:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:56:34 ---> Running in 96c89f8f4869 09:56:34 ---> a619067b4886 09:56:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 09:56:35 Removing intermediate container 96c89f8f4869 09:56:35 ---> 20cfc0998612 09:56:35 Step 20/22 : LABEL arch=x86_64 09:56:35 ---> 2e72a7bdc2a7 09:56:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:56:35 ---> e0f9177e10e9 09:56:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:56:35 ---> Running in a13e85df19a6 09:56:35 ---> c6a1a3752877 09:56:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:56:35 ---> e6f1cbf81527 09:56:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:56:35 Removing intermediate container a13e85df19a6 09:56:35 ---> ed4708d9d687 09:56:35 Step 21/22 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:56:35 ---> Running in 6173e69533e8 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:56:35 provisioning config files... 09:56:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/419@tmp/config16531741238445867511tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:56:35 ---> a5ae4d3b25d2 09:56:35 Step 19/23 : ENTRYPOINT ["/core-command"] 09:56:35 ---> fbf0e89d641a 09:56:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 09:56:35 ---> Running in 76e74675669c 09:56:35 Removing intermediate container 6173e69533e8 09:56:35 ---> 8b78e1ff4a1e 09:56:35 Step 22/22 : LABEL version=3.0.0-dev.58 09:56:35 ---> 26d73f678e38 09:56:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:56:35 ---> 371486d48d24 09:56:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:56:35 ---> Running in a7404e4ae78f 09:56:35 Removing intermediate container 76e74675669c 09:56:35 ---> 1a48f2459aea 09:56:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:56:35 ---> d86ece1347e2 09:56:35 Step 20/24 : ENTRYPOINT ["/core-metadata"] 09:56:35 ---> Running in bb47e51b2db9 09:56:35 ---> Running in 340afc40e54c 09:56:35 Removing intermediate container a7404e4ae78f 09:56:35 ---> 2e9401d8135a 09:56:35 09:56:35 ---> a251328c2624 09:56:35 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:56:35 Successfully built 2e9401d8135a 09:56:35 Successfully tagged core-data:latest 09:56:35  Building core-data ... done  ---> Running in 5ca05c989815 09:56:35 Building support-scheduler 09:56:35 Removing intermediate container bb47e51b2db9 09:56:35 ---> fd1f89dbb6c3 09:56:35 Step 21/23 : LABEL arch=x86_64 09:56:35 Removing intermediate container 340afc40e54c 09:56:35 ---> 35cdc4d691d5 09:56:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:56:35 ---> docker-login.sh 09:56:35 nexus3.edgexfoundry.org:10001 09:56:35 ---> Running in 8cda3489345c 09:56:35 ---> Running in 95f5e24e8136 09:56:36 Removing intermediate container 8cda3489345c 09:56:36 ---> a8e9e8bf262c 09:56:36 Step 22/23 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:36 Configure a credential helper to remove this warning. See 09:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:36 09:56:36 Login Succeeded 09:56:36 nexus3.edgexfoundry.org:10002 09:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:36 Removing intermediate container 95f5e24e8136 09:56:36 ---> fd0c1212275a 09:56:36 Step 22/24 : LABEL arch=x86_64 09:56:36 ---> a71c56098cf9 09:56:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:56:36 ---> Running in 6a13b4dd8650 09:56:36 ---> Running in e94c61fb9a0d 09:56:36 Removing intermediate container 6a13b4dd8650 09:56:36 ---> 4824533b2cf5 09:56:36 Step 23/23 : LABEL version=3.0.0-dev.58 09:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:36 Configure a credential helper to remove this warning. See 09:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:36 09:56:36 Login Succeeded 09:56:36 nexus3.edgexfoundry.org:10003 09:56:36 ---> 2142edbd203d 09:56:36 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:56:36 ---> Running in bb139ef4d01e 09:56:36 Removing intermediate container e94c61fb9a0d 09:56:36 ---> 80b46cac233e 09:56:36 Step 23/24 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:56:36 ---> Running in 31a415687bce 09:56:36 Removing intermediate container 5ca05c989815 09:56:36 ---> b9639433a0e8 09:56:36 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 09:56:36 ---> Running in 6781339c7709 09:56:36 ---> Running in aad405e2b6a8 09:56:36 Removing intermediate container bb139ef4d01e 09:56:36 ---> aa44c75fd006 09:56:36 09:56:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:36 Configure a credential helper to remove this warning. See 09:56:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:36 09:56:36 Login Succeeded 09:56:36 nexus3.edgexfoundry.org:10004 09:56:37 Successfully built aa44c75fd006 09:56:37 Successfully tagged core-command:latest 09:56:37  Building core-command ... done Building security-spire-server 09:56:37 Removing intermediate container 6781339c7709 09:56:37 ---> e8eb058391ac 09:56:37 Step 24/24 : LABEL version=3.0.0-dev.58 09:56:37 Removing intermediate container aad405e2b6a8 09:56:37 ---> 46c01016976f 09:56:37 Step 19/21 : LABEL arch=x86_64 09:56:37 ---> Running in 5bf747e922ed 09:56:37 ---> Running in c29093a224e0 09:56:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:37 Configure a credential helper to remove this warning. See 09:56:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:37 09:56:37 Login Succeeded 09:56:37 docker.io 09:56:37 Removing intermediate container 5bf747e922ed 09:56:37 ---> 19a5bb803b70 09:56:37 09:56:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:37 Successfully built 19a5bb803b70 09:56:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:37 Configure a credential helper to remove this warning. See 09:56:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:37 09:56:37 Login Succeeded 09:56:37 ---> docker-login.sh ends [Pipeline] } 09:56:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 09:56:37 Successfully tagged core-metadata:latest [Pipeline] sh 09:56:38  Building core-metadata ... done Building security-spire-agent 09:56:38 Removing intermediate container c29093a224e0 09:56:38 ---> bc9d23686930 09:56:38 Step 20/21 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:56:38 ---> Running in c3460218d120 09:56:38 + git config --global --add safe.directory /w/workspace/edgex-go/419 [Pipeline] echo 09:56:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:56:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:56:38 ========================================================= 09:56:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 09:56:38 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:56:38 Removing intermediate container 31a415687bce 09:56:38 ---> eed93432dbf9 09:56:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:56:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 09:56:38 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:56:38 9b18e9b68314: Pulling fs layer 09:56:38 35d82f9e3411: Pulling fs layer 09:56:38 e16973657156: Pulling fs layer 09:56:38 fc693d55d65f: Pulling fs layer 09:56:38 7e9fc2657dce: Pulling fs layer 09:56:38 dda99020689f: Pulling fs layer 09:56:38 db1c61fa0a46: Pulling fs layer 09:56:38 891c053d2c06: Pulling fs layer 09:56:38 dda99020689f: Waiting 09:56:38 db1c61fa0a46: Waiting 09:56:38 891c053d2c06: Waiting 09:56:38 7e9fc2657dce: Waiting 09:56:38 fc693d55d65f: Waiting 09:56:39 e16973657156: Verifying Checksum 09:56:39 e16973657156: Download complete 09:56:39 35d82f9e3411: Verifying Checksum 09:56:39 35d82f9e3411: Download complete 09:56:39 7e9fc2657dce: Download complete 09:56:39 dda99020689f: Verifying Checksum 09:56:39 dda99020689f: Download complete 09:56:39 9b18e9b68314: Download complete 09:56:39 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:56:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:56:39 ---> 24a73c30da26 09:56:39 Step 3/22 : ARG ADD_BUILD_TAGS="" 09:56:39 ---> Using cache 09:56:39 ---> abe60df2f8e8 09:56:39 Step 4/22 : WORKDIR /edgex-go 09:56:39 ---> Using cache 09:56:39 ---> eddebcfd04fb 09:56:39 Step 5/22 : RUN apk add --update --no-cache make git 09:56:39 ---> Using cache 09:56:39 ---> bd44cb088635 09:56:39 Step 6/22 : COPY go.mod vendor* ./ 09:56:39 ---> Using cache 09:56:39 ---> f1cf9e0c4891 09:56:39 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:56:39 ---> Using cache 09:56:39 ---> e6c781efc955 09:56:39 Step 8/22 : COPY . . 09:56:39 ---> Using cache 09:56:39 ---> 16455b6e5e6c 09:56:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:56:39 Removing intermediate container c3460218d120 09:56:39 ---> 9eaac8ae9033 09:56:39 Step 21/21 : LABEL version=3.0.0-dev.58 09:56:39 ---> Running in 1b75b930309e 09:56:39 ---> Running in 08c9888a73b4 09:56:39 ---> Running in 0add3d3fde0e 09:56:39 Removing intermediate container 1b75b930309e 09:56:39 ---> 146044eeda95 09:56:39 Step 22/24 : LABEL arch=x86_64 09:56:39 Removing intermediate container 0add3d3fde0e 09:56:39 ---> aa895daab79c 09:56:39 09:56:39 ---> Running in fdaabb36b8fb 09:56:39 Successfully built aa895daab79c 09:56:39 Successfully tagged security-proxy-setup:latest 09:56:39 Building security-spire-config 09:56:39  Building security-proxy-setup ... done Removing intermediate container fdaabb36b8fb 09:56:39 ---> 57b8a62e388e 09:56:39 Step 23/24 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:56:39 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:56:39 ---> Running in 9a521d58a438 09:56:40 Removing intermediate container 9a521d58a438 09:56:40 ---> a4c033d694c4 09:56:40 Step 24/24 : LABEL version=3.0.0-dev.58 09:56:40 9b18e9b68314: Pull complete 09:56:40 891c053d2c06: Verifying Checksum 09:56:40 891c053d2c06: Download complete 09:56:40 35d82f9e3411: Pull complete 09:56:40 ---> Running in 7d96c69a0c93 09:56:41 e16973657156: Pull complete 09:56:41 Removing intermediate container 7d96c69a0c93 09:56:41 ---> 4be3ec802bf6 09:56:41 09:56:41 Successfully built 4be3ec802bf6 09:56:41 Successfully tagged security-secretstore-setup:latest 09:56:41 Building security-bootstrapper 09:56:41 db1c61fa0a46: Download complete 09:56:42 fc693d55d65f: Verifying Checksum 09:56:42 fc693d55d65f: Download complete 09:56:42  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:56:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:56:42 ---> 24a73c30da26 09:56:42 Step 3/23 : WORKDIR /edgex-go 09:56:42 ---> Using cache 09:56:42 ---> 2f844207f146 09:56:42 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 09:56:43 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:56:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:56:43 ---> 24a73c30da26 09:56:43 Step 3/24 : WORKDIR /edgex-go 09:56:43 ---> Using cache 09:56:43 ---> 2f844207f146 09:56:43 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 09:56:44 ---> Running in c8f3d72e5dd6 09:56:44 ---> Running in 5673a9ad5034 09:56:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:56:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:56:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:56:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:56:45 OK: 211 MiB in 51 packages 09:56:45 OK: 211 MiB in 51 packages 09:56:45 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:56:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:56:45 ---> 24a73c30da26 09:56:45 Step 3/24 : WORKDIR /edgex-go 09:56:45 ---> Using cache 09:56:45 ---> 2f844207f146 09:56:45 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 09:56:46 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:56:46 Step 2/32 : FROM ${BUILDER_BASE} AS builder 09:56:46 ---> 24a73c30da26 09:56:46 Step 3/32 : WORKDIR /edgex-go 09:56:46 ---> Using cache 09:56:46 ---> 2f844207f146 09:56:46 Step 4/32 : RUN apk add --update --no-cache make git 09:56:46 ---> Using cache 09:56:46 ---> eb909674e12c 09:56:46 Step 5/32 : COPY go.mod vendor* ./ 09:56:46 ---> Using cache 09:56:46 ---> a4dc73bab7cd 09:56:46 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:56:46 ---> Using cache 09:56:46 ---> be2439d3f113 09:56:46 Step 7/32 : COPY . . 09:56:46 ---> Using cache 09:56:46 ---> 72c0bf7089f7 09:56:46 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:56:46 ---> Running in 9bad72f3b95b 09:56:46 ---> Running in 80914006a595 09:56:46 Removing intermediate container 5673a9ad5034 09:56:46 ---> 7a892998b8e6 09:56:46 Step 5/24 : COPY go.mod vendor* ./ 09:56:46 Removing intermediate container c8f3d72e5dd6 09:56:46 ---> e84f3f0e03a9 09:56:46 Step 5/23 : COPY go.mod vendor* ./ 09:56:47 ---> c21f33e4081d 09:56:47 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:56:47 ---> Running in d79bea63d0f6 09:56:47 ---> 56a8725f5f80 09:56:47 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:56:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:56:47 ---> Running in ffbf8930268a 09:56:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:56:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:56:47 OK: 211 MiB in 51 packages 09:56:48 Removing intermediate container 80914006a595 09:56:48 ---> a75947708701 09:56:48 Step 5/24 : COPY go.mod vendor* ./ 09:56:48 ---> 8af22ecb9bee 09:56:48 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:56:48 ---> Running in 5984bba40a8c 09:56:54 fc693d55d65f: Pull complete 09:56:54 7e9fc2657dce: Pull complete 09:56:54 dda99020689f: Pull complete 09:56:59 db1c61fa0a46: Pull complete 09:57:01 891c053d2c06: Pull complete 09:57:01 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 09:57:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 09:57:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 09:57:01 + docker build -t ci-base-image-arm64 -f - . 09:57:01 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 09:57:01 WORKDIR /edgex 09:57:01 COPY go.mod . 09:57:01 RUN go mod download 09:57:02 Sending build context to Docker daemon 3.091MB 09:57:02 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 09:57:02 ---> f96f9c87975a 09:57:02 Step 2/4 : WORKDIR /edgex 09:57:04 ---> Running in c04c27bbc33e 09:57:04 Removing intermediate container c04c27bbc33e 09:57:04 ---> 1c00f73ac484 09:57:04 Step 3/4 : COPY go.mod . 09:57:05 ---> fcbd5b4970c1 09:57:05 Step 4/4 : RUN go mod download 09:57:05 ---> Running in ceea08421853 09:57:10 Removing intermediate container 5984bba40a8c 09:57:10 ---> 6debdc231ca0 09:57:10 Step 7/24 : COPY . . 09:57:10 Removing intermediate container ffbf8930268a 09:57:10 ---> 5177ad27407c 09:57:10 Step 7/24 : COPY . . 09:57:10 Removing intermediate container d79bea63d0f6 09:57:10 ---> 353cebaf9324 09:57:10 Step 7/23 : COPY . . 09:57:11 ---> b16f68bc98d2 09:57:11 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 09:57:11 Removing intermediate container 9bad72f3b95b 09:57:11 ---> 95fea4fa1dfb 09:57:11 09:57:11 Step 9/32 : FROM alpine:3.16 09:57:11 ---> dfd21b5a31f5 09:57:11 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:57:11 Removing intermediate container 08c9888a73b4 09:57:11 ---> 57e8ef76f8f4 09:57:11 09:57:11 Step 10/22 : FROM alpine:3.16 09:57:11 ---> dfd21b5a31f5 09:57:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:57:11 ---> Using cache 09:57:11 ---> 521aadeb3807 09:57:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:57:11 ---> Using cache 09:57:11 ---> 0de0f00a86bb 09:57:11 Step 13/22 : ENV APP_PORT=59861 09:57:11 ---> Running in 1cb65e67f205 09:57:11 ---> Running in d6b40c00db7d 09:57:12 ---> Running in e4becef66ee3 09:57:12 ---> 74d0305a51e0 09:57:12 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 09:57:12 ---> b6955c37f1af 09:57:12 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 09:57:12 ---> Running in 921b39b59563 09:57:12 ---> Running in 7ed1218a5a5e 09:57:12 Removing intermediate container 1cb65e67f205 09:57:12 ---> 95b4474afb2e 09:57:12 Step 9/23 : WORKDIR /edgex-go/spire-build 09:57:12 Removing intermediate container d6b40c00db7d 09:57:12 ---> 88a9fc0e9ca2 09:57:12 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 09:57:12 ---> Running in 103f29a6dbda 09:57:12 Removing intermediate container e4becef66ee3 09:57:12 ---> fe42cd4a7950 09:57:12 Step 14/22 : EXPOSE $APP_PORT 09:57:12 ---> Running in 100e3dff55d5 09:57:12 Removing intermediate container 7ed1218a5a5e 09:57:12 ---> ebe6901a34af 09:57:12 Step 9/24 : WORKDIR /edgex-go/spire-build 09:57:12 Removing intermediate container 921b39b59563 09:57:12 ---> 055970bf3f0f 09:57:12 Step 9/24 : WORKDIR /edgex-go/spire-build 09:57:12 ---> Running in dbfd281591cc 09:57:12 ---> Running in 702dcb4f8c64 09:57:12 Removing intermediate container 103f29a6dbda 09:57:12 ---> ea88a1f4fad4 09:57:12 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 09:57:12 ---> Running in 204e8e57d870 09:57:12 ---> Running in a8730363a18f 09:57:12 Removing intermediate container 702dcb4f8c64 09:57:12 ---> affe4d0d4531 09:57:12 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 09:57:12 Removing intermediate container dbfd281591cc 09:57:12 ---> bd5a2edd6167 09:57:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:57:12 ---> Running in 8e234521110e 09:57:12 Removing intermediate container 204e8e57d870 09:57:12 ---> 0e700374973f 09:57:12 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 09:57:12 ---> Running in 667461ca0ed6 09:57:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:57:12 ---> 8d9df819f1a7 09:57:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:57:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:57:13 (1/2) Installing dumb-init (1.2.5-r1) 09:57:13 (2/2) Installing su-exec (0.2-r1) 09:57:13 Executing busybox-1.35.0-r17.trigger 09:57:13 OK: 6 MiB in 16 packages 09:57:13 ---> ffee5698f13c 09:57:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:57:13 Removing intermediate container a8730363a18f 09:57:13 ---> 3627e3c9a312 09:57:13 Step 11/23 : WORKDIR /edgex-go 09:57:13 ---> 0accda242d71 09:57:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:57:13 ---> Running in 637ad08c1ac3 09:57:13 ---> Running in 2b90a2939e4b 09:57:13 Removing intermediate container 8e234521110e 09:57:13 ---> 14f4b6b73656 09:57:13 Step 11/24 : WORKDIR /edgex-go 09:57:13 ---> Running in df49dca00f1f 09:57:13 Removing intermediate container 667461ca0ed6 09:57:13 ---> 4ec997ea158b 09:57:13 Step 11/24 : WORKDIR /edgex-go 09:57:13 Removing intermediate container 637ad08c1ac3 09:57:13 ---> ca29b19b169d 09:57:13 09:57:13 Step 12/23 : FROM alpine:3.15 09:57:13 ---> Running in eb44a8b5141e 09:57:13 Removing intermediate container 2b90a2939e4b 09:57:13 ---> 44e4200fd3b0 09:57:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:57:13 Removing intermediate container 100e3dff55d5 09:57:13 ---> b9325990c3ec 09:57:13 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 09:57:13 3.15: Pulling from library/alpine 09:57:13 Removing intermediate container df49dca00f1f 09:57:13 ---> 3f421ed0ccfb 09:57:13 09:57:13 Step 12/24 : FROM alpine:3.15 09:57:13 ---> Running in 0f90d1f63eaf 09:57:13 ---> Running in 4ea56fb670a3 09:57:13 Removing intermediate container eb44a8b5141e 09:57:13 ---> 297dbab6aa38 09:57:13 09:57:13 Step 12/24 : FROM alpine:3.15 09:57:13 3.15: Pulling from library/alpine 09:57:13 3.15: Pulling from library/alpine 09:57:13 Removing intermediate container 0f90d1f63eaf 09:57:13 ---> 9c86bb568c74 09:57:13 Step 20/22 : LABEL arch=x86_64 09:57:14 Removing intermediate container 4ea56fb670a3 09:57:14 ---> 155bb5dfe4a1 09:57:14 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 09:57:14 ---> Running in 3c12b034ecc3 09:57:14 ---> Running in b2893eb9cd66 09:57:14 Removing intermediate container 3c12b034ecc3 09:57:14 ---> 64b918914c53 09:57:14 Step 21/22 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:57:14 Removing intermediate container b2893eb9cd66 09:57:14 ---> 333eb5689fe1 09:57:14 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 09:57:14 ---> Running in 2a4d4bd6f424 09:57:14 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 09:57:14 Status: Downloaded newer image for alpine:3.15 09:57:14 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 09:57:14 Status: Image is up to date for alpine:3.15 09:57:14 ---> Running in e9d9bd3f0fb2 09:57:14 ---> 5ce65d7b0fde 09:57:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:57:14 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 09:57:14 Status: Image is up to date for alpine:3.15 09:57:14 ---> 5ce65d7b0fde 09:57:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:57:14 ---> 5ce65d7b0fde 09:57:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:57:14 ---> Running in 93a01544a2d5 09:57:14 ---> Running in 3bd3482179ce 09:57:14 ---> Running in dcb1c98e9d24 09:57:14 Removing intermediate container 2a4d4bd6f424 09:57:14 ---> 428227d97db9 09:57:14 Step 22/22 : LABEL version=3.0.0-dev.58 09:57:14 Removing intermediate container e9d9bd3f0fb2 09:57:14 ---> c21885bec732 09:57:14 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 09:57:14 ---> Running in c1c5779577e8 09:57:14 Removing intermediate container 93a01544a2d5 09:57:14 ---> 8688394882ca 09:57:14 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:57:14 ---> Running in e1f043023b35 09:57:14 Removing intermediate container 3bd3482179ce 09:57:14 ---> 4d0bc76e62e9 09:57:14 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 09:57:14 Removing intermediate container dcb1c98e9d24 09:57:14 ---> b002e34b9f03 09:57:14 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:57:14 ---> Running in d4777ccfd67b 09:57:14 ---> Running in 83ee1297c284 09:57:14 Removing intermediate container c1c5779577e8 09:57:14 ---> c5ab54f63dd0 09:57:14 09:57:14 ---> Running in 9e8ac9dc5df3 09:57:14 Removing intermediate container e1f043023b35 09:57:14 ---> 6c5ce0bfdfdf 09:57:14 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 09:57:14 Successfully built c5ab54f63dd0 09:57:14 ---> Running in 9f68a54d50ee 09:57:14 Successfully tagged support-scheduler:latest 09:57:14  Building support-scheduler ... done Building security-spiffe-token-provider 09:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:57:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:57:15 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 09:57:15 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 09:57:15 OK: 15857 distinct packages available 09:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:57:15 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 09:57:15 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 09:57:15 OK: 15857 distinct packages available 09:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:57:15 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 09:57:15 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 09:57:15 OK: 15857 distinct packages available 09:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:57:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:57:15 (1/5) Installing dumb-init (1.2.5-r1) 09:57:15 (2/5) Installing musl-obstack (1.2.3-r0) 09:57:15 (3/5) Installing libucontext (1.1-r0) 09:57:15 (4/5) Installing gcompat (1.0.0-r4) 09:57:15 (5/5) Installing openssl (1.1.1t-r1) 09:57:15 Executing busybox-1.34.1-r7.trigger 09:57:15 OK: 7 MiB in 19 packages 09:57:15 (1/5) Installing dumb-init (1.2.5-r1) 09:57:15 (2/5) Installing musl-obstack (1.2.3-r0) 09:57:15 (3/5) Installing libucontext (1.1-r0) 09:57:15 (4/5) Installing gcompat (1.0.0-r4) 09:57:15 (5/5) Installing openssl (1.1.1t-r1) 09:57:15 (1/4) Installing dumb-init (1.2.5-r1) 09:57:15 (2/4) Installing musl-obstack (1.2.3-r0) 09:57:15 (3/4) Installing libucontext (1.1-r0) 09:57:15 (4/4) Installing gcompat (1.0.0-r4) 09:57:15 Executing busybox-1.34.1-r7.trigger 09:57:15 OK: 6 MiB in 18 packages 09:57:15 Executing busybox-1.34.1-r7.trigger 09:57:15 OK: 7 MiB in 19 packages 09:57:16 Removing intermediate container 9f68a54d50ee 09:57:16 ---> 18751ae17d15 09:57:16 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 09:57:16 ---> Running in 8d741ea29f03 09:57:16 Removing intermediate container 9e8ac9dc5df3 09:57:16 ---> 7b75e81095ea 09:57:16 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 09:57:16 Removing intermediate container d4777ccfd67b 09:57:16 ---> def74f260489 09:57:16 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:57:16 Removing intermediate container 8d741ea29f03 09:57:16 ---> 8a58674e558f 09:57:16 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 09:57:17 Removing intermediate container 83ee1297c284 09:57:17 ---> f9e06e9c39e6 09:57:17 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:57:17 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:57:17 Step 2/19 : FROM ${BUILDER_BASE} AS builder 09:57:17 ---> 24a73c30da26 09:57:17 Step 3/19 : WORKDIR /edgex-go 09:57:17 ---> Using cache 09:57:17 ---> 2f844207f146 09:57:17 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 09:57:17 ---> Running in 449d3e8988b9 09:57:17 ---> 6a43446859ba 09:57:17 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 09:57:17 ---> Running in ed6d4971a304 09:57:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:57:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:57:17 v3.16.4-16-g3c16caa8e9c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 09:57:17 v3.16.4-15-gda8bdec06a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 09:57:17 OK: 17046 distinct packages available 09:57:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:57:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:57:18 OK: 211 MiB in 51 packages 09:57:18 ---> 922f9c2316e0 09:57:18 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 09:57:18 ---> 367421c83281 09:57:18 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:57:18 ---> cefbd9b39307 09:57:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:57:18 ---> 35e723e6a143 09:57:18 ---> 316ee70d7a2e 09:57:18 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.dStep 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:57:18 09:57:18 ---> Running in 0c4d868e0bff 09:57:18 Removing intermediate container 449d3e8988b9 09:57:18 ---> a97f463450df 09:57:18 Step 5/19 : COPY go.mod vendor* ./ 09:57:18 ---> 2c724250a0e5 09:57:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:57:18 Removing intermediate container ed6d4971a304 09:57:18 ---> 69b1360d4cee 09:57:18 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 09:57:18 Removing intermediate container 0c4d868e0bff 09:57:18 ---> 78f3a8954942 09:57:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:57:18 ---> 6b8bb7e44b20 09:57:18 Step 19/24 : WORKDIR / 09:57:18 ---> 76136d5f19f3 09:57:18 ---> 9593e3996fd0 09:57:18 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ]Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:57:18 09:57:19 ---> 6277265ff51e 09:57:19 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:57:19 ---> Running in acffed4cbee2 09:57:19 ---> Running in 85ad1c3e9504 09:57:19 ---> Running in 712c7ae8bbdd 09:57:19 Removing intermediate container acffed4cbee2 09:57:19 ---> 9a3279f4848a 09:57:19 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:57:19 Removing intermediate container 712c7ae8bbdd 09:57:19 ---> 7158b6c96981 09:57:19 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:57:19 ---> Running in 1bae3da3e0c3 09:57:19 ---> 0906be621253 09:57:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:57:19 ---> Running in 6023f87cb7da 09:57:19 Removing intermediate container 1bae3da3e0c3 09:57:19 ---> 86711413ecaf 09:57:19 ---> 95fae29e7d25 09:57:19 Step 21/23 : LABEL arch=x86_64Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:57:19 09:57:19 Removing intermediate container 6023f87cb7da 09:57:19 ---> 2ae505334ca1 09:57:19 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:57:19 ---> 9059aa57ae05 09:57:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:57:19 ---> Running in a90752e3846d 09:57:19 ---> Running in f177b5b08ec8 09:57:19 Removing intermediate container a90752e3846d 09:57:19 ---> b949b42ee44a 09:57:19 Step 22/23 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:57:19 ---> 062886634e2c 09:57:19 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:57:19 ---> Running in 8d85bc3a3044 09:57:19 Removing intermediate container f177b5b08ec8 09:57:19 ---> d219276de55c 09:57:19 Step 22/24 : LABEL arch=x86_64 09:57:19 ---> 7bb6eac2751e 09:57:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:57:19 ---> Running in c9a39cc81ffc 09:57:19 Removing intermediate container 8d85bc3a3044 09:57:19 ---> 48dcc80655ad 09:57:19 Step 23/23 : LABEL version=3.0.0-dev.58 09:57:19 ---> Running in cedcdb87e410 09:57:19 ---> 49a31f0fadb2 09:57:19 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 09:57:19 Removing intermediate container c9a39cc81ffc 09:57:19 ---> 06df72de82ac 09:57:19 Step 23/24 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:57:19 ---> 9048ac189e89 09:57:19 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 09:57:19 ---> Running in 71a22b0bca2b 09:57:20 ---> Running in 67711cb1ed51 09:57:20 Removing intermediate container cedcdb87e410 09:57:20 ---> ec227af01d64 09:57:20 09:57:20 ---> cb11b51fe6f8 09:57:20 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 09:57:20 Successfully built ec227af01d64 09:57:20 Removing intermediate container 71a22b0bca2b 09:57:20 ---> 3cab36067ae7 09:57:20 Step 24/24 : LABEL version=3.0.0-dev.58 09:57:20 Successfully tagged security-spire-server:latest 09:57:20 Building core-common-config-bootstrapper 09:57:20  Building security-spire-server ... done Removing intermediate container 67711cb1ed51 09:57:20 ---> 286019e632b7 09:57:20 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 09:57:20 ---> Running in 166bed3ed391 09:57:20 ---> Running in 85dff23b00e4 09:57:20 ---> a0b83bab220f 09:57:20 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:57:20 Removing intermediate container 166bed3ed391 09:57:20 ---> 1e04e4d2ae42 09:57:20 09:57:20 Removing intermediate container 85dff23b00e4 09:57:20 ---> cd169e0b66d6 09:57:20 Step 22/24 : LABEL arch=x86_64 09:57:20 Successfully built 1e04e4d2ae42 09:57:20 Successfully tagged security-spire-config:latest 09:57:20  Building security-spire-config ... done Building support-notifications 09:57:20 ---> Running in 157299e07a34 09:57:20 ---> cfd105c0cc1d 09:57:20 Step 27/32 : RUN chmod +x /entrypoint.sh 09:57:21 ---> Running in 8190c81c6886 09:57:21 Removing intermediate container 157299e07a34 09:57:21 ---> 77a3b78d618e 09:57:21 Step 23/24 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:57:22 ---> Running in c629b71e736a 09:57:22 Removing intermediate container c629b71e736a 09:57:22 ---> 3a4c49c60025 09:57:22 Step 24/24 : LABEL version=3.0.0-dev.58 09:57:22 ---> Running in 73a0b52cc285 09:57:22 Removing intermediate container 73a0b52cc285 09:57:22 ---> 8246e60098f9 09:57:22 09:57:22 Successfully built 8246e60098f9 09:57:22 Successfully tagged security-spire-agent:latest 09:57:22  Building security-spire-agent ... done Removing intermediate container 8190c81c6886 09:57:22 ---> e51d222efa9f 09:57:22 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 09:57:23 ---> Running in 43531c1d0e45 09:57:23 Removing intermediate container 43531c1d0e45 09:57:23 ---> a9c0ac9b50ec 09:57:23 Step 29/32 : CMD ["gate"] 09:57:23 ---> Running in 667c32595a87 09:57:23 Removing intermediate container 667c32595a87 09:57:23 ---> 57fe1b17f9c1 09:57:23 Step 30/32 : LABEL arch=x86_64 09:57:23 ---> Running in e37eb0dd6611 09:57:23 Removing intermediate container e37eb0dd6611 09:57:23 ---> 5f28f958a5f5 09:57:23 Step 31/32 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:57:23 ---> Running in 064f06d3caa2 09:57:23 Removing intermediate container 064f06d3caa2 09:57:23 ---> 0af72a3b2422 09:57:23 Step 32/32 : LABEL version=3.0.0-dev.58 09:57:23 ---> Running in 8909c1f91e1c 09:57:23 Removing intermediate container 8909c1f91e1c 09:57:23 ---> 9010526e6bcb 09:57:23 09:57:24 Successfully built 9010526e6bcb 09:57:24 Successfully tagged security-bootstrapper:latest 09:57:24  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:57:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:57:24 ---> 24a73c30da26 09:57:24 Step 3/22 : ARG ADD_BUILD_TAGS="" 09:57:24 ---> Using cache 09:57:24 ---> abe60df2f8e8 09:57:24 Step 4/22 : WORKDIR /edgex-go 09:57:24 ---> Using cache 09:57:24 ---> eddebcfd04fb 09:57:24 Step 5/22 : RUN apk add --update --no-cache make git 09:57:24 ---> Using cache 09:57:24 ---> bd44cb088635 09:57:24 Step 6/22 : COPY go.mod vendor* ./ 09:57:24 ---> Using cache 09:57:24 ---> f1cf9e0c4891 09:57:24 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:57:24 ---> Using cache 09:57:24 ---> e6c781efc955 09:57:24 Step 8/22 : COPY . . 09:57:24 ---> Using cache 09:57:24 ---> 16455b6e5e6c 09:57:24 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:57:24 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:57:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:57:24 ---> 24a73c30da26 09:57:24 Step 3/22 : ARG ADD_BUILD_TAGS="" 09:57:24 ---> Using cache 09:57:24 ---> abe60df2f8e8 09:57:24 Step 4/22 : WORKDIR /edgex-go 09:57:24 ---> Using cache 09:57:24 ---> eddebcfd04fb 09:57:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:57:24 ---> Running in 3619cfdb74af 09:57:24 ---> Running in 169f5cb8096f 09:57:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:57:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:57:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:57:25 OK: 211 MiB in 51 packages 09:57:27 Removing intermediate container 169f5cb8096f 09:57:27 ---> 575315fd6c4a 09:57:27 Step 6/22 : COPY go.mod vendor* ./ 09:57:27 ---> 3c1db38fe051 09:57:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:57:27 ---> Running in 9e3031f23e04 09:57:35 Removing intermediate container 85ad1c3e9504 09:57:35 ---> 76e9027f2284 09:57:35 Step 7/19 : COPY . . 09:57:37 Removing intermediate container ceea08421853 09:57:37 ---> 0266a82f1d1f 09:57:37 Successfully built 0266a82f1d1f 09:57:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:57:37 + docker inspect -f . ci-base-image-arm64 09:57:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:57:37 prd-ubuntu20.04-docker-arm64-4c-16g-6445 does not seem to be running inside a container 09:57:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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 ******** ci-base-image-arm64 cat 09:57:39 $ docker top b250944d4c635f3fdf9476f911278c6c7cccbdca16d523f5a2eecd526eb0a8b9 -eo pid,comm [Pipeline] { [Pipeline] sh 09:57:40 + go version 09:57:40 go version go1.18.7 linux/arm64 [Pipeline] } 09:57:40 $ docker stop --time=1 b250944d4c635f3fdf9476f911278c6c7cccbdca16d523f5a2eecd526eb0a8b9 09:57:40 ---> b2469f8f62e0 09:57:40 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:57:40 ---> Running in cc2438046381 09:57:40 Removing intermediate container 9e3031f23e04 09:57:40 ---> f3f5aa9bb512 09:57:40 Step 8/22 : COPY . . 09:57:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:57:41 $ docker rm -f --volumes b250944d4c635f3fdf9476f911278c6c7cccbdca16d523f5a2eecd526eb0a8b9 [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 09:57:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:57:42 09:57:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:57:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:57:42 latest: Pulling from edgex-devops/edgex-compose-arm64 09:57:42 29e5d40040c1: Pulling fs layer 09:57:42 1ce36da41761: Pulling fs layer 09:57:42 25b303627fd3: Pulling fs layer 09:57:42 29e5d40040c1: Verifying Checksum 09:57:42 29e5d40040c1: Download complete 09:57:43 Removing intermediate container 3619cfdb74af 09:57:43 ---> c5ee4423e7c1 09:57:43 09:57:43 Step 10/22 : FROM alpine:3.16 09:57:43 ---> dfd21b5a31f5 09:57:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 09:57:43 ---> Running in 567544797ade 09:57:43 Removing intermediate container 567544797ade 09:57:43 ---> c084112d9797 09:57:43 Step 12/22 : RUN apk add --update --no-cache dumb-init 09:57:43 ---> Running in 2ec707d839d9 09:57:43 1ce36da41761: Verifying Checksum 09:57:43 1ce36da41761: Download complete 09:57:43 29e5d40040c1: Pull complete 09:57:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:57:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 09:57:43 ---> 4879450317f6 09:57:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:57:43 ---> Running in db82f6e8633b 09:57:43 (1/1) Installing dumb-init (1.2.5-r1) 09:57:43 Executing busybox-1.35.0-r17.trigger 09:57:43 OK: 6 MiB in 15 packages 09:57:44 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:57:44 Removing intermediate container 2ec707d839d9 09:57:44 ---> 06b3c944a0a7 09:57:44 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:57:44 ---> 2ed66798f340 09:57:44 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:57:44 1ce36da41761: Pull complete 09:57:44 25b303627fd3: Verifying Checksum 09:57:44 25b303627fd3: Download complete 09:57:45 ---> bc513ed39cdc 09:57:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 09:57:45 ---> baafb16c0045 09:57:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 09:57:45 ---> 0fc985ebedbc 09:57:45 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:57:45 ---> Running in d282e94f3b77 09:57:46 Removing intermediate container d282e94f3b77 09:57:46 ---> b9ebe173711c 09:57:46 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 09:57:46 ---> Running in 050ee071b971 09:57:46 Removing intermediate container 050ee071b971 09:57:46 ---> 509ed503c32f 09:57:46 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 09:57:46 ---> Running in 7cdfa2355a19 09:57:47 Removing intermediate container 7cdfa2355a19 09:57:47 ---> 528d017a371a 09:57:47 Step 20/22 : LABEL arch=x86_64 09:57:47 ---> Running in 258141463d01 09:57:47 Removing intermediate container 258141463d01 09:57:47 ---> 5bb3b07915c6 09:57:47 Step 21/22 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:57:47 ---> Running in ec517e013542 09:57:47 Removing intermediate container ec517e013542 09:57:47 ---> de7d57a7b23a 09:57:47 Step 22/22 : LABEL version=3.0.0-dev.58 09:57:47 ---> Running in c3e4a1ce9ddb 09:57:47 Removing intermediate container c3e4a1ce9ddb 09:57:47 ---> 81c79bdbaffe 09:57:47 09:57:47 Successfully built 81c79bdbaffe 09:57:47 Successfully tagged core-common-config-bootstrapper:latest 09:57:57 25b303627fd3: Pull complete 09:57:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:57:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:57:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:57:57 prd-ubuntu20.04-docker-arm64-4c-16g-6445 does not seem to be running inside a container 09:57:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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 09:57:59 $ docker top 6a37612b70b5e35e14c2ac0a7087bef2974cb7ba543a8b42cd2d2379d93af9a5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:00 + docker-compose build --help 09:58:00 + grep parallel 09:58:05  Building core-common-config-bootstrapper ... done Removing intermediate container cc2438046381 09:58:05 ---> c34801abf2e6 09:58:05 09:58:05 Step 9/19 : FROM alpine:3.15 09:58:05 ---> 5ce65d7b0fde 09:58:05 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 09:58:05 ---> Using cache 09:58:05 ---> b002e34b9f03 09:58:05 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:58:05 ---> Running in 4b9b83770103 09:58:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:58:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:58:05 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 09:58:05 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 09:58:05 OK: 15857 distinct packages available 09:58:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:58:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:58:05 (1/9) Installing ca-certificates (20220614-r0) 09:58:05 (2/9) Installing brotli-libs (1.0.9-r5) 09:58:05 (3/9) Installing nghttp2-libs (1.46.0-r0) 09:58:05 (4/9) Installing libcurl (7.80.0-r6) 09:58:05 (5/9) Installing curl (7.80.0-r6) 09:58:05 (6/9) Installing dumb-init (1.2.5-r1) 09:58:05 (7/9) Installing musl-obstack (1.2.3-r0) 09:58:05 (8/9) Installing libucontext (1.1-r0) 09:58:05 (9/9) Installing gcompat (1.0.0-r4) 09:58:05 Executing busybox-1.34.1-r7.trigger 09:58:05 Executing ca-certificates-20220614-r0.trigger 09:58:05 OK: 8 MiB in 23 packages 09:58:05 Removing intermediate container 4b9b83770103 09:58:05 ---> 17e3942b2259 09:58:05 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 09:58:05 ---> c757a1b789f6 09:58:05 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:58:05 ---> 113a7241fb48 09:58:05 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 09:58:05 ---> 7d0d615ff9d3 09:58:05 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 09:58:05 ---> Running in 346adfac2831 09:58:06 --parallel Build images in parallel. [Pipeline] } 09:58:06 $ docker stop --time=1 6a37612b70b5e35e14c2ac0a7087bef2974cb7ba543a8b42cd2d2379d93af9a5 09:58:06 Removing intermediate container 346adfac2831 09:58:06 ---> 769a83f928fb 09:58:06 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:58:06 ---> Running in dcdb7b62aeef 09:58:06 Removing intermediate container dcdb7b62aeef 09:58:06 ---> 2bca624c730c 09:58:06 Step 17/19 : LABEL arch=x86_64 09:58:06 ---> Running in b0e4630d595a 09:58:06 Removing intermediate container b0e4630d595a 09:58:06 ---> 209a19dc8bcb 09:58:06 Step 18/19 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:06 ---> Running in 5cc497688442 09:58:06 Removing intermediate container 5cc497688442 09:58:06 ---> 0bda9d8b6c54 09:58:06 Step 19/19 : LABEL version=3.0.0-dev.58 09:58:06 ---> Running in 67ba34f8ec82 09:58:06 Removing intermediate container 67ba34f8ec82 09:58:06 ---> 166c8180d2d1 09:58:06 09:58:06 Successfully built 166c8180d2d1 09:58:06 Successfully tagged security-spiffe-token-provider:latest 09:58:07  Building security-spiffe-token-provider ... done Removing intermediate container db82f6e8633b 09:58:07 ---> 27b5703f2176 09:58:07 09:58:07 Step 10/22 : FROM alpine:3.16 09:58:07 ---> dfd21b5a31f5 09:58:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:58:07 ---> Running in ff850a989b3d 09:58:07 $ docker rm -f --volumes 6a37612b70b5e35e14c2ac0a7087bef2974cb7ba543a8b42cd2d2379d93af9a5 09:58:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 09:58:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:08 (1/2) Installing ca-certificates (20220614-r0) 09:58:08 (2/2) Installing dumb-init (1.2.5-r1) 09:58:08 Executing busybox-1.35.0-r17.trigger 09:58:08 Executing ca-certificates-20220614-r0.trigger 09:58:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:58:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:08 OK: 6 MiB in 16 packages 09:58:08 prd-ubuntu20.04-docker-arm64-4c-16g-6445 does not seem to be running inside a container 09:58:08 $ 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/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:58:08 Removing intermediate container ff850a989b3d 09:58:08 ---> 5b318bdca74d 09:58:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:58:08 ---> Running in 54dd5197f959 09:58:08 Removing intermediate container 54dd5197f959 09:58:08 ---> eee2aa21ef68 09:58:08 Step 13/22 : ENV APP_PORT=59860 09:58:08 ---> Running in cc17a283e5dd 09:58:08 Removing intermediate container cc17a283e5dd 09:58:08 ---> 7966ddbbd323 09:58:08 Step 14/22 : EXPOSE $APP_PORT 09:58:08 ---> Running in 12cca4b916ee 09:58:09 Removing intermediate container 12cca4b916ee 09:58:09 ---> 3670a672e547 09:58:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:58:09 ---> 0772d55b00b1 09:58:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:58:09 ---> d9b635654e3b 09:58:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:58:09 ---> 6cbcc6eef895 09:58:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:58:09 $ docker top ce0bd39864a142f0f789d75217048a4ac5166b61ce6f42c4b1578572ccb4b930 -eo pid,comm 09:58:09 ---> Running in 09967cb05f40 09:58:09 Removing intermediate container 09967cb05f40 09:58:09 ---> 808e2f7e1258 09:58:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 09:58:09 ---> Running in 707d01b57235 09:58:09 Removing intermediate container 707d01b57235 09:58:09 ---> 74dd8ac20399 09:58:09 Step 20/22 : LABEL arch=x86_64 [Pipeline] { [Pipeline] sh 09:58:10 ---> Running in f8e79a4421d3 09:58:10 Removing intermediate container f8e79a4421d3 09:58:10 ---> a61e830ec8d5 09:58:10 Step 21/22 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:10 ---> Running in 4387b970a0a9 09:58:10 Removing intermediate container 4387b970a0a9 09:58:10 ---> 884246e3547f 09:58:10 Step 22/22 : LABEL version=3.0.0-dev.58 09:58:10 ---> Running in 7264aee59622 09:58:10 + docker-compose -f ./docker-compose-build.yml build --parallel 09:58:10 Removing intermediate container 7264aee59622 09:58:10 ---> 356b819ac157 09:58:10 09:58:10 Successfully built 356b819ac157 09:58:10 Successfully tagged support-notifications:latest 09:58:10  Building support-notifications ... done  [Pipeline] } 09:58:10 $ docker stop --time=1 a835ec8d618f2dfba28bab8514e167a604095aaa66619dbc8c7f47e6658d9b6f 09:58:12 $ docker rm -f --volumes a835ec8d618f2dfba28bab8514e167a604095aaa66619dbc8c7f47e6658d9b6f [Pipeline] // withDockerContainer [Pipeline] sh 09:58:12 + docker images 09:58:12 REPOSITORY TAG IMAGE ID CREATED SIZE 09:58:12 support-notifications latest 356b819ac157 2 seconds ago 30.7MB 09:58:12 27b5703f2176 5 seconds ago 1.74GB 09:58:12 security-spiffe-token-provider latest 166c8180d2d1 6 seconds ago 30MB 09:58:12 c34801abf2e6 10 seconds ago 1.71GB 09:58:12 core-common-config-bootstrapper latest 81c79bdbaffe 25 seconds ago 15.5MB 09:58:12 c5ee4423e7c1 31 seconds ago 1.67GB 09:58:12 security-bootstrapper latest 9010526e6bcb 49 seconds ago 20.4MB 09:58:12 security-spire-agent latest 8246e60098f9 50 seconds ago 125MB 09:58:12 security-spire-config latest 1e04e4d2ae42 52 seconds ago 85.8MB 09:58:12 security-spire-server latest ec227af01d64 53 seconds ago 86.5MB 09:58:12 support-scheduler latest c5ab54f63dd0 58 seconds ago 30MB 09:58:12 ca29b19b169d 59 seconds ago 1.55GB 09:58:12 297dbab6aa38 59 seconds ago 1.55GB 09:58:12 3f421ed0ccfb 59 seconds ago 1.55GB 09:58:12 57e8ef76f8f4 About a minute ago 1.74GB 09:58:12 95fea4fa1dfb About a minute ago 1.67GB 09:58:12 security-secretstore-setup latest 4be3ec802bf6 About a minute ago 30MB 09:58:12 security-proxy-setup latest aa895daab79c About a minute ago 27.8MB 09:58:12 core-metadata latest 19a5bb803b70 About a minute ago 18.5MB 09:58:12 core-command latest aa44c75fd006 About a minute ago 17.7MB 09:58:12 core-data latest 2e9401d8135a About a minute ago 17.9MB 09:58:12 4e804b61c46c About a minute ago 1.68GB 09:58:12 f609f7208bf2 About a minute ago 1.68GB 09:58:12 72a46ef3f0b6 About a minute ago 1.67GB 09:58:12 e38e5c0d641f About a minute ago 1.68GB 09:58:12 b702f2869e14 About a minute ago 1.67GB 09:58:12 ci-base-image-x86_64 latest 24a73c30da26 5 minutes ago 903MB 09:58:12 alpine 3.15 5ce65d7b0fde 6 days ago 5.59MB 09:58:12 alpine 3.16 dfd21b5a31f5 6 days ago 5.55MB 09:58:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 09:58:12 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 09:58:12 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 09:58:12 provisioning config files... 09:58:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/419@tmp/config8115124521710315746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:58:12 ---> docker-login.sh 09:58:12 nexus3.edgexfoundry.org:10001 09:58:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:12 Configure a credential helper to remove this warning. See 09:58:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:12 09:58:12 Login Succeeded 09:58:12 nexus3.edgexfoundry.org:10002 09:58:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:12 Configure a credential helper to remove this warning. See 09:58:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:12 09:58:12 Login Succeeded 09:58:12 nexus3.edgexfoundry.org:10003 09:58:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:13 Configure a credential helper to remove this warning. See 09:58:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:13 09:58:13 Login Succeeded 09:58:13 nexus3.edgexfoundry.org:10004 09:58:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:13 Configure a credential helper to remove this warning. See 09:58:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:13 09:58:13 Login Succeeded 09:58:13 docker.io 09:58:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:13 Configure a credential helper to remove this warning. See 09:58:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:13 09:58:13 Login Succeeded 09:58:13 ---> docker-login.sh ends [Pipeline] } 09:58:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:58:13 [edgeXDocker.push] Tagging docker image core-command with the following tags: 09:58:13 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:13 latest 09:58:13 3.0.0-dev.58 09:58:13 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:13 main 09:58:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:13 + docker push nexus3.edgexfoundry.org:10004/core-command:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:58:13 001f67c17b20: Preparing 09:58:13 35b8d469105a: Preparing 09:58:13 d6d82d4ce419: Preparing 09:58:13 3024b4cfdc8d: Preparing 09:58:13 aa5968d388b8: Preparing 09:58:13 aa5968d388b8: Layer already exists 09:58:13 3024b4cfdc8d: Pushed 09:58:13 001f67c17b20: Pushed 09:58:13 d6d82d4ce419: Pushed 09:58:15 35b8d469105a: Pushed 09:58:15 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:582f361523ccd6603ecf0d7c30d697a568515939062c665e1df20c72ab2c98a7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:15 Building core-command ... 09:58:15 Building core-common-config-bootstrapper ... 09:58:15 Building core-data ... 09:58:15 Building core-metadata ... 09:58:15 Building security-bootstrapper ... 09:58:15 Building security-proxy-setup ... 09:58:15 Building security-secretstore-setup ... 09:58:15 Building security-spiffe-token-provider ... 09:58:15 Building security-spire-agent ... 09:58:15 Building security-spire-config ... 09:58:15 Building security-spire-server ... 09:58:15 Building support-notifications ... 09:58:15 Building support-scheduler ... 09:58:15 Building core-command 09:58:15 Building security-secretstore-setup 09:58:15 Building core-metadata 09:58:15 Building security-spire-agent 09:58:15 Building security-spiffe-token-provider 09:58:15 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 09:58:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:58:15 001f67c17b20: Preparing 09:58:15 35b8d469105a: Preparing 09:58:15 d6d82d4ce419: Preparing 09:58:15 3024b4cfdc8d: Preparing 09:58:15 aa5968d388b8: Preparing 09:58:15 d6d82d4ce419: Layer already exists 09:58:15 aa5968d388b8: Layer already exists 09:58:15 35b8d469105a: Layer already exists 09:58:15 001f67c17b20: Layer already exists 09:58:15 3024b4cfdc8d: Layer already exists 09:58:15 latest: digest: sha256:582f361523ccd6603ecf0d7c30d697a568515939062c665e1df20c72ab2c98a7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:16 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.58 09:58:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:58:16 001f67c17b20: Preparing 09:58:16 35b8d469105a: Preparing 09:58:16 d6d82d4ce419: Preparing 09:58:16 3024b4cfdc8d: Preparing 09:58:16 aa5968d388b8: Preparing 09:58:16 d6d82d4ce419: Layer already exists 09:58:16 001f67c17b20: Layer already exists 09:58:16 35b8d469105a: Layer already exists 09:58:16 3024b4cfdc8d: Layer already exists 09:58:16 aa5968d388b8: Layer already exists 09:58:16 3.0.0-dev.58: digest: sha256:582f361523ccd6603ecf0d7c30d697a568515939062c665e1df20c72ab2c98a7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:17 + docker push nexus3.edgexfoundry.org:10004/core-command:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:58:17 001f67c17b20: Preparing 09:58:17 35b8d469105a: Preparing 09:58:17 d6d82d4ce419: Preparing 09:58:17 3024b4cfdc8d: Preparing 09:58:17 aa5968d388b8: Preparing 09:58:17 d6d82d4ce419: Layer already exists 09:58:17 aa5968d388b8: Layer already exists 09:58:17 35b8d469105a: Layer already exists 09:58:17 3024b4cfdc8d: Layer already exists 09:58:17 001f67c17b20: Layer already exists 09:58:17 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:582f361523ccd6603ecf0d7c30d697a568515939062c665e1df20c72ab2c98a7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:17 + docker push nexus3.edgexfoundry.org:10004/core-command:main 09:58:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:58:17 001f67c17b20: Preparing 09:58:17 35b8d469105a: Preparing 09:58:17 d6d82d4ce419: Preparing 09:58:17 3024b4cfdc8d: Preparing 09:58:17 aa5968d388b8: Preparing 09:58:17 001f67c17b20: Layer already exists 09:58:17 d6d82d4ce419: Layer already exists 09:58:17 35b8d469105a: Layer already exists 09:58:17 3024b4cfdc8d: Layer already exists 09:58:17 aa5968d388b8: Layer already exists 09:58:17 main: digest: sha256:582f361523ccd6603ecf0d7c30d697a568515939062c665e1df20c72ab2c98a7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:17 ===================================================== [Pipeline] echo 09:58:17 taggedImages: 09:58:17 - nexus3.edgexfoundry.org:10004/core-command:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:17 - nexus3.edgexfoundry.org:10004/core-command:latest 09:58:17 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.58 09:58:17 - nexus3.edgexfoundry.org:10004/core-command:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:17 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 09:58:17 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 09:58:17 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:17 latest 09:58:17 3.0.0-dev.58 09:58:17 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:17 main 09:58:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:58:18 1bfd75a10dfc: Preparing 09:58:18 a769f0f33d84: Preparing 09:58:18 04351ffbeb79: Preparing 09:58:18 3a758bfeeb6a: Preparing 09:58:18 d6d82d4ce419: Preparing 09:58:18 e4914750a15b: Preparing 09:58:18 aa5968d388b8: Preparing 09:58:18 aa5968d388b8: Waiting 09:58:18 e4914750a15b: Waiting 09:58:18 d6d82d4ce419: Layer already exists 09:58:18 04351ffbeb79: Pushed 09:58:18 e4914750a15b: Pushed 09:58:18 a769f0f33d84: Pushed 09:58:18 1bfd75a10dfc: Pushed 09:58:18 aa5968d388b8: Layer already exists 09:58:19 3a758bfeeb6a: Pushed 09:58:19 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:bdf4c0c436abe6e607f689e8041e45eb354c934a3cf58124090f7ae7e6bf447c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:19 + 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 09:58:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:58:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:58:20 1bfd75a10dfc: Preparing 09:58:20 a769f0f33d84: Preparing 09:58:20 04351ffbeb79: Preparing 09:58:20 3a758bfeeb6a: Preparing 09:58:20 d6d82d4ce419: Preparing 09:58:20 e4914750a15b: Preparing 09:58:20 aa5968d388b8: Preparing 09:58:20 e4914750a15b: Waiting 09:58:20 04351ffbeb79: Layer already exists 09:58:20 1bfd75a10dfc: Layer already exists 09:58:20 d6d82d4ce419: Layer already exists 09:58:20 a769f0f33d84: Layer already exists 09:58:20 3a758bfeeb6a: Layer already exists 09:58:20 e4914750a15b: Layer already exists 09:58:20 aa5968d388b8: Layer already exists 09:58:20 latest: digest: sha256:bdf4c0c436abe6e607f689e8041e45eb354c934a3cf58124090f7ae7e6bf447c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:20 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.58 09:58:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:58:20 1bfd75a10dfc: Preparing 09:58:20 a769f0f33d84: Preparing 09:58:20 04351ffbeb79: Preparing 09:58:20 3a758bfeeb6a: Preparing 09:58:20 d6d82d4ce419: Preparing 09:58:20 e4914750a15b: Preparing 09:58:20 aa5968d388b8: Preparing 09:58:20 e4914750a15b: Waiting 09:58:20 aa5968d388b8: Waiting 09:58:20 1bfd75a10dfc: Layer already exists 09:58:20 04351ffbeb79: Layer already exists 09:58:20 3a758bfeeb6a: Layer already exists 09:58:20 a769f0f33d84: Layer already exists 09:58:20 d6d82d4ce419: Layer already exists 09:58:20 e4914750a15b: Layer already exists 09:58:20 aa5968d388b8: Layer already exists 09:58:20 3.0.0-dev.58: digest: sha256:bdf4c0c436abe6e607f689e8041e45eb354c934a3cf58124090f7ae7e6bf447c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:21 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:58:21 1bfd75a10dfc: Preparing 09:58:21 a769f0f33d84: Preparing 09:58:21 04351ffbeb79: Preparing 09:58:21 3a758bfeeb6a: Preparing 09:58:21 d6d82d4ce419: Preparing 09:58:21 e4914750a15b: Preparing 09:58:21 aa5968d388b8: Preparing 09:58:21 e4914750a15b: Waiting 09:58:21 aa5968d388b8: Waiting 09:58:21 04351ffbeb79: Layer already exists 09:58:21 a769f0f33d84: Layer already exists 09:58:21 1bfd75a10dfc: Layer already exists 09:58:21 d6d82d4ce419: Layer already exists 09:58:21 3a758bfeeb6a: Layer already exists 09:58:21 e4914750a15b: Layer already exists 09:58:21 aa5968d388b8: Layer already exists 09:58:21 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:bdf4c0c436abe6e607f689e8041e45eb354c934a3cf58124090f7ae7e6bf447c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:21 + 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 09:58:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:58:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:58:21 1bfd75a10dfc: Preparing 09:58:21 a769f0f33d84: Preparing 09:58:21 04351ffbeb79: Preparing 09:58:21 3a758bfeeb6a: Preparing 09:58:21 d6d82d4ce419: Preparing 09:58:21 e4914750a15b: Preparing 09:58:21 aa5968d388b8: Preparing 09:58:21 e4914750a15b: Waiting 09:58:21 aa5968d388b8: Waiting 09:58:21 04351ffbeb79: Layer already exists 09:58:21 d6d82d4ce419: Layer already exists 09:58:21 3a758bfeeb6a: Layer already exists 09:58:21 a769f0f33d84: Layer already exists 09:58:21 1bfd75a10dfc: Layer already exists 09:58:21 e4914750a15b: Layer already exists 09:58:21 aa5968d388b8: Layer already exists 09:58:21 main: digest: sha256:bdf4c0c436abe6e607f689e8041e45eb354c934a3cf58124090f7ae7e6bf447c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:21 ===================================================== [Pipeline] echo 09:58:21 taggedImages: 09:58:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:58:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.58 09:58:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 09:58:21 [edgeXDocker.push] Tagging docker image core-data with the following tags: 09:58:21 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:21 latest 09:58:21 3.0.0-dev.58 09:58:21 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:21 main 09:58:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:22 + docker push nexus3.edgexfoundry.org:10004/core-data:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:58:22 f4a581dc3349: Preparing 09:58:22 89192eb00272: Preparing 09:58:22 d6d82d4ce419: Preparing 09:58:22 bb7bcaa419f3: Preparing 09:58:22 aa5968d388b8: Preparing 09:58:22 d6d82d4ce419: Layer already exists 09:58:22 aa5968d388b8: Layer already exists 09:58:22 f4a581dc3349: Pushed 09:58:22 bb7bcaa419f3: Pushed 09:58:23 89192eb00272: Pushed 09:58:24 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:dd41fee90663105c1cfa51d7cd769f850b8194c8b35f5d0a55ef344fa499faab size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:24 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 09:58:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:58:24 f4a581dc3349: Preparing 09:58:24 89192eb00272: Preparing 09:58:24 d6d82d4ce419: Preparing 09:58:24 bb7bcaa419f3: Preparing 09:58:24 aa5968d388b8: Preparing 09:58:24 f4a581dc3349: Layer already exists 09:58:24 bb7bcaa419f3: Layer already exists 09:58:24 aa5968d388b8: Layer already exists 09:58:24 89192eb00272: Layer already exists 09:58:24 d6d82d4ce419: Layer already exists 09:58:24 latest: digest: sha256:dd41fee90663105c1cfa51d7cd769f850b8194c8b35f5d0a55ef344fa499faab size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:25 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.58 09:58:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:58:25 f4a581dc3349: Preparing 09:58:25 89192eb00272: Preparing 09:58:25 d6d82d4ce419: Preparing 09:58:25 bb7bcaa419f3: Preparing 09:58:25 aa5968d388b8: Preparing 09:58:25 f4a581dc3349: Layer already exists 09:58:25 aa5968d388b8: Layer already exists 09:58:25 89192eb00272: Layer already exists 09:58:25 bb7bcaa419f3: Layer already exists 09:58:25 d6d82d4ce419: Layer already exists 09:58:26 3.0.0-dev.58: digest: sha256:dd41fee90663105c1cfa51d7cd769f850b8194c8b35f5d0a55ef344fa499faab size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:27 + docker push nexus3.edgexfoundry.org:10004/core-data:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:58:27 f4a581dc3349: Preparing 09:58:27 89192eb00272: Preparing 09:58:27 d6d82d4ce419: Preparing 09:58:27 bb7bcaa419f3: Preparing 09:58:27 aa5968d388b8: Preparing 09:58:27 aa5968d388b8: Layer already exists 09:58:27 89192eb00272: Layer already exists 09:58:27 bb7bcaa419f3: Layer already exists 09:58:27 f4a581dc3349: Layer already exists 09:58:27 d6d82d4ce419: Layer already exists 09:58:27 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:dd41fee90663105c1cfa51d7cd769f850b8194c8b35f5d0a55ef344fa499faab size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:27 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:27 + docker push nexus3.edgexfoundry.org:10004/core-data:main 09:58:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:58:27 f4a581dc3349: Preparing 09:58:27 89192eb00272: Preparing 09:58:27 d6d82d4ce419: Preparing 09:58:27 bb7bcaa419f3: Preparing 09:58:27 aa5968d388b8: Preparing 09:58:27 f4a581dc3349: Layer already exists 09:58:27 d6d82d4ce419: Layer already exists 09:58:27 bb7bcaa419f3: Layer already exists 09:58:27 aa5968d388b8: Layer already exists 09:58:27 89192eb00272: Layer already exists 09:58:27 main: digest: sha256:dd41fee90663105c1cfa51d7cd769f850b8194c8b35f5d0a55ef344fa499faab size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:27 ===================================================== [Pipeline] echo 09:58:27 taggedImages: 09:58:27 - nexus3.edgexfoundry.org:10004/core-data:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:27 - nexus3.edgexfoundry.org:10004/core-data:latest 09:58:27 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.58 09:58:27 - nexus3.edgexfoundry.org:10004/core-data:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:27 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 09:58:27 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 09:58:27 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:27 latest 09:58:27 3.0.0-dev.58 09:58:27 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:27 main 09:58:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv 09:58:28 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:58:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:58:28 ---> 0266a82f1d1f 09:58:28 Step 3/24 : WORKDIR /edgex-go 09:58:28 ---> Running in e6967d696a77 09:58:28 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:58:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:58:28 ---> 0266a82f1d1f 09:58:28 Step 3/23 : ARG ADD_BUILD_TAGS="" 09:58:28 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:58:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:58:28 ---> 0266a82f1d1f 09:58:28 Step 3/24 : WORKDIR /edgex-go 09:58:28 ---> Running in 356ebe49d857 09:58:28 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:58:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:58:28 ---> 0266a82f1d1f 09:58:28 Step 3/24 : ARG ADD_BUILD_TAGS="" 09:58:28 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 09:58:28 ---> Running in 0bc3d32eaeda 09:58:28 Step 2/19 : FROM ${BUILDER_BASE} AS builder 09:58:28 ---> 0266a82f1d1f 09:58:28 Step 3/19 : WORKDIR /edgex-go 09:58:28 ---> Running in 2353b2ed7a96 09:58:28 ---> Running in 8c8992d293a8 09:58:28 Removing intermediate container e6967d696a77 09:58:28 ---> eb5ea52e43ab 09:58:28 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 09:58:28 ---> Running in 4b7bcdd86d28 09:58:28 Removing intermediate container 356ebe49d857 09:58:28 ---> 8a67125399e7 09:58:28 Step 4/23 : WORKDIR /edgex-go 09:58:28 Removing intermediate container 0bc3d32eaeda 09:58:28 ---> 1926e2021da5 09:58:28 Step 4/24 : RUN apk add --update --no-cache make git 09:58:28 ---> Running in 06320a956f8e 09:58:28 Removing intermediate container 2353b2ed7a96 09:58:28 ---> aa21be458998 09:58:28 Step 4/24 : WORKDIR /edgex-go 09:58:28 Removing intermediate container 8c8992d293a8 09:58:28 ---> fe029eee6eaa 09:58:28 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 09:58:28 ---> Running in 669baf9c2b91 09:58:28 ---> Running in 507a0d46452b [Pipeline] { [Pipeline] sh 09:58:28 ---> Running in 133c2cec9fa7 09:58:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:58:28 d0ccb141f073: Preparing 09:58:28 141f434a03bf: Preparing 09:58:28 59959ae48e94: Preparing 09:58:28 d6d82d4ce419: Preparing 09:58:28 3024b4cfdc8d: Preparing 09:58:28 aa5968d388b8: Preparing 09:58:28 aa5968d388b8: Waiting 09:58:28 3024b4cfdc8d: Layer already exists 09:58:28 d6d82d4ce419: Layer already exists 09:58:28 aa5968d388b8: Layer already exists 09:58:28 d0ccb141f073: Pushed 09:58:28 141f434a03bf: Pushed 09:58:28 Removing intermediate container 06320a956f8e 09:58:28 ---> 23297eeaf900 09:58:28 Step 5/23 : RUN apk add --update --no-cache make git 09:58:29 ---> Running in e180cc4fe1e8 09:58:29 Removing intermediate container 507a0d46452b 09:58:29 ---> 452814fe0ba0 09:58:29 Step 5/24 : RUN apk add --update --no-cache make git 09:58:29 ---> Running in 91334d6e899d 09:58:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 09:58:29 59959ae48e94: Pushed 09:58:29 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:d6a45dba895bd776495872e7629c23d5aaa92cf36ac6c9dd8cb6e1e54b07ab97 size: 1570 [Pipeline] } [Pipeline] // withEnv 09:58:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:30 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 09:58:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:58:30 d0ccb141f073: Preparing 09:58:30 141f434a03bf: Preparing 09:58:30 59959ae48e94: Preparing 09:58:30 d6d82d4ce419: Preparing 09:58:30 3024b4cfdc8d: Preparing 09:58:30 aa5968d388b8: Preparing 09:58:30 aa5968d388b8: Waiting 09:58:30 3024b4cfdc8d: Layer already exists 09:58:30 59959ae48e94: Layer already exists 09:58:30 d0ccb141f073: Layer already exists 09:58:30 d6d82d4ce419: Layer already exists 09:58:30 141f434a03bf: Layer already exists 09:58:30 aa5968d388b8: Layer already exists 09:58:30 latest: digest: sha256:d6a45dba895bd776495872e7629c23d5aaa92cf36ac6c9dd8cb6e1e54b07ab97 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 09:58:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 09:58:30 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:30 OK: 221 MiB in 51 packages 09:58:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 09:58:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.58 09:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:58:31 d0ccb141f073: Preparing 09:58:31 141f434a03bf: Preparing 09:58:31 59959ae48e94: Preparing 09:58:31 d6d82d4ce419: Preparing 09:58:31 3024b4cfdc8d: Preparing 09:58:31 aa5968d388b8: Preparing 09:58:31 aa5968d388b8: Waiting 09:58:31 d6d82d4ce419: Layer already exists 09:58:31 3024b4cfdc8d: Layer already exists 09:58:31 59959ae48e94: Layer already exists 09:58:31 141f434a03bf: Layer already exists 09:58:31 d0ccb141f073: Layer already exists 09:58:31 aa5968d388b8: Layer already exists 09:58:31 3.0.0-dev.58: digest: sha256:d6a45dba895bd776495872e7629c23d5aaa92cf36ac6c9dd8cb6e1e54b07ab97 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 09:58:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 09:58:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 09:58:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:58:31 d0ccb141f073: Preparing 09:58:31 141f434a03bf: Preparing 09:58:31 59959ae48e94: Preparing 09:58:31 d6d82d4ce419: Preparing 09:58:31 3024b4cfdc8d: Preparing 09:58:31 aa5968d388b8: Preparing 09:58:31 aa5968d388b8: Waiting 09:58:31 d6d82d4ce419: Layer already exists 09:58:31 d0ccb141f073: Layer already exists 09:58:31 3024b4cfdc8d: Layer already exists 09:58:31 59959ae48e94: Layer already exists 09:58:31 141f434a03bf: Layer already exists 09:58:31 aa5968d388b8: Layer already exists 09:58:31 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:d6a45dba895bd776495872e7629c23d5aaa92cf36ac6c9dd8cb6e1e54b07ab97 size: 1570 [Pipeline] } [Pipeline] // withEnv 09:58:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 09:58:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:32 OK: 221 MiB in 51 packages 09:58:32 Removing intermediate container 4b7bcdd86d28 09:58:32 ---> 3a8d5a83f561 09:58:32 Step 5/24 : COPY go.mod vendor* ./ 09:58:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 09:58:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:58:32 d0ccb141f073: Preparing 09:58:32 141f434a03bf: Preparing 09:58:32 59959ae48e94: Preparing 09:58:32 d6d82d4ce419: Preparing 09:58:32 3024b4cfdc8d: Preparing 09:58:32 aa5968d388b8: Preparing 09:58:32 aa5968d388b8: Waiting 09:58:32 141f434a03bf: Layer already exists 09:58:32 3024b4cfdc8d: Layer already exists 09:58:32 d6d82d4ce419: Layer already exists 09:58:32 59959ae48e94: Layer already exists 09:58:32 d0ccb141f073: Layer already exists 09:58:32 aa5968d388b8: Layer already exists 09:58:32 main: digest: sha256:d6a45dba895bd776495872e7629c23d5aaa92cf36ac6c9dd8cb6e1e54b07ab97 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:32 ===================================================== [Pipeline] echo 09:58:32 taggedImages: 09:58:32 - nexus3.edgexfoundry.org:10004/core-metadata:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:32 - nexus3.edgexfoundry.org:10004/core-metadata:latest 09:58:32 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.58 09:58:32 - nexus3.edgexfoundry.org:10004/core-metadata:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:32 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 09:58:32 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 09:58:32 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:32 latest 09:58:32 3.0.0-dev.58 09:58:32 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:32 main 09:58:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:32 v3.16.4-16-g3c16caa8e9c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 09:58:32 v3.16.4-15-gda8bdec06a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 09:58:32 OK: 16903 distinct packages available 09:58:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 09:58:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:58:33 d1ab5e0dd029: Preparing 09:58:33 d1ab5e0dd029: Preparing 09:58:33 4a8a34e47679: Preparing 09:58:33 71c49f27d2bb: Preparing 09:58:33 91076e6d5af8: Preparing 09:58:33 f2ce43145fec: Preparing 09:58:33 a146810c9eb8: Preparing 09:58:33 d6d82d4ce419: Preparing 09:58:33 d7fb453f76ab: Preparing 09:58:33 7dc49e3f169b: Preparing 09:58:33 5a4f82839468: Preparing 09:58:33 1b57bd4b1d80: Preparing 09:58:33 aa5968d388b8: Preparing 09:58:33 a146810c9eb8: Waiting 09:58:33 7dc49e3f169b: Waiting 09:58:33 d6d82d4ce419: Waiting 09:58:33 d7fb453f76ab: Waiting 09:58:33 5a4f82839468: Waiting 09:58:33 1b57bd4b1d80: Waiting 09:58:33 aa5968d388b8: Waiting 09:58:33 f2ce43145fec: Pushed 09:58:33 91076e6d5af8: Pushed 09:58:33 71c49f27d2bb: Pushed 09:58:33 d1ab5e0dd029: Pushed 09:58:33 4a8a34e47679: Pushed 09:58:33 d6d82d4ce419: Layer already exists 09:58:33 d7fb453f76ab: Pushed 09:58:33 aa5968d388b8: Layer already exists 09:58:33 5a4f82839468: Pushed 09:58:33 1b57bd4b1d80: Pushed 09:58:33 7dc49e3f169b: Pushed 09:58:33 OK: 221 MiB in 51 packages 09:58:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 09:58:33 OK: 221 MiB in 51 packages 09:58:33 ---> a00716b6f8f4 09:58:33 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:58:33 ---> Running in 915ad5915e90 09:58:34 Removing intermediate container 669baf9c2b91 09:58:34 ---> 3e69f9722d69 09:58:34 Step 5/24 : COPY go.mod vendor* ./ 09:58:34 OK: 221 MiB in 51 packages 09:58:34 a146810c9eb8: Pushed 09:58:34 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:d238e1253ad2f4dcc2a4cea1fd80a6137c290dd07f72b7c9d4d43bf3949f4a5a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:35 Removing intermediate container e180cc4fe1e8 09:58:35 ---> dae6929604de 09:58:35 Step 6/23 : COPY go.mod vendor* ./ 09:58:35 Removing intermediate container 91334d6e899d 09:58:35 ---> e853e60c5fc2 09:58:35 Step 6/24 : COPY go.mod vendor* ./ 09:58:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:58:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:58:35 d1ab5e0dd029: Preparing 09:58:35 d1ab5e0dd029: Preparing 09:58:35 4a8a34e47679: Preparing 09:58:35 71c49f27d2bb: Preparing 09:58:35 91076e6d5af8: Preparing 09:58:35 f2ce43145fec: Preparing 09:58:35 a146810c9eb8: Preparing 09:58:35 d6d82d4ce419: Preparing 09:58:35 d7fb453f76ab: Preparing 09:58:35 7dc49e3f169b: Preparing 09:58:35 5a4f82839468: Preparing 09:58:35 1b57bd4b1d80: Preparing 09:58:35 aa5968d388b8: Preparing 09:58:35 d6d82d4ce419: Waiting 09:58:35 d7fb453f76ab: Waiting 09:58:35 7dc49e3f169b: Waiting 09:58:35 5a4f82839468: Waiting 09:58:35 1b57bd4b1d80: Waiting 09:58:35 aa5968d388b8: Waiting 09:58:35 a146810c9eb8: Waiting 09:58:35 f2ce43145fec: Layer already exists 09:58:35 71c49f27d2bb: Layer already exists 09:58:35 4a8a34e47679: Layer already exists 09:58:35 91076e6d5af8: Layer already exists 09:58:35 d1ab5e0dd029: Layer already exists 09:58:35 a146810c9eb8: Layer already exists 09:58:35 d6d82d4ce419: Layer already exists 09:58:35 7dc49e3f169b: Layer already exists 09:58:35 d7fb453f76ab: Layer already exists 09:58:35 5a4f82839468: Layer already exists 09:58:35 1b57bd4b1d80: Layer already exists 09:58:35 aa5968d388b8: Layer already exists 09:58:35 latest: digest: sha256:d238e1253ad2f4dcc2a4cea1fd80a6137c290dd07f72b7c9d4d43bf3949f4a5a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:35 ---> 64ba695086b1 09:58:35 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:58:35 Removing intermediate container 133c2cec9fa7 09:58:35 ---> 9462888d3833 09:58:35 Step 5/19 : COPY go.mod vendor* ./ 09:58:35 ---> Running in bc41032759ed 09:58:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.58 09:58:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:58:36 d1ab5e0dd029: Preparing 09:58:36 d1ab5e0dd029: Preparing 09:58:36 4a8a34e47679: Preparing 09:58:36 71c49f27d2bb: Preparing 09:58:36 91076e6d5af8: Preparing 09:58:36 f2ce43145fec: Preparing 09:58:36 a146810c9eb8: Preparing 09:58:36 d6d82d4ce419: Preparing 09:58:36 d7fb453f76ab: Preparing 09:58:36 7dc49e3f169b: Preparing 09:58:36 5a4f82839468: Preparing 09:58:36 1b57bd4b1d80: Preparing 09:58:36 aa5968d388b8: Preparing 09:58:36 d6d82d4ce419: Waiting 09:58:36 d7fb453f76ab: Waiting 09:58:36 7dc49e3f169b: Waiting 09:58:36 5a4f82839468: Waiting 09:58:36 1b57bd4b1d80: Waiting 09:58:36 aa5968d388b8: Waiting 09:58:36 a146810c9eb8: Waiting 09:58:36 f2ce43145fec: Layer already exists 09:58:36 91076e6d5af8: Layer already exists 09:58:36 4a8a34e47679: Layer already exists 09:58:36 71c49f27d2bb: Layer already exists 09:58:36 d1ab5e0dd029: Layer already exists 09:58:36 a146810c9eb8: Layer already exists 09:58:36 d6d82d4ce419: Layer already exists 09:58:36 5a4f82839468: Layer already exists 09:58:36 d7fb453f76ab: Layer already exists 09:58:36 7dc49e3f169b: Layer already exists 09:58:36 1b57bd4b1d80: Layer already exists 09:58:36 aa5968d388b8: Layer already exists 09:58:36 3.0.0-dev.58: digest: sha256:d238e1253ad2f4dcc2a4cea1fd80a6137c290dd07f72b7c9d4d43bf3949f4a5a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:36 ---> 91f117d03219 09:58:36 ---> 7f4d690f15b5 09:58:36 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:58:36 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:58:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:36 ---> Running in d558b4b66959 09:58:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:58:36 d1ab5e0dd029: Preparing 09:58:36 d1ab5e0dd029: Preparing 09:58:36 4a8a34e47679: Preparing 09:58:36 71c49f27d2bb: Preparing 09:58:36 91076e6d5af8: Preparing 09:58:36 f2ce43145fec: Preparing 09:58:36 a146810c9eb8: Preparing 09:58:36 d6d82d4ce419: Preparing 09:58:36 d7fb453f76ab: Preparing 09:58:36 7dc49e3f169b: Preparing 09:58:36 5a4f82839468: Preparing 09:58:36 1b57bd4b1d80: Preparing 09:58:36 aa5968d388b8: Preparing 09:58:36 d6d82d4ce419: Waiting 09:58:36 1b57bd4b1d80: Waiting 09:58:36 aa5968d388b8: Waiting 09:58:36 d7fb453f76ab: Waiting 09:58:36 7dc49e3f169b: Waiting 09:58:36 a146810c9eb8: Waiting 09:58:36 91076e6d5af8: Layer already exists 09:58:36 4a8a34e47679: Layer already exists 09:58:36 d1ab5e0dd029: Layer already exists 09:58:36 f2ce43145fec: Layer already exists 09:58:36 71c49f27d2bb: Layer already exists 09:58:36 a146810c9eb8: Layer already exists 09:58:36 d6d82d4ce419: Layer already exists 09:58:36 5a4f82839468: Layer already exists 09:58:36 d7fb453f76ab: Layer already exists 09:58:36 7dc49e3f169b: Layer already exists 09:58:36 1b57bd4b1d80: Layer already exists 09:58:36 aa5968d388b8: Layer already exists 09:58:36 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:d238e1253ad2f4dcc2a4cea1fd80a6137c290dd07f72b7c9d4d43bf3949f4a5a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:36 ---> Running in 46f4f00bab62 09:58:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:58:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:58:37 d1ab5e0dd029: Preparing 09:58:37 d1ab5e0dd029: Preparing 09:58:37 4a8a34e47679: Preparing 09:58:37 71c49f27d2bb: Preparing 09:58:37 91076e6d5af8: Preparing 09:58:37 f2ce43145fec: Preparing 09:58:37 a146810c9eb8: Preparing 09:58:37 d6d82d4ce419: Preparing 09:58:37 d7fb453f76ab: Preparing 09:58:37 7dc49e3f169b: Preparing 09:58:37 5a4f82839468: Preparing 09:58:37 1b57bd4b1d80: Preparing 09:58:37 aa5968d388b8: Preparing 09:58:37 d7fb453f76ab: Waiting 09:58:37 1b57bd4b1d80: Waiting 09:58:37 5a4f82839468: Waiting 09:58:37 7dc49e3f169b: Waiting 09:58:37 aa5968d388b8: Waiting 09:58:37 a146810c9eb8: Waiting 09:58:37 d6d82d4ce419: Waiting 09:58:37 d1ab5e0dd029: Layer already exists 09:58:37 91076e6d5af8: Layer already exists 09:58:37 4a8a34e47679: Layer already exists 09:58:37 71c49f27d2bb: Layer already exists 09:58:37 f2ce43145fec: Layer already exists 09:58:37 d6d82d4ce419: Layer already exists 09:58:37 d7fb453f76ab: Layer already exists 09:58:37 a146810c9eb8: Layer already exists 09:58:37 7dc49e3f169b: Layer already exists 09:58:37 5a4f82839468: Layer already exists 09:58:37 1b57bd4b1d80: Layer already exists 09:58:37 aa5968d388b8: Layer already exists 09:58:37 main: digest: sha256:d238e1253ad2f4dcc2a4cea1fd80a6137c290dd07f72b7c9d4d43bf3949f4a5a size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:37 ===================================================== [Pipeline] echo 09:58:37 taggedImages: 09:58:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:58:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.58 09:58:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 09:58:37 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 09:58:37 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:37 latest 09:58:37 3.0.0-dev.58 09:58:37 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:37 main 09:58:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:37 ---> 53c561cb12bc 09:58:37 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:58:37 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:37 ---> Running in 50aabbaa7494 09:58:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:58:38 1bdd3b513b0f: Preparing 09:58:38 dba6c7bd96f1: Preparing 09:58:38 7e8f92edd81d: Preparing 09:58:38 aea0687e4d28: Preparing 09:58:38 521639c6e582: Preparing 09:58:38 8c465ff4ee94: Preparing 09:58:38 16ae0020119b: Preparing 09:58:38 aa5968d388b8: Preparing 09:58:38 8c465ff4ee94: Waiting 09:58:38 16ae0020119b: Waiting 09:58:38 aa5968d388b8: Waiting 09:58:38 dba6c7bd96f1: Pushed 09:58:38 1bdd3b513b0f: Pushed 09:58:38 521639c6e582: Pushed 09:58:38 aa5968d388b8: Layer already exists 09:58:38 8c465ff4ee94: Pushed 09:58:38 16ae0020119b: Pushed 09:58:39 aea0687e4d28: Pushed 09:58:39 7e8f92edd81d: Pushed 09:58:39 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:1ca60b8a533d0e520f88d4f1ccce702f435b0703a909224a5b2c30168c58089b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:39 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:58:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:58:39 1bdd3b513b0f: Preparing 09:58:39 dba6c7bd96f1: Preparing 09:58:39 7e8f92edd81d: Preparing 09:58:39 aea0687e4d28: Preparing 09:58:39 521639c6e582: Preparing 09:58:39 8c465ff4ee94: Preparing 09:58:39 16ae0020119b: Preparing 09:58:39 aa5968d388b8: Preparing 09:58:39 16ae0020119b: Waiting 09:58:39 8c465ff4ee94: Waiting 09:58:39 aea0687e4d28: Layer already exists 09:58:39 521639c6e582: Layer already exists 09:58:39 dba6c7bd96f1: Layer already exists 09:58:39 7e8f92edd81d: Layer already exists 09:58:39 1bdd3b513b0f: Layer already exists 09:58:39 8c465ff4ee94: Layer already exists 09:58:39 aa5968d388b8: Layer already exists 09:58:39 16ae0020119b: Layer already exists 09:58:39 latest: digest: sha256:1ca60b8a533d0e520f88d4f1ccce702f435b0703a909224a5b2c30168c58089b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.58 09:58:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:58:40 1bdd3b513b0f: Preparing 09:58:40 dba6c7bd96f1: Preparing 09:58:40 7e8f92edd81d: Preparing 09:58:40 aea0687e4d28: Preparing 09:58:40 521639c6e582: Preparing 09:58:40 8c465ff4ee94: Preparing 09:58:40 16ae0020119b: Preparing 09:58:40 aa5968d388b8: Preparing 09:58:40 8c465ff4ee94: Waiting 09:58:40 16ae0020119b: Waiting 09:58:40 aa5968d388b8: Waiting 09:58:40 aea0687e4d28: Layer already exists 09:58:40 dba6c7bd96f1: Layer already exists 09:58:40 1bdd3b513b0f: Layer already exists 09:58:40 521639c6e582: Layer already exists 09:58:40 7e8f92edd81d: Layer already exists 09:58:40 8c465ff4ee94: Layer already exists 09:58:40 aa5968d388b8: Layer already exists 09:58:40 16ae0020119b: Layer already exists 09:58:40 3.0.0-dev.58: digest: sha256:1ca60b8a533d0e520f88d4f1ccce702f435b0703a909224a5b2c30168c58089b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:58:41 1bdd3b513b0f: Preparing 09:58:41 dba6c7bd96f1: Preparing 09:58:41 7e8f92edd81d: Preparing 09:58:41 aea0687e4d28: Preparing 09:58:41 521639c6e582: Preparing 09:58:41 8c465ff4ee94: Preparing 09:58:41 16ae0020119b: Preparing 09:58:41 aa5968d388b8: Preparing 09:58:41 8c465ff4ee94: Waiting 09:58:41 16ae0020119b: Waiting 09:58:41 aa5968d388b8: Waiting 09:58:41 dba6c7bd96f1: Layer already exists 09:58:41 aea0687e4d28: Layer already exists 09:58:41 521639c6e582: Layer already exists 09:58:41 7e8f92edd81d: Layer already exists 09:58:41 1bdd3b513b0f: Layer already exists 09:58:41 8c465ff4ee94: Layer already exists 09:58:41 16ae0020119b: Layer already exists 09:58:41 aa5968d388b8: Layer already exists 09:58:41 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:1ca60b8a533d0e520f88d4f1ccce702f435b0703a909224a5b2c30168c58089b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:58:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:58:41 1bdd3b513b0f: Preparing 09:58:41 dba6c7bd96f1: Preparing 09:58:41 7e8f92edd81d: Preparing 09:58:41 aea0687e4d28: Preparing 09:58:41 521639c6e582: Preparing 09:58:41 8c465ff4ee94: Preparing 09:58:41 16ae0020119b: Preparing 09:58:41 8c465ff4ee94: Waiting 09:58:41 aa5968d388b8: Preparing 09:58:41 16ae0020119b: Waiting 09:58:41 aa5968d388b8: Waiting 09:58:41 1bdd3b513b0f: Layer already exists 09:58:41 7e8f92edd81d: Layer already exists 09:58:41 521639c6e582: Layer already exists 09:58:41 dba6c7bd96f1: Layer already exists 09:58:41 aea0687e4d28: Layer already exists 09:58:41 16ae0020119b: Layer already exists 09:58:41 8c465ff4ee94: Layer already exists 09:58:41 aa5968d388b8: Layer already exists 09:58:41 main: digest: sha256:1ca60b8a533d0e520f88d4f1ccce702f435b0703a909224a5b2c30168c58089b size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:41 ===================================================== [Pipeline] echo 09:58:41 taggedImages: 09:58:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:58:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.58 09:58:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 09:58:41 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 09:58:41 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:41 latest 09:58:41 3.0.0-dev.58 09:58:41 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:41 main 09:58:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:58:42 4f3f66e26ac0: Preparing 09:58:42 5ad60d17f3b7: Preparing 09:58:42 86b13ad25122: Preparing 09:58:42 9d473334e5d6: Preparing 09:58:42 956d5f15cf5d: Preparing 09:58:42 b655fde6238b: Preparing 09:58:42 0df87d00a4bb: Preparing 09:58:42 20ebf305f744: Preparing 09:58:42 8575e361e1c9: Preparing 09:58:42 aa5968d388b8: Preparing 09:58:42 20ebf305f744: Waiting 09:58:42 aa5968d388b8: Waiting 09:58:42 8575e361e1c9: Waiting 09:58:42 0df87d00a4bb: Waiting 09:58:42 b655fde6238b: Waiting 09:58:42 956d5f15cf5d: Pushed 09:58:42 4f3f66e26ac0: Pushed 09:58:42 5ad60d17f3b7: Pushed 09:58:42 20ebf305f744: Pushed 09:58:42 0df87d00a4bb: Pushed 09:58:42 b655fde6238b: Pushed 09:58:42 aa5968d388b8: Layer already exists 09:58:42 8575e361e1c9: Pushed 09:58:43 9d473334e5d6: Pushed 09:58:43 86b13ad25122: Pushed 09:58:44 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:634b2fad6b8c5be140c9d5622b94ba2a346dcf553ccb3937058be66771c0f26f size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:58:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:58:44 4f3f66e26ac0: Preparing 09:58:44 5ad60d17f3b7: Preparing 09:58:44 86b13ad25122: Preparing 09:58:44 9d473334e5d6: Preparing 09:58:44 956d5f15cf5d: Preparing 09:58:44 b655fde6238b: Preparing 09:58:44 0df87d00a4bb: Preparing 09:58:44 20ebf305f744: Preparing 09:58:44 8575e361e1c9: Preparing 09:58:44 aa5968d388b8: Preparing 09:58:44 8575e361e1c9: Waiting 09:58:44 0df87d00a4bb: Waiting 09:58:44 20ebf305f744: Waiting 09:58:44 aa5968d388b8: Waiting 09:58:44 b655fde6238b: Waiting 09:58:44 956d5f15cf5d: Layer already exists 09:58:44 5ad60d17f3b7: Layer already exists 09:58:44 4f3f66e26ac0: Layer already exists 09:58:44 86b13ad25122: Layer already exists 09:58:44 9d473334e5d6: Layer already exists 09:58:44 0df87d00a4bb: Layer already exists 09:58:44 20ebf305f744: Layer already exists 09:58:44 8575e361e1c9: Layer already exists 09:58:44 aa5968d388b8: Layer already exists 09:58:44 b655fde6238b: Layer already exists 09:58:44 latest: digest: sha256:634b2fad6b8c5be140c9d5622b94ba2a346dcf553ccb3937058be66771c0f26f size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.58 09:58:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:58:45 4f3f66e26ac0: Preparing 09:58:45 5ad60d17f3b7: Preparing 09:58:45 86b13ad25122: Preparing 09:58:45 9d473334e5d6: Preparing 09:58:45 956d5f15cf5d: Preparing 09:58:45 b655fde6238b: Preparing 09:58:45 0df87d00a4bb: Preparing 09:58:45 20ebf305f744: Preparing 09:58:45 8575e361e1c9: Preparing 09:58:45 aa5968d388b8: Preparing 09:58:45 0df87d00a4bb: Waiting 09:58:45 20ebf305f744: Waiting 09:58:45 b655fde6238b: Waiting 09:58:45 8575e361e1c9: Waiting 09:58:45 aa5968d388b8: Waiting 09:58:45 86b13ad25122: Layer already exists 09:58:45 4f3f66e26ac0: Layer already exists 09:58:45 9d473334e5d6: Layer already exists 09:58:45 956d5f15cf5d: Layer already exists 09:58:45 5ad60d17f3b7: Layer already exists 09:58:45 8575e361e1c9: Layer already exists 09:58:45 0df87d00a4bb: Layer already exists 09:58:45 20ebf305f744: Layer already exists 09:58:45 b655fde6238b: Layer already exists 09:58:45 aa5968d388b8: Layer already exists 09:58:45 3.0.0-dev.58: digest: sha256:634b2fad6b8c5be140c9d5622b94ba2a346dcf553ccb3937058be66771c0f26f size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:58:45 4f3f66e26ac0: Preparing 09:58:45 5ad60d17f3b7: Preparing 09:58:45 86b13ad25122: Preparing 09:58:45 9d473334e5d6: Preparing 09:58:45 956d5f15cf5d: Preparing 09:58:45 b655fde6238b: Preparing 09:58:45 0df87d00a4bb: Preparing 09:58:45 20ebf305f744: Preparing 09:58:45 8575e361e1c9: Preparing 09:58:45 aa5968d388b8: Preparing 09:58:45 b655fde6238b: Waiting 09:58:45 0df87d00a4bb: Waiting 09:58:45 20ebf305f744: Waiting 09:58:45 8575e361e1c9: Waiting 09:58:45 aa5968d388b8: Waiting 09:58:45 4f3f66e26ac0: Layer already exists 09:58:45 86b13ad25122: Layer already exists 09:58:45 9d473334e5d6: Layer already exists 09:58:45 5ad60d17f3b7: Layer already exists 09:58:45 956d5f15cf5d: Layer already exists 09:58:45 b655fde6238b: Layer already exists 09:58:45 20ebf305f744: Layer already exists 09:58:45 8575e361e1c9: Layer already exists 09:58:45 0df87d00a4bb: Layer already exists 09:58:45 aa5968d388b8: Layer already exists 09:58:45 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:634b2fad6b8c5be140c9d5622b94ba2a346dcf553ccb3937058be66771c0f26f size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:58:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:58:46 4f3f66e26ac0: Preparing 09:58:46 5ad60d17f3b7: Preparing 09:58:46 86b13ad25122: Preparing 09:58:46 9d473334e5d6: Preparing 09:58:46 956d5f15cf5d: Preparing 09:58:46 b655fde6238b: Preparing 09:58:46 0df87d00a4bb: Preparing 09:58:46 b655fde6238b: Waiting 09:58:46 20ebf305f744: Preparing 09:58:46 8575e361e1c9: Preparing 09:58:46 0df87d00a4bb: Waiting 09:58:46 8575e361e1c9: Waiting 09:58:46 aa5968d388b8: Preparing 09:58:46 aa5968d388b8: Waiting 09:58:46 5ad60d17f3b7: Layer already exists 09:58:46 4f3f66e26ac0: Layer already exists 09:58:46 86b13ad25122: Layer already exists 09:58:46 9d473334e5d6: Layer already exists 09:58:46 956d5f15cf5d: Layer already exists 09:58:46 b655fde6238b: Layer already exists 09:58:46 0df87d00a4bb: Layer already exists 09:58:46 8575e361e1c9: Layer already exists 09:58:46 20ebf305f744: Layer already exists 09:58:46 aa5968d388b8: Layer already exists 09:58:46 main: digest: sha256:634b2fad6b8c5be140c9d5622b94ba2a346dcf553ccb3937058be66771c0f26f size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:46 ===================================================== [Pipeline] echo 09:58:46 taggedImages: 09:58:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:58:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.58 09:58:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 09:58:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 09:58:46 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:46 latest 09:58:46 3.0.0-dev.58 09:58:46 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:46 main 09:58:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:46 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:58:47 9774a6b6be20: Preparing 09:58:47 54e11f35a54a: Preparing 09:58:47 d6d82d4ce419: Preparing 09:58:47 1420339c61b5: Preparing 09:58:47 4e6476652798: Preparing 09:58:47 4e6476652798: Layer already exists 09:58:47 d6d82d4ce419: Layer already exists 09:58:47 9774a6b6be20: Pushed 09:58:47 1420339c61b5: Pushed 09:58:49 54e11f35a54a: Pushed 09:58:49 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:bd584c925658a5cc3baf14df45e6a9684faec2742376b269f6fcaae07cfc7846 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:49 + 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 09:58:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:58:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:58:50 9774a6b6be20: Preparing 09:58:50 54e11f35a54a: Preparing 09:58:50 d6d82d4ce419: Preparing 09:58:50 1420339c61b5: Preparing 09:58:50 4e6476652798: Preparing 09:58:50 d6d82d4ce419: Layer already exists 09:58:50 9774a6b6be20: Layer already exists 09:58:50 54e11f35a54a: Layer already exists 09:58:50 4e6476652798: Layer already exists 09:58:50 1420339c61b5: Layer already exists 09:58:50 latest: digest: sha256:bd584c925658a5cc3baf14df45e6a9684faec2742376b269f6fcaae07cfc7846 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:50 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.58 09:58:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:58:50 9774a6b6be20: Preparing 09:58:50 54e11f35a54a: Preparing 09:58:50 d6d82d4ce419: Preparing 09:58:50 1420339c61b5: Preparing 09:58:50 4e6476652798: Preparing 09:58:50 54e11f35a54a: Layer already exists 09:58:50 9774a6b6be20: Layer already exists 09:58:50 1420339c61b5: Layer already exists 09:58:50 4e6476652798: Layer already exists 09:58:50 d6d82d4ce419: Layer already exists 09:58:50 3.0.0-dev.58: digest: sha256:bd584c925658a5cc3baf14df45e6a9684faec2742376b269f6fcaae07cfc7846 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:51 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:58:51 9774a6b6be20: Preparing 09:58:51 54e11f35a54a: Preparing 09:58:51 d6d82d4ce419: Preparing 09:58:51 1420339c61b5: Preparing 09:58:51 4e6476652798: Preparing 09:58:51 54e11f35a54a: Layer already exists 09:58:51 4e6476652798: Layer already exists 09:58:51 d6d82d4ce419: Layer already exists 09:58:51 9774a6b6be20: Layer already exists 09:58:51 1420339c61b5: Layer already exists 09:58:51 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:bd584c925658a5cc3baf14df45e6a9684faec2742376b269f6fcaae07cfc7846 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:51 + 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 09:58:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:58:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:58:52 9774a6b6be20: Preparing 09:58:52 54e11f35a54a: Preparing 09:58:52 d6d82d4ce419: Preparing 09:58:52 1420339c61b5: Preparing 09:58:52 4e6476652798: Preparing 09:58:52 9774a6b6be20: Layer already exists 09:58:52 4e6476652798: Layer already exists 09:58:52 54e11f35a54a: Layer already exists 09:58:52 1420339c61b5: Layer already exists 09:58:52 d6d82d4ce419: Layer already exists 09:58:52 main: digest: sha256:bd584c925658a5cc3baf14df45e6a9684faec2742376b269f6fcaae07cfc7846 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:52 ===================================================== [Pipeline] echo 09:58:52 taggedImages: 09:58:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:58:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.58 09:58:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 09:58:52 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 09:58:52 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:52 latest 09:58:52 3.0.0-dev.58 09:58:52 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:58:52 main 09:58:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:58:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:58:52 9ae895e5645b: Preparing 09:58:52 89aef5d49bd6: Preparing 09:58:52 1e5c79aeed89: Preparing 09:58:52 8affa5981c9d: Preparing 09:58:52 55831e1b8202: Preparing 09:58:52 4783b002a5d1: Preparing 09:58:52 4e6476652798: Preparing 09:58:52 4783b002a5d1: Waiting 09:58:52 4e6476652798: Waiting 09:58:52 9ae895e5645b: Pushed 09:58:52 89aef5d49bd6: Pushed 09:58:52 1e5c79aeed89: Pushed 09:58:52 4e6476652798: Layer already exists 09:58:53 4783b002a5d1: Pushed 09:58:56 55831e1b8202: Pushed 09:58:59 8affa5981c9d: Pushed 09:58:59 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:8c529a2db6ce42442a1d62d9423abfa05122ce1f4745e67ffff208f04d603238 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:58:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:58:59 9ae895e5645b: Preparing 09:58:59 89aef5d49bd6: Preparing 09:58:59 1e5c79aeed89: Preparing 09:58:59 8affa5981c9d: Preparing 09:58:59 55831e1b8202: Preparing 09:58:59 4783b002a5d1: Preparing 09:58:59 4e6476652798: Preparing 09:58:59 4783b002a5d1: Waiting 09:58:59 4e6476652798: Waiting 09:58:59 55831e1b8202: Layer already exists 09:58:59 8affa5981c9d: Layer already exists 09:58:59 89aef5d49bd6: Layer already exists 09:58:59 1e5c79aeed89: Layer already exists 09:58:59 9ae895e5645b: Layer already exists 09:58:59 4783b002a5d1: Layer already exists 09:58:59 4e6476652798: Layer already exists 09:58:59 latest: digest: sha256:8c529a2db6ce42442a1d62d9423abfa05122ce1f4745e67ffff208f04d603238 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.58 09:59:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:59:00 9ae895e5645b: Preparing 09:59:00 89aef5d49bd6: Preparing 09:59:00 1e5c79aeed89: Preparing 09:59:00 8affa5981c9d: Preparing 09:59:00 55831e1b8202: Preparing 09:59:00 4783b002a5d1: Preparing 09:59:00 4e6476652798: Preparing 09:59:00 4783b002a5d1: Waiting 09:59:00 4e6476652798: Waiting 09:59:00 1e5c79aeed89: Layer already exists 09:59:00 9ae895e5645b: Layer already exists 09:59:00 55831e1b8202: Layer already exists 09:59:00 89aef5d49bd6: Layer already exists 09:59:00 8affa5981c9d: Layer already exists 09:59:00 4783b002a5d1: Layer already exists 09:59:00 4e6476652798: Layer already exists 09:59:00 3.0.0-dev.58: digest: sha256:8c529a2db6ce42442a1d62d9423abfa05122ce1f4745e67ffff208f04d603238 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:59:00 9ae895e5645b: Preparing 09:59:00 89aef5d49bd6: Preparing 09:59:00 1e5c79aeed89: Preparing 09:59:00 8affa5981c9d: Preparing 09:59:00 55831e1b8202: Preparing 09:59:00 4783b002a5d1: Preparing 09:59:00 4e6476652798: Preparing 09:59:00 4783b002a5d1: Waiting 09:59:00 8affa5981c9d: Layer already exists 09:59:00 89aef5d49bd6: Layer already exists 09:59:00 1e5c79aeed89: Layer already exists 09:59:00 55831e1b8202: Layer already exists 09:59:00 9ae895e5645b: Layer already exists 09:59:00 4783b002a5d1: Layer already exists 09:59:00 4e6476652798: Layer already exists 09:59:00 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:8c529a2db6ce42442a1d62d9423abfa05122ce1f4745e67ffff208f04d603238 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:01 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:59:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:59:01 9ae895e5645b: Preparing 09:59:01 89aef5d49bd6: Preparing 09:59:01 1e5c79aeed89: Preparing 09:59:01 8affa5981c9d: Preparing 09:59:01 55831e1b8202: Preparing 09:59:01 4783b002a5d1: Preparing 09:59:01 4e6476652798: Preparing 09:59:01 4783b002a5d1: Waiting 09:59:01 4e6476652798: Waiting 09:59:01 8affa5981c9d: Layer already exists 09:59:01 89aef5d49bd6: Layer already exists 09:59:01 9ae895e5645b: Layer already exists 09:59:01 1e5c79aeed89: Layer already exists 09:59:01 55831e1b8202: Layer already exists 09:59:01 4783b002a5d1: Layer already exists 09:59:01 4e6476652798: Layer already exists 09:59:01 main: digest: sha256:8c529a2db6ce42442a1d62d9423abfa05122ce1f4745e67ffff208f04d603238 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:01 ===================================================== [Pipeline] echo 09:59:01 taggedImages: 09:59:01 - nexus3.edgexfoundry.org:10004/security-spire-agent:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:01 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:59:01 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.58 09:59:01 - nexus3.edgexfoundry.org:10004/security-spire-agent:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:01 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 09:59:01 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 09:59:01 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:01 latest 09:59:01 3.0.0-dev.58 09:59:01 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:01 main 09:59:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:01 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:59:02 2dac1cc5283a: Preparing 09:59:02 8c21a2b73940: Preparing 09:59:02 ed6d22e12c99: Preparing 09:59:02 fc06f80225ab: Preparing 09:59:02 084f2d79ea74: Preparing 09:59:02 4e6476652798: Preparing 09:59:02 ed6d22e12c99: Pushed 09:59:02 8c21a2b73940: Pushed 09:59:02 2dac1cc5283a: Pushed 09:59:02 4e6476652798: Layer already exists 09:59:02 084f2d79ea74: Pushed 09:59:09 fc06f80225ab: Pushed 09:59:09 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:14b88dd12486841cd478116371acc14c863254989df0fecd87b2dff3067cb8ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:59:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:59:09 2dac1cc5283a: Preparing 09:59:09 8c21a2b73940: Preparing 09:59:09 ed6d22e12c99: Preparing 09:59:09 fc06f80225ab: Preparing 09:59:09 084f2d79ea74: Preparing 09:59:09 4e6476652798: Preparing 09:59:09 4e6476652798: Waiting 09:59:09 fc06f80225ab: Layer already exists 09:59:09 2dac1cc5283a: Layer already exists 09:59:09 084f2d79ea74: Layer already exists 09:59:09 8c21a2b73940: Layer already exists 09:59:09 ed6d22e12c99: Layer already exists 09:59:09 4e6476652798: Layer already exists 09:59:09 latest: digest: sha256:14b88dd12486841cd478116371acc14c863254989df0fecd87b2dff3067cb8ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.58 09:59:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:59:10 2dac1cc5283a: Preparing 09:59:10 8c21a2b73940: Preparing 09:59:10 ed6d22e12c99: Preparing 09:59:10 fc06f80225ab: Preparing 09:59:10 084f2d79ea74: Preparing 09:59:10 4e6476652798: Preparing 09:59:10 4e6476652798: Waiting 09:59:10 8c21a2b73940: Layer already exists 09:59:10 084f2d79ea74: Layer already exists 09:59:10 fc06f80225ab: Layer already exists 09:59:10 2dac1cc5283a: Layer already exists 09:59:10 ed6d22e12c99: Layer already exists 09:59:10 4e6476652798: Layer already exists 09:59:10 3.0.0-dev.58: digest: sha256:14b88dd12486841cd478116371acc14c863254989df0fecd87b2dff3067cb8ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:59:10 2dac1cc5283a: Preparing 09:59:10 8c21a2b73940: Preparing 09:59:10 ed6d22e12c99: Preparing 09:59:10 fc06f80225ab: Preparing 09:59:10 084f2d79ea74: Preparing 09:59:10 4e6476652798: Preparing 09:59:10 4e6476652798: Waiting 09:59:10 084f2d79ea74: Layer already exists 09:59:10 ed6d22e12c99: Layer already exists 09:59:10 8c21a2b73940: Layer already exists 09:59:10 fc06f80225ab: Layer already exists 09:59:10 2dac1cc5283a: Layer already exists 09:59:10 4e6476652798: Layer already exists 09:59:10 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:14b88dd12486841cd478116371acc14c863254989df0fecd87b2dff3067cb8ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 09:59:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:59:11 2dac1cc5283a: Preparing 09:59:11 8c21a2b73940: Preparing 09:59:11 ed6d22e12c99: Preparing 09:59:11 fc06f80225ab: Preparing 09:59:11 084f2d79ea74: Preparing 09:59:11 4e6476652798: Preparing 09:59:11 4e6476652798: Waiting 09:59:11 8c21a2b73940: Layer already exists 09:59:11 084f2d79ea74: Layer already exists 09:59:11 fc06f80225ab: Layer already exists 09:59:11 ed6d22e12c99: Layer already exists 09:59:11 2dac1cc5283a: Layer already exists 09:59:11 4e6476652798: Layer already exists 09:59:11 main: digest: sha256:14b88dd12486841cd478116371acc14c863254989df0fecd87b2dff3067cb8ce size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:11 ===================================================== [Pipeline] echo 09:59:11 taggedImages: 09:59:11 - nexus3.edgexfoundry.org:10004/security-spire-config:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:11 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:59:11 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.58 09:59:11 - nexus3.edgexfoundry.org:10004/security-spire-config:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:11 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 09:59:11 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 09:59:11 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:11 latest 09:59:11 3.0.0-dev.58 09:59:11 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:11 main 09:59:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:59:12 a1f9fe5dcd70: Preparing 09:59:12 e9b8649c23a1: Preparing 09:59:12 92695dde90fa: Preparing 09:59:12 fc06f80225ab: Preparing 09:59:12 885dd582b79c: Preparing 09:59:12 4e6476652798: Preparing 09:59:12 4e6476652798: Waiting 09:59:12 fc06f80225ab: Layer already exists 09:59:12 4e6476652798: Layer already exists 09:59:12 a1f9fe5dcd70: Pushed 09:59:12 e9b8649c23a1: Pushed 09:59:12 92695dde90fa: Pushed 09:59:12 885dd582b79c: Pushed 09:59:12 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:1da18a386ab752a00cd62944a6dda02852ca80f08762ca7b5853fb192efdd222 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:13 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:59:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:59:13 a1f9fe5dcd70: Preparing 09:59:13 e9b8649c23a1: Preparing 09:59:13 92695dde90fa: Preparing 09:59:13 fc06f80225ab: Preparing 09:59:13 885dd582b79c: Preparing 09:59:13 4e6476652798: Preparing 09:59:13 4e6476652798: Waiting 09:59:13 fc06f80225ab: Layer already exists 09:59:13 885dd582b79c: Layer already exists 09:59:13 e9b8649c23a1: Layer already exists 09:59:13 92695dde90fa: Layer already exists 09:59:13 a1f9fe5dcd70: Layer already exists 09:59:13 4e6476652798: Layer already exists 09:59:13 latest: digest: sha256:1da18a386ab752a00cd62944a6dda02852ca80f08762ca7b5853fb192efdd222 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:13 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.58 09:59:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:59:14 a1f9fe5dcd70: Preparing 09:59:14 e9b8649c23a1: Preparing 09:59:14 92695dde90fa: Preparing 09:59:14 fc06f80225ab: Preparing 09:59:14 885dd582b79c: Preparing 09:59:14 4e6476652798: Preparing 09:59:14 4e6476652798: Waiting 09:59:14 fc06f80225ab: Layer already exists 09:59:14 92695dde90fa: Layer already exists 09:59:14 a1f9fe5dcd70: Layer already exists 09:59:14 885dd582b79c: Layer already exists 09:59:14 e9b8649c23a1: Layer already exists 09:59:14 4e6476652798: Layer already exists 09:59:14 3.0.0-dev.58: digest: sha256:1da18a386ab752a00cd62944a6dda02852ca80f08762ca7b5853fb192efdd222 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:59:14 a1f9fe5dcd70: Preparing 09:59:14 e9b8649c23a1: Preparing 09:59:14 92695dde90fa: Preparing 09:59:14 fc06f80225ab: Preparing 09:59:14 885dd582b79c: Preparing 09:59:14 4e6476652798: Preparing 09:59:14 4e6476652798: Waiting 09:59:14 fc06f80225ab: Layer already exists 09:59:14 e9b8649c23a1: Layer already exists 09:59:14 92695dde90fa: Layer already exists 09:59:14 a1f9fe5dcd70: Layer already exists 09:59:14 885dd582b79c: Layer already exists 09:59:14 4e6476652798: Layer already exists 09:59:14 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:1da18a386ab752a00cd62944a6dda02852ca80f08762ca7b5853fb192efdd222 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 09:59:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:59:15 a1f9fe5dcd70: Preparing 09:59:15 e9b8649c23a1: Preparing 09:59:15 92695dde90fa: Preparing 09:59:15 fc06f80225ab: Preparing 09:59:15 885dd582b79c: Preparing 09:59:15 4e6476652798: Preparing 09:59:15 4e6476652798: Waiting 09:59:15 fc06f80225ab: Layer already exists 09:59:15 885dd582b79c: Layer already exists 09:59:15 a1f9fe5dcd70: Layer already exists 09:59:15 92695dde90fa: Layer already exists 09:59:15 e9b8649c23a1: Layer already exists 09:59:15 4e6476652798: Layer already exists 09:59:15 main: digest: sha256:1da18a386ab752a00cd62944a6dda02852ca80f08762ca7b5853fb192efdd222 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:15 ===================================================== [Pipeline] echo 09:59:15 taggedImages: 09:59:15 - nexus3.edgexfoundry.org:10004/security-spire-server:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:15 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:59:15 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.58 09:59:15 - nexus3.edgexfoundry.org:10004/security-spire-server:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:15 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 09:59:15 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 09:59:15 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:15 latest 09:59:15 3.0.0-dev.58 09:59:15 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:15 main 09:59:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:15 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:59:15 2395bff55581: Preparing 09:59:15 29eba88aa39c: Preparing 09:59:15 d6d82d4ce419: Preparing 09:59:15 a24ec62ae363: Preparing 09:59:15 aa5968d388b8: Preparing 09:59:15 aa5968d388b8: Layer already exists 09:59:15 d6d82d4ce419: Layer already exists 09:59:15 2395bff55581: Pushed 09:59:15 a24ec62ae363: Pushed 09:59:18 29eba88aa39c: Pushed 09:59:18 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:810599cfc3d3bbcfbc872b1f7c6899d03676cb58354669dfea7c2017f66233b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 09:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:59:19 2395bff55581: Preparing 09:59:19 29eba88aa39c: Preparing 09:59:19 d6d82d4ce419: Preparing 09:59:19 a24ec62ae363: Preparing 09:59:19 aa5968d388b8: Preparing 09:59:19 d6d82d4ce419: Layer already exists 09:59:19 2395bff55581: Layer already exists 09:59:19 29eba88aa39c: Layer already exists 09:59:19 a24ec62ae363: Layer already exists 09:59:19 aa5968d388b8: Layer already exists 09:59:19 latest: digest: sha256:810599cfc3d3bbcfbc872b1f7c6899d03676cb58354669dfea7c2017f66233b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:19 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.58 09:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:59:19 2395bff55581: Preparing 09:59:19 29eba88aa39c: Preparing 09:59:19 d6d82d4ce419: Preparing 09:59:19 a24ec62ae363: Preparing 09:59:19 aa5968d388b8: Preparing 09:59:19 29eba88aa39c: Layer already exists 09:59:19 2395bff55581: Layer already exists 09:59:19 a24ec62ae363: Layer already exists 09:59:19 aa5968d388b8: Layer already exists 09:59:19 d6d82d4ce419: Layer already exists 09:59:19 3.0.0-dev.58: digest: sha256:810599cfc3d3bbcfbc872b1f7c6899d03676cb58354669dfea7c2017f66233b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:20 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:59:20 2395bff55581: Preparing 09:59:20 29eba88aa39c: Preparing 09:59:20 d6d82d4ce419: Preparing 09:59:20 a24ec62ae363: Preparing 09:59:20 aa5968d388b8: Preparing 09:59:20 a24ec62ae363: Layer already exists 09:59:20 aa5968d388b8: Layer already exists 09:59:20 d6d82d4ce419: Layer already exists 09:59:20 2395bff55581: Layer already exists 09:59:20 29eba88aa39c: Layer already exists 09:59:20 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:810599cfc3d3bbcfbc872b1f7c6899d03676cb58354669dfea7c2017f66233b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:20 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 09:59:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:59:21 2395bff55581: Preparing 09:59:21 29eba88aa39c: Preparing 09:59:21 d6d82d4ce419: Preparing 09:59:21 a24ec62ae363: Preparing 09:59:21 aa5968d388b8: Preparing 09:59:21 aa5968d388b8: Layer already exists 09:59:21 29eba88aa39c: Layer already exists 09:59:21 a24ec62ae363: Layer already exists 09:59:21 2395bff55581: Layer already exists 09:59:21 d6d82d4ce419: Layer already exists 09:59:21 main: digest: sha256:810599cfc3d3bbcfbc872b1f7c6899d03676cb58354669dfea7c2017f66233b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:21 ===================================================== [Pipeline] echo 09:59:21 taggedImages: 09:59:21 - nexus3.edgexfoundry.org:10004/support-notifications:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:21 - nexus3.edgexfoundry.org:10004/support-notifications:latest 09:59:21 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.58 09:59:21 - nexus3.edgexfoundry.org:10004/support-notifications:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:21 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 09:59:21 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 09:59:21 69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:21 latest 09:59:21 3.0.0-dev.58 09:59:21 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:21 main 09:59:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:21 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:59:21 f1bccb60a6a8: Preparing 09:59:21 6ee96e391426: Preparing 09:59:21 d6d82d4ce419: Preparing 09:59:21 3024b4cfdc8d: Preparing 09:59:21 aa5968d388b8: Preparing 09:59:21 aa5968d388b8: Layer already exists 09:59:21 3024b4cfdc8d: Layer already exists 09:59:21 d6d82d4ce419: Layer already exists 09:59:21 f1bccb60a6a8: Pushed 09:59:24 6ee96e391426: Pushed 09:59:24 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:f7c4cebe60f394ca10c37ceead93a3634d436443360a51976bdfeca2814c0927 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:24 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:59:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:59:24 f1bccb60a6a8: Preparing 09:59:24 6ee96e391426: Preparing 09:59:24 d6d82d4ce419: Preparing 09:59:24 3024b4cfdc8d: Preparing 09:59:24 aa5968d388b8: Preparing 09:59:24 f1bccb60a6a8: Layer already exists 09:59:24 6ee96e391426: Layer already exists 09:59:24 3024b4cfdc8d: Layer already exists 09:59:24 d6d82d4ce419: Layer already exists 09:59:24 aa5968d388b8: Layer already exists 09:59:24 latest: digest: sha256:f7c4cebe60f394ca10c37ceead93a3634d436443360a51976bdfeca2814c0927 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.58 09:59:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:59:25 f1bccb60a6a8: Preparing 09:59:25 6ee96e391426: Preparing 09:59:25 d6d82d4ce419: Preparing 09:59:25 3024b4cfdc8d: Preparing 09:59:25 aa5968d388b8: Preparing 09:59:25 f1bccb60a6a8: Layer already exists 09:59:25 aa5968d388b8: Layer already exists 09:59:25 3024b4cfdc8d: Layer already exists 09:59:25 6ee96e391426: Layer already exists 09:59:25 d6d82d4ce419: Layer already exists 09:59:25 3.0.0-dev.58: digest: sha256:f7c4cebe60f394ca10c37ceead93a3634d436443360a51976bdfeca2814c0927 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:25 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:59:26 f1bccb60a6a8: Preparing 09:59:26 6ee96e391426: Preparing 09:59:26 d6d82d4ce419: Preparing 09:59:26 3024b4cfdc8d: Preparing 09:59:26 aa5968d388b8: Preparing 09:59:26 aa5968d388b8: Layer already exists 09:59:26 d6d82d4ce419: Layer already exists 09:59:26 3024b4cfdc8d: Layer already exists 09:59:26 f1bccb60a6a8: Layer already exists 09:59:26 6ee96e391426: Layer already exists 09:59:26 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:f7c4cebe60f394ca10c37ceead93a3634d436443360a51976bdfeca2814c0927 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 09:59:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:59:26 f1bccb60a6a8: Preparing 09:59:26 6ee96e391426: Preparing 09:59:26 d6d82d4ce419: Preparing 09:59:26 3024b4cfdc8d: Preparing 09:59:26 aa5968d388b8: Preparing 09:59:26 aa5968d388b8: Layer already exists 09:59:26 f1bccb60a6a8: Layer already exists 09:59:26 6ee96e391426: Layer already exists 09:59:26 3024b4cfdc8d: Layer already exists 09:59:26 d6d82d4ce419: Layer already exists 09:59:26 main: digest: sha256:f7c4cebe60f394ca10c37ceead93a3634d436443360a51976bdfeca2814c0927 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:26 ===================================================== [Pipeline] echo 09:59:26 taggedImages: 09:59:26 - nexus3.edgexfoundry.org:10004/support-scheduler:69b2f2fc042d3f207e021d84ed91ae79e073eaae 09:59:26 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:59:26 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.58 09:59:26 - nexus3.edgexfoundry.org:10004/support-scheduler:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 09:59:26 - 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] } 10:00:14 Removing intermediate container 915ad5915e90 10:00:14 ---> d77d347182ba 10:00:14 Step 7/24 : COPY . . 10:00:14 Removing intermediate container 50aabbaa7494 10:00:14 ---> 809fe05335c7 10:00:14 Step 7/19 : COPY . . 10:00:14 Removing intermediate container bc41032759ed 10:00:14 ---> ca1193f7d503 10:00:14 Step 7/24 : COPY . . 10:00:15 Removing intermediate container d558b4b66959 10:00:15 ---> a5637629292e 10:00:15 Step 8/23 : COPY . . 10:00:15 Removing intermediate container 46f4f00bab62 10:00:15 ---> d0adfb117ae3 10:00:15 Step 8/24 : COPY . . 10:00:17 ---> 5d627f8bd634 10:00:17 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 10:00:17 ---> Running in 1aac5faaebb8 10:00:17 ---> 6421eb7b8a16 10:00:17 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:00:17 ---> Running in b8e6e1c2801d 10:00:18 Removing intermediate container 1aac5faaebb8 10:00:18 ---> 79646b3f107a 10:00:18 Step 9/24 : WORKDIR /edgex-go/spire-build 10:00:18 ---> Running in 0ef80790df32 10:00:19 Removing intermediate container 0ef80790df32 10:00:19 ---> d4f1ec5f8e3b 10:00:19 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 10:00:19 ---> Running in 9576913841a2 10:00:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:00:19 ---> daff0db2097e 10:00:19 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:00:20 ---> Running in 4f8206e76c64 10:00:20 ---> fcce9cb8c61f 10:00:20 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 10:00:20 ---> Running in 6f8715648b5c 10:00:20 ---> 50e929a4d897 10:00:20 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 10:00:20 ---> Running in e75b2a0be5e7 10:00:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:00:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:00:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 10:00:25 Removing intermediate container 9576913841a2 10:00:25 ---> 09ff8b5718ae 10:00:25 Step 11/24 : WORKDIR /edgex-go 10:00:25 ---> Running in 120a5630eb33 10:00:26 Removing intermediate container 120a5630eb33 10:00:26 ---> 859a67f67f7f 10:00:26 10:00:26 Step 12/24 : FROM alpine:3.15 10:00:26 3.15: Pulling from library/alpine 10:00:27 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 10:00:27 Status: Downloaded newer image for alpine:3.15 10:00:27 ---> 354640af7b1b 10:00:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:00:28 ---> Running in 9c709cedec79 10:00:28 Removing intermediate container 9c709cedec79 10:00:28 ---> e4fb5394ae8b 10:00:28 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:00:28 ---> Running in 5d68863a133e 10:00:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:00:33 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:00:33 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:00:33 OK: 15734 distinct packages available 10:00:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:00:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:00:34 (1/5) Installing dumb-init (1.2.5-r1) 10:00:34 (2/5) Installing musl-obstack (1.2.3-r0) 10:00:34 (3/5) Installing libucontext (1.1-r0) 10:00:34 (4/5) Installing gcompat (1.0.0-r4) 10:00:34 (5/5) Installing openssl (1.1.1t-r1) 10:00:34 Executing busybox-1.34.1-r7.trigger 10:00:34 OK: 6 MiB in 19 packages 10:00:36 Removing intermediate container 5d68863a133e 10:00:36 ---> c2ec78a82af4 10:00:36 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 10:00:40 ---> 3207960fe16a 10:00:40 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:00:46 ---> 1e083d269337 10:00:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:00:47 ---> 31d44643ff49 10:00:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:00:48 ---> dbb781266384 10:00:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:00:49 ---> 118b1e621769 10:00:49 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:00:51 ---> Running in 6710f92ecbf5 10:00:51 Removing intermediate container 6710f92ecbf5 10:00:51 ---> 1408b36e124c 10:00:51 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:00:51 ---> Running in 1bca3ae19708 10:00:52 Removing intermediate container 1bca3ae19708 10:00:52 ---> 57ab1f37587f 10:00:52 Step 22/24 : LABEL arch=arm64 10:00:52 ---> Running in bd7f72b4b767 10:00:53 Removing intermediate container bd7f72b4b767 10:00:53 ---> 8b8578a07228 10:00:53 Step 23/24 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:00:53 ---> Running in fafd6dc41d42 10:00:53 Removing intermediate container fafd6dc41d42 10:00:53 ---> 8477b7e15aa3 10:00:53 Step 24/24 : LABEL version=3.0.0-dev.58 10:00:53 ---> Running in a7696ee6169c 10:00:54 Removing intermediate container a7696ee6169c 10:00:54 ---> 4268cfb1dae7 10:00:54 10:00:54 Successfully built 4268cfb1dae7 10:00:54 Successfully tagged security-spire-agent-arm64:latest 10:00:54  Building security-spire-agent ... done Building core-common-config-bootstrapper 10:00:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:00:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:00:58 ---> 0266a82f1d1f 10:00:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:00:58 ---> Using cache 10:00:58 ---> aa21be458998 10:00:58 Step 4/22 : WORKDIR /edgex-go 10:00:58 ---> Using cache 10:00:58 ---> 452814fe0ba0 10:00:58 Step 5/22 : RUN apk add --update --no-cache make git 10:00:58 ---> Using cache 10:00:58 ---> e853e60c5fc2 10:00:58 Step 6/22 : COPY go.mod vendor* ./ 10:00:58 ---> Using cache 10:00:58 ---> 7f4d690f15b5 10:00:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:00:58 ---> Using cache 10:00:58 ---> d0adfb117ae3 10:00:58 Step 8/22 : COPY . . 10:00:58 ---> Using cache 10:00:58 ---> fcce9cb8c61f 10:00:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:00:58 ---> Running in eba866513f8e 10:01:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:06:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:06:55 Removing intermediate container 4f8206e76c64 10:06:55 ---> 94efa7d8e11b 10:06:55 10:06:55 Step 9/24 : FROM alpine:3.16 10:06:55 3.16: Pulling from library/alpine 10:06:56 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 10:06:56 Status: Downloaded newer image for alpine:3.16 10:06:56 ---> 4c81e5bf8899 10:06:56 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 10:06:56 ---> Running in 2fe18b37b11d 10:06:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:06:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:07:00 (1/3) Installing ca-certificates (20220614-r0) 10:07:00 (2/3) Installing dumb-init (1.2.5-r1) 10:07:00 (3/3) Installing su-exec (0.2-r1) 10:07:00 Executing busybox-1.35.0-r17.trigger 10:07:00 Executing ca-certificates-20220614-r0.trigger 10:07:00 OK: 6 MiB in 17 packages 10:07:02 Removing intermediate container 2fe18b37b11d 10:07:02 ---> 47debc9782a4 10:07:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:07:03 ---> Running in b6d3a2e2d5d4 10:07:03 Removing intermediate container b6d3a2e2d5d4 10:07:03 ---> b68b8e028997 10:07:03 Step 12/24 : WORKDIR / 10:07:03 ---> Running in a38c2dc5521f 10:07:04 Removing intermediate container a38c2dc5521f 10:07:04 ---> d9049bc99198 10:07:04 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:07:04 ---> 6db091c8f0d3 10:07:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:07:05 ---> 3427d1f63dda 10:07:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:07:06 ---> 990ff12cee5d 10:07:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 10:07:07 ---> ac533bad3f9c 10:07:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:07:09 ---> 57c1fba97c21 10:07:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:07:11 ---> 27285ab7317d 10:07:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:07:11 ---> d726837b6dc6 10:07:11 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:07:11 ---> Running in 277740dea954 10:07:15 Removing intermediate container 277740dea954 10:07:15 ---> 191711f89765 10:07:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:07:16 ---> Running in 1dc215a5eb39 10:07:16 Removing intermediate container 1dc215a5eb39 10:07:16 ---> 94b35879926d 10:07:16 Step 22/24 : LABEL arch=arm64 10:07:16 ---> Running in 6bc91d6d98e5 10:07:17 Removing intermediate container 6bc91d6d98e5 10:07:17 ---> 7720788318d1 10:07:17 Step 23/24 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:07:17 ---> Running in a80659f5b396 10:07:17 Removing intermediate container a80659f5b396 10:07:17 ---> 93419ba2ceb1 10:07:17 Step 24/24 : LABEL version=3.0.0-dev.58 10:07:17 ---> Running in 6381a7e7b139 10:07:18 Removing intermediate container 6381a7e7b139 10:07:18 ---> bbe857d052b4 10:07:18 10:07:18 Successfully built bbe857d052b4 10:07:18 Successfully tagged security-secretstore-setup-arm64:latest 10:07:18  Building security-secretstore-setup ... done Building support-notifications 10:07:23 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:07:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:07:23 ---> 0266a82f1d1f 10:07:23 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:07:23 ---> Using cache 10:07:23 ---> aa21be458998 10:07:23 Step 4/22 : WORKDIR /edgex-go 10:07:23 ---> Using cache 10:07:23 ---> 452814fe0ba0 10:07:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:07:23 ---> Running in d3a51c8a2cef 10:07:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:07:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:07:27 OK: 221 MiB in 51 packages 10:07:30 Removing intermediate container d3a51c8a2cef 10:07:30 ---> 0508ea78633c 10:07:30 Step 6/22 : COPY go.mod vendor* ./ 10:07:31 ---> 3dd1105f9bed 10:07:31 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:31 ---> Running in 2df680f6dbeb 10:07:32 Removing intermediate container e75b2a0be5e7 10:07:32 ---> 9fa5bfe510d1 10:07:32 10:07:32 Step 10/23 : FROM alpine:3.16 10:07:32 ---> 4c81e5bf8899 10:07:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:07:32 ---> Running in ed0fbb621f3a 10:07:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:07:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:07:36 (1/1) Installing dumb-init (1.2.5-r1) 10:07:36 Executing busybox-1.35.0-r17.trigger 10:07:36 OK: 5 MiB in 15 packages 10:07:37 Removing intermediate container ed0fbb621f3a 10:07:37 ---> dec1450bcf63 10:07:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:07:38 ---> Running in 419dee169545 10:07:38 Removing intermediate container 419dee169545 10:07:38 ---> 899066ba3047 10:07:38 Step 13/23 : ENV APP_PORT=59882 10:07:38 ---> Running in 35b366cbaedc 10:07:39 Removing intermediate container 35b366cbaedc 10:07:39 ---> 4c7f3521601a 10:07:39 Step 14/23 : EXPOSE $APP_PORT 10:07:39 ---> Running in d4db0393f39c 10:07:40 Removing intermediate container d4db0393f39c 10:07:40 ---> 96c3fa25b264 10:07:40 Step 15/23 : WORKDIR / 10:07:40 ---> Running in 4f2fc231fd98 10:07:41 Removing intermediate container 4f2fc231fd98 10:07:41 ---> e925bb32c9d2 10:07:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:07:43 ---> 923012b2bb98 10:07:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:07:45 ---> 04220290ec88 10:07:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:07:48 ---> edd6ba8cc343 10:07:48 Step 19/23 : ENTRYPOINT ["/core-command"] 10:07:48 ---> Running in ae6e56a707a0 10:07:49 Removing intermediate container ae6e56a707a0 10:07:49 ---> b566ced32525 10:07:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:07:49 ---> Running in c32964922636 10:07:50 Removing intermediate container 6f8715648b5c 10:07:50 ---> d6de4da2e738 10:07:50 10:07:50 Step 10/24 : FROM alpine:3.16 10:07:50 ---> 4c81e5bf8899 10:07:51 Step 11/24 : RUN apk add --update --no-cache dumb-init 10:07:51 ---> Using cache 10:07:51 ---> dec1450bcf63 10:07:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:07:51 ---> Using cache 10:07:51 ---> 899066ba3047 10:07:51 Step 13/24 : ENV APP_PORT=59881 10:07:51 Removing intermediate container c32964922636 10:07:51 ---> 6f0780974089 10:07:51 Step 21/23 : LABEL arch=arm64 10:07:51 ---> Running in 844df4ef82ef 10:07:51 ---> Running in 81b982d715e0 10:07:52 Removing intermediate container 81b982d715e0 10:07:52 ---> a272e9578699 10:07:52 Step 22/23 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:07:52 Removing intermediate container 844df4ef82ef 10:07:52 ---> 3a295dfddb89 10:07:52 Step 14/24 : EXPOSE $APP_PORT 10:07:52 ---> Running in 1fbc7a425292 10:07:52 ---> Running in 154e9245866c 10:07:53 Removing intermediate container 154e9245866c 10:07:53 ---> ee4855de4707 10:07:53 Step 15/24 : WORKDIR / 10:07:53 Removing intermediate container 1fbc7a425292 10:07:53 ---> b3e666aa8a03 10:07:53 Step 23/23 : LABEL version=3.0.0-dev.58 10:07:53 ---> Running in 9873581eb7d3 10:07:54 ---> Running in 3c023221ac76 10:07:55 Removing intermediate container 3c023221ac76 10:07:55 ---> a727e71eb561 10:07:55 10:07:55 Removing intermediate container 9873581eb7d3 10:07:55 ---> 41fda8acf806 10:07:55 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:07:55 Successfully built a727e71eb561 10:07:55 Successfully tagged core-command-arm64:latest 10:07:55 Building core-data 10:07:56  Building core-command ... done  ---> e087742e5785 10:07:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:07:59 ---> a534c687be73 10:07:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:07:59 Removing intermediate container eba866513f8e 10:07:59 ---> 4e59e0eacbd9 10:07:59 10:07:59 Step 10/22 : FROM alpine:3.16 10:07:59 ---> 4c81e5bf8899 10:07:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 10:07:59 ---> Running in 50ddede481a5 10:07:59 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:07:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:07:59 ---> 0266a82f1d1f 10:07:59 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:07:59 ---> Using cache 10:07:59 ---> aa21be458998 10:07:59 Step 4/22 : WORKDIR /edgex-go 10:07:59 ---> Using cache 10:07:59 ---> 452814fe0ba0 10:07:59 Step 5/22 : RUN apk add --update --no-cache make git 10:07:59 ---> Using cache 10:07:59 ---> e853e60c5fc2 10:07:59 Step 6/22 : COPY go.mod vendor* ./ 10:07:59 Removing intermediate container 50ddede481a5 10:07:59 ---> 316f6c650856 10:07:59 Step 12/22 : RUN apk add --update --no-cache dumb-init 10:07:59 ---> Using cache 10:07:59 ---> 7f4d690f15b5 10:07:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:59 ---> Using cache 10:07:59 ---> d0adfb117ae3 10:07:59 Step 8/22 : COPY . . 10:08:00 ---> Running in b29f18b5516f 10:08:00 ---> b48c00034cfa 10:08:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 10:08:00 ---> Using cache 10:08:00 ---> fcce9cb8c61f 10:08:00 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 10:08:00 ---> Running in c4d37d030ee4 10:08:02 ---> 98fe2e50d7f0 10:08:02 Step 20/24 : ENTRYPOINT ["/core-metadata"] 10:08:02 ---> Running in 24fde01a2fc5 10:08:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 10:08:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:08:03 Removing intermediate container 24fde01a2fc5 10:08:03 ---> aace86ffaa2d 10:08:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:08:03 ---> Running in b740b73f0102 10:08:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:08:04 Removing intermediate container b740b73f0102 10:08:04 ---> 92dcbaea97d9 10:08:04 Step 22/24 : LABEL arch=arm64 10:08:04 ---> Running in 913e5e03b91c 10:08:04 Removing intermediate container 913e5e03b91c 10:08:04 ---> 98579a1ec912 10:08:04 Step 23/24 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:08:04 ---> Running in 43579b59e081 10:08:05 Removing intermediate container 43579b59e081 10:08:05 ---> 8f8bc4ed4303 10:08:05 Step 24/24 : LABEL version=3.0.0-dev.58 10:08:05 ---> Running in 9536e9e21f69 10:08:05 (1/1) Installing dumb-init (1.2.5-r1) 10:08:05 Executing busybox-1.35.0-r17.trigger 10:08:05 OK: 5 MiB in 15 packages 10:08:06 Removing intermediate container 9536e9e21f69 10:08:06 ---> a3360c6f749f 10:08:06 10:08:06 Successfully built a3360c6f749f 10:08:06 Successfully tagged core-metadata-arm64:latest 10:08:06  Building core-metadata ... done Building support-scheduler 10:08:07 Removing intermediate container b29f18b5516f 10:08:07 ---> 3c8fd2d4995a 10:08:07 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:08:08 ---> 9440c331364f 10:08:08 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:08:10 ---> 43f0eef4f704 10:08:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:08:10 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:08:10 ---> 0266a82f1d1f 10:08:10 Step 3/22 : ARG ADD_BUILD_TAGS="" 10:08:10 ---> Using cache 10:08:10 ---> aa21be458998 10:08:10 Step 4/22 : WORKDIR /edgex-go 10:08:10 ---> Using cache 10:08:10 ---> 452814fe0ba0 10:08:10 Step 5/22 : RUN apk add --update --no-cache make git 10:08:10 ---> Using cache 10:08:10 ---> e853e60c5fc2 10:08:10 Step 6/22 : COPY go.mod vendor* ./ 10:08:10 ---> Using cache 10:08:10 ---> 7f4d690f15b5 10:08:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:10 ---> Using cache 10:08:10 ---> d0adfb117ae3 10:08:10 Step 8/22 : COPY . . 10:08:11 ---> Using cache 10:08:11 ---> fcce9cb8c61f 10:08:11 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:08:11 ---> Running in 9bdd2901e40c 10:08:11 ---> 35c2a1fda25f 10:08:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:08:13 ---> 69b462413c06 10:08:13 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:08:13 ---> Running in 0b040904b2fa 10:08:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:08:16 Removing intermediate container 0b040904b2fa 10:08:16 ---> cfa983f44419 10:08:16 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 10:08:16 ---> Running in 56ff7e7d74f0 10:08:16 Removing intermediate container 56ff7e7d74f0 10:08:16 ---> c19692d19a68 10:08:16 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 10:08:16 ---> Running in 551394a21985 10:08:17 Removing intermediate container 551394a21985 10:08:17 ---> f84868af0741 10:08:17 Step 20/22 : LABEL arch=arm64 10:08:17 ---> Running in 6ce128452c4e 10:08:17 Removing intermediate container 6ce128452c4e 10:08:17 ---> f7537a2a026f 10:08:17 Step 21/22 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:08:17 ---> Running in 172e3f77b3be 10:08:18 Removing intermediate container 172e3f77b3be 10:08:18 ---> f4ff8e145c3e 10:08:18 Step 22/22 : LABEL version=3.0.0-dev.58 10:08:18 ---> Running in a7686d91c840 10:08:19 Removing intermediate container a7686d91c840 10:08:19 ---> 810b48f9dcbd 10:08:19 10:08:19 Successfully built 810b48f9dcbd 10:08:19 Successfully tagged core-common-config-bootstrapper-arm64:latest 10:08:19 Building security-spire-server 10:08:25  Building core-common-config-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:08:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:08:25 ---> 0266a82f1d1f 10:08:25 Step 3/23 : WORKDIR /edgex-go 10:08:25 ---> Using cache 10:08:25 ---> fe029eee6eaa 10:08:25 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 10:08:25 ---> Running in f2946c414266 10:08:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:08:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:08:29 OK: 221 MiB in 51 packages 10:08:33 Removing intermediate container f2946c414266 10:08:33 ---> 2f6d8a3c991f 10:08:33 Step 5/23 : COPY go.mod vendor* ./ 10:08:35 ---> eb9f604d92be 10:08:35 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:35 ---> Running in a4d038870664 10:09:02 Removing intermediate container 2df680f6dbeb 10:09:02 ---> e9a454906926 10:09:02 Step 8/22 : COPY . . 10:09:02 Removing intermediate container b8e6e1c2801d 10:09:02 ---> a4da188d87cf 10:09:02 10:09:02 Step 9/19 : FROM alpine:3.15 10:09:02 ---> 354640af7b1b 10:09:02 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:09:02 ---> Using cache 10:09:02 ---> e4fb5394ae8b 10:09:02 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:09:02 ---> Running in e9d37313822e 10:09:03 ---> 8e5fdc724510 10:09:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:09:03 ---> Running in 4927b23d5eb6 10:09:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:09:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:09:05 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:09:06 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:09:06 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:09:06 OK: 15734 distinct packages available 10:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:09:08 (1/9) Installing ca-certificates (20220614-r0) 10:09:08 (2/9) Installing brotli-libs (1.0.9-r5) 10:09:08 (3/9) Installing nghttp2-libs (1.46.0-r0) 10:09:08 (4/9) Installing libcurl (7.80.0-r6) 10:09:08 (5/9) Installing curl (7.80.0-r6) 10:09:08 (6/9) Installing dumb-init (1.2.5-r1) 10:09:08 (7/9) Installing musl-obstack (1.2.3-r0) 10:09:08 (8/9) Installing libucontext (1.1-r0) 10:09:08 (9/9) Installing gcompat (1.0.0-r4) 10:09:08 Executing busybox-1.34.1-r7.trigger 10:09:08 Executing ca-certificates-20220614-r0.trigger 10:09:08 OK: 8 MiB in 23 packages 10:09:14 Removing intermediate container e9d37313822e 10:09:14 ---> a57e098e409c 10:09:14 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 10:09:14 ---> 53e9e592bcb1 10:09:14 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:09:16 ---> a641404d49c9 10:09:16 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 10:09:17 ---> 7fdbc871d496 10:09:17 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 10:09:17 ---> Running in d66613ec02b0 10:09:18 Removing intermediate container d66613ec02b0 10:09:18 ---> d2af06717ca0 10:09:18 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:09:18 ---> Running in 5d7e1905c430 10:09:18 Removing intermediate container 5d7e1905c430 10:09:18 ---> 463bda7ea7a4 10:09:18 Step 17/19 : LABEL arch=arm64 10:09:18 ---> Running in 1674bf211847 10:09:19 Removing intermediate container 1674bf211847 10:09:19 ---> 1090f20004d0 10:09:19 Step 18/19 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:09:19 ---> Running in 7912daa013ef 10:09:20 Removing intermediate container 7912daa013ef 10:09:20 ---> 0c29ed3ba1b2 10:09:20 Step 19/19 : LABEL version=3.0.0-dev.58 10:09:20 ---> Running in a419198867d5 10:09:20 Removing intermediate container a419198867d5 10:09:20 ---> 529990d830bf 10:09:20 10:09:20 Successfully built 529990d830bf 10:09:20 Successfully tagged security-spiffe-token-provider-arm64:latest 10:09:20  Building security-spiffe-token-provider ... done Building security-bootstrapper 10:09:24 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:09:24 Step 2/32 : FROM ${BUILDER_BASE} AS builder 10:09:24 ---> 0266a82f1d1f 10:09:24 Step 3/32 : WORKDIR /edgex-go 10:09:24 ---> Using cache 10:09:24 ---> fe029eee6eaa 10:09:24 Step 4/32 : RUN apk add --update --no-cache make git 10:09:24 ---> Running in 7b7e01867f79 10:09:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:09:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:09:28 OK: 221 MiB in 51 packages 10:09:29 Removing intermediate container 7b7e01867f79 10:09:29 ---> afd137a97856 10:09:29 Step 5/32 : COPY go.mod vendor* ./ 10:09:30 ---> 3f0170edba42 10:09:30 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:09:30 ---> Running in 5d281052d944 10:10:09 Removing intermediate container a4d038870664 10:10:09 ---> c5b11e1959c9 10:10:09 Step 7/23 : COPY . . 10:10:09 ---> b47395bc0e62 10:10:09 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 10:10:09 ---> Running in 4a407255a4f8 10:10:09 Removing intermediate container 4a407255a4f8 10:10:09 ---> a94463e174b8 10:10:09 Step 9/23 : WORKDIR /edgex-go/spire-build 10:10:09 ---> Running in bd5a856910c0 10:10:10 Removing intermediate container bd5a856910c0 10:10:10 ---> 56ccef9bbb16 10:10:10 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 10:10:10 ---> Running in 678294e07643 10:10:13 Removing intermediate container 678294e07643 10:10:13 ---> 65560e6fd30c 10:10:13 Step 11/23 : WORKDIR /edgex-go 10:10:13 ---> Running in bad7ee464fb6 10:10:14 Removing intermediate container bad7ee464fb6 10:10:14 ---> b663d616a457 10:10:14 10:10:14 Step 12/23 : FROM alpine:3.15 10:10:14 ---> 354640af7b1b 10:10:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:10:14 ---> Using cache 10:10:14 ---> e4fb5394ae8b 10:10:14 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:10:14 ---> Using cache 10:10:14 ---> c2ec78a82af4 10:10:14 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:10:19 ---> 1329db83ef2c 10:10:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:10:20 ---> 92a69d0152de 10:10:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:10:21 ---> 4c8a1a525bbb 10:10:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:10:22 ---> 458a890699e0 10:10:22 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:10:22 ---> Running in 24e9d2443e1c 10:10:22 Removing intermediate container 24e9d2443e1c 10:10:22 ---> 425925e1929f 10:10:22 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:10:22 ---> Running in 656de3364bf9 10:10:23 Removing intermediate container 656de3364bf9 10:10:23 ---> 32ed7c00777f 10:10:23 Step 21/23 : LABEL arch=arm64 10:10:23 ---> Running in 444bc6c40a8b 10:10:23 Removing intermediate container 444bc6c40a8b 10:10:23 ---> 602434e996ba 10:10:23 Step 22/23 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:10:23 ---> Running in 9232cec58162 10:10:24 Removing intermediate container 9232cec58162 10:10:24 ---> b4949d8992f3 10:10:24 Step 23/23 : LABEL version=3.0.0-dev.58 10:10:24 ---> Running in 8a832bf4cb72 10:10:25 Removing intermediate container 8a832bf4cb72 10:10:25 ---> 44ec6ace3afb 10:10:25 10:10:25 Successfully built 44ec6ace3afb 10:10:25 Successfully tagged security-spire-server-arm64:latest 10:10:25  Building security-spire-server ... done Building security-proxy-setup 10:10:28 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:10:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:10:28 ---> 0266a82f1d1f 10:10:28 Step 3/21 : WORKDIR /edgex-go 10:10:28 ---> Using cache 10:10:28 ---> fe029eee6eaa 10:10:28 Step 4/21 : RUN apk add --update --no-cache make git 10:10:28 ---> Using cache 10:10:28 ---> afd137a97856 10:10:28 Step 5/21 : COPY go.mod vendor* ./ 10:10:28 ---> Using cache 10:10:28 ---> 3f0170edba42 10:10:28 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:29 ---> Running in 9d939e3124df 10:11:08 Removing intermediate container 5d281052d944 10:11:08 ---> 22520517588a 10:11:08 Step 7/32 : COPY . . 10:11:08 ---> 6a210367cbd9 10:11:08 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:11:08 ---> Running in 5a737e888ebd 10:11:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:12:05 Removing intermediate container 9d939e3124df 10:12:05 ---> 6ef121c2bc8b 10:12:05 Step 7/21 : COPY . . 10:12:05 ---> 92bc02e06f0c 10:12:05 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:12:05 ---> Running in 891203b5770f 10:12:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:14:57 Removing intermediate container c4d37d030ee4 10:14:57 ---> 50f7848357bf 10:14:57 10:14:57 Step 10/22 : FROM alpine:3.16 10:14:57 ---> 4c81e5bf8899 10:14:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:14:57 ---> Running in 94d3eed4c9db 10:14:57 Removing intermediate container 94d3eed4c9db 10:14:57 ---> 0f72e4c1f4f4 10:14:57 Step 12/22 : ENV APP_PORT=59880 10:14:57 ---> Running in b5f24fcd8421 10:14:59 Removing intermediate container b5f24fcd8421 10:14:59 ---> 1ba92baef729 10:14:59 Step 13/22 : EXPOSE $APP_PORT 10:14:59 ---> Running in 7da859b434a9 10:15:00 Removing intermediate container 7da859b434a9 10:15:00 ---> 4dbe24086221 10:15:00 Step 14/22 : RUN apk add --update --no-cache dumb-init 10:15:00 ---> Running in 9c34b48a76ec 10:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:15:04 (1/1) Installing dumb-init (1.2.5-r1) 10:15:04 Executing busybox-1.35.0-r17.trigger 10:15:04 OK: 5 MiB in 15 packages 10:15:05 Removing intermediate container 9c34b48a76ec 10:15:05 ---> 54fc96aa25c0 10:15:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:15:06 ---> ad28e0513ea9 10:15:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:15:08 ---> 00ce97b3fbf4 10:15:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:15:09 ---> d252a0c07e59 10:15:09 Step 18/22 : ENTRYPOINT ["/core-data"] 10:15:09 ---> Running in ed1b4f58a94d 10:15:12 Removing intermediate container ed1b4f58a94d 10:15:12 ---> e1693a1e4c4e 10:15:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:15:12 ---> Running in 88d005e82851 10:15:12 Removing intermediate container 88d005e82851 10:15:12 ---> 54ebd0a7e1d6 10:15:12 Step 20/22 : LABEL arch=arm64 10:15:12 ---> Running in 02af9a194d2e 10:15:13 Removing intermediate container 02af9a194d2e 10:15:13 ---> 8bb4f74262af 10:15:13 Step 21/22 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:15:13 ---> Running in 0b31e0003626 10:15:14 Removing intermediate container 0b31e0003626 10:15:14 ---> c9a1b21acbf1 10:15:14 Step 22/22 : LABEL version=3.0.0-dev.58 10:15:14 ---> Running in f67ff46d8c9f 10:15:14 Removing intermediate container f67ff46d8c9f 10:15:14 ---> 4033bf5fa4d2 10:15:14 10:15:14 Successfully built 4033bf5fa4d2 10:15:14 Successfully tagged core-data-arm64:latest 10:15:14  Building core-data ... done Building security-spire-config 10:15:18 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 10:15:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:15:18 ---> 0266a82f1d1f 10:15:18 Step 3/24 : WORKDIR /edgex-go 10:15:18 ---> Using cache 10:15:18 ---> fe029eee6eaa 10:15:18 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 10:15:18 ---> Using cache 10:15:18 ---> 2f6d8a3c991f 10:15:18 Step 5/24 : COPY go.mod vendor* ./ 10:15:18 ---> Using cache 10:15:18 ---> eb9f604d92be 10:15:18 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:15:18 ---> Using cache 10:15:18 ---> c5b11e1959c9 10:15:18 Step 7/24 : COPY . . 10:15:18 ---> Using cache 10:15:18 ---> b47395bc0e62 10:15:18 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 10:15:18 ---> Using cache 10:15:18 ---> a94463e174b8 10:15:18 Step 9/24 : WORKDIR /edgex-go/spire-build 10:15:18 ---> Using cache 10:15:18 ---> 56ccef9bbb16 10:15:18 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 10:15:18 ---> Running in 1ffc18ba419d 10:15:21 Removing intermediate container 1ffc18ba419d 10:15:21 ---> 2a560a927c4c 10:15:21 Step 11/24 : WORKDIR /edgex-go 10:15:21 ---> Running in 277f5ccef14c 10:15:22 Removing intermediate container 277f5ccef14c 10:15:22 ---> 476fd769a1a7 10:15:22 10:15:22 Step 12/24 : FROM alpine:3.15 10:15:22 ---> 354640af7b1b 10:15:22 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:15:22 ---> Using cache 10:15:22 ---> e4fb5394ae8b 10:15:22 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 10:15:22 ---> Running in 2e375fc9b7f1 10:15:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:15:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:15:25 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 10:15:25 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 10:15:25 OK: 15734 distinct packages available 10:15:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:15:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:15:27 (1/4) Installing dumb-init (1.2.5-r1) 10:15:27 (2/4) Installing musl-obstack (1.2.3-r0) 10:15:27 (3/4) Installing libucontext (1.1-r0) 10:15:27 (4/4) Installing gcompat (1.0.0-r4) 10:15:27 Executing busybox-1.34.1-r7.trigger 10:15:27 OK: 6 MiB in 18 packages 10:15:28 Removing intermediate container 2e375fc9b7f1 10:15:28 ---> 6d5e1bce1081 10:15:28 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 10:15:34 ---> 0b9558398fb0 10:15:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:15:37 ---> 8fa8aa08247c 10:15:37 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 10:15:37 ---> Running in 07c6a56c0d48 10:15:37 Removing intermediate container 07c6a56c0d48 10:15:37 ---> 8ab0fc052a56 10:15:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:15:38 ---> 00ec2324225f 10:15:38 Step 19/24 : WORKDIR / 10:15:38 ---> Running in c601f1c649e4 10:15:39 Removing intermediate container c601f1c649e4 10:15:39 ---> 268861486a03 10:15:39 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 10:15:39 ---> Running in b9a087c77035 10:15:39 Removing intermediate container b9a087c77035 10:15:39 ---> 04de24d3d2bd 10:15:39 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 10:15:39 ---> Running in 3b9e302b8853 10:15:40 Removing intermediate container 3b9e302b8853 10:15:40 ---> ee97349e58ad 10:15:40 Step 22/24 : LABEL arch=arm64 10:15:40 ---> Running in e6bf72597e3f 10:15:40 Removing intermediate container e6bf72597e3f 10:15:40 ---> c75300057874 10:15:40 Step 23/24 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:15:40 ---> Running in 2d9e122f01e4 10:15:41 Removing intermediate container 2d9e122f01e4 10:15:41 ---> 3e1c421c8409 10:15:41 Step 24/24 : LABEL version=3.0.0-dev.58 10:15:41 ---> Running in e73acf1c2115 10:15:41 Removing intermediate container e73acf1c2115 10:15:41 ---> 4344a3c4cb53 10:15:41 10:15:42 Successfully built 4344a3c4cb53 10:15:42 Successfully tagged security-spire-config-arm64:latest 10:17:03  Building security-spire-config ... done Removing intermediate container 5a737e888ebd 10:17:03 ---> 246bc006823b 10:17:03 10:17:03 Step 9/32 : FROM alpine:3.16 10:17:03 ---> 4c81e5bf8899 10:17:03 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 10:17:03 ---> Running in f7dd4fb4d9af 10:17:03 Removing intermediate container f7dd4fb4d9af 10:17:03 ---> 30e4052dd9b3 10:17:03 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 10:17:03 ---> Running in 866613a7701c 10:17:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:17:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:17:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.58" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 10:17:03 (1/2) Installing dumb-init (1.2.5-r1) 10:17:03 (2/2) Installing su-exec (0.2-r1) 10:17:03 Executing busybox-1.35.0-r17.trigger 10:17:03 OK: 5 MiB in 16 packages 10:17:03 Removing intermediate container 866613a7701c 10:17:03 ---> 81de3e2cbbed 10:17:03 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 10:17:03 ---> Running in 8a49336366fd 10:17:04 Removing intermediate container 8a49336366fd 10:17:04 ---> b10c9518b22d 10:17:04 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 10:17:04 ---> Running in 778cab96e552 10:17:05 Removing intermediate container 778cab96e552 10:17:05 ---> 374ba2a51bbf 10:17:05 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 10:17:05 ---> Running in c22d1af14e06 10:17:06 Removing intermediate container c22d1af14e06 10:17:06 ---> 7c159bac2dfe 10:17:06 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 10:17:06 ---> Running in c8ac15c59771 10:17:07 Removing intermediate container c8ac15c59771 10:17:07 ---> f44468baed01 10:17:07 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 10:17:09 ---> Running in 17ebd2aa2605 10:17:13 Removing intermediate container 17ebd2aa2605 10:17:13 ---> 3c41f0024fc8 10:17:13 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 10:17:13 ---> Running in 822112321c40 10:17:14 Removing intermediate container 822112321c40 10:17:14 ---> 29f380a5a0cb 10:17:14 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 10:17:15 Removing intermediate container 9bdd2901e40c 10:17:15 ---> b77ca3c7a3cf 10:17:15 10:17:15 Step 10/22 : FROM alpine:3.16 10:17:15 ---> 4c81e5bf8899 10:17:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:17:15 ---> Using cache 10:17:15 ---> dec1450bcf63 10:17:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:17:15 ---> Using cache 10:17:15 ---> 899066ba3047 10:17:15 Step 13/22 : ENV APP_PORT=59861 10:17:15 ---> 9daed2d139a2 10:17:15 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 10:17:15 ---> Running in dc9f4a7589fa 10:17:15 ---> Running in 3a37223b26c6 10:17:16 Removing intermediate container dc9f4a7589fa 10:17:16 ---> 361807334c81 10:17:16 Step 14/22 : EXPOSE $APP_PORT 10:17:16 ---> Running in fa3eab473be9 10:17:17 Removing intermediate container fa3eab473be9 10:17:17 ---> f5a0f84a7115 10:17:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:17:19 ---> f03399a6c67d 10:17:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:17:19 Removing intermediate container 3a37223b26c6 10:17:19 ---> 3c76e12a94b4 10:17:19 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 10:17:21 ---> 742742032bb7 10:17:21 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:17:21 ---> b7db735190a5 10:17:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:17:22 Removing intermediate container 891203b5770f 10:17:22 ---> c5c88734fd94 10:17:22 10:17:22 Step 9/21 : FROM alpine:3.16 10:17:22 ---> 4c81e5bf8899 10:17:22 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 10:17:22 ---> dab3e6f6b0bf 10:17:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:17:23 ---> Running in 8c4bd10f5431 10:17:23 ---> Running in cea5390bcbad 10:17:23 ---> 9d2e82a60fd8 10:17:23 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:17:23 Removing intermediate container cea5390bcbad 10:17:23 ---> 84c90276e89f 10:17:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:17:23 ---> Running in cad05a49e38d 10:17:24 Removing intermediate container cad05a49e38d 10:17:24 ---> 93c2292fd8ca 10:17:24 Step 20/22 : LABEL arch=arm64 10:17:24 ---> Running in a0be9b6d6124 10:17:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:17:25 ---> 681c5f335728 10:17:25 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:17:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:17:25 Removing intermediate container a0be9b6d6124 10:17:25 ---> 0092b3c3b04f 10:17:25 Step 21/22 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:17:25 ---> Running in 920f9de1c468 10:17:25 ---> 18a5ef3208c7 10:17:25 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 10:17:25 Removing intermediate container 920f9de1c468 10:17:25 ---> 37ec847b8f95 10:17:25 Step 22/22 : LABEL version=3.0.0-dev.58 10:17:25 ---> Running in 5daac7e00e93 10:17:26 (1/6) Installing ca-certificates (20220614-r0) 10:17:26 (2/6) Installing brotli-libs (1.0.9-r6) 10:17:26 (3/6) Installing nghttp2-libs (1.47.0-r0) 10:17:26 (4/6) Installing libcurl (7.83.1-r6) 10:17:26 (5/6) Installing curl (7.83.1-r6) 10:17:26 Removing intermediate container 5daac7e00e93 10:17:26 ---> 798e719c196f 10:17:26 10:17:26 (6/6) Installing dumb-init (1.2.5-r1) 10:17:26 Executing busybox-1.35.0-r17.trigger 10:17:26 Executing ca-certificates-20220614-r0.trigger 10:17:26 ---> 9e9496fd2b76 10:17:26 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 10:17:26 Successfully built 798e719c196f 10:17:26 Successfully tagged support-scheduler-arm64:latest 10:17:26  Building support-scheduler ... done OK: 8 MiB in 20 packages 10:17:27 ---> 90bdff166b68 10:17:27 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:17:28 ---> a91ad3fb48a3 10:17:28 Step 27/32 : RUN chmod +x /entrypoint.sh 10:17:28 ---> Running in f4bbe1d7acb9 10:17:28 Removing intermediate container 8c4bd10f5431 10:17:28 ---> 42731bf4d7ee 10:17:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:17:28 ---> Running in 1cf00f71972f 10:17:29 Removing intermediate container 1cf00f71972f 10:17:29 ---> 15412d922ad0 10:17:29 Step 12/21 : WORKDIR /edgex 10:17:29 ---> Running in 0d678abb8e7d 10:17:29 Removing intermediate container 0d678abb8e7d 10:17:29 ---> b580a4b16e16 10:17:29 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:17:30 Removing intermediate container f4bbe1d7acb9 10:17:30 ---> 2817ed52ddb9 10:17:30 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 10:17:30 ---> 68d75f328cf3 10:17:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:17:30 ---> Running in c1762b61c860 10:17:31 Removing intermediate container c1762b61c860 10:17:31 ---> f359843661d8 10:17:31 Step 29/32 : CMD ["gate"] 10:17:31 ---> Running in 40b9f19e7838 10:17:31 ---> e40bd7c3eaa6 10:17:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:17:31 Removing intermediate container 40b9f19e7838 10:17:31 ---> e5de25e12497 10:17:31 Step 30/32 : LABEL arch=arm64 10:17:32 ---> Running in 1d820fe916cb 10:17:32 Removing intermediate container 1d820fe916cb 10:17:32 ---> 2cf5c6247352 10:17:32 Step 31/32 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:17:32 ---> Running in b6974e0982cb 10:17:34 Removing intermediate container b6974e0982cb 10:17:34 ---> 70551bbc3bb6 10:17:34 Step 32/32 : LABEL version=3.0.0-dev.58 10:17:34 ---> 8a5867a4c0cd 10:17:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:17:34 ---> Running in 8aa402fc79ec 10:17:35 Removing intermediate container 8aa402fc79ec 10:17:35 ---> c1fd3bf9d858 10:17:35 10:17:35 Successfully built c1fd3bf9d858 10:17:35 Successfully tagged security-bootstrapper-arm64:latest 10:17:35  Building security-bootstrapper ... done Removing intermediate container 4927b23d5eb6 10:17:35 ---> 8e1537c3bb66 10:17:35 10:17:35 Step 10/22 : FROM alpine:3.16 10:17:35 ---> 4c81e5bf8899 10:17:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:17:35 ---> 661ed28c9082 10:17:35 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:17:35 ---> Running in 3c935929472d 10:17:35 ---> Running in d7ba0c8ffcc7 10:17:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 10:17:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 10:17:37 Removing intermediate container d7ba0c8ffcc7 10:17:37 ---> 18697f2010c4 10:17:37 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 10:17:37 ---> Running in 012c0eb6f061 10:17:37 Removing intermediate container 012c0eb6f061 10:17:37 ---> 4f01ce49c11f 10:17:37 Step 19/21 : LABEL arch=arm64 10:17:37 ---> Running in fd72f0cecfa5 10:17:37 Removing intermediate container fd72f0cecfa5 10:17:37 ---> b6ea6e6b0841 10:17:37 Step 20/21 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:17:37 (1/2) Installing ca-certificates (20220614-r0) 10:17:38 ---> Running in 46fcc343ab52 10:17:38 (2/2) Installing dumb-init (1.2.5-r1) 10:17:38 Executing busybox-1.35.0-r17.trigger 10:17:38 Executing ca-certificates-20220614-r0.trigger 10:17:38 Removing intermediate container 46fcc343ab52 10:17:38 ---> 2f44583a04f2 10:17:38 Step 21/21 : LABEL version=3.0.0-dev.58 10:17:38 OK: 6 MiB in 16 packages 10:17:38 ---> Running in 7cbb55a6f725 10:17:38 Removing intermediate container 7cbb55a6f725 10:17:38 ---> 82e4d615f54a 10:17:38 10:17:38 Successfully built 82e4d615f54a 10:17:38 Successfully tagged security-proxy-setup-arm64:latest 10:17:39  Building security-proxy-setup ... done Removing intermediate container 3c935929472d 10:17:39 ---> 442997950cf5 10:17:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:17:39 ---> Running in 06832dc70ba7 10:17:39 Removing intermediate container 06832dc70ba7 10:17:39 ---> 0bbcd2963f2a 10:17:39 Step 13/22 : ENV APP_PORT=59860 10:17:39 ---> Running in fba193fca6bd 10:17:40 Removing intermediate container fba193fca6bd 10:17:40 ---> cc8be889bd74 10:17:40 Step 14/22 : EXPOSE $APP_PORT 10:17:40 ---> Running in 990d69646812 10:17:40 Removing intermediate container 990d69646812 10:17:40 ---> 7a3ec94d9720 10:17:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:17:41 ---> f49f825a513e 10:17:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:17:42 ---> 421521b012dd 10:17:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:17:42 ---> 6fa6e3b2cd85 10:17:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:17:42 ---> Running in f93c84c181c2 10:17:42 Removing intermediate container f93c84c181c2 10:17:42 ---> 8e7c5b5ae2cf 10:17:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 10:17:43 ---> Running in d2aef8941bc0 10:17:43 Removing intermediate container d2aef8941bc0 10:17:43 ---> 40f1fef567b7 10:17:43 Step 20/22 : LABEL arch=arm64 10:17:43 ---> Running in 3579ef49e516 10:17:43 Removing intermediate container 3579ef49e516 10:17:43 ---> c448acaed22d 10:17:43 Step 21/22 : LABEL git_sha=69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:17:43 ---> Running in af925d5200db 10:17:43 Removing intermediate container af925d5200db 10:17:43 ---> 5ebe1cbd2804 10:17:43 Step 22/22 : LABEL version=3.0.0-dev.58 10:17:44 ---> Running in 59a93c8aed77 10:17:44 Removing intermediate container 59a93c8aed77 10:17:44 ---> d607c1bbb103 10:17:44 10:17:44 Successfully built d607c1bbb103 10:17:44 Successfully tagged support-notifications-arm64:latest 10:17:44  Building support-notifications ... done  [Pipeline] } 10:17:44 $ docker stop --time=1 ce0bd39864a142f0f789d75217048a4ac5166b61ce6f42c4b1578572ccb4b930 10:17:46 $ docker rm -f --volumes ce0bd39864a142f0f789d75217048a4ac5166b61ce6f42c4b1578572ccb4b930 [Pipeline] // withDockerContainer [Pipeline] sh 10:17:46 + docker images 10:17:47 REPOSITORY TAG IMAGE ID CREATED SIZE 10:17:47 support-notifications-arm64 latest d607c1bbb103 2 seconds ago 29.7MB 10:17:47 security-proxy-setup-arm64 latest 82e4d615f54a 8 seconds ago 26.9MB 10:17:47 security-bootstrapper-arm64 latest c1fd3bf9d858 12 seconds ago 19.6MB 10:17:47 8e1537c3bb66 12 seconds ago 1.4GB 10:17:47 support-scheduler-arm64 latest 798e719c196f 20 seconds ago 29MB 10:17:47 c5c88734fd94 24 seconds ago 1.33GB 10:17:47 b77ca3c7a3cf 32 seconds ago 1.4GB 10:17:47 246bc006823b 50 seconds ago 1.33GB 10:17:47 security-spire-config-arm64 latest 4344a3c4cb53 2 minutes ago 83.6MB 10:17:47 476fd769a1a7 2 minutes ago 1.21GB 10:17:47 core-data-arm64 latest 4033bf5fa4d2 2 minutes ago 17.2MB 10:17:47 50f7848357bf 2 minutes ago 1.34GB 10:17:47 security-spire-server-arm64 latest 44ec6ace3afb 7 minutes ago 84.3MB 10:17:47 b663d616a457 7 minutes ago 1.21GB 10:17:47 security-spiffe-token-provider-arm64 latest 529990d830bf 8 minutes ago 29.1MB 10:17:47 a4da188d87cf 8 minutes ago 1.37GB 10:17:47 core-common-config-bootstrapper-arm64 latest 810b48f9dcbd 9 minutes ago 14.9MB 10:17:47 core-metadata-arm64 latest a3360c6f749f 9 minutes ago 17.7MB 10:17:47 4e59e0eacbd9 9 minutes ago 1.33GB 10:17:47 core-command-arm64 latest a727e71eb561 9 minutes ago 17MB 10:17:47 d6de4da2e738 9 minutes ago 1.34GB 10:17:47 9fa5bfe510d1 10 minutes ago 1.34GB 10:17:47 security-secretstore-setup-arm64 latest bbe857d052b4 10 minutes ago 29MB 10:17:47 94efa7d8e11b 10 minutes ago 1.33GB 10:17:47 security-spire-agent-arm64 latest 4268cfb1dae7 16 minutes ago 122MB 10:17:47 859a67f67f7f 17 minutes ago 1.21GB 10:17:47 ci-base-image-arm64 latest 0266a82f1d1f 20 minutes ago 905MB 10:17:47 alpine 3.15 354640af7b1b 6 days ago 5.34MB 10:17:47 alpine 3.16 4c81e5bf8899 6 days ago 5.3MB 10:17:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 10:17:47 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 10:17:47 provisioning config files... 10:17:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/419@tmp/config13356038969389733551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:17:47 ---> docker-login.sh 10:17:47 nexus3.edgexfoundry.org:10001 10:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:47 Configure a credential helper to remove this warning. See 10:17:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:47 10:17:47 Login Succeeded 10:17:47 nexus3.edgexfoundry.org:10002 10:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:48 Configure a credential helper to remove this warning. See 10:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:48 10:17:48 Login Succeeded 10:17:48 nexus3.edgexfoundry.org:10003 10:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:48 Configure a credential helper to remove this warning. See 10:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:48 10:17:48 Login Succeeded 10:17:48 nexus3.edgexfoundry.org:10004 10:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:48 Configure a credential helper to remove this warning. See 10:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:48 10:17:48 Login Succeeded 10:17:48 docker.io 10:17:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:17:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:17:49 Configure a credential helper to remove this warning. See 10:17:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:17:49 10:17:49 Login Succeeded 10:17:49 ---> docker-login.sh ends [Pipeline] } 10:17:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:17:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:17:49 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:17:49 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:17:49 latest 10:17:49 3.0.0-dev.58 10:17:49 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:17:49 main 10:17:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:50 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:17:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:17:50 4ceb8309ca4b: Preparing 10:17:50 858bffa0c5c5: Preparing 10:17:50 d0ab681f9a7d: Preparing 10:17:50 fda407071886: Preparing 10:17:50 f70ee36035b9: Preparing 10:17:50 f70ee36035b9: Layer already exists 10:17:50 fda407071886: Pushed 10:17:50 4ceb8309ca4b: Pushed 10:17:50 d0ab681f9a7d: Pushed 10:17:53 858bffa0c5c5: Pushed 10:17:53 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:8a30f5a4fb48349fbbb2ec77947e959c180ff7e6cc83efd412ca1d4edd636bd8 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:17:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:17:54 4ceb8309ca4b: Preparing 10:17:54 858bffa0c5c5: Preparing 10:17:54 d0ab681f9a7d: Preparing 10:17:54 fda407071886: Preparing 10:17:54 f70ee36035b9: Preparing 10:17:54 d0ab681f9a7d: Layer already exists 10:17:54 4ceb8309ca4b: Layer already exists 10:17:54 858bffa0c5c5: Layer already exists 10:17:54 f70ee36035b9: Layer already exists 10:17:54 fda407071886: Layer already exists 10:17:54 latest: digest: sha256:8a30f5a4fb48349fbbb2ec77947e959c180ff7e6cc83efd412ca1d4edd636bd8 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.58 10:17:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:17:54 4ceb8309ca4b: Preparing 10:17:54 858bffa0c5c5: Preparing 10:17:54 d0ab681f9a7d: Preparing 10:17:54 fda407071886: Preparing 10:17:54 f70ee36035b9: Preparing 10:17:54 f70ee36035b9: Layer already exists 10:17:54 858bffa0c5c5: Layer already exists 10:17:54 d0ab681f9a7d: Layer already exists 10:17:54 4ceb8309ca4b: Layer already exists 10:17:54 fda407071886: Layer already exists 10:17:54 3.0.0-dev.58: digest: sha256:8a30f5a4fb48349fbbb2ec77947e959c180ff7e6cc83efd412ca1d4edd636bd8 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:17:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:17:55 4ceb8309ca4b: Preparing 10:17:55 858bffa0c5c5: Preparing 10:17:55 d0ab681f9a7d: Preparing 10:17:55 fda407071886: Preparing 10:17:55 f70ee36035b9: Preparing 10:17:55 d0ab681f9a7d: Layer already exists 10:17:55 fda407071886: Layer already exists 10:17:55 f70ee36035b9: Layer already exists 10:17:55 858bffa0c5c5: Layer already exists 10:17:55 4ceb8309ca4b: Layer already exists 10:17:55 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:8a30f5a4fb48349fbbb2ec77947e959c180ff7e6cc83efd412ca1d4edd636bd8 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:56 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:17:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:17:56 4ceb8309ca4b: Preparing 10:17:56 858bffa0c5c5: Preparing 10:17:56 d0ab681f9a7d: Preparing 10:17:56 fda407071886: Preparing 10:17:56 f70ee36035b9: Preparing 10:17:56 fda407071886: Layer already exists 10:17:56 f70ee36035b9: Layer already exists 10:17:56 858bffa0c5c5: Layer already exists 10:17:56 4ceb8309ca4b: Layer already exists 10:17:56 d0ab681f9a7d: Layer already exists 10:17:56 main: digest: sha256:8a30f5a4fb48349fbbb2ec77947e959c180ff7e6cc83efd412ca1d4edd636bd8 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:17:56 ===================================================== [Pipeline] echo 10:17:56 taggedImages: 10:17:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:17:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:17:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.58 10:17:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:17:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:17:56 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 10:17:56 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:17:56 latest 10:17:56 3.0.0-dev.58 10:17:56 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:17:56 main 10:17:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:17:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:17:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:17:57 5e10a02eca2b: Preparing 10:17:57 8ab83611f0c9: Preparing 10:17:57 6d7b9cd4d95d: Preparing 10:17:57 b35925fe2fb3: Preparing 10:17:57 d0ab681f9a7d: Preparing 10:17:57 cb498516840e: Preparing 10:17:57 f70ee36035b9: Preparing 10:17:57 cb498516840e: Waiting 10:17:57 f70ee36035b9: Waiting 10:17:57 d0ab681f9a7d: Layer already exists 10:17:57 5e10a02eca2b: Pushed 10:17:57 6d7b9cd4d95d: Pushed 10:17:57 cb498516840e: Pushed 10:17:57 f70ee36035b9: Layer already exists 10:17:57 8ab83611f0c9: Pushed 10:18:00 b35925fe2fb3: Pushed 10:18:00 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:7dfc384af1386e868062f3c1758a031c4363ed2b96009a79964c22f15c18d1bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:00 + 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 10:18:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:18:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:18:00 5e10a02eca2b: Preparing 10:18:00 8ab83611f0c9: Preparing 10:18:00 6d7b9cd4d95d: Preparing 10:18:00 b35925fe2fb3: Preparing 10:18:00 d0ab681f9a7d: Preparing 10:18:00 cb498516840e: Preparing 10:18:00 f70ee36035b9: Preparing 10:18:00 cb498516840e: Waiting 10:18:00 f70ee36035b9: Waiting 10:18:00 5e10a02eca2b: Layer already exists 10:18:00 b35925fe2fb3: Layer already exists 10:18:00 6d7b9cd4d95d: Layer already exists 10:18:00 8ab83611f0c9: Layer already exists 10:18:00 d0ab681f9a7d: Layer already exists 10:18:00 f70ee36035b9: Layer already exists 10:18:00 cb498516840e: Layer already exists 10:18:01 latest: digest: sha256:7dfc384af1386e868062f3c1758a031c4363ed2b96009a79964c22f15c18d1bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:01 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.58 10:18:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:18:01 5e10a02eca2b: Preparing 10:18:01 8ab83611f0c9: Preparing 10:18:01 6d7b9cd4d95d: Preparing 10:18:01 b35925fe2fb3: Preparing 10:18:01 d0ab681f9a7d: Preparing 10:18:01 cb498516840e: Preparing 10:18:01 f70ee36035b9: Preparing 10:18:01 cb498516840e: Waiting 10:18:01 f70ee36035b9: Waiting 10:18:01 6d7b9cd4d95d: Layer already exists 10:18:01 5e10a02eca2b: Layer already exists 10:18:01 b35925fe2fb3: Layer already exists 10:18:01 8ab83611f0c9: Layer already exists 10:18:01 d0ab681f9a7d: Layer already exists 10:18:01 f70ee36035b9: Layer already exists 10:18:01 cb498516840e: Layer already exists 10:18:01 3.0.0-dev.58: digest: sha256:7dfc384af1386e868062f3c1758a031c4363ed2b96009a79964c22f15c18d1bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:02 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:18:02 5e10a02eca2b: Preparing 10:18:02 8ab83611f0c9: Preparing 10:18:02 6d7b9cd4d95d: Preparing 10:18:02 b35925fe2fb3: Preparing 10:18:02 d0ab681f9a7d: Preparing 10:18:02 cb498516840e: Preparing 10:18:02 f70ee36035b9: Preparing 10:18:02 cb498516840e: Waiting 10:18:02 f70ee36035b9: Waiting 10:18:02 5e10a02eca2b: Layer already exists 10:18:02 8ab83611f0c9: Layer already exists 10:18:02 6d7b9cd4d95d: Layer already exists 10:18:02 b35925fe2fb3: Layer already exists 10:18:02 d0ab681f9a7d: Layer already exists 10:18:02 f70ee36035b9: Layer already exists 10:18:02 cb498516840e: Layer already exists 10:18:02 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:7dfc384af1386e868062f3c1758a031c4363ed2b96009a79964c22f15c18d1bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:03 + 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 10:18:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 10:18:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:18:03 5e10a02eca2b: Preparing 10:18:03 8ab83611f0c9: Preparing 10:18:03 6d7b9cd4d95d: Preparing 10:18:03 b35925fe2fb3: Preparing 10:18:03 d0ab681f9a7d: Preparing 10:18:03 cb498516840e: Preparing 10:18:03 f70ee36035b9: Preparing 10:18:03 cb498516840e: Waiting 10:18:03 f70ee36035b9: Waiting 10:18:03 6d7b9cd4d95d: Layer already exists 10:18:03 d0ab681f9a7d: Layer already exists 10:18:03 8ab83611f0c9: Layer already exists 10:18:03 5e10a02eca2b: Layer already exists 10:18:03 b35925fe2fb3: Layer already exists 10:18:03 cb498516840e: Layer already exists 10:18:03 f70ee36035b9: Layer already exists 10:18:03 main: digest: sha256:7dfc384af1386e868062f3c1758a031c4363ed2b96009a79964c22f15c18d1bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:18:03 ===================================================== [Pipeline] echo 10:18:03 taggedImages: 10:18:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:18:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.58 10:18:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:18:03 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 10:18:03 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:03 latest 10:18:03 3.0.0-dev.58 10:18:03 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:03 main 10:18:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:04 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:04 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:18:04 4273f4fed5a8: Preparing 10:18:04 da6c58bafd74: Preparing 10:18:04 d0ab681f9a7d: Preparing 10:18:04 399d71b91a99: Preparing 10:18:04 f70ee36035b9: Preparing 10:18:04 d0ab681f9a7d: Layer already exists 10:18:04 f70ee36035b9: Layer already exists 10:18:04 4273f4fed5a8: Pushed 10:18:04 399d71b91a99: Pushed 10:18:08 da6c58bafd74: Pushed 10:18:08 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:cb7cba41a0b5b5cc5e30b055eef11a4f1bb50887b490a7867a2b989c4b77d371 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:18:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:18:08 4273f4fed5a8: Preparing 10:18:08 da6c58bafd74: Preparing 10:18:08 d0ab681f9a7d: Preparing 10:18:08 399d71b91a99: Preparing 10:18:08 f70ee36035b9: Preparing 10:18:08 399d71b91a99: Layer already exists 10:18:08 da6c58bafd74: Layer already exists 10:18:08 4273f4fed5a8: Layer already exists 10:18:08 d0ab681f9a7d: Layer already exists 10:18:08 f70ee36035b9: Layer already exists 10:18:08 latest: digest: sha256:cb7cba41a0b5b5cc5e30b055eef11a4f1bb50887b490a7867a2b989c4b77d371 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:09 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:09 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.58 10:18:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:18:09 4273f4fed5a8: Preparing 10:18:09 da6c58bafd74: Preparing 10:18:09 d0ab681f9a7d: Preparing 10:18:09 399d71b91a99: Preparing 10:18:09 f70ee36035b9: Preparing 10:18:09 f70ee36035b9: Layer already exists 10:18:09 d0ab681f9a7d: Layer already exists 10:18:09 da6c58bafd74: Layer already exists 10:18:09 4273f4fed5a8: Layer already exists 10:18:09 399d71b91a99: Layer already exists 10:18:09 3.0.0-dev.58: digest: sha256:cb7cba41a0b5b5cc5e30b055eef11a4f1bb50887b490a7867a2b989c4b77d371 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:10 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:10 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:18:10 4273f4fed5a8: Preparing 10:18:10 da6c58bafd74: Preparing 10:18:10 d0ab681f9a7d: Preparing 10:18:10 399d71b91a99: Preparing 10:18:10 f70ee36035b9: Preparing 10:18:10 d0ab681f9a7d: Layer already exists 10:18:10 f70ee36035b9: Layer already exists 10:18:10 4273f4fed5a8: Layer already exists 10:18:10 399d71b91a99: Layer already exists 10:18:10 da6c58bafd74: Layer already exists 10:18:10 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:cb7cba41a0b5b5cc5e30b055eef11a4f1bb50887b490a7867a2b989c4b77d371 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:10 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:11 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 10:18:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:18:11 4273f4fed5a8: Preparing 10:18:11 da6c58bafd74: Preparing 10:18:11 d0ab681f9a7d: Preparing 10:18:11 399d71b91a99: Preparing 10:18:11 f70ee36035b9: Preparing 10:18:11 399d71b91a99: Layer already exists 10:18:11 4273f4fed5a8: Layer already exists 10:18:11 d0ab681f9a7d: Layer already exists 10:18:11 f70ee36035b9: Layer already exists 10:18:11 da6c58bafd74: Layer already exists 10:18:11 main: digest: sha256:cb7cba41a0b5b5cc5e30b055eef11a4f1bb50887b490a7867a2b989c4b77d371 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:18:11 ===================================================== [Pipeline] echo 10:18:11 taggedImages: 10:18:11 - nexus3.edgexfoundry.org:10004/core-data-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:11 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:18:11 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.58 10:18:11 - nexus3.edgexfoundry.org:10004/core-data-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:11 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:18:11 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 10:18:11 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:11 latest 10:18:11 3.0.0-dev.58 10:18:11 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:11 main 10:18:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:18:12 d273185c2b5c: Preparing 10:18:12 f6062b32c026: Preparing 10:18:12 e9db9720bbbe: Preparing 10:18:12 d0ab681f9a7d: Preparing 10:18:12 fda407071886: Preparing 10:18:12 f70ee36035b9: Preparing 10:18:12 f70ee36035b9: Waiting 10:18:12 fda407071886: Layer already exists 10:18:12 d0ab681f9a7d: Layer already exists 10:18:12 f70ee36035b9: Layer already exists 10:18:12 d273185c2b5c: Pushed 10:18:12 f6062b32c026: Pushed 10:18:15 e9db9720bbbe: Pushed 10:18:15 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:dceabd500634a925ab8e8e659686eced97bcdc9eff7f574fa771345bd8bbd0a9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:16 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:18:16 d273185c2b5c: Preparing 10:18:16 f6062b32c026: Preparing 10:18:16 e9db9720bbbe: Preparing 10:18:16 d0ab681f9a7d: Preparing 10:18:16 fda407071886: Preparing 10:18:16 f70ee36035b9: Preparing 10:18:16 f70ee36035b9: Waiting 10:18:16 f6062b32c026: Layer already exists 10:18:16 d273185c2b5c: Layer already exists 10:18:16 fda407071886: Layer already exists 10:18:16 e9db9720bbbe: Layer already exists 10:18:16 d0ab681f9a7d: Layer already exists 10:18:16 f70ee36035b9: Layer already exists 10:18:16 latest: digest: sha256:dceabd500634a925ab8e8e659686eced97bcdc9eff7f574fa771345bd8bbd0a9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:16 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.58 10:18:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:18:17 d273185c2b5c: Preparing 10:18:17 f6062b32c026: Preparing 10:18:17 e9db9720bbbe: Preparing 10:18:17 d0ab681f9a7d: Preparing 10:18:17 fda407071886: Preparing 10:18:17 f70ee36035b9: Preparing 10:18:17 f70ee36035b9: Waiting 10:18:17 d273185c2b5c: Layer already exists 10:18:17 fda407071886: Layer already exists 10:18:17 f6062b32c026: Layer already exists 10:18:17 d0ab681f9a7d: Layer already exists 10:18:17 e9db9720bbbe: Layer already exists 10:18:17 f70ee36035b9: Layer already exists 10:18:17 3.0.0-dev.58: digest: sha256:dceabd500634a925ab8e8e659686eced97bcdc9eff7f574fa771345bd8bbd0a9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:18:17 d273185c2b5c: Preparing 10:18:17 f6062b32c026: Preparing 10:18:17 e9db9720bbbe: Preparing 10:18:17 d0ab681f9a7d: Preparing 10:18:17 fda407071886: Preparing 10:18:17 f70ee36035b9: Preparing 10:18:17 f70ee36035b9: Waiting 10:18:17 e9db9720bbbe: Layer already exists 10:18:17 d0ab681f9a7d: Layer already exists 10:18:17 d273185c2b5c: Layer already exists 10:18:17 f6062b32c026: Layer already exists 10:18:17 fda407071886: Layer already exists 10:18:17 f70ee36035b9: Layer already exists 10:18:18 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:dceabd500634a925ab8e8e659686eced97bcdc9eff7f574fa771345bd8bbd0a9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:18 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 10:18:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:18:18 d273185c2b5c: Preparing 10:18:18 f6062b32c026: Preparing 10:18:18 e9db9720bbbe: Preparing 10:18:18 d0ab681f9a7d: Preparing 10:18:18 fda407071886: Preparing 10:18:18 f70ee36035b9: Preparing 10:18:18 f70ee36035b9: Waiting 10:18:18 e9db9720bbbe: Layer already exists 10:18:18 d0ab681f9a7d: Layer already exists 10:18:18 d273185c2b5c: Layer already exists 10:18:18 f6062b32c026: Layer already exists 10:18:18 fda407071886: Layer already exists 10:18:18 f70ee36035b9: Layer already exists 10:18:19 main: digest: sha256:dceabd500634a925ab8e8e659686eced97bcdc9eff7f574fa771345bd8bbd0a9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:18:19 ===================================================== [Pipeline] echo 10:18:19 taggedImages: 10:18:19 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:19 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:18:19 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.58 10:18:19 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:19 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:18:19 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 10:18:19 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:19 latest 10:18:19 3.0.0-dev.58 10:18:19 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:19 main 10:18:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:19 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:18:19 5696d382c376: Preparing 10:18:19 5696d382c376: Preparing 10:18:19 eea953ab393c: Preparing 10:18:19 bf344d419118: Preparing 10:18:19 5a99b6ffda1d: Preparing 10:18:19 4bd69d8c86ac: Preparing 10:18:19 6ca973c16697: Preparing 10:18:19 d0ab681f9a7d: Preparing 10:18:19 5d6ebcfee962: Preparing 10:18:19 920baebfb12f: Preparing 10:18:19 b18f8d0677f7: Preparing 10:18:19 6555747dab16: Preparing 10:18:19 f70ee36035b9: Preparing 10:18:19 d0ab681f9a7d: Waiting 10:18:19 5d6ebcfee962: Waiting 10:18:19 920baebfb12f: Waiting 10:18:19 b18f8d0677f7: Waiting 10:18:19 6555747dab16: Waiting 10:18:19 f70ee36035b9: Waiting 10:18:19 6ca973c16697: Waiting 10:18:20 4bd69d8c86ac: Pushed 10:18:20 5696d382c376: Pushed 10:18:20 bf344d419118: Pushed 10:18:20 eea953ab393c: Pushed 10:18:20 5a99b6ffda1d: Pushed 10:18:20 d0ab681f9a7d: Layer already exists 10:18:20 5d6ebcfee962: Pushed 10:18:20 f70ee36035b9: Layer already exists 10:18:20 920baebfb12f: Pushed 10:18:20 b18f8d0677f7: Pushed 10:18:20 6555747dab16: Pushed 10:18:23 6ca973c16697: Pushed 10:18:23 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:177d30c94039456d53625db0735476ffac9faa94932e1052983d3d0ca7d98a64 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:24 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:18:24 5696d382c376: Preparing 10:18:24 5696d382c376: Preparing 10:18:24 eea953ab393c: Preparing 10:18:24 bf344d419118: Preparing 10:18:24 5a99b6ffda1d: Preparing 10:18:24 4bd69d8c86ac: Preparing 10:18:24 6ca973c16697: Preparing 10:18:24 d0ab681f9a7d: Preparing 10:18:24 5d6ebcfee962: Preparing 10:18:24 920baebfb12f: Preparing 10:18:24 b18f8d0677f7: Preparing 10:18:24 6555747dab16: Preparing 10:18:24 f70ee36035b9: Preparing 10:18:24 920baebfb12f: Waiting 10:18:24 b18f8d0677f7: Waiting 10:18:24 6555747dab16: Waiting 10:18:24 d0ab681f9a7d: Waiting 10:18:24 f70ee36035b9: Waiting 10:18:24 6ca973c16697: Waiting 10:18:24 5d6ebcfee962: Waiting 10:18:24 bf344d419118: Layer already exists 10:18:24 5696d382c376: Layer already exists 10:18:24 eea953ab393c: Layer already exists 10:18:24 5a99b6ffda1d: Layer already exists 10:18:24 4bd69d8c86ac: Layer already exists 10:18:24 6ca973c16697: Layer already exists 10:18:24 5d6ebcfee962: Layer already exists 10:18:24 920baebfb12f: Layer already exists 10:18:24 d0ab681f9a7d: Layer already exists 10:18:24 b18f8d0677f7: Layer already exists 10:18:24 6555747dab16: Layer already exists 10:18:24 f70ee36035b9: Layer already exists 10:18:24 latest: digest: sha256:177d30c94039456d53625db0735476ffac9faa94932e1052983d3d0ca7d98a64 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.58 10:18:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:18:25 5696d382c376: Preparing 10:18:25 5696d382c376: Preparing 10:18:25 eea953ab393c: Preparing 10:18:25 bf344d419118: Preparing 10:18:25 5a99b6ffda1d: Preparing 10:18:25 4bd69d8c86ac: Preparing 10:18:25 6ca973c16697: Preparing 10:18:25 d0ab681f9a7d: Preparing 10:18:25 5d6ebcfee962: Preparing 10:18:25 920baebfb12f: Preparing 10:18:25 b18f8d0677f7: Preparing 10:18:25 6555747dab16: Preparing 10:18:25 f70ee36035b9: Preparing 10:18:25 920baebfb12f: Waiting 10:18:25 6ca973c16697: Waiting 10:18:25 b18f8d0677f7: Waiting 10:18:25 6555747dab16: Waiting 10:18:25 f70ee36035b9: Waiting 10:18:25 5d6ebcfee962: Waiting 10:18:25 d0ab681f9a7d: Waiting 10:18:25 bf344d419118: Layer already exists 10:18:25 5a99b6ffda1d: Layer already exists 10:18:25 5696d382c376: Layer already exists 10:18:25 4bd69d8c86ac: Layer already exists 10:18:25 eea953ab393c: Layer already exists 10:18:25 6ca973c16697: Layer already exists 10:18:25 b18f8d0677f7: Layer already exists 10:18:25 5d6ebcfee962: Layer already exists 10:18:25 920baebfb12f: Layer already exists 10:18:25 d0ab681f9a7d: Layer already exists 10:18:25 f70ee36035b9: Layer already exists 10:18:25 6555747dab16: Layer already exists 10:18:25 3.0.0-dev.58: digest: sha256:177d30c94039456d53625db0735476ffac9faa94932e1052983d3d0ca7d98a64 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:18:26 5696d382c376: Preparing 10:18:26 5696d382c376: Preparing 10:18:26 eea953ab393c: Preparing 10:18:26 bf344d419118: Preparing 10:18:26 5a99b6ffda1d: Preparing 10:18:26 4bd69d8c86ac: Preparing 10:18:26 6ca973c16697: Preparing 10:18:26 d0ab681f9a7d: Preparing 10:18:26 5d6ebcfee962: Preparing 10:18:26 920baebfb12f: Preparing 10:18:26 b18f8d0677f7: Preparing 10:18:26 6ca973c16697: Waiting 10:18:26 5d6ebcfee962: Waiting 10:18:26 d0ab681f9a7d: Waiting 10:18:26 920baebfb12f: Waiting 10:18:26 6555747dab16: Preparing 10:18:26 f70ee36035b9: Preparing 10:18:26 b18f8d0677f7: Waiting 10:18:26 6555747dab16: Waiting 10:18:26 f70ee36035b9: Waiting 10:18:26 4bd69d8c86ac: Layer already exists 10:18:26 5696d382c376: Layer already exists 10:18:26 bf344d419118: Layer already exists 10:18:26 eea953ab393c: Layer already exists 10:18:26 5a99b6ffda1d: Layer already exists 10:18:26 6ca973c16697: Layer already exists 10:18:26 d0ab681f9a7d: Layer already exists 10:18:26 5d6ebcfee962: Layer already exists 10:18:26 b18f8d0677f7: Layer already exists 10:18:26 920baebfb12f: Layer already exists 10:18:26 f70ee36035b9: Layer already exists 10:18:26 6555747dab16: Layer already exists 10:18:26 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:177d30c94039456d53625db0735476ffac9faa94932e1052983d3d0ca7d98a64 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:26 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 10:18:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:18:27 5696d382c376: Preparing 10:18:27 5696d382c376: Preparing 10:18:27 eea953ab393c: Preparing 10:18:27 bf344d419118: Preparing 10:18:27 5a99b6ffda1d: Preparing 10:18:27 4bd69d8c86ac: Preparing 10:18:27 6ca973c16697: Preparing 10:18:27 d0ab681f9a7d: Preparing 10:18:27 5d6ebcfee962: Preparing 10:18:27 920baebfb12f: Preparing 10:18:27 b18f8d0677f7: Preparing 10:18:27 6555747dab16: Preparing 10:18:27 f70ee36035b9: Preparing 10:18:27 6555747dab16: Waiting 10:18:27 5d6ebcfee962: Waiting 10:18:27 920baebfb12f: Waiting 10:18:27 f70ee36035b9: Waiting 10:18:27 6ca973c16697: Waiting 10:18:27 d0ab681f9a7d: Waiting 10:18:27 b18f8d0677f7: Waiting 10:18:27 4bd69d8c86ac: Layer already exists 10:18:27 bf344d419118: Layer already exists 10:18:27 5696d382c376: Layer already exists 10:18:27 5a99b6ffda1d: Layer already exists 10:18:27 eea953ab393c: Layer already exists 10:18:27 6ca973c16697: Layer already exists 10:18:27 5d6ebcfee962: Layer already exists 10:18:27 d0ab681f9a7d: Layer already exists 10:18:27 b18f8d0677f7: Layer already exists 10:18:27 920baebfb12f: Layer already exists 10:18:27 6555747dab16: Layer already exists 10:18:27 f70ee36035b9: Layer already exists 10:18:27 main: digest: sha256:177d30c94039456d53625db0735476ffac9faa94932e1052983d3d0ca7d98a64 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:18:27 ===================================================== [Pipeline] echo 10:18:27 taggedImages: 10:18:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:18:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.58 10:18:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:18:27 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 10:18:27 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:27 latest 10:18:27 3.0.0-dev.58 10:18:27 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:27 main 10:18:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:18:28 4d310aa25714: Preparing 10:18:28 8aa5f426e72c: Preparing 10:18:28 1e5b9291a64d: Preparing 10:18:28 fcf5ca271bca: Preparing 10:18:28 68c277f7ebcc: Preparing 10:18:28 da277ee998ad: Preparing 10:18:28 396728de8aed: Preparing 10:18:28 f70ee36035b9: Preparing 10:18:28 da277ee998ad: Waiting 10:18:28 396728de8aed: Waiting 10:18:28 f70ee36035b9: Waiting 10:18:28 68c277f7ebcc: Pushed 10:18:28 8aa5f426e72c: Pushed 10:18:28 4d310aa25714: Pushed 10:18:28 f70ee36035b9: Layer already exists 10:18:28 da277ee998ad: Pushed 10:18:29 396728de8aed: Pushed 10:18:30 fcf5ca271bca: Pushed 10:18:30 1e5b9291a64d: Pushed 10:18:30 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:57042fa301d856f2222313e155e520a3dd6b50488bb2781ff8478d140f988f02 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:31 + 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 10:18:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:18:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:18:31 4d310aa25714: Preparing 10:18:31 8aa5f426e72c: Preparing 10:18:31 1e5b9291a64d: Preparing 10:18:31 fcf5ca271bca: Preparing 10:18:31 68c277f7ebcc: Preparing 10:18:31 da277ee998ad: Preparing 10:18:31 396728de8aed: Preparing 10:18:31 f70ee36035b9: Preparing 10:18:31 da277ee998ad: Waiting 10:18:31 f70ee36035b9: Waiting 10:18:31 396728de8aed: Waiting 10:18:31 fcf5ca271bca: Layer already exists 10:18:31 4d310aa25714: Layer already exists 10:18:31 68c277f7ebcc: Layer already exists 10:18:31 8aa5f426e72c: Layer already exists 10:18:31 1e5b9291a64d: Layer already exists 10:18:31 396728de8aed: Layer already exists 10:18:31 da277ee998ad: Layer already exists 10:18:31 f70ee36035b9: Layer already exists 10:18:31 latest: digest: sha256:57042fa301d856f2222313e155e520a3dd6b50488bb2781ff8478d140f988f02 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.58 10:18:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:18:32 4d310aa25714: Preparing 10:18:32 8aa5f426e72c: Preparing 10:18:32 1e5b9291a64d: Preparing 10:18:32 fcf5ca271bca: Preparing 10:18:32 68c277f7ebcc: Preparing 10:18:32 da277ee998ad: Preparing 10:18:32 396728de8aed: Preparing 10:18:32 f70ee36035b9: Preparing 10:18:32 396728de8aed: Waiting 10:18:32 f70ee36035b9: Waiting 10:18:32 da277ee998ad: Waiting 10:18:32 68c277f7ebcc: Layer already exists 10:18:32 1e5b9291a64d: Layer already exists 10:18:32 8aa5f426e72c: Layer already exists 10:18:32 fcf5ca271bca: Layer already exists 10:18:32 4d310aa25714: Layer already exists 10:18:32 f70ee36035b9: Layer already exists 10:18:32 da277ee998ad: Layer already exists 10:18:32 396728de8aed: Layer already exists 10:18:32 3.0.0-dev.58: digest: sha256:57042fa301d856f2222313e155e520a3dd6b50488bb2781ff8478d140f988f02 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:33 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:18:33 4d310aa25714: Preparing 10:18:33 8aa5f426e72c: Preparing 10:18:33 1e5b9291a64d: Preparing 10:18:33 fcf5ca271bca: Preparing 10:18:33 68c277f7ebcc: Preparing 10:18:33 da277ee998ad: Preparing 10:18:33 396728de8aed: Preparing 10:18:33 f70ee36035b9: Preparing 10:18:33 396728de8aed: Waiting 10:18:33 da277ee998ad: Waiting 10:18:33 f70ee36035b9: Waiting 10:18:33 1e5b9291a64d: Layer already exists 10:18:33 8aa5f426e72c: Layer already exists 10:18:33 68c277f7ebcc: Layer already exists 10:18:33 4d310aa25714: Layer already exists 10:18:33 fcf5ca271bca: Layer already exists 10:18:33 396728de8aed: Layer already exists 10:18:33 da277ee998ad: Layer already exists 10:18:33 f70ee36035b9: Layer already exists 10:18:33 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:57042fa301d856f2222313e155e520a3dd6b50488bb2781ff8478d140f988f02 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:33 + 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 10:18:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 10:18:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:18:34 4d310aa25714: Preparing 10:18:34 8aa5f426e72c: Preparing 10:18:34 1e5b9291a64d: Preparing 10:18:34 fcf5ca271bca: Preparing 10:18:34 68c277f7ebcc: Preparing 10:18:34 da277ee998ad: Preparing 10:18:34 396728de8aed: Preparing 10:18:34 f70ee36035b9: Preparing 10:18:34 da277ee998ad: Waiting 10:18:34 396728de8aed: Waiting 10:18:34 f70ee36035b9: Waiting 10:18:34 fcf5ca271bca: Layer already exists 10:18:34 1e5b9291a64d: Layer already exists 10:18:34 8aa5f426e72c: Layer already exists 10:18:34 68c277f7ebcc: Layer already exists 10:18:34 4d310aa25714: Layer already exists 10:18:34 396728de8aed: Layer already exists 10:18:34 da277ee998ad: Layer already exists 10:18:34 f70ee36035b9: Layer already exists 10:18:34 main: digest: sha256:57042fa301d856f2222313e155e520a3dd6b50488bb2781ff8478d140f988f02 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:18:34 ===================================================== [Pipeline] echo 10:18:34 taggedImages: 10:18:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:18:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.58 10:18:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:18:34 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 10:18:34 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:34 latest 10:18:34 3.0.0-dev.58 10:18:34 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:34 main 10:18:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:34 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:18:35 04bb56253ac3: Preparing 10:18:35 e0d7d286dded: Preparing 10:18:35 1d3ceac6d53e: Preparing 10:18:35 7d2891ff62d2: Preparing 10:18:35 bc3f3f597345: Preparing 10:18:35 adfdcb2eecd3: Preparing 10:18:35 55b110a5900b: Preparing 10:18:35 b2fd28e98352: Preparing 10:18:35 a4d008a44408: Preparing 10:18:35 f70ee36035b9: Preparing 10:18:35 b2fd28e98352: Waiting 10:18:35 a4d008a44408: Waiting 10:18:35 f70ee36035b9: Waiting 10:18:35 adfdcb2eecd3: Waiting 10:18:35 55b110a5900b: Waiting 10:18:35 04bb56253ac3: Pushed 10:18:35 e0d7d286dded: Pushed 10:18:35 bc3f3f597345: Pushed 10:18:35 b2fd28e98352: Pushed 10:18:35 adfdcb2eecd3: Pushed 10:18:35 55b110a5900b: Pushed 10:18:35 f70ee36035b9: Layer already exists 10:18:36 a4d008a44408: Pushed 10:18:38 7d2891ff62d2: Pushed 10:18:38 1d3ceac6d53e: Pushed 10:18:38 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:b0802a34924c6637ab4c05180e69b02f8a1671ffa370e938b625bbd2389459d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:38 + 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 10:18:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:18:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:18:39 04bb56253ac3: Preparing 10:18:39 e0d7d286dded: Preparing 10:18:39 1d3ceac6d53e: Preparing 10:18:39 7d2891ff62d2: Preparing 10:18:39 bc3f3f597345: Preparing 10:18:39 adfdcb2eecd3: Preparing 10:18:39 55b110a5900b: Preparing 10:18:39 b2fd28e98352: Preparing 10:18:39 a4d008a44408: Preparing 10:18:39 f70ee36035b9: Preparing 10:18:39 55b110a5900b: Waiting 10:18:39 b2fd28e98352: Waiting 10:18:39 a4d008a44408: Waiting 10:18:39 f70ee36035b9: Waiting 10:18:39 adfdcb2eecd3: Waiting 10:18:39 bc3f3f597345: Layer already exists 10:18:39 1d3ceac6d53e: Layer already exists 10:18:39 e0d7d286dded: Layer already exists 10:18:39 04bb56253ac3: Layer already exists 10:18:39 7d2891ff62d2: Layer already exists 10:18:39 adfdcb2eecd3: Layer already exists 10:18:39 55b110a5900b: Layer already exists 10:18:39 a4d008a44408: Layer already exists 10:18:39 b2fd28e98352: Layer already exists 10:18:39 f70ee36035b9: Layer already exists 10:18:39 latest: digest: sha256:b0802a34924c6637ab4c05180e69b02f8a1671ffa370e938b625bbd2389459d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.58 10:18:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:18:40 04bb56253ac3: Preparing 10:18:40 e0d7d286dded: Preparing 10:18:40 1d3ceac6d53e: Preparing 10:18:40 7d2891ff62d2: Preparing 10:18:40 bc3f3f597345: Preparing 10:18:40 adfdcb2eecd3: Preparing 10:18:40 55b110a5900b: Preparing 10:18:40 b2fd28e98352: Preparing 10:18:40 a4d008a44408: Preparing 10:18:40 f70ee36035b9: Preparing 10:18:40 b2fd28e98352: Waiting 10:18:40 a4d008a44408: Waiting 10:18:40 adfdcb2eecd3: Waiting 10:18:40 f70ee36035b9: Waiting 10:18:40 55b110a5900b: Waiting 10:18:40 04bb56253ac3: Layer already exists 10:18:40 1d3ceac6d53e: Layer already exists 10:18:40 7d2891ff62d2: Layer already exists 10:18:40 bc3f3f597345: Layer already exists 10:18:40 e0d7d286dded: Layer already exists 10:18:40 adfdcb2eecd3: Layer already exists 10:18:40 b2fd28e98352: Layer already exists 10:18:40 55b110a5900b: Layer already exists 10:18:40 f70ee36035b9: Layer already exists 10:18:40 a4d008a44408: Layer already exists 10:18:40 3.0.0-dev.58: digest: sha256:b0802a34924c6637ab4c05180e69b02f8a1671ffa370e938b625bbd2389459d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:40 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:18:41 04bb56253ac3: Preparing 10:18:41 e0d7d286dded: Preparing 10:18:41 1d3ceac6d53e: Preparing 10:18:41 7d2891ff62d2: Preparing 10:18:41 bc3f3f597345: Preparing 10:18:41 adfdcb2eecd3: Preparing 10:18:41 55b110a5900b: Preparing 10:18:41 b2fd28e98352: Preparing 10:18:41 a4d008a44408: Preparing 10:18:41 f70ee36035b9: Preparing 10:18:41 55b110a5900b: Waiting 10:18:41 b2fd28e98352: Waiting 10:18:41 a4d008a44408: Waiting 10:18:41 f70ee36035b9: Waiting 10:18:41 adfdcb2eecd3: Waiting 10:18:41 e0d7d286dded: Layer already exists 10:18:41 04bb56253ac3: Layer already exists 10:18:41 1d3ceac6d53e: Layer already exists 10:18:41 bc3f3f597345: Layer already exists 10:18:41 7d2891ff62d2: Layer already exists 10:18:41 55b110a5900b: Layer already exists 10:18:41 adfdcb2eecd3: Layer already exists 10:18:41 f70ee36035b9: Layer already exists 10:18:41 a4d008a44408: Layer already exists 10:18:41 b2fd28e98352: Layer already exists 10:18:41 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:b0802a34924c6637ab4c05180e69b02f8a1671ffa370e938b625bbd2389459d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:41 + 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 10:18:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 10:18:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:18:42 04bb56253ac3: Preparing 10:18:42 e0d7d286dded: Preparing 10:18:42 1d3ceac6d53e: Preparing 10:18:42 7d2891ff62d2: Preparing 10:18:42 bc3f3f597345: Preparing 10:18:42 adfdcb2eecd3: Preparing 10:18:42 55b110a5900b: Preparing 10:18:42 b2fd28e98352: Preparing 10:18:42 a4d008a44408: Preparing 10:18:42 f70ee36035b9: Preparing 10:18:42 55b110a5900b: Waiting 10:18:42 b2fd28e98352: Waiting 10:18:42 a4d008a44408: Waiting 10:18:42 f70ee36035b9: Waiting 10:18:42 adfdcb2eecd3: Waiting 10:18:42 bc3f3f597345: Layer already exists 10:18:42 04bb56253ac3: Layer already exists 10:18:42 e0d7d286dded: Layer already exists 10:18:42 1d3ceac6d53e: Layer already exists 10:18:42 7d2891ff62d2: Layer already exists 10:18:42 adfdcb2eecd3: Layer already exists 10:18:42 a4d008a44408: Layer already exists 10:18:42 b2fd28e98352: Layer already exists 10:18:42 55b110a5900b: Layer already exists 10:18:42 f70ee36035b9: Layer already exists 10:18:42 main: digest: sha256:b0802a34924c6637ab4c05180e69b02f8a1671ffa370e938b625bbd2389459d5 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:18:42 ===================================================== [Pipeline] echo 10:18:42 taggedImages: 10:18:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:18:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.58 10:18:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:18:42 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 10:18:42 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:42 latest 10:18:42 3.0.0-dev.58 10:18:42 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:42 main 10:18:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:42 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:18:43 7841a692cf53: Preparing 10:18:43 8ca617a08ca6: Preparing 10:18:43 d0ab681f9a7d: Preparing 10:18:43 249ff6f3718d: Preparing 10:18:43 a8cfdf0cc8ec: Preparing 10:18:43 d0ab681f9a7d: Layer already exists 10:18:43 a8cfdf0cc8ec: Layer already exists 10:18:43 7841a692cf53: Pushed 10:18:44 249ff6f3718d: Pushed 10:18:47 8ca617a08ca6: Pushed 10:18:47 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:7af1662cea46a5204cf1929cf8d73ef227d7031b51212fc517683d79cee6e241 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:47 + 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 10:18:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:18:48 7841a692cf53: Preparing 10:18:48 8ca617a08ca6: Preparing 10:18:48 d0ab681f9a7d: Preparing 10:18:48 249ff6f3718d: Preparing 10:18:48 a8cfdf0cc8ec: Preparing 10:18:48 249ff6f3718d: Layer already exists 10:18:48 7841a692cf53: Layer already exists 10:18:48 8ca617a08ca6: Layer already exists 10:18:48 d0ab681f9a7d: Layer already exists 10:18:48 a8cfdf0cc8ec: Layer already exists 10:18:48 latest: digest: sha256:7af1662cea46a5204cf1929cf8d73ef227d7031b51212fc517683d79cee6e241 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:48 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.58 10:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:18:49 7841a692cf53: Preparing 10:18:49 8ca617a08ca6: Preparing 10:18:49 d0ab681f9a7d: Preparing 10:18:49 249ff6f3718d: Preparing 10:18:49 a8cfdf0cc8ec: Preparing 10:18:49 249ff6f3718d: Layer already exists 10:18:49 8ca617a08ca6: Layer already exists 10:18:49 d0ab681f9a7d: Layer already exists 10:18:49 7841a692cf53: Layer already exists 10:18:49 a8cfdf0cc8ec: Layer already exists 10:18:49 3.0.0-dev.58: digest: sha256:7af1662cea46a5204cf1929cf8d73ef227d7031b51212fc517683d79cee6e241 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:49 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:18:49 7841a692cf53: Preparing 10:18:49 8ca617a08ca6: Preparing 10:18:49 d0ab681f9a7d: Preparing 10:18:49 249ff6f3718d: Preparing 10:18:49 a8cfdf0cc8ec: Preparing 10:18:49 a8cfdf0cc8ec: Layer already exists 10:18:49 d0ab681f9a7d: Layer already exists 10:18:49 8ca617a08ca6: Layer already exists 10:18:49 249ff6f3718d: Layer already exists 10:18:49 7841a692cf53: Layer already exists 10:18:49 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:7af1662cea46a5204cf1929cf8d73ef227d7031b51212fc517683d79cee6e241 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:50 + 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 10:18:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 10:18:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:18:50 7841a692cf53: Preparing 10:18:50 8ca617a08ca6: Preparing 10:18:50 d0ab681f9a7d: Preparing 10:18:50 249ff6f3718d: Preparing 10:18:50 a8cfdf0cc8ec: Preparing 10:18:50 a8cfdf0cc8ec: Layer already exists 10:18:50 7841a692cf53: Layer already exists 10:18:50 d0ab681f9a7d: Layer already exists 10:18:50 8ca617a08ca6: Layer already exists 10:18:50 249ff6f3718d: Layer already exists 10:18:50 main: digest: sha256:7af1662cea46a5204cf1929cf8d73ef227d7031b51212fc517683d79cee6e241 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:18:50 ===================================================== [Pipeline] echo 10:18:50 taggedImages: 10:18:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:18:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.58 10:18:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:50 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:18:50 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 10:18:50 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:50 latest 10:18:50 3.0.0-dev.58 10:18:50 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:18:50 main 10:18:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:50 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:18:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:18:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:18:51 a05a5b2cc8a3: Preparing 10:18:51 8187e1d29e5f: Preparing 10:18:51 94f185def477: Preparing 10:18:51 fa21fdd5fc30: Preparing 10:18:51 d5bcc8f25b80: Preparing 10:18:51 78545a46c051: Preparing 10:18:51 a8cfdf0cc8ec: Preparing 10:18:51 78545a46c051: Waiting 10:18:51 a8cfdf0cc8ec: Waiting 10:18:51 a05a5b2cc8a3: Pushed 10:18:51 8187e1d29e5f: Pushed 10:18:51 94f185def477: Pushed 10:18:51 a8cfdf0cc8ec: Layer already exists 10:18:52 78545a46c051: Pushed 10:18:59 d5bcc8f25b80: Pushed 10:19:05 fa21fdd5fc30: Pushed 10:19:05 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:a14ed15a97f661703b7a4289636a6f09196a73ef6b6e6cac05b53093801367c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:06 + 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 10:19:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:19:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:19:06 a05a5b2cc8a3: Preparing 10:19:06 8187e1d29e5f: Preparing 10:19:06 94f185def477: Preparing 10:19:06 fa21fdd5fc30: Preparing 10:19:06 d5bcc8f25b80: Preparing 10:19:06 78545a46c051: Preparing 10:19:06 a8cfdf0cc8ec: Preparing 10:19:06 78545a46c051: Waiting 10:19:06 a8cfdf0cc8ec: Waiting 10:19:06 d5bcc8f25b80: Layer already exists 10:19:06 8187e1d29e5f: Layer already exists 10:19:06 a05a5b2cc8a3: Layer already exists 10:19:06 94f185def477: Layer already exists 10:19:06 fa21fdd5fc30: Layer already exists 10:19:06 a8cfdf0cc8ec: Layer already exists 10:19:06 78545a46c051: Layer already exists 10:19:06 latest: digest: sha256:a14ed15a97f661703b7a4289636a6f09196a73ef6b6e6cac05b53093801367c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:06 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.58 10:19:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:19:07 a05a5b2cc8a3: Preparing 10:19:07 8187e1d29e5f: Preparing 10:19:07 94f185def477: Preparing 10:19:07 fa21fdd5fc30: Preparing 10:19:07 d5bcc8f25b80: Preparing 10:19:07 78545a46c051: Preparing 10:19:07 a8cfdf0cc8ec: Preparing 10:19:07 78545a46c051: Waiting 10:19:07 a8cfdf0cc8ec: Waiting 10:19:07 94f185def477: Layer already exists 10:19:07 8187e1d29e5f: Layer already exists 10:19:07 fa21fdd5fc30: Layer already exists 10:19:07 a05a5b2cc8a3: Layer already exists 10:19:07 d5bcc8f25b80: Layer already exists 10:19:07 78545a46c051: Layer already exists 10:19:07 a8cfdf0cc8ec: Layer already exists 10:19:07 3.0.0-dev.58: digest: sha256:a14ed15a97f661703b7a4289636a6f09196a73ef6b6e6cac05b53093801367c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:07 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:19:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:19:08 a05a5b2cc8a3: Preparing 10:19:08 8187e1d29e5f: Preparing 10:19:08 94f185def477: Preparing 10:19:08 fa21fdd5fc30: Preparing 10:19:08 d5bcc8f25b80: Preparing 10:19:08 78545a46c051: Preparing 10:19:08 a8cfdf0cc8ec: Preparing 10:19:08 78545a46c051: Waiting 10:19:08 a8cfdf0cc8ec: Waiting 10:19:08 94f185def477: Layer already exists 10:19:08 d5bcc8f25b80: Layer already exists 10:19:08 fa21fdd5fc30: Layer already exists 10:19:08 8187e1d29e5f: Layer already exists 10:19:08 a05a5b2cc8a3: Layer already exists 10:19:08 78545a46c051: Layer already exists 10:19:08 a8cfdf0cc8ec: Layer already exists 10:19:08 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:a14ed15a97f661703b7a4289636a6f09196a73ef6b6e6cac05b53093801367c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:08 + 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 10:19:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 10:19:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:19:09 a05a5b2cc8a3: Preparing 10:19:09 8187e1d29e5f: Preparing 10:19:09 94f185def477: Preparing 10:19:09 fa21fdd5fc30: Preparing 10:19:09 d5bcc8f25b80: Preparing 10:19:09 78545a46c051: Preparing 10:19:09 a8cfdf0cc8ec: Preparing 10:19:09 78545a46c051: Waiting 10:19:09 a8cfdf0cc8ec: Waiting 10:19:09 a05a5b2cc8a3: Layer already exists 10:19:09 94f185def477: Layer already exists 10:19:09 d5bcc8f25b80: Layer already exists 10:19:09 8187e1d29e5f: Layer already exists 10:19:09 fa21fdd5fc30: Layer already exists 10:19:09 a8cfdf0cc8ec: Layer already exists 10:19:09 78545a46c051: Layer already exists 10:19:09 main: digest: sha256:a14ed15a97f661703b7a4289636a6f09196a73ef6b6e6cac05b53093801367c5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:09 ===================================================== [Pipeline] echo 10:19:09 taggedImages: 10:19:09 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:19:09 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:19:09 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.58 10:19:09 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:19:09 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:19:09 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 10:19:09 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:19:09 latest 10:19:09 3.0.0-dev.58 10:19:09 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:19:09 main 10:19:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:09 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:19:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:19:10 99409d3bc322: Preparing 10:19:10 bacc9c8a69bb: Preparing 10:19:10 8314962d3604: Preparing 10:19:10 eda1c24c8fba: Preparing 10:19:10 bd3a4ba2ce18: Preparing 10:19:10 a8cfdf0cc8ec: Preparing 10:19:10 a8cfdf0cc8ec: Waiting 10:19:10 8314962d3604: Pushed 10:19:10 99409d3bc322: Pushed 10:19:10 bacc9c8a69bb: Pushed 10:19:10 a8cfdf0cc8ec: Layer already exists 10:19:10 bd3a4ba2ce18: Pushed 10:19:25 eda1c24c8fba: Pushed 10:19:25 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:7f18fa50534f8e4609878986fb9348bcaaf6646f87002376e2e4303c2aa15873 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:26 + 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 10:19:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:19:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:19:26 99409d3bc322: Preparing 10:19:26 bacc9c8a69bb: Preparing 10:19:26 8314962d3604: Preparing 10:19:26 eda1c24c8fba: Preparing 10:19:26 bd3a4ba2ce18: Preparing 10:19:26 a8cfdf0cc8ec: Preparing 10:19:26 99409d3bc322: Layer already exists 10:19:26 8314962d3604: Layer already exists 10:19:26 bacc9c8a69bb: Layer already exists 10:19:26 eda1c24c8fba: Layer already exists 10:19:26 bd3a4ba2ce18: Layer already exists 10:19:26 a8cfdf0cc8ec: Layer already exists 10:19:26 latest: digest: sha256:7f18fa50534f8e4609878986fb9348bcaaf6646f87002376e2e4303c2aa15873 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:27 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.58 10:19:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:19:27 99409d3bc322: Preparing 10:19:27 bacc9c8a69bb: Preparing 10:19:27 8314962d3604: Preparing 10:19:27 eda1c24c8fba: Preparing 10:19:27 bd3a4ba2ce18: Preparing 10:19:27 a8cfdf0cc8ec: Preparing 10:19:27 a8cfdf0cc8ec: Waiting 10:19:27 99409d3bc322: Layer already exists 10:19:27 eda1c24c8fba: Layer already exists 10:19:27 bd3a4ba2ce18: Layer already exists 10:19:27 8314962d3604: Layer already exists 10:19:27 bacc9c8a69bb: Layer already exists 10:19:27 a8cfdf0cc8ec: Layer already exists 10:19:27 3.0.0-dev.58: digest: sha256:7f18fa50534f8e4609878986fb9348bcaaf6646f87002376e2e4303c2aa15873 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:28 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:19:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:19:28 99409d3bc322: Preparing 10:19:28 bacc9c8a69bb: Preparing 10:19:28 8314962d3604: Preparing 10:19:28 eda1c24c8fba: Preparing 10:19:28 bd3a4ba2ce18: Preparing 10:19:28 a8cfdf0cc8ec: Preparing 10:19:28 a8cfdf0cc8ec: Waiting 10:19:28 99409d3bc322: Layer already exists 10:19:28 8314962d3604: Layer already exists 10:19:28 bd3a4ba2ce18: Layer already exists 10:19:28 bacc9c8a69bb: Layer already exists 10:19:28 eda1c24c8fba: Layer already exists 10:19:28 a8cfdf0cc8ec: Layer already exists 10:19:28 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:7f18fa50534f8e4609878986fb9348bcaaf6646f87002376e2e4303c2aa15873 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:29 + 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 10:19:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 10:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:19:29 99409d3bc322: Preparing 10:19:29 bacc9c8a69bb: Preparing 10:19:29 8314962d3604: Preparing 10:19:29 eda1c24c8fba: Preparing 10:19:29 bd3a4ba2ce18: Preparing 10:19:29 a8cfdf0cc8ec: Preparing 10:19:29 a8cfdf0cc8ec: Waiting 10:19:29 eda1c24c8fba: Layer already exists 10:19:29 bd3a4ba2ce18: Layer already exists 10:19:29 bacc9c8a69bb: Layer already exists 10:19:29 8314962d3604: Layer already exists 10:19:29 99409d3bc322: Layer already exists 10:19:29 a8cfdf0cc8ec: Layer already exists 10:19:29 main: digest: sha256:7f18fa50534f8e4609878986fb9348bcaaf6646f87002376e2e4303c2aa15873 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:29 ===================================================== [Pipeline] echo 10:19:29 taggedImages: 10:19:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:19:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:19:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.58 10:19:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:19:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:19:29 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 10:19:29 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:19:29 latest 10:19:29 3.0.0-dev.58 10:19:29 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:19:29 main 10:19:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:30 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:19:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:19:30 977fc2b8c28e: Preparing 10:19:30 85f5902304f7: Preparing 10:19:30 2ac5f3e45b98: Preparing 10:19:30 e10d4b79beda: Preparing 10:19:30 78545a46c051: Preparing 10:19:30 a8cfdf0cc8ec: Preparing 10:19:30 a8cfdf0cc8ec: Waiting 10:19:30 78545a46c051: Layer already exists 10:19:30 a8cfdf0cc8ec: Layer already exists 10:19:30 977fc2b8c28e: Pushed 10:19:30 85f5902304f7: Pushed 10:19:30 2ac5f3e45b98: Pushed 10:19:48 e10d4b79beda: Pushed 10:19:48 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:7279968ced2fe1d061d51c2c785e6e30d1cc99164a10eaa235304d69ae4413a6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:49 + 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 10:19:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:19:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:19:49 977fc2b8c28e: Preparing 10:19:49 85f5902304f7: Preparing 10:19:49 2ac5f3e45b98: Preparing 10:19:49 e10d4b79beda: Preparing 10:19:49 78545a46c051: Preparing 10:19:49 a8cfdf0cc8ec: Preparing 10:19:49 a8cfdf0cc8ec: Waiting 10:19:49 e10d4b79beda: Layer already exists 10:19:49 78545a46c051: Layer already exists 10:19:49 85f5902304f7: Layer already exists 10:19:49 2ac5f3e45b98: Layer already exists 10:19:49 977fc2b8c28e: Layer already exists 10:19:49 a8cfdf0cc8ec: Layer already exists 10:19:49 latest: digest: sha256:7279968ced2fe1d061d51c2c785e6e30d1cc99164a10eaa235304d69ae4413a6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:50 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.58 10:19:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:19:50 977fc2b8c28e: Preparing 10:19:50 85f5902304f7: Preparing 10:19:50 2ac5f3e45b98: Preparing 10:19:50 e10d4b79beda: Preparing 10:19:50 78545a46c051: Preparing 10:19:50 a8cfdf0cc8ec: Preparing 10:19:50 a8cfdf0cc8ec: Waiting 10:19:50 85f5902304f7: Layer already exists 10:19:50 2ac5f3e45b98: Layer already exists 10:19:50 e10d4b79beda: Layer already exists 10:19:50 977fc2b8c28e: Layer already exists 10:19:50 78545a46c051: Layer already exists 10:19:50 a8cfdf0cc8ec: Layer already exists 10:19:50 3.0.0-dev.58: digest: sha256:7279968ced2fe1d061d51c2c785e6e30d1cc99164a10eaa235304d69ae4413a6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:50 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:19:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:19:51 977fc2b8c28e: Preparing 10:19:51 85f5902304f7: Preparing 10:19:51 2ac5f3e45b98: Preparing 10:19:51 e10d4b79beda: Preparing 10:19:51 78545a46c051: Preparing 10:19:51 a8cfdf0cc8ec: Preparing 10:19:51 e10d4b79beda: Layer already exists 10:19:51 2ac5f3e45b98: Layer already exists 10:19:51 85f5902304f7: Layer already exists 10:19:51 977fc2b8c28e: Layer already exists 10:19:51 78545a46c051: Layer already exists 10:19:51 a8cfdf0cc8ec: Layer already exists 10:19:51 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:7279968ced2fe1d061d51c2c785e6e30d1cc99164a10eaa235304d69ae4413a6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:51 + 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 10:19:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 10:19:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:19:52 977fc2b8c28e: Preparing 10:19:52 85f5902304f7: Preparing 10:19:52 2ac5f3e45b98: Preparing 10:19:52 e10d4b79beda: Preparing 10:19:52 78545a46c051: Preparing 10:19:52 a8cfdf0cc8ec: Preparing 10:19:52 a8cfdf0cc8ec: Waiting 10:19:52 2ac5f3e45b98: Layer already exists 10:19:52 78545a46c051: Layer already exists 10:19:52 977fc2b8c28e: Layer already exists 10:19:52 e10d4b79beda: Layer already exists 10:19:52 85f5902304f7: Layer already exists 10:19:52 a8cfdf0cc8ec: Layer already exists 10:19:52 main: digest: sha256:7279968ced2fe1d061d51c2c785e6e30d1cc99164a10eaa235304d69ae4413a6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:19:52 ===================================================== [Pipeline] echo 10:19:52 taggedImages: 10:19:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:19:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:19:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.58 10:19:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:19:52 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:19:52 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 10:19:52 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:19:52 latest 10:19:52 3.0.0-dev.58 10:19:52 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:19:52 main 10:19:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:19:53 8db65b8f23e4: Preparing 10:19:53 40c8b2868578: Preparing 10:19:53 d0ab681f9a7d: Preparing 10:19:53 31504341cd61: Preparing 10:19:53 f70ee36035b9: Preparing 10:19:53 d0ab681f9a7d: Layer already exists 10:19:53 f70ee36035b9: Layer already exists 10:19:53 8db65b8f23e4: Pushed 10:19:53 31504341cd61: Pushed 10:19:59 40c8b2868578: Pushed 10:19:59 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:832295f66506ef7365257c1e40f3f7eaaf529dc65c388010711a239d1d2b2eaf size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:19:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:19:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:19:59 8db65b8f23e4: Preparing 10:19:59 40c8b2868578: Preparing 10:19:59 d0ab681f9a7d: Preparing 10:19:59 31504341cd61: Preparing 10:19:59 f70ee36035b9: Preparing 10:19:59 8db65b8f23e4: Layer already exists 10:19:59 f70ee36035b9: Layer already exists 10:19:59 40c8b2868578: Layer already exists 10:19:59 31504341cd61: Layer already exists 10:19:59 d0ab681f9a7d: Layer already exists 10:19:59 latest: digest: sha256:832295f66506ef7365257c1e40f3f7eaaf529dc65c388010711a239d1d2b2eaf size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.58 10:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:20:00 8db65b8f23e4: Preparing 10:20:00 40c8b2868578: Preparing 10:20:00 d0ab681f9a7d: Preparing 10:20:00 31504341cd61: Preparing 10:20:00 f70ee36035b9: Preparing 10:20:00 8db65b8f23e4: Layer already exists 10:20:00 f70ee36035b9: Layer already exists 10:20:00 31504341cd61: Layer already exists 10:20:00 d0ab681f9a7d: Layer already exists 10:20:00 40c8b2868578: Layer already exists 10:20:00 3.0.0-dev.58: digest: sha256:832295f66506ef7365257c1e40f3f7eaaf529dc65c388010711a239d1d2b2eaf size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:01 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:20:01 8db65b8f23e4: Preparing 10:20:01 40c8b2868578: Preparing 10:20:01 d0ab681f9a7d: Preparing 10:20:01 31504341cd61: Preparing 10:20:01 f70ee36035b9: Preparing 10:20:01 f70ee36035b9: Layer already exists 10:20:01 40c8b2868578: Layer already exists 10:20:01 31504341cd61: Layer already exists 10:20:01 d0ab681f9a7d: Layer already exists 10:20:01 8db65b8f23e4: Layer already exists 10:20:01 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:832295f66506ef7365257c1e40f3f7eaaf529dc65c388010711a239d1d2b2eaf size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:01 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 10:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:20:02 8db65b8f23e4: Preparing 10:20:02 40c8b2868578: Preparing 10:20:02 d0ab681f9a7d: Preparing 10:20:02 31504341cd61: Preparing 10:20:02 f70ee36035b9: Preparing 10:20:02 f70ee36035b9: Layer already exists 10:20:02 8db65b8f23e4: Layer already exists 10:20:02 40c8b2868578: Layer already exists 10:20:02 31504341cd61: Layer already exists 10:20:02 d0ab681f9a7d: Layer already exists 10:20:02 main: digest: sha256:832295f66506ef7365257c1e40f3f7eaaf529dc65c388010711a239d1d2b2eaf size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:20:02 ===================================================== [Pipeline] echo 10:20:02 taggedImages: 10:20:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:20:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:20:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.58 10:20:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:20:02 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:20:02 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 10:20:02 69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:20:02 latest 10:20:02 3.0.0-dev.58 10:20:02 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:20:02 main 10:20:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:20:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:20:03 a12e4ef17455: Preparing 10:20:03 93c8c466934a: Preparing 10:20:03 d0ab681f9a7d: Preparing 10:20:03 fda407071886: Preparing 10:20:03 f70ee36035b9: Preparing 10:20:03 fda407071886: Layer already exists 10:20:03 f70ee36035b9: Layer already exists 10:20:03 d0ab681f9a7d: Layer already exists 10:20:03 a12e4ef17455: Pushed 10:20:08 93c8c466934a: Pushed 10:20:09 69b2f2fc042d3f207e021d84ed91ae79e073eaae: digest: sha256:ebde158424910a1911566aa2b11e39c8c4fdb3cda352009a0b3091959ffb3b02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:20:09 a12e4ef17455: Preparing 10:20:09 93c8c466934a: Preparing 10:20:09 d0ab681f9a7d: Preparing 10:20:09 fda407071886: Preparing 10:20:09 f70ee36035b9: Preparing 10:20:09 93c8c466934a: Layer already exists 10:20:09 d0ab681f9a7d: Layer already exists 10:20:09 f70ee36035b9: Layer already exists 10:20:09 fda407071886: Layer already exists 10:20:09 a12e4ef17455: Layer already exists 10:20:09 latest: digest: sha256:ebde158424910a1911566aa2b11e39c8c4fdb3cda352009a0b3091959ffb3b02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.58 10:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:20:10 a12e4ef17455: Preparing 10:20:10 93c8c466934a: Preparing 10:20:10 d0ab681f9a7d: Preparing 10:20:10 fda407071886: Preparing 10:20:10 f70ee36035b9: Preparing 10:20:10 f70ee36035b9: Layer already exists 10:20:10 a12e4ef17455: Layer already exists 10:20:10 93c8c466934a: Layer already exists 10:20:10 fda407071886: Layer already exists 10:20:10 d0ab681f9a7d: Layer already exists 10:20:10 3.0.0-dev.58: digest: sha256:ebde158424910a1911566aa2b11e39c8c4fdb3cda352009a0b3091959ffb3b02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:20:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:20:11 a12e4ef17455: Preparing 10:20:11 93c8c466934a: Preparing 10:20:11 d0ab681f9a7d: Preparing 10:20:11 fda407071886: Preparing 10:20:11 f70ee36035b9: Preparing 10:20:11 d0ab681f9a7d: Layer already exists 10:20:11 fda407071886: Layer already exists 10:20:11 a12e4ef17455: Layer already exists 10:20:11 f70ee36035b9: Layer already exists 10:20:11 93c8c466934a: Layer already exists 10:20:11 69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58: digest: sha256:ebde158424910a1911566aa2b11e39c8c4fdb3cda352009a0b3091959ffb3b02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:12 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 10:20:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:20:12 a12e4ef17455: Preparing 10:20:12 93c8c466934a: Preparing 10:20:12 d0ab681f9a7d: Preparing 10:20:12 fda407071886: Preparing 10:20:12 f70ee36035b9: Preparing 10:20:12 d0ab681f9a7d: Layer already exists 10:20:12 fda407071886: Layer already exists 10:20:12 f70ee36035b9: Layer already exists 10:20:12 a12e4ef17455: Layer already exists 10:20:12 93c8c466934a: Layer already exists 10:20:12 main: digest: sha256:ebde158424910a1911566aa2b11e39c8c4fdb3cda352009a0b3091959ffb3b02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:20:12 ===================================================== [Pipeline] echo 10:20:12 taggedImages: 10:20:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae 10:20:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:20:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.58 10:20:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:69b2f2fc042d3f207e021d84ed91ae79e073eaae-3.0.0-dev.58 10:20:12 - 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 10:20:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:20:13 10:20:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:20:13 arm64: Pulling from edgex-lftools-log-publisher 10:20:13 8998bd30e6a1: Pulling fs layer 10:20:13 04944245beec: Pulling fs layer 10:20:13 699f458cf7ca: Pulling fs layer 10:20:13 765212b225bb: Pulling fs layer 10:20:13 f23df028b6ca: Pulling fs layer 10:20:13 d65c8cfc05b1: Pulling fs layer 10:20:13 2437ff75d9bd: Pulling fs layer 10:20:13 765212b225bb: Waiting 10:20:13 f23df028b6ca: Waiting 10:20:13 d65c8cfc05b1: Waiting 10:20:13 04944245beec: Verifying Checksum 10:20:13 04944245beec: Download complete 10:20:13 765212b225bb: Verifying Checksum 10:20:13 765212b225bb: Download complete 10:20:13 f23df028b6ca: Download complete 10:20:13 d65c8cfc05b1: Verifying Checksum 10:20:13 d65c8cfc05b1: Download complete 10:20:14 699f458cf7ca: Verifying Checksum 10:20:14 699f458cf7ca: Download complete 10:20:14 8998bd30e6a1: Verifying Checksum 10:20:14 8998bd30e6a1: Download complete 10:20:16 2437ff75d9bd: Verifying Checksum 10:20:16 2437ff75d9bd: Download complete 10:20:18 8998bd30e6a1: Pull complete 10:20:18 04944245beec: Pull complete 10:20:19 699f458cf7ca: Pull complete 10:20:20 765212b225bb: Pull complete 10:20:20 f23df028b6ca: Pull complete 10:20:21 d65c8cfc05b1: Pull complete 10:20:36 2437ff75d9bd: Pull complete 10:20:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:20:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:20:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:20:36 prd-ubuntu20.04-docker-arm64-4c-16g-6445 does not seem to be running inside a container 10:20:36 $ 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/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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-lftools-log-publisher:arm64 cat 10:20:39 $ docker top 3cd8549791fa2b8485a36d30b7df1dbd947bd78769041569672c028a13d1702c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:20:39 ---> job-cost.sh 10:20:39 lf-activate-venv: SKIPPING 10:20:39 INFO: No Stack... 10:20:40 INFO: Retrieving Pricing Info for: v3-standard-4 10:20:41 INFO: Archiving Costs [Pipeline] sh 10:20:41 + cut -d,+ -f6 10:20:41 cat /w/workspace/edgex-go/419/archives/cost.csv [Pipeline] lock 10:20:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-419-stack-cost] 10:20:41 Resource [jenkins-edgexfoundry-edgex-go-main-419-stack-cost] did not exist. Created. 10:20:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-419-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:20:42 + echo total: 0.10999999940395355 [Pipeline] stash 10:20:42 Stashed 1 file(s) [Pipeline] } 10:20:42 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-419-stack-cost] [Pipeline] // lock [Pipeline] } 10:20:42 $ docker stop --time=1 3cd8549791fa2b8485a36d30b7df1dbd947bd78769041569672c028a13d1702c 10:20:44 $ docker rm -f --volumes 3cd8549791fa2b8485a36d30b7df1dbd947bd78769041569672c028a13d1702c [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 10:20:45 provisioning config files... 10:20:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/419@tmp/config8701260834804484696tmp [Pipeline] { [Pipeline] sh 10:20:45 + set +x 10:20:45 + + bash -s -- 10:20:45 curl -s https://codecov.io/bash 10:20:45 10:20:45 _____ _ 10:20:45 / ____| | | 10:20:45 | | ___ __| | ___ ___ _____ __ 10:20:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:20:45 | |___| (_) | (_| | __/ (_| (_) \ V / 10:20:45 \_____\___/ \__,_|\___|\___\___/ \_/ 10:20:45 Bash-1.0.6 10:20:45 10:20:45 10:20:45 ==> git version 2.25.1 found 10:20:45 ==> 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 10:20:45 Release-Date: 2020-01-08 10:20:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:20:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:20:45 ==> Jenkins CI detected. 10:20:45 current dir:  /w/workspace/edgex-go/419 10:20:45 project root: . 10:20:45 --> token set from env 10:20:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:20:45 ==> Running gcov in . (disable via -X gcov) 10:20:45 ==> Python coveragepy not found 10:20:45 ==> Searching for coverage reports in: 10:20:45 + . 10:20:45 -> Found 1 reports 10:20:45 ==> Detecting git/mercurial file structure 10:20:45 ==> Reading reports 10:20:45 + ./coverage.out bytes=487323 10:20:45 ==> Appending adjustments 10:20:45 https://docs.codecov.io/docs/fixing-reports 10:20:46 + Found adjustments 10:20:46 ==> Gzipping contents 10:20:47 64K /tmp/codecov.XG3aNi.gz 10:20:47 ==> Uploading reports 10:20:47 url: https://codecov.io 10:20:47 query: branch=main&commit=69b2f2fc042d3f207e021d84ed91ae79e073eaae&build=419&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F419%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:20:47 -> Pinging Codecov 10:20:47 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=69b2f2fc042d3f207e021d84ed91ae79e073eaae&build=419&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F419%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:20:47 -> Uploading to 10:20:47 https://storage.googleapis.com/codecov/v4/raw/2023-02-17/00271124DB129430A58F1EEE437C3FCB/69b2f2fc042d3f207e021d84ed91ae79e073eaae/82e339cc-dbbb-4f60-ac6b-56725f8ad67c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230217T102047Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b24403a2b55df359a950e50b1e1fa54ac674880521a7a0db88b170e385434d81 10:20:47 % Total % Received % Xferd Average Speed Time Time Time Current 10:20:47 Dload Upload Total Spent Left Speed 10:20:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62956 0 0 100 62956 0 278k --:--:-- --:--:-- --:--:-- 276k 100 62956 0 0 100 62956 0 176k --:--:-- --:--:-- --:--:-- 175k 10:20:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/69b2f2fc042d3f207e021d84ed91ae79e073eaae [Pipeline] } 10:20:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:20:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:20:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:20:48 10:20:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:20:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:20:48 df9b9388f04a: Pulling fs layer 10:20:48 52dc419b0ee2: Pulling fs layer 10:20:48 25bc292e5bac: Pulling fs layer 10:20:48 114826534d7a: Pulling fs layer 10:20:48 4657fd5d0bcf: Pulling fs layer 10:20:48 6ad1cebc031e: Pulling fs layer 10:20:48 8a3aa393b2d8: Pulling fs layer 10:20:48 8a3aa393b2d8: Waiting 10:20:48 4657fd5d0bcf: Waiting 10:20:48 6ad1cebc031e: Waiting 10:20:48 114826534d7a: Waiting 10:20:48 25bc292e5bac: Verifying Checksum 10:20:48 25bc292e5bac: Download complete 10:20:48 52dc419b0ee2: Download complete 10:20:48 4657fd5d0bcf: Verifying Checksum 10:20:48 4657fd5d0bcf: Download complete 10:20:48 df9b9388f04a: Download complete 10:20:48 df9b9388f04a: Pull complete 10:20:48 52dc419b0ee2: Pull complete 10:20:49 25bc292e5bac: Pull complete 10:20:49 6ad1cebc031e: Verifying Checksum 10:20:49 6ad1cebc031e: Download complete 10:20:49 114826534d7a: Verifying Checksum 10:20:49 114826534d7a: Download complete 10:20:49 8a3aa393b2d8: Verifying Checksum 10:20:53 114826534d7a: Pull complete 10:20:53 4657fd5d0bcf: Pull complete 10:20:53 6ad1cebc031e: Pull complete 10:20:55 8a3aa393b2d8: Pull complete 10:20:55 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 10:20:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:20:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:20:55 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 10:20:55 $ 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/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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-snyk-go:1.410.4 cat 10:20:58 $ docker top 09bae92bedc28ac5406a5d7738150c2211ab5f1e4450b5c90b09492451e4be64 -eo pid,comm [Pipeline] { [Pipeline] echo 10:20:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 10:20:58 + set -o pipefail 10:20:58 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 10:21:05 10:21:05 Monitoring /w/workspace/edgex-go/419 (github.com/edgexfoundry/edgex-go)... 10:21:05 10:21:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/6af3f458-fbf3-4f4d-b3c5-34db3c764db6 10:21:05 10:21:05 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 10:21:05 10:21:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:21:05 10:21:05 10:21:05 A medium severity vulnerability was found in the Snyk CLI versions you are using. 10:21:05 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 10:21:05 More details here: https://snyk.co/ue1NS [Pipeline] } 10:21:05 $ docker stop --time=1 09bae92bedc28ac5406a5d7738150c2211ab5f1e4450b5c90b09492451e4be64 10:21:07 $ docker rm -f --volumes 09bae92bedc28ac5406a5d7738150c2211ab5f1e4450b5c90b09492451e4be64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:21:07 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:21:07 provisioning config files... 10:21:07 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/419@tmp/config3887203352006855599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:21:08 --> edgex-publish-swagger.sh 10:21:08 === Publish openapi/v3 API === 10:21:08 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 10:21:08 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/419/openapi/v3/core-command.yaml] 10:21:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:21:08 Dload Upload Total Spent Left Speed 10:21:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 49623 --:--:-- --:--:-- --:--:-- 49539 100 29030 0 0 100 29030 0 49623 --:--:-- --:--:-- --:--:-- 49539 10:21:08 10:21:08 10:21:08 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/419/openapi/v3/core-data.yaml] 10:21:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:21:08 Dload Upload Total Spent Left Speed 10:21:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 110k --:--:-- --:--:-- --:--:-- 110k 10:21:09 10:21:09 10:21:09 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/419/openapi/v3/core-metadata.yaml] 10:21:09 % Total % Received % Xferd Average Speed Time Time Time Current 10:21:09 Dload Upload Total Spent Left Speed 10:21:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 236k --:--:-- --:--:-- --:--:-- 236k 10:21:09 10:21:09 10:21:09 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/419/openapi/v3/support-notifications.yaml] 10:21:09 % Total % Received % Xferd Average Speed Time Time Time Current 10:21:09 Dload Upload Total Spent Left Speed 10:21:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 158k --:--:-- --:--:-- --:--:-- 158k 100 86965 0 0 100 86965 0 158k --:--:-- --:--:-- --:--:-- 158k 10:21:10 10:21:10 10:21:10 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/419/openapi/v3/support-scheduler.yaml] 10:21:10 % Total % Received % Xferd Average Speed Time Time Time Current 10:21:10 Dload Upload Total Spent Left Speed 10:21:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 72807 --:--:-- --:--:-- --:--:-- 72807 10:21:10 10:21:10 [Pipeline] } 10:21:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 10:21:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:21:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:21:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:11 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 10:21:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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/py-git-semver:0.1.4 cat 10:21:12 $ docker top 03fd86a467392e381516912a3e56112540b380c485b0deff87f26218b37ced09 -eo pid,comm 10:21:12 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). 10:21:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:21:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:21:12 [ssh-agent] Looking for ssh-agent implementation... 10:21:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:21:12 $ docker exec 03fd86a467392e381516912a3e56112540b380c485b0deff87f26218b37ced09 ssh-agent 10:21:12 SSH_AUTH_SOCK=/tmp/ssh-0zeqrBAnudQg/agent.32 10:21:12 SSH_AGENT_PID=38 10:21:12 Running ssh-add (command line suppressed) 10:21:12 Identity added: /w/workspace/edgex-go/419@tmp/private_key_16893968499313504732.key (/w/workspace/edgex-go/419@tmp/private_key_16893968499313504732.key) 10:21:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:21:12 + git semver tag 10:21:13 2023-02-17 10:21:13,155 [run_tag] DEBUG tag force:False 10:21:13 2023-02-17 10:21:13,155 [check_head_tag] DEBUG check head tag 10:21:13 2023-02-17 10:21:13,159 [execute] INFO git cat-file --batch-check 10:21:13 2023-02-17 10:21:13,159 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/419, universal_newlines=False, shell=None, istream=) 10:21:13 2023-02-17 10:21:13,163 [execute] INFO git cat-file --batch 10:21:13 2023-02-17 10:21:13,163 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/419, universal_newlines=False, shell=None, istream=) 10:21:13 2023-02-17 10:21:13,217 [read_version] DEBUG read version from /w/workspace/edgex-go/419/.semver/main 10:21:13 2023-02-17 10:21:13,217 [execute] INFO git tag -a v3.0.0-dev.58 -m v3.0.0-dev.58 10:21:13 2023-02-17 10:21:13,217 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.58', '-m', 'v3.0.0-dev.58'], cwd=/w/workspace/edgex-go/419, universal_newlines=False, shell=None, istream=None) 10:21:13 2023-02-17 10:21:13,222 [read_version] DEBUG read version from /w/workspace/edgex-go/419/.semver/main 10:21:13 3.0.0-dev.58 [Pipeline] } 10:21:13 $ docker exec --env ******** --env ******** 03fd86a467392e381516912a3e56112540b380c485b0deff87f26218b37ced09 ssh-agent -k 10:21:13 unset SSH_AUTH_SOCK; 10:21:13 unset SSH_AGENT_PID; 10:21:13 echo Agent pid 38 killed; 10:21:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:21:13 + git semver [Pipeline] } 10:21:14 $ docker stop --time=1 03fd86a467392e381516912a3e56112540b380c485b0deff87f26218b37ced09 10:21:15 $ docker rm -f --volumes 03fd86a467392e381516912a3e56112540b380c485b0deff87f26218b37ced09 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:21:15 10:21:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:21:16 0.23.1-centos7: Pulling from edgex-lftools 10:21:16 ab5ef0e58194: Pulling fs layer 10:21:16 9712f1f96733: Pulling fs layer 10:21:16 63f879dbbcfc: Pulling fs layer 10:21:16 0d9ebad4ef96: Pulling fs layer 10:21:16 e9a5061849ea: Pulling fs layer 10:21:16 d747dcd14b5f: Pulling fs layer 10:21:16 2de7ff778b66: Pulling fs layer 10:21:16 e9a5061849ea: Waiting 10:21:16 d747dcd14b5f: Waiting 10:21:16 2de7ff778b66: Waiting 10:21:16 0d9ebad4ef96: Waiting 10:21:16 9712f1f96733: Verifying Checksum 10:21:16 9712f1f96733: Download complete 10:21:17 63f879dbbcfc: Verifying Checksum 10:21:17 63f879dbbcfc: Download complete 10:21:17 e9a5061849ea: Verifying Checksum 10:21:17 e9a5061849ea: Download complete 10:21:17 d747dcd14b5f: Verifying Checksum 10:21:17 d747dcd14b5f: Download complete 10:21:17 0d9ebad4ef96: Verifying Checksum 10:21:17 0d9ebad4ef96: Download complete 10:21:17 ab5ef0e58194: Verifying Checksum 10:21:17 ab5ef0e58194: Download complete 10:21:17 2de7ff778b66: Download complete 10:21:19 ab5ef0e58194: Pull complete 10:21:19 9712f1f96733: Pull complete 10:21:20 63f879dbbcfc: Pull complete 10:21:24 0d9ebad4ef96: Pull complete 10:21:24 e9a5061849ea: Pull complete 10:21:24 d747dcd14b5f: Pull complete 10:21:24 2de7ff778b66: Pull complete 10:21:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:21:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:21:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:25 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 10:21:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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:0.23.1-centos7 cat 10:21:28 $ docker top daf42c116c2fe9db818052c154682d3b689677357bc836429bdf83f6c4aaed78 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:21:28 provisioning config files... 10:21:28 copy managed file [sigul-config] to file:/w/workspace/edgex-go/419@tmp/config15516861993743279693tmp 10:21:28 copy managed file [sigul-password] to file:/w/workspace/edgex-go/419@tmp/config8048771765090968199tmp 10:21:28 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/419@tmp/config380348350159617117tmp [Pipeline] { [Pipeline] echo 10:21:28 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:21:28 ---> sigul-configuration.sh 10:21:28 gpg: directory `/root/.gnupg' created 10:21:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:21:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:21:28 gpg: keyring `/root/.gnupg/secring.gpg' created 10:21:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:21:28 gpg: CAST5 encrypted data 10:21:28 gpg: encrypted with 1 passphrase 10:21:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:21:28 + mkdir /home/jenkins 10:21:28 + mkdir /home/jenkins/sigul [Pipeline] sh 10:21:29 + 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 10:21:29 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:21:29 ---> sigul-install.sh 10:21:29 Sigul already installed; skipping installation. [Pipeline] sh 10:21:29 + git tag --list 10:21:29 0.6.0 10:21:29 0.6.1 10:21:29 0.7.0 10:21:29 0.7.1 10:21:29 v1.0.0 10:21:29 v1.0.1 10:21:29 v1.1.0 10:21:29 v1.2.0 10:21:29 v1.2.1 10:21:29 v1.3.0 10:21:29 v1.3.1 10:21:29 v2.0.0 10:21:29 v2.1.0 10:21:29 v2.1.1 10:21:29 v2.1.1-dev.1 10:21:29 v2.1.1-dev.2 10:21:29 v2.1.1-dev.3 10:21:29 v2.1.1-dev.4 10:21:29 v2.1.1-dev.5 10:21:29 v2.1.1-dev.6 10:21:29 v2.1.1-dev.7 10:21:29 v2.1.1-dev.8 10:21:29 v2.1.2-dev.1 10:21:29 v2.2.0 10:21:29 v2.2.1-dev.1 10:21:29 v2.2.1-dev.10 10:21:29 v2.2.1-dev.11 10:21:29 v2.2.1-dev.12 10:21:29 v2.2.1-dev.13 10:21:29 v2.2.1-dev.14 10:21:29 v2.2.1-dev.15 10:21:29 v2.2.1-dev.16 10:21:29 v2.2.1-dev.17 10:21:29 v2.2.1-dev.18 10:21:29 v2.2.1-dev.19 10:21:29 v2.2.1-dev.2 10:21:29 v2.2.1-dev.20 10:21:29 v2.2.1-dev.21 10:21:29 v2.2.1-dev.22 10:21:29 v2.2.1-dev.23 10:21:29 v2.2.1-dev.24 10:21:29 v2.2.1-dev.25 10:21:29 v2.2.1-dev.26 10:21:29 v2.2.1-dev.27 10:21:29 v2.2.1-dev.28 10:21:29 v2.2.1-dev.29 10:21:29 v2.2.1-dev.3 10:21:29 v2.2.1-dev.4 10:21:29 v2.2.1-dev.5 10:21:29 v2.2.1-dev.6 10:21:29 v2.2.1-dev.7 10:21:29 v2.2.1-dev.8 10:21:29 v2.2.1-dev.9 10:21:29 v2.3.0 10:21:29 v2.3.0-dev.100 10:21:29 v2.3.0-dev.101 10:21:29 v2.3.0-dev.102 10:21:29 v2.3.0-dev.103 10:21:29 v2.3.0-dev.104 10:21:29 v2.3.0-dev.105 10:21:29 v2.3.0-dev.106 10:21:29 v2.3.0-dev.29 10:21:29 v2.3.0-dev.30 10:21:29 v2.3.0-dev.31 10:21:29 v2.3.0-dev.32 10:21:29 v2.3.0-dev.33 10:21:29 v2.3.0-dev.34 10:21:29 v2.3.0-dev.35 10:21:29 v2.3.0-dev.36 10:21:29 v2.3.0-dev.37 10:21:29 v2.3.0-dev.38 10:21:29 v2.3.0-dev.39 10:21:29 v2.3.0-dev.40 10:21:29 v2.3.0-dev.41 10:21:29 v2.3.0-dev.42 10:21:29 v2.3.0-dev.43 10:21:29 v2.3.0-dev.44 10:21:29 v2.3.0-dev.45 10:21:29 v2.3.0-dev.46 10:21:29 v2.3.0-dev.47 10:21:29 v2.3.0-dev.48 10:21:29 v2.3.0-dev.49 10:21:29 v2.3.0-dev.50 10:21:29 v2.3.0-dev.51 10:21:29 v2.3.0-dev.52 10:21:29 v2.3.0-dev.53 10:21:29 v2.3.0-dev.54 10:21:29 v2.3.0-dev.55 10:21:29 v2.3.0-dev.56 10:21:29 v2.3.0-dev.57 10:21:29 v2.3.0-dev.58 10:21:29 v2.3.0-dev.59 10:21:29 v2.3.0-dev.60 10:21:29 v2.3.0-dev.61 10:21:29 v2.3.0-dev.62 10:21:29 v2.3.0-dev.63 10:21:29 v2.3.0-dev.64 10:21:29 v2.3.0-dev.65 10:21:29 v2.3.0-dev.66 10:21:29 v2.3.0-dev.67 10:21:29 v2.3.0-dev.68 10:21:29 v2.3.0-dev.69 10:21:29 v2.3.0-dev.70 10:21:29 v2.3.0-dev.71 10:21:29 v2.3.0-dev.72 10:21:29 v2.3.0-dev.73 10:21:29 v2.3.0-dev.74 10:21:29 v2.3.0-dev.75 10:21:29 v2.3.0-dev.76 10:21:29 v2.3.0-dev.77 10:21:29 v2.3.0-dev.78 10:21:29 v2.3.0-dev.79 10:21:29 v2.3.0-dev.80 10:21:29 v2.3.0-dev.81 10:21:29 v2.3.0-dev.82 10:21:29 v2.3.0-dev.83 10:21:29 v2.3.0-dev.84 10:21:29 v2.3.0-dev.85 10:21:29 v2.3.0-dev.86 10:21:29 v2.3.0-dev.87 10:21:29 v2.3.0-dev.88 10:21:29 v2.3.0-dev.89 10:21:29 v2.3.0-dev.90 10:21:29 v2.3.0-dev.91 10:21:29 v2.3.0-dev.92 10:21:29 v2.3.0-dev.93 10:21:29 v2.3.0-dev.94 10:21:29 v2.3.0-dev.95 10:21:29 v2.3.0-dev.96 10:21:29 v2.3.0-dev.97 10:21:29 v2.3.0-dev.98 10:21:29 v2.3.0-dev.99 10:21:29 v2.3.1-dev.1 10:21:29 v2.3.1-dev.2 10:21:29 v2.3.1-dev.3 10:21:29 v2.3.1-dev.4 10:21:29 v2.3.1-dev.5 10:21:29 v3.0.0-dev.1 10:21:29 v3.0.0-dev.10 10:21:29 v3.0.0-dev.11 10:21:29 v3.0.0-dev.12 10:21:29 v3.0.0-dev.13 10:21:29 v3.0.0-dev.14 10:21:29 v3.0.0-dev.15 10:21:29 v3.0.0-dev.16 10:21:29 v3.0.0-dev.17 10:21:29 v3.0.0-dev.18 10:21:29 v3.0.0-dev.19 10:21:29 v3.0.0-dev.2 10:21:29 v3.0.0-dev.20 10:21:29 v3.0.0-dev.21 10:21:29 v3.0.0-dev.22 10:21:29 v3.0.0-dev.23 10:21:29 v3.0.0-dev.24 10:21:29 v3.0.0-dev.25 10:21:29 v3.0.0-dev.26 10:21:29 v3.0.0-dev.27 10:21:29 v3.0.0-dev.28 10:21:29 v3.0.0-dev.29 10:21:29 v3.0.0-dev.3 10:21:29 v3.0.0-dev.30 10:21:29 v3.0.0-dev.31 10:21:29 v3.0.0-dev.32 10:21:29 v3.0.0-dev.33 10:21:29 v3.0.0-dev.34 10:21:29 v3.0.0-dev.35 10:21:29 v3.0.0-dev.36 10:21:29 v3.0.0-dev.37 10:21:29 v3.0.0-dev.38 10:21:29 v3.0.0-dev.39 10:21:29 v3.0.0-dev.4 10:21:29 v3.0.0-dev.40 10:21:29 v3.0.0-dev.41 10:21:29 v3.0.0-dev.42 10:21:29 v3.0.0-dev.43 10:21:29 v3.0.0-dev.44 10:21:29 v3.0.0-dev.45 10:21:29 v3.0.0-dev.46 10:21:29 v3.0.0-dev.47 10:21:29 v3.0.0-dev.48 10:21:29 v3.0.0-dev.49 10:21:29 v3.0.0-dev.5 10:21:29 v3.0.0-dev.50 10:21:29 v3.0.0-dev.51 10:21:29 v3.0.0-dev.52 10:21:29 v3.0.0-dev.53 10:21:29 v3.0.0-dev.54 10:21:29 v3.0.0-dev.55 10:21:29 v3.0.0-dev.56 10:21:29 v3.0.0-dev.57 10:21:29 v3.0.0-dev.58 10:21:29 v3.0.0-dev.6 10:21:29 v3.0.0-dev.7 10:21:29 v3.0.0-dev.8 10:21:29 v3.0.0-dev.9 [Pipeline] sh 10:21:29 + lftools sign git-tag v3.0.0-dev.58 10:21:30 Signing Git tag with Sigul... 10:21:30 Signing v3.0.0-dev.58 [Pipeline] echo 10:21:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:21:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:21:31 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:21:31 $ docker stop --time=1 daf42c116c2fe9db818052c154682d3b689677357bc836429bdf83f6c4aaed78 10:21:32 $ docker rm -f --volumes daf42c116c2fe9db818052c154682d3b689677357bc836429bdf83f6c4aaed78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:21:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:21:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:21:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:33 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 10:21:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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/py-git-semver:0.1.4 cat 10:21:33 $ docker top 4b390e6dbff8da18a141f826934f339d54b6eae7792b7842572315b75cd7d0fb -eo pid,comm 10:21:33 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). 10:21:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:21:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:21:33 [ssh-agent] Looking for ssh-agent implementation... 10:21:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:21:33 $ docker exec 4b390e6dbff8da18a141f826934f339d54b6eae7792b7842572315b75cd7d0fb ssh-agent 10:21:33 SSH_AUTH_SOCK=/tmp/ssh-KTaroDFcQse9/agent.32 10:21:33 SSH_AGENT_PID=38 10:21:33 Running ssh-add (command line suppressed) 10:21:33 Identity added: /w/workspace/edgex-go/419@tmp/private_key_13040943419396870324.key (/w/workspace/edgex-go/419@tmp/private_key_13040943419396870324.key) 10:21:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:21:34 + git semver bump pre 10:21:34 2023-02-17 10:21:34,341 [read_version] DEBUG read version from /w/workspace/edgex-go/419/.semver/main 10:21:34 2023-02-17 10:21:34,341 [bump_version] DEBUG bumping version:3.0.0-dev.58 on axis:pre with prefix:dev 10:21:34 2023-02-17 10:21:34,341 [bump_version] DEBUG bumped version:3.0.0-dev.59 10:21:34 2023-02-17 10:21:34,341 [write_version] DEBUG write version:3.0.0-dev.59 to path:/w/workspace/edgex-go/419/.semver/main with force:True 10:21:34 2023-02-17 10:21:34,341 [read_version] DEBUG read version from /w/workspace/edgex-go/419/.semver/main 10:21:34 2023-02-17 10:21:34,341 [write_file] DEBUG write to file:/w/workspace/edgex-go/419/.semver/main 10:21:34 2023-02-17 10:21:34,343 [execute] INFO git cat-file --batch-check 10:21:34 2023-02-17 10:21:34,343 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/419/.semver, universal_newlines=False, shell=None, istream=) 10:21:34 2023-02-17 10:21:34,348 [execute] INFO git cat-file --batch 10:21:34 2023-02-17 10:21:34,348 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/419/.semver, universal_newlines=False, shell=None, istream=) 10:21:34 2023-02-17 10:21:34,353 [read_version] DEBUG read version from /w/workspace/edgex-go/419/.semver/main 10:21:34 3.0.0-dev.59 [Pipeline] } 10:21:34 $ docker exec --env ******** --env ******** 4b390e6dbff8da18a141f826934f339d54b6eae7792b7842572315b75cd7d0fb ssh-agent -k 10:21:34 unset SSH_AUTH_SOCK; 10:21:34 unset SSH_AGENT_PID; 10:21:34 echo Agent pid 38 killed; 10:21:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:21:34 + git semver [Pipeline] } 10:21:35 $ docker stop --time=1 4b390e6dbff8da18a141f826934f339d54b6eae7792b7842572315b75cd7d0fb 10:21:36 $ docker rm -f --volumes 4b390e6dbff8da18a141f826934f339d54b6eae7792b7842572315b75cd7d0fb [Pipeline] // withDockerContainer [Pipeline] sh 10:21:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:21:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:21:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:37 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 10:21:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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/py-git-semver:0.1.4 cat 10:21:37 $ docker top 26293d482c9357d845cfd41b4497ed20a3ce1db8503ba0a2f9cc80a516f45264 -eo pid,comm 10:21:37 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). 10:21:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:21:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:21:37 [ssh-agent] Looking for ssh-agent implementation... 10:21:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:21:37 $ docker exec 26293d482c9357d845cfd41b4497ed20a3ce1db8503ba0a2f9cc80a516f45264 ssh-agent 10:21:37 SSH_AUTH_SOCK=/tmp/ssh-Yn5hHfRhZuA5/agent.32 10:21:37 SSH_AGENT_PID=38 10:21:37 Running ssh-add (command line suppressed) 10:21:37 Identity added: /w/workspace/edgex-go/419@tmp/private_key_3318723112867689336.key (/w/workspace/edgex-go/419@tmp/private_key_3318723112867689336.key) 10:21:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:21:38 + git semver push 10:21:38 2023-02-17 10:21:38,456 [run_push] DEBUG push 10:21:38 2023-02-17 10:21:38,456 [execute] INFO git cat-file --batch-check 10:21:38 2023-02-17 10:21:38,456 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/419/.semver, universal_newlines=False, shell=None, istream=) 10:21:38 2023-02-17 10:21:38,461 [execute] INFO git rev-list b20f07ac3fa2159cdbe18bcaebeb2aa31590dfaa -- 10:21:38 2023-02-17 10:21:38,461 [execute] DEBUG Popen(['git', 'rev-list', 'b20f07ac3fa2159cdbe18bcaebeb2aa31590dfaa', '--'], cwd=/w/workspace/edgex-go/419/.semver, universal_newlines=False, shell=None, istream=None) 10:21:38 2023-02-17 10:21:38,477 [execute] INFO git fetch -v origin 10:21:38 2023-02-17 10:21:38,477 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/419/.semver, universal_newlines=True, shell=None, istream=None) 10:21:39 2023-02-17 10:21:39,020 [run_push] DEBUG no remote changes detected 10:21:39 2023-02-17 10:21:39,020 [execute] INFO git push origin semver 10:21:39 2023-02-17 10:21:39,021 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/419/.semver, universal_newlines=False, shell=None, istream=None) 10:21:40 2023-02-17 10:21:39,929 [run_push] DEBUG push all version tags 10:21:40 2023-02-17 10:21:39,930 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:21:40 2023-02-17 10:21:39,930 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/419, universal_newlines=False, shell=None, istream=None) 10:21:41 2023-02-17 10:21:40,820 [read_version] DEBUG read version from /w/workspace/edgex-go/419/.semver/main 10:21:41 3.0.0-dev.59 [Pipeline] } 10:21:41 $ docker exec --env ******** --env ******** 26293d482c9357d845cfd41b4497ed20a3ce1db8503ba0a2f9cc80a516f45264 ssh-agent -k 10:21:41 unset SSH_AUTH_SOCK; 10:21:41 unset SSH_AGENT_PID; 10:21:41 echo Agent pid 38 killed; 10:21:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:21:41 + git semver [Pipeline] } 10:21:41 $ docker stop --time=1 26293d482c9357d845cfd41b4497ed20a3ce1db8503ba0a2f9cc80a516f45264 10:21:43 $ docker rm -f --volumes 26293d482c9357d845cfd41b4497ed20a3ce1db8503ba0a2f9cc80a516f45264 [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 10:21:43 + [ -d /w/workspace/edgex-go/419/archives ] [Pipeline] libraryResource [Pipeline] sh 10:21:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:21:44 ---> package-listing.sh 10:21:44 ++ facter osfamily 10:21:44 ++ tr '[:upper:]' '[:lower:]' 10:21:44 + OS_FAMILY=debian 10:21:44 + workspace=/w/workspace/edgex-go/419 10:21:44 + START_PACKAGES=/tmp/packages_start.txt 10:21:44 + END_PACKAGES=/tmp/packages_end.txt 10:21:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:21:44 + PACKAGES=/tmp/packages_start.txt 10:21:44 + '[' /w/workspace/edgex-go/419 ']' 10:21:44 + PACKAGES=/tmp/packages_end.txt 10:21:44 + case "${OS_FAMILY}" in 10:21:44 + dpkg -l 10:21:44 + grep '^ii' 10:21:44 + '[' -f /tmp/packages_start.txt ']' 10:21:44 + '[' -f /tmp/packages_end.txt ']' 10:21:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:21:44 + '[' /w/workspace/edgex-go/419 ']' 10:21:44 + mkdir -p /w/workspace/edgex-go/419/archives/ 10:21:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/419/archives/ [Pipeline] echo 10:21:44 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/419/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:21:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:21:45 10:21:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:21:46 latest: Pulling from edgex-lftools-log-publisher 10:21:46 5eb5b503b376: Pulling fs layer 10:21:46 5c69ac0246d0: Pulling fs layer 10:21:46 ec43610c2a17: Pulling fs layer 10:21:46 3a2ae6a8a46f: Pulling fs layer 10:21:46 33b1e0a273af: Pulling fs layer 10:21:46 5d3b04190fa2: Pulling fs layer 10:21:46 2f39f015ded8: Pulling fs layer 10:21:46 5d3b04190fa2: Waiting 10:21:46 2f39f015ded8: Waiting 10:21:46 33b1e0a273af: Waiting 10:21:46 3a2ae6a8a46f: Waiting 10:21:46 5c69ac0246d0: Verifying Checksum 10:21:46 5c69ac0246d0: Download complete 10:21:46 3a2ae6a8a46f: Verifying Checksum 10:21:46 3a2ae6a8a46f: Download complete 10:21:46 33b1e0a273af: Verifying Checksum 10:21:46 33b1e0a273af: Download complete 10:21:46 5d3b04190fa2: Verifying Checksum 10:21:46 5d3b04190fa2: Download complete 10:21:46 ec43610c2a17: Verifying Checksum 10:21:46 ec43610c2a17: Download complete 10:21:46 5eb5b503b376: Verifying Checksum 10:21:46 5eb5b503b376: Download complete 10:21:47 2f39f015ded8: Download complete 10:21:47 5eb5b503b376: Pull complete 10:21:47 5c69ac0246d0: Pull complete 10:21:48 ec43610c2a17: Pull complete 10:21:48 3a2ae6a8a46f: Pull complete 10:21:48 33b1e0a273af: Pull complete 10:21:48 5d3b04190fa2: Pull complete 10:21:51 2f39f015ded8: Pull complete 10:21:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:21:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:21:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:51 prd-ubuntu20.04-docker-8c-8g-6443 does not seem to be running inside a container 10:21:51 $ 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/419/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/419 -v /w/workspace/edgex-go/419:/w/workspace/edgex-go/419:rw,z -v /w/workspace/edgex-go/419@tmp:/w/workspace/edgex-go/419@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:latest cat 10:21:53 $ docker top 3f0901b0f98ec185c7d1ad59425cd06ff27726a9b570dbad6015727d8dc245f6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:21:54 + touch /tmp/pre-build-complete [Pipeline] sh 10:21:54 + mkdir -p /var/log/sysstat [Pipeline] sh 10:21:54 + ls /var/log/sa-host 10:21:54 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:21:54 provisioning config files... 10:21:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/419@tmp/config14599003394401716135tmp [Pipeline] { [Pipeline] echo 10:21:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:21:55 ---> create-netrc.sh [Pipeline] } 10:21:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:21:55 ---> python-tools-install.sh [Pipeline] echo 10:21:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:21:55 ---> sudo-logs.sh 10:21:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:21:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:21:56 ---> job-cost.sh 10:21:56 lf-activate-venv: SKIPPING 10:21:56 DEBUG: total: 0.10999999940395355 10:21:56 INFO: Retrieving Stack Cost... 10:21:56 INFO: Retrieving Pricing Info for: v3-standard-8 10:21:57 INFO: Archiving Costs [Pipeline] echo 10:21:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:21:57 ---> logs-deploy.sh 10:21:57 lf-activate-venv: SKIPPING 10:21:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/419 10:21:57 INFO: archiving workspace using pattern(s): 10:21:58 Archives upload complete. 10:21:58 INFO: archiving logs to Nexus 10:21:59 ---> uname -a: 10:21:59 Linux prd-ubuntu20-04-docker-8c-8g-6443 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:21:59 10:21:59 10:21:59 ---> lscpu: 10:21:59 Architecture: x86_64 10:21:59 CPU op-mode(s): 32-bit, 64-bit 10:21:59 Byte Order: Little Endian 10:21:59 Address sizes: 40 bits physical, 48 bits virtual 10:21:59 CPU(s): 8 10:21:59 On-line CPU(s) list: 0-7 10:21:59 Thread(s) per core: 1 10:21:59 Core(s) per socket: 1 10:21:59 Socket(s): 8 10:21:59 NUMA node(s): 1 10:21:59 Vendor ID: AuthenticAMD 10:21:59 CPU family: 23 10:21:59 Model: 49 10:21:59 Model name: AMD EPYC-Rome Processor 10:21:59 Stepping: 0 10:21:59 CPU MHz: 2799.996 10:21:59 BogoMIPS: 5599.99 10:21:59 Virtualization: AMD-V 10:21:59 Hypervisor vendor: KVM 10:21:59 Virtualization type: full 10:21:59 L1d cache: 256 KiB 10:21:59 L1i cache: 256 KiB 10:21:59 L2 cache: 4 MiB 10:21:59 L3 cache: 128 MiB 10:21:59 NUMA node0 CPU(s): 0-7 10:21:59 Vulnerability Itlb multihit: Not affected 10:21:59 Vulnerability L1tf: Not affected 10:21:59 Vulnerability Mds: Not affected 10:21:59 Vulnerability Meltdown: Not affected 10:21:59 Vulnerability Mmio stale data: Not affected 10:21:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:21:59 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:21:59 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:21:59 Vulnerability Srbds: Not affected 10:21:59 Vulnerability Tsx async abort: Not affected 10:21:59 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 10:21:59 10:21:59 10:21:59 ---> nproc: 10:21:59 8 10:21:59 10:21:59 10:21:59 ---> df -h: 10:21:59 Filesystem Size Used Avail Use% Mounted on 10:21:59 overlay 155G 22G 134G 14% / 10:21:59 tmpfs 64M 0 64M 0% /dev 10:21:59 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:21:59 shm 64M 0 64M 0% /dev/shm 10:21:59 /dev/vda1 155G 22G 134G 14% /facter-os 10:21:59 10:21:59 10:21:59 ---> sar -b -r -n DEV: 10:21:59 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6443) 02/17/23 _x86_64_ (8 CPU) 10:21:59 10:21:59 09:51:34 LINUX RESTART (8 CPU) 10:21:59 10:21:59 09:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:21:59 09:53:01 170.27 19.28 150.99 0.00 2056.86 133954.87 0.00 10:21:59 09:54:01 32.81 0.07 32.74 0.00 0.53 16219.41 0.00 10:21:59 09:55:01 84.77 1.25 83.52 0.00 37.59 30783.27 0.00 10:21:59 09:56:01 602.68 7.13 595.55 0.00 83.32 321318.85 0.00 10:21:59 09:57:01 803.02 12.05 790.97 0.00 3472.84 232455.05 0.00 10:21:59 09:58:01 1203.68 1.33 1202.35 0.00 18.53 348137.82 0.00 10:21:59 09:59:01 205.20 0.10 205.10 0.00 13.33 22019.13 0.00 10:21:59 10:00:01 12.33 0.00 12.33 0.00 0.00 324.43 0.00 10:21:59 10:01:01 1.52 0.00 1.52 0.00 0.00 16.53 0.00 10:21:59 10:02:01 1.70 0.00 1.70 0.00 0.00 26.93 0.00 10:21:59 10:03:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 10:21:59 10:04:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 10:21:59 10:05:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 10:21:59 10:06:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 10:21:59 10:07:01 1.98 0.02 1.97 0.00 0.13 23.06 0.00 10:21:59 10:08:01 0.85 0.00 0.85 0.00 0.00 10.26 0.00 10:21:59 10:09:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 10:21:59 10:10:01 1.38 0.00 1.38 0.00 0.00 16.40 0.00 10:21:59 10:11:01 1.37 0.00 1.37 0.00 0.00 14.13 0.00 10:21:59 10:12:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 10:21:59 10:13:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 10:21:59 10:14:01 1.60 0.00 1.60 0.00 0.00 18.26 0.00 10:21:59 10:15:01 0.88 0.00 0.88 0.00 0.00 10.13 0.00 10:21:59 10:16:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 10:21:59 10:17:01 1.18 0.02 1.17 0.00 0.13 14.00 0.00 10:21:59 10:18:01 1.63 0.00 1.63 0.00 0.00 19.46 0.00 10:21:59 10:19:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 10:21:59 10:20:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 10:21:59 10:21:01 36.34 0.18 36.15 0.00 10.93 24718.69 0.00 10:21:59 Average: 109.56 1.43 108.13 0.00 196.36 38975.16 0.00 10:21:59 10:21:59 09:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:21:59 09:53:01 28396568 31460860 851352 2.59 112024 3175304 2005244 5.91 1252796 2817704 6640 10:21:59 09:54:01 27585100 31115156 1193360 3.63 115660 3598760 2283972 6.73 1663508 3177112 170180 10:21:59 09:55:01 24870324 31466504 841516 2.56 118100 6585236 2593176 7.64 1612244 5861176 2916612 10:21:59 09:56:01 21675512 31053200 1220880 3.71 300260 8913004 3807080 11.22 2294392 8061684 248784 10:21:59 09:57:01 18864808 31184136 1078300 3.28 391976 11575076 2912300 8.58 2817872 10146596 586000 10:21:59 09:58:01 17243316 31398296 867616 2.64 455928 13249864 2277020 6.71 2570004 11928080 124332 10:21:59 09:59:01 18255144 31538440 736132 2.24 460316 12414644 1809848 5.33 2320996 11217956 496 10:21:59 10:00:01 18257492 31541412 732400 2.23 460780 12414760 1816088 5.35 2316980 11218012 312 10:21:59 10:01:01 18258356 31542332 731432 2.22 460820 12414764 1816088 5.35 2315656 11218024 20 10:21:59 10:02:01 18266692 31550796 723344 2.20 460872 12414740 1816088 5.35 2307376 11218096 236 10:21:59 10:03:01 18269476 31553584 720792 2.19 460884 12414744 1816088 5.35 2305316 11218100 20 10:21:59 10:04:01 18270712 31554852 719576 2.19 460900 12414744 1816088 5.35 2304616 11218100 232 10:21:59 10:05:01 18271096 31555268 719032 2.19 460908 12414748 1816088 5.35 2304812 11218104 4 10:21:59 10:06:01 18270860 31555060 719228 2.19 460932 12414748 1816088 5.35 2304648 11218104 176 10:21:59 10:07:01 18268764 31553304 721164 2.19 460976 12414752 1850548 5.45 2304424 11218300 36 10:21:59 10:08:01 18268456 31553024 721396 2.19 460988 12414756 1850548 5.45 2304612 11218304 236 10:21:59 10:09:01 18268900 31553468 721104 2.19 461008 12414756 1850548 5.45 2304400 11218304 8 10:21:59 10:10:01 18268900 31553624 720924 2.19 461008 12414892 1850548 5.45 2304492 11218440 44 10:21:59 10:11:01 18269348 31554108 720380 2.19 461044 12414892 1850548 5.45 2304452 11218440 144 10:21:59 10:12:01 18269592 31554376 720096 2.19 461060 12414896 1850548 5.45 2304208 11218444 56 10:21:59 10:13:01 18269292 31554080 720328 2.19 461068 12414896 1850548 5.45 2304224 11218444 8 10:21:59 10:14:01 18269476 31554284 720300 2.19 461080 12414900 1850548 5.45 2304184 11218448 8 10:21:59 10:15:01 18269444 31554260 720280 2.19 461084 12414904 1850548 5.45 2304448 11218452 8 10:21:59 10:16:01 18269588 31554420 720284 2.19 461096 12414908 1850548 5.45 2304284 11218456 44 10:21:59 10:17:01 18269240 31554108 720488 2.19 461136 12414900 1850548 5.45 2304548 11218460 8 10:21:59 10:18:01 18269200 31554132 720448 2.19 461152 12414916 1850548 5.45 2304520 11218464 44 10:21:59 10:19:01 18269208 31554152 720376 2.19 461160 12414920 1866600 5.50 2304272 11218468 8 10:21:59 10:20:01 18268852 31553804 720604 2.19 461176 12414920 1866600 5.50 2304540 11218468 176 10:21:59 10:21:01 17119276 31430820 837520 2.55 482468 13337308 2005932 5.91 2489552 12093044 218568 10:21:59 Average: 19229069 31491581 785540 2.39 417857 11502091 2011964 5.93 2256634 10375441 147360 10:21:59 10:21:59 09:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:21:59 09:53:01 veth17f465b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:53:01 ens3 1258.02 1070.09 12487.60 154.57 0.00 0.00 0.00 0.00 10:21:59 09:53:01 lo 4.80 4.80 0.46 0.46 0.00 0.00 0.00 0.00 10:21:59 09:53:01 docker0 337.58 333.28 26.20 3413.39 0.00 0.00 0.00 0.00 10:21:59 09:54:01 veth17f465b 1.30 1.35 0.10 0.10 0.00 0.00 0.00 0.00 10:21:59 09:54:01 ens3 20.04 13.61 15.49 8.95 0.00 0.00 0.00 0.00 10:21:59 09:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 09:54:01 docker0 1.30 1.30 0.08 0.10 0.00 0.00 0.00 0.00 10:21:59 09:55:01 veth6bff765 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:55:01 ens3 109.43 89.92 1702.43 112.63 0.00 0.00 0.00 0.00 10:21:59 09:55:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 10:21:59 09:55:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:56:01 veth6477112 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:56:01 veth6bff765 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:56:01 veth88ee32f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:56:01 veth2b59a5e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:56:01 ens3 979.95 810.33 6059.14 74.80 0.00 0.00 0.00 0.00 10:21:59 09:56:01 veth1764076 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 09:56:01 docker0 798.97 962.19 55.80 6044.91 0.00 0.00 0.00 0.00 10:21:59 09:56:01 vethacb83b7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:57:01 veth6bff765 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 10:21:59 09:57:01 vethe41c61e 0.02 0.20 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:57:01 vetha0797a4 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 10:21:59 09:57:01 ens3 523.33 350.65 5282.43 43.34 0.00 0.00 0.00 0.00 10:21:59 09:57:01 lo 2.00 2.00 0.20 0.20 0.00 0.00 0.00 0.00 10:21:59 09:57:01 docker0 301.07 435.50 24.08 3839.23 0.00 0.00 0.00 0.00 10:21:59 09:58:01 veth6bff765 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:58:01 veth298d939 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 10:21:59 09:58:01 ens3 335.54 221.24 2846.00 34.45 0.00 0.00 0.00 0.00 10:21:59 09:58:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 10:21:59 09:58:01 docker0 194.67 296.10 15.77 2770.80 0.00 0.00 0.00 0.00 10:21:59 09:59:01 ens3 462.39 453.59 372.20 2043.48 0.00 0.00 0.00 0.00 10:21:59 09:59:01 lo 45.86 45.86 4.52 4.52 0.00 0.00 0.00 0.00 10:21:59 09:59:01 docker0 6.60 11.91 0.42 135.41 0.00 0.00 0.00 0.00 10:21:59 10:00:01 ens3 170.21 156.30 89.01 881.85 0.00 0.00 0.00 0.00 10:21:59 10:00:01 lo 16.33 16.33 1.60 1.60 0.00 0.00 0.00 0.00 10:21:59 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:01:01 ens3 6.03 3.60 13.24 0.46 0.00 0.00 0.00 0.00 10:21:59 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:02:01 ens3 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:03:01 ens3 0.72 0.15 0.13 0.07 0.00 0.00 0.00 0.00 10:21:59 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:04:01 ens3 2.83 2.62 0.47 14.89 0.00 0.00 0.00 0.00 10:21:59 10:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:05:01 ens3 4.45 7.28 0.62 14.36 0.00 0.00 0.00 0.00 10:21:59 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:06:01 ens3 4.00 6.57 0.49 7.43 0.00 0.00 0.00 0.00 10:21:59 10:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:07:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:08:01 ens3 4.15 7.52 0.34 7.38 0.00 0.00 0.00 0.00 10:21:59 10:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:09:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 10:21:59 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:10:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:11:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:13:01 ens3 4.22 6.37 0.34 7.30 0.00 0.00 0.00 0.00 10:21:59 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:14:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:15:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:18:01 ens3 4.60 7.22 0.52 7.36 0.00 0.00 0.00 0.00 10:21:59 10:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:20:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:21:59 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:21:59 10:21:01 ens3 223.36 171.59 4563.77 76.46 0.00 0.00 0.00 0.00 10:21:59 10:21:01 veth4477dca 43.40 56.45 3.78 586.98 0.00 0.00 0.00 0.05 10:21:59 10:21:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 10:21:59 10:21:01 docker0 43.40 56.35 3.19 586.97 0.00 0.00 0.00 0.00 10:21:59 Average: ens3 141.87 116.53 1152.92 120.34 0.00 0.00 0.00 0.00 10:21:59 Average: veth4477dca 1.50 1.95 0.13 20.24 0.00 0.00 0.00 0.00 10:21:59 Average: lo 2.56 2.56 0.25 0.25 0.00 0.00 0.00 0.00 10:21:59 Average: docker0 58.05 72.30 4.33 579.00 0.00 0.00 0.00 0.00 10:21:59 10:21:59 10:21:59 ---> sar -P ALL: 10:21:59 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6443) 02/17/23 _x86_64_ (8 CPU) 10:21:59 10:21:59 09:51:34 LINUX RESTART (8 CPU) 10:21:59 10:21:59 09:52:01 CPU %user %nice %system %iowait %steal %idle 10:21:59 09:53:01 all 13.05 0.00 4.91 1.80 0.07 80.18 10:21:59 09:53:01 0 11.17 0.00 4.23 0.17 0.05 84.38 10:21:59 09:53:01 1 12.12 0.00 5.91 2.48 0.05 79.44 10:21:59 09:53:01 2 14.30 0.00 5.88 0.14 0.08 79.59 10:21:59 09:53:01 3 11.36 0.00 4.50 2.81 0.08 81.25 10:21:59 09:53:01 4 15.06 0.00 3.55 0.08 0.05 81.26 10:21:59 09:53:01 5 14.78 0.00 4.12 0.83 0.05 80.22 10:21:59 09:53:01 6 10.90 0.00 5.15 4.39 0.09 79.48 10:21:59 09:53:01 7 14.66 0.00 5.94 3.58 0.09 75.74 10:21:59 09:54:01 all 45.00 0.00 6.75 0.34 0.09 47.82 10:21:59 09:54:01 0 45.12 0.00 8.18 1.92 0.10 44.68 10:21:59 09:54:01 1 45.49 0.00 6.37 0.20 0.10 47.84 10:21:59 09:54:01 2 45.05 0.00 6.60 0.00 0.08 48.27 10:21:59 09:54:01 3 44.92 0.00 6.20 0.03 0.10 48.74 10:21:59 09:54:01 4 44.21 0.00 7.03 0.00 0.08 48.67 10:21:59 09:54:01 5 45.33 0.00 6.91 0.03 0.08 47.64 10:21:59 09:54:01 6 45.00 0.00 5.98 0.42 0.08 48.52 10:21:59 09:54:01 7 44.90 0.00 6.70 0.08 0.08 48.23 10:21:59 09:55:01 all 31.60 0.00 7.91 0.75 0.08 59.66 10:21:59 09:55:01 0 31.44 0.00 9.06 4.47 0.07 54.97 10:21:59 09:55:01 1 30.67 0.00 8.05 0.81 0.07 60.40 10:21:59 09:55:01 2 32.22 0.00 7.71 0.02 0.08 59.98 10:21:59 09:55:01 3 30.87 0.00 8.03 0.07 0.08 60.95 10:21:59 09:55:01 4 31.76 0.00 6.99 0.29 0.08 60.89 10:21:59 09:55:01 5 30.68 0.00 8.50 0.15 0.08 60.59 10:21:59 09:55:01 6 32.87 0.00 7.58 0.12 0.07 59.36 10:21:59 09:55:01 7 32.30 0.00 7.41 0.05 0.08 60.15 10:21:59 09:56:01 all 25.20 0.00 10.56 10.67 0.09 53.48 10:21:59 09:56:01 0 25.07 0.00 9.82 11.75 0.08 53.27 10:21:59 09:56:01 1 25.96 0.00 9.98 7.12 0.08 56.86 10:21:59 09:56:01 2 24.53 0.00 12.71 29.93 0.09 32.75 10:21:59 09:56:01 3 26.23 0.00 10.28 3.91 0.08 59.49 10:21:59 09:56:01 4 25.42 0.00 10.98 10.01 0.08 53.51 10:21:59 09:56:01 5 24.30 0.00 9.97 11.20 0.08 54.44 10:21:59 09:56:01 6 25.66 0.00 9.54 5.39 0.10 59.31 10:21:59 09:56:01 7 24.41 0.00 11.19 6.15 0.12 58.12 10:21:59 09:57:01 all 63.30 0.00 13.09 3.68 0.13 19.80 10:21:59 09:57:01 0 61.78 0.00 13.51 1.63 0.12 22.96 10:21:59 09:57:01 1 63.72 0.00 12.99 4.40 0.12 18.77 10:21:59 09:57:01 2 63.77 0.00 12.18 5.79 0.15 18.11 10:21:59 09:57:01 3 62.54 0.00 13.59 3.98 0.13 19.76 10:21:59 09:57:01 4 63.17 0.00 13.29 4.05 0.14 19.35 10:21:59 09:57:01 5 63.37 0.00 13.59 3.14 0.12 19.78 10:21:59 09:57:01 6 64.44 0.00 12.21 2.40 0.14 20.82 10:21:59 09:57:01 7 63.61 0.00 13.37 4.07 0.14 18.82 10:21:59 09:58:01 all 50.95 0.00 14.38 6.41 0.10 28.16 10:21:59 09:58:01 0 51.02 0.00 13.38 4.66 0.10 30.84 10:21:59 09:58:01 1 51.65 0.00 13.66 3.39 0.10 31.19 10:21:59 09:58:01 2 51.83 0.00 14.15 2.73 0.10 31.19 10:21:59 09:58:01 3 50.49 0.00 14.46 6.56 0.10 28.38 10:21:59 09:58:01 4 51.05 0.00 14.40 10.56 0.10 23.89 10:21:59 09:58:01 5 50.66 0.00 13.36 11.23 0.10 24.64 10:21:59 09:58:01 6 50.43 0.00 14.85 4.43 0.10 30.18 10:21:59 09:58:01 7 50.42 0.00 16.81 7.73 0.12 24.93 10:21:59 09:59:01 all 9.03 0.00 2.26 0.70 0.05 87.96 10:21:59 09:59:01 0 10.00 0.00 2.21 0.18 0.05 87.56 10:21:59 09:59:01 1 11.25 0.00 2.31 0.52 0.05 85.87 10:21:59 09:59:01 2 10.06 0.00 2.20 0.57 0.07 87.10 10:21:59 09:59:01 3 8.68 0.00 2.69 0.98 0.07 87.58 10:21:59 09:59:01 4 7.82 0.00 2.01 0.92 0.03 89.22 10:21:59 09:59:01 5 6.54 0.00 2.21 1.79 0.03 89.43 10:21:59 09:59:01 6 8.23 0.00 1.81 0.38 0.03 89.55 10:21:59 09:59:01 7 9.66 0.00 2.65 0.24 0.07 87.38 10:21:59 10:00:01 all 2.78 0.00 0.39 0.05 0.02 96.76 10:21:59 10:00:01 0 1.60 0.00 0.43 0.00 0.02 97.95 10:21:59 10:00:01 1 0.57 0.00 0.23 0.00 0.02 99.18 10:21:59 10:00:01 2 1.47 0.00 0.25 0.07 0.00 98.21 10:21:59 10:00:01 3 0.84 0.00 0.30 0.02 0.02 98.82 10:21:59 10:00:01 4 5.26 0.00 0.48 0.02 0.02 94.23 10:21:59 10:00:01 5 4.01 0.00 0.55 0.05 0.03 95.36 10:21:59 10:00:01 6 4.51 0.00 0.32 0.00 0.03 95.14 10:21:59 10:00:01 7 3.99 0.00 0.53 0.23 0.02 95.22 10:21:59 10:01:01 all 0.03 0.00 0.01 0.01 0.01 99.94 10:21:59 10:01:01 0 0.05 0.00 0.00 0.00 0.02 99.93 10:21:59 10:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:01:01 2 0.02 0.00 0.00 0.03 0.02 99.93 10:21:59 10:01:01 3 0.03 0.00 0.03 0.00 0.03 99.90 10:21:59 10:01:01 4 0.00 0.00 0.00 0.00 0.02 99.98 10:21:59 10:01:01 5 0.00 0.00 0.02 0.00 0.02 99.97 10:21:59 10:01:01 6 0.05 0.00 0.02 0.00 0.00 99.93 10:21:59 10:01:01 7 0.05 0.00 0.02 0.03 0.00 99.90 10:21:59 10:02:01 all 0.12 0.00 0.02 0.01 0.00 99.84 10:21:59 10:02:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:21:59 10:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:21:59 10:02:01 2 0.03 0.00 0.02 0.03 0.00 99.92 10:21:59 10:02:01 3 0.80 0.00 0.05 0.00 0.00 99.15 10:21:59 10:02:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:21:59 10:02:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:21:59 10:02:01 6 0.03 0.00 0.03 0.00 0.00 99.93 10:21:59 10:02:01 7 0.02 0.00 0.02 0.03 0.00 99.93 10:21:59 10:03:01 all 0.27 0.00 0.02 0.00 0.01 99.70 10:21:59 10:03:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:21:59 10:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:21:59 10:03:01 2 0.00 0.00 0.02 0.00 0.02 99.97 10:21:59 10:03:01 3 1.97 0.00 0.03 0.00 0.02 97.98 10:21:59 10:03:01 4 0.03 0.00 0.00 0.00 0.02 99.95 10:21:59 10:03:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:21:59 10:03:01 6 0.02 0.00 0.03 0.00 0.02 99.93 10:21:59 10:03:01 7 0.02 0.00 0.00 0.02 0.00 99.97 10:21:59 10:21:59 10:03:01 CPU %user %nice %system %iowait %steal %idle 10:21:59 10:04:01 all 0.10 0.00 0.01 0.00 0.00 99.88 10:21:59 10:04:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:21:59 10:04:01 1 0.07 0.00 0.02 0.00 0.00 99.92 10:21:59 10:04:01 2 0.07 0.00 0.00 0.02 0.00 99.92 10:21:59 10:04:01 3 0.45 0.00 0.02 0.00 0.00 99.53 10:21:59 10:04:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:21:59 10:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:21:59 10:04:01 6 0.05 0.00 0.03 0.00 0.00 99.92 10:21:59 10:04:01 7 0.07 0.00 0.00 0.02 0.02 99.90 10:21:59 10:05:01 all 0.02 0.00 0.01 0.00 0.00 99.96 10:21:59 10:05:01 0 0.07 0.00 0.02 0.00 0.00 99.92 10:21:59 10:05:01 1 0.05 0.00 0.02 0.00 0.02 99.92 10:21:59 10:05:01 2 0.02 0.00 0.02 0.03 0.00 99.93 10:21:59 10:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:05:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:21:59 10:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:21:59 10:05:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:06:01 all 0.01 0.00 0.01 0.01 0.00 99.96 10:21:59 10:06:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:21:59 10:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:21:59 10:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:21:59 10:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 10:21:59 10:06:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:21:59 10:06:01 5 0.00 0.00 0.00 0.07 0.00 99.93 10:21:59 10:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:06:01 7 0.02 0.00 0.00 0.02 0.00 99.97 10:21:59 10:07:01 all 0.02 0.00 0.03 0.03 0.01 99.92 10:21:59 10:07:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:21:59 10:07:01 1 0.02 0.00 0.05 0.03 0.02 99.88 10:21:59 10:07:01 2 0.03 0.00 0.05 0.00 0.02 99.90 10:21:59 10:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:21:59 10:07:01 4 0.02 0.00 0.03 0.00 0.00 99.95 10:21:59 10:07:01 5 0.02 0.00 0.02 0.10 0.00 99.87 10:21:59 10:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:21:59 10:07:01 7 0.00 0.00 0.03 0.10 0.00 99.87 10:21:59 10:08:01 all 0.02 0.00 0.01 0.01 0.01 99.95 10:21:59 10:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:21:59 10:08:01 1 0.03 0.00 0.03 0.00 0.02 99.92 10:21:59 10:08:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:21:59 10:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:21:59 10:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:08:01 5 0.02 0.00 0.00 0.05 0.02 99.92 10:21:59 10:08:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:21:59 10:08:01 7 0.02 0.00 0.00 0.03 0.00 99.95 10:21:59 10:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 10:21:59 10:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:09:01 1 0.02 0.00 0.07 0.00 0.02 99.90 10:21:59 10:09:01 2 0.02 0.00 0.03 0.02 0.02 99.92 10:21:59 10:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:21:59 10:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:09:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:21:59 10:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 10:21:59 10:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:21:59 10:10:01 1 0.05 0.00 0.03 0.00 0.03 99.88 10:21:59 10:10:01 2 0.03 0.00 0.02 0.02 0.00 99.93 10:21:59 10:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:21:59 10:10:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:21:59 10:11:01 all 0.01 0.00 0.01 0.01 0.01 99.96 10:21:59 10:11:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:21:59 10:11:01 1 0.07 0.00 0.02 0.00 0.02 99.90 10:21:59 10:11:01 2 0.02 0.00 0.00 0.00 0.02 99.97 10:21:59 10:11:01 3 0.02 0.00 0.02 0.03 0.00 99.93 10:21:59 10:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:11:01 6 0.00 0.00 0.03 0.00 0.02 99.95 10:21:59 10:11:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:21:59 10:12:01 all 0.00 0.00 0.01 0.01 0.00 99.98 10:21:59 10:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:21:59 10:12:01 1 0.00 0.00 0.02 0.00 0.02 99.97 10:21:59 10:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:21:59 10:12:01 7 0.02 0.00 0.00 0.05 0.00 99.93 10:21:59 10:13:01 all 0.01 0.00 0.01 0.00 0.01 99.96 10:21:59 10:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:21:59 10:13:01 1 0.03 0.00 0.08 0.00 0.03 99.85 10:21:59 10:13:01 2 0.00 0.00 0.00 0.02 0.00 99.98 10:21:59 10:13:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:21:59 10:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:13:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:21:59 10:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:13:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:21:59 10:14:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:21:59 10:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:14:01 1 0.05 0.00 0.07 0.00 0.02 99.87 10:21:59 10:14:01 2 0.00 0.00 0.00 0.03 0.02 99.95 10:21:59 10:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:14:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:21:59 10:14:01 7 0.00 0.00 0.00 0.02 0.00 99.98 10:21:59 10:21:59 10:14:01 CPU %user %nice %system %iowait %steal %idle 10:21:59 10:15:01 all 0.02 0.00 0.01 0.00 0.00 99.97 10:21:59 10:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:21:59 10:15:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:21:59 10:15:01 2 0.02 0.00 0.02 0.02 0.00 99.95 10:21:59 10:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:15:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:21:59 10:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:16:01 all 0.01 0.00 0.01 0.01 0.00 99.97 10:21:59 10:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:21:59 10:16:01 1 0.03 0.00 0.03 0.00 0.02 99.92 10:21:59 10:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:21:59 10:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:21:59 10:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:16:01 7 0.00 0.00 0.00 0.05 0.00 99.95 10:21:59 10:17:01 all 0.02 0.00 0.01 0.00 0.00 99.96 10:21:59 10:17:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:21:59 10:17:01 1 0.03 0.00 0.03 0.00 0.02 99.92 10:21:59 10:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:21:59 10:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:21:59 10:17:01 6 0.00 0.00 0.03 0.00 0.00 99.97 10:21:59 10:17:01 7 0.02 0.00 0.00 0.03 0.00 99.95 10:21:59 10:18:01 all 0.01 0.00 0.01 0.01 0.01 99.96 10:21:59 10:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:21:59 10:18:01 1 0.07 0.00 0.02 0.00 0.03 99.88 10:21:59 10:18:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:21:59 10:18:01 3 0.00 0.00 0.00 0.02 0.02 99.97 10:21:59 10:18:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:21:59 10:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 10:21:59 10:18:01 7 0.00 0.00 0.02 0.05 0.02 99.92 10:21:59 10:19:01 all 0.03 0.00 0.01 0.00 0.00 99.96 10:21:59 10:19:01 0 0.07 0.00 0.03 0.00 0.03 99.87 10:21:59 10:19:01 1 0.03 0.00 0.00 0.00 0.00 99.97 10:21:59 10:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:21:59 10:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:21:59 10:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 10:21:59 10:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:19:01 7 0.02 0.00 0.00 0.02 0.00 99.97 10:21:59 10:20:01 all 0.01 0.00 0.01 0.01 0.01 99.96 10:21:59 10:20:01 0 0.02 0.00 0.05 0.00 0.02 99.92 10:21:59 10:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:21:59 10:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 10:21:59 10:20:01 3 0.00 0.00 0.00 0.02 0.00 99.98 10:21:59 10:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:21:59 10:20:01 5 0.00 0.00 0.02 0.00 0.02 99.97 10:21:59 10:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:21:59 10:20:01 7 0.00 0.00 0.00 0.05 0.00 99.95 10:21:59 10:21:01 all 3.90 0.00 1.59 0.53 0.02 93.96 10:21:59 10:21:01 0 2.72 0.00 1.88 3.17 0.03 92.20 10:21:59 10:21:01 1 4.66 0.00 1.43 0.07 0.02 93.83 10:21:59 10:21:01 2 4.40 0.00 1.14 0.02 0.02 94.43 10:21:59 10:21:01 3 3.28 0.00 1.89 0.18 0.03 94.61 10:21:59 10:21:01 4 3.65 0.00 2.23 0.00 0.02 94.11 10:21:59 10:21:01 5 3.82 0.00 1.37 0.08 0.02 94.70 10:21:59 10:21:01 6 4.85 0.00 1.11 0.05 0.02 93.98 10:21:59 10:21:01 7 3.85 0.00 1.67 0.65 0.02 93.80 10:21:59 Average: all 8.38 0.00 2.12 0.85 0.03 88.63 10:21:59 Average: 0 8.21 0.00 2.15 0.95 0.03 88.66 10:21:59 Average: 1 8.43 0.00 2.10 0.65 0.03 88.79 10:21:59 Average: 2 8.46 0.00 2.15 1.34 0.03 88.02 10:21:59 Average: 3 8.28 0.00 2.12 0.63 0.03 88.94 10:21:59 Average: 4 8.45 0.00 2.08 0.88 0.02 88.57 10:21:59 Average: 5 8.32 0.00 2.07 0.98 0.02 88.61 10:21:59 Average: 6 8.44 0.00 2.01 0.60 0.02 88.93 10:21:59 Average: 7 8.44 0.00 2.25 0.79 0.03 88.49 10:21:59 10:21:59 10:21:59