Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 55f62612875c19bb2ff18f787e56d4631b1703b5 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-ssh9255883330336296615.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh2911676032826213142.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 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh242617173386794861.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh15550870955735289163.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-ssh10813468143877751078.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], goVersion:1.25] ========================================================= [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.25 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 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-775033 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/933 [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/933 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 55f62612875c19bb2ff18f787e56d4631b1703b5 (main) Commit message: "Merge pull request #5326 from edgexfoundry/dependabot/go_modules/github.com/go-co-op/gocron/v2-2.19.0" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 55f62612875c19bb2ff18f787e56d4631b1703b5 # timeout=10 > git rev-list --no-walk 0d4cfb6e6fad30809e2e465579820c1fd4615467 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:49:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:49:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:49:07 ========================================================= 01:49:07 EdgeX Global Pipelines Version Info 01:49:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:49:08 ------------------- 01:49:08 stable info: 01:49:08 ------------------- 01:49:08 Commited By: Cherry Wang cherry@iotechsys.com 01:49:08 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 01:49:08 Message: update stable to v1.0.278 01:49:09 ------------------- 01:49:09 experimental info: 01:49:09 ------------------- 01:49:09 Commited By: **** collab-it+edgex@linuxfoundation.org 01:49:09 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 01:49:09 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 55f6261 [Pipeline] echo 01:49:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:49:09 provisioning config files... 01:49:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/933@tmp/config13638085726893968635tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:49:10 ---> ****-login.sh 01:49:10 nexus3.edgexfoundry.org:10001 01:49:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:10 01:49:10 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:49:10 Configure a credential helper to remove this warning. See 01:49:10 https://docs.****.com/go/credential-store/ 01:49:10 01:49:10 Login Succeeded 01:49:10 nexus3.edgexfoundry.org:10002 01:49:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:10 01:49:10 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:49:10 Configure a credential helper to remove this warning. See 01:49:10 https://docs.****.com/go/credential-store/ 01:49:10 01:49:10 Login Succeeded 01:49:10 nexus3.edgexfoundry.org:10003 01:49:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:10 01:49:10 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:49:10 Configure a credential helper to remove this warning. See 01:49:10 https://docs.****.com/go/credential-store/ 01:49:10 01:49:10 Login Succeeded 01:49:10 nexus3.edgexfoundry.org:10004 01:49:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:10 01:49:10 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:49:10 Configure a credential helper to remove this warning. See 01:49:10 https://docs.****.com/go/credential-store/ 01:49:10 01:49:10 Login Succeeded 01:49:10 ****.io 01:49:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:49:11 01:49:11 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:49:11 Configure a credential helper to remove this warning. See 01:49:11 https://docs.****.com/go/credential-store/ 01:49:11 01:49:11 Login Succeeded 01:49:11 ---> ****-login.sh ends [Pipeline] } 01:49:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:49:11 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 01:49:11 + dirname cmd/core-command/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo core-command,cmd/core-command/Dockerfile 01:49:11 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:49:11 + dirname cmd/core-data/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo core-data,cmd/core-data/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + dirname cmd/core-keeper/Dockerfile 01:49:11 + echo core-keeper,cmd/core-keeper/Dockerfile 01:49:11 + dirname cmd/core-metadata/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo core-metadata,cmd/core-metadata/Dockerfile 01:49:11 + dirname cmd/security-bootstrapper/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:49:11 + dirname cmd/security-proxy-auth/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:49:11 + dirname cmd/security-proxy-setup/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:49:11 + dirname cmd/security-secretstore-setup/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:49:11 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:49:11 + dirname cmd/security-spire-agent/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:49:11 + dirname cmd/security-spire-config/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:49:11 + dirname cmd/security-spire-server/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:49:11 + dirname cmd/support-notifications/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo support-notifications,cmd/support-notifications/Dockerfile 01:49:11 + dirname cmd/support-scheduler/Dockerfile 01:49:11 + cut -d/ -f2 01:49:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:49:11 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-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:49:11 + git rev-list -1 --merges 55f62612875c19bb2ff18f787e56d4631b1703b5~1..55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 01:49:11 -----------> git rev-list -1 --merges 55f62612875c19bb2ff18f787e56d4631b1703b5~1..55f62612875c19bb2ff18f787e56d4631b1703b5 55f62612875c19bb2ff18f787e56d4631b1703b5 01:49:11 55f62612875c19bb2ff18f787e56d4631b1703b5 [false] [Pipeline] sh 01:49:12 + git log --format=format:%s -1 55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 01:49:12 ========================================================= 01:49:12 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:49:12 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:49:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:49:12 + grep -v github /etc/ssh/ssh_known_hosts 01:49:12 + [ -e /tmp/ssh_known_hosts ] 01:49:12 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:49:12 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:49:12 + sudo tee -a /etc/ssh/ssh_known_hosts 01:49:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:49:12 01:49:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:49:13 0.1.4: Pulling from edgex-devops/py-git-semver 01:49:13 3dae71ba6b94: Pulling fs layer 01:49:13 6bf1a483ea7c: Pulling fs layer 01:49:13 f5dfc541a4d3: Pulling fs layer 01:49:13 461d9e800cba: Pulling fs layer 01:49:13 80192f66455f: Pulling fs layer 01:49:13 2e8e34ca0e6c: Pulling fs layer 01:49:13 461d9e800cba: Waiting 01:49:13 a29436f7fd5d: Pulling fs layer 01:49:13 923cac83aea3: Pulling fs layer 01:49:13 25ad8b0a4227: Pulling fs layer 01:49:13 db01528c6b51: Pulling fs layer 01:49:13 28988de357af: Pulling fs layer 01:49:13 80192f66455f: Waiting 01:49:13 2e8e34ca0e6c: Waiting 01:49:13 a29436f7fd5d: Waiting 01:49:13 25ad8b0a4227: Waiting 01:49:13 923cac83aea3: Waiting 01:49:13 28988de357af: Waiting 01:49:13 db01528c6b51: Waiting 01:49:13 6bf1a483ea7c: Verifying Checksum 01:49:13 6bf1a483ea7c: Download complete 01:49:13 461d9e800cba: Verifying Checksum 01:49:13 461d9e800cba: Download complete 01:49:13 80192f66455f: Verifying Checksum 01:49:13 80192f66455f: Download complete 01:49:13 f5dfc541a4d3: Verifying Checksum 01:49:13 f5dfc541a4d3: Download complete 01:49:13 3dae71ba6b94: Download complete 01:49:13 923cac83aea3: Download complete 01:49:13 25ad8b0a4227: Verifying Checksum 01:49:13 25ad8b0a4227: Download complete 01:49:13 db01528c6b51: Verifying Checksum 01:49:13 db01528c6b51: Download complete 01:49:13 28988de357af: Verifying Checksum 01:49:13 28988de357af: Download complete 01:49:13 a29436f7fd5d: Verifying Checksum 01:49:13 a29436f7fd5d: Download complete 01:49:13 2e8e34ca0e6c: Verifying Checksum 01:49:13 2e8e34ca0e6c: Download complete 01:49:14 3dae71ba6b94: Pull complete 01:49:15 6bf1a483ea7c: Pull complete 01:49:15 f5dfc541a4d3: Pull complete 01:49:15 461d9e800cba: Pull complete 01:49:15 80192f66455f: Pull complete 01:49:20 2e8e34ca0e6c: Pull complete 01:49:21 a29436f7fd5d: Pull complete 01:49:21 923cac83aea3: Pull complete 01:49:21 25ad8b0a4227: Pull complete 01:49:21 db01528c6b51: Pull complete 01:49:21 28988de357af: Pull complete 01:49:21 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:49:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:49:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:49:21 prd-ubuntu20.04-docker-8c-8g-775033 does not seem to be running inside a container 01:49:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 01:49:23 $ docker top c61eef2e93f46a6efcd0c68c354e455ed2dd5194fd12100c8c1559e141d1f80e -eo pid,comm 01:49:23 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). 01:49:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:49:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:49:23 [ssh-agent] Looking for ssh-agent implementation... 01:49:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:49:23 $ docker exec c61eef2e93f46a6efcd0c68c354e455ed2dd5194fd12100c8c1559e141d1f80e ssh-agent 01:49:23 SSH_AUTH_SOCK=/tmp/ssh-VVZCVzx6vHpp/agent.32 01:49:23 SSH_AGENT_PID=38 01:49:23 Running ssh-add (command line suppressed) 01:49:23 Identity added: /w/workspace/edgex-go/933@tmp/private_key_11458469027074749086.key (/w/workspace/edgex-go/933@tmp/private_key_11458469027074749086.key) 01:49:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:49:23 + git config --global --add safe.directory /w/workspace/edgex-go/933 [Pipeline] sh 01:49:24 + git tag --points-at HEAD [Pipeline] } 01:49:24 $ docker exec --env ******** --env ******** c61eef2e93f46a6efcd0c68c354e455ed2dd5194fd12100c8c1559e141d1f80e ssh-agent -k 01:49:24 unset SSH_AUTH_SOCK; 01:49:24 unset SSH_AGENT_PID; 01:49:24 echo Agent pid 38 killed; 01:49:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:49:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:49:24 [ssh-agent] Looking for ssh-agent implementation... 01:49:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:49:24 $ docker exec c61eef2e93f46a6efcd0c68c354e455ed2dd5194fd12100c8c1559e141d1f80e ssh-agent 01:49:24 SSH_AUTH_SOCK=/tmp/ssh-On5L59yLfSfn/agent.85 01:49:24 SSH_AGENT_PID=91 01:49:24 Running ssh-add (command line suppressed) 01:49:24 Identity added: /w/workspace/edgex-go/933@tmp/private_key_17463499382800951401.key (/w/workspace/edgex-go/933@tmp/private_key_17463499382800951401.key) 01:49:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:49:24 + git semver init 01:49:25 2025-12-15 01:49:25,078 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:49:25 2025-12-15 01:49:25,083 [run_init] DEBUG init version:0.0.0 force:False 01:49:25 2025-12-15 01:49:25,084 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/933/.semver 01:49:25 2025-12-15 01:49:25,085 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/933/.semver 01:49:25 2025-12-15 01:49:25,085 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/933/.semver'], cwd=/w/workspace/edgex-go/933, stdin=None, shell=False, universal_newlines=False) 01:49:30 2025-12-15 01:49:30,180 [append_file] DEBUG append to file:/w/workspace/edgex-go/933/.git/info/exclude 01:49:30 2025-12-15 01:49:30,180 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/933/.semver/main with force:False 01:49:30 2025-12-15 01:49:30,180 [read_version] DEBUG read version from /w/workspace/edgex-go/933/.semver/main 01:49:30 2025-12-15 01:49:30,181 [read_version] DEBUG read version from /w/workspace/edgex-go/933/.semver/main 01:49:30 4.1.0-dev.82 [Pipeline] } 01:49:30 $ docker exec --env ******** --env ******** c61eef2e93f46a6efcd0c68c354e455ed2dd5194fd12100c8c1559e141d1f80e ssh-agent -k 01:49:30 unset SSH_AUTH_SOCK; 01:49:30 unset SSH_AGENT_PID; 01:49:30 echo Agent pid 91 killed; 01:49:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:49:30 + git semver [Pipeline] } 01:49:31 $ docker stop --time=1 c61eef2e93f46a6efcd0c68c354e455ed2dd5194fd12100c8c1559e141d1f80e 01:49:32 $ docker rm -f --volumes c61eef2e93f46a6efcd0c68c354e455ed2dd5194fd12100c8c1559e141d1f80e [Pipeline] // withDockerContainer [Pipeline] sh 01:49:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:49:33 Stashed 1 file(s) [Pipeline] echo 01:49:33 [edgeXSemver]: initialized semver on version 4.1.0-dev.82 [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 01:49:33 + git config --global --add safe.directory /w/workspace/edgex-go/933 [Pipeline] echo 01:49:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:49:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:49:33 ========================================================= 01:49:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 01:49:33 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:49:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:49:33 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 01:49:33 2d35ebdb57d9: Pulling fs layer 01:49:33 c35fb4624d26: Pulling fs layer 01:49:33 4e2aec7ef170: Pulling fs layer 01:49:33 333b49ad6fbf: Pulling fs layer 01:49:33 4f4fb700ef54: Pulling fs layer 01:49:33 c3e65509a76b: Pulling fs layer 01:49:33 7cf9ebb963bd: Pulling fs layer 01:49:33 bb34ca984cfb: Pulling fs layer 01:49:33 151cf03bc807: Pulling fs layer 01:49:33 333b49ad6fbf: Waiting 01:49:33 4f4fb700ef54: Waiting 01:49:33 c3e65509a76b: Waiting 01:49:33 7cf9ebb963bd: Waiting 01:49:33 bb34ca984cfb: Waiting 01:49:33 151cf03bc807: Waiting 01:49:33 c35fb4624d26: Download complete 01:49:33 333b49ad6fbf: Download complete 01:49:33 4f4fb700ef54: Verifying Checksum 01:49:33 4f4fb700ef54: Download complete 01:49:33 c3e65509a76b: Verifying Checksum 01:49:33 c3e65509a76b: Download complete 01:49:34 2d35ebdb57d9: Download complete 01:49:34 7cf9ebb963bd: Verifying Checksum 01:49:34 7cf9ebb963bd: Download complete 01:49:34 2d35ebdb57d9: Pull complete 01:49:34 c35fb4624d26: Pull complete 01:49:34 151cf03bc807: Verifying Checksum 01:49:34 151cf03bc807: Download complete 01:49:34 4e2aec7ef170: Verifying Checksum 01:49:34 4e2aec7ef170: Download complete 01:49:34 bb34ca984cfb: Verifying Checksum 01:49:34 bb34ca984cfb: Download complete 01:49:39 4e2aec7ef170: Pull complete 01:49:39 333b49ad6fbf: Pull complete 01:49:39 4f4fb700ef54: Pull complete 01:49:39 c3e65509a76b: Pull complete 01:49:39 7cf9ebb963bd: Pull complete 01:49:42 bb34ca984cfb: Pull complete 01:49:43 151cf03bc807: Pull complete 01:49:43 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 01:49:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:49:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 01:49:43 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:49:43 WORKDIR /edgex 01:49:43 COPY go.mod . 01:49:43 RUN go mod download 01:49:43 + docker build -t ci-base-image-x86_64 -f - . 01:49:44 #0 building with "default" instance using docker driver 01:49:44 01:49:44 #1 [internal] load build definition from Dockerfile 01:49:44 #1 transferring dockerfile: 164B done 01:49:44 #1 DONE 0.0s 01:49:44 01:49:44 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:49:44 #2 DONE 0.0s 01:49:44 01:49:44 #3 [internal] load .dockerignore 01:49:44 #3 transferring context: 50B done 01:49:44 #3 DONE 0.1s 01:49:44 01:49:44 #4 [internal] load build context 01:49:44 #4 transferring context: 7.11kB done 01:49:44 #4 DONE 0.0s 01:49:44 01:49:44 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:49:44 #5 DONE 0.1s 01:49:44 01:49:44 #6 [2/4] WORKDIR /edgex 01:49:45 #6 DONE 1.4s 01:49:45 01:49:45 #7 [3/4] COPY go.mod . 01:49:45 #7 DONE 0.0s 01:49:45 01:49:45 #8 [4/4] RUN go mod download 01:49:48 Still waiting to schedule task 01:49:48 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:49:54 #8 DONE 8.3s 01:49:54 01:49:54 #9 exporting to image 01:49:54 #9 exporting layers 01:49:58 #9 exporting layers 3.7s done 01:49:58 #9 writing image sha256:bfe9fd5bb3627ac7debdcbc3cea43865dde6e87b32637f5d0197dcecc41a7e61 done 01:49:58 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:49:58 #9 DONE 3.7s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:58 + docker inspect -f . ci-base-image-x86_64 01:49:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:49:58 prd-ubuntu20.04-docker-8c-8g-775033 does not seem to be running inside a container 01:49:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 01:49:58 $ docker top 2843a0170ad08485a422fa4c53e186e54859a38004ee487091edfacf52309dd5 -eo pid,comm [Pipeline] { [Pipeline] sh 01:49:59 + go version 01:49:59 go version go1.25.2 linux/amd64 [Pipeline] } 01:49:59 $ docker stop --time=1 2843a0170ad08485a422fa4c53e186e54859a38004ee487091edfacf52309dd5 01:50:00 $ docker rm -f --volumes 2843a0170ad08485a422fa4c53e186e54859a38004ee487091edfacf52309dd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:00 + docker inspect -f . ci-base-image-x86_64 01:50:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:50:00 prd-ubuntu20.04-docker-8c-8g-775033 does not seem to be running inside a container 01:50:00 $ 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/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 01:50:01 $ docker top 59cd3dfa3b40261746f295fe3bb24290e72254c5893ad030e1fa028cdf8742d6 -eo pid,comm [Pipeline] { [Pipeline] echo 01:50:01 ========================================================= 01:50:01 [edgeXBuildGoParallel] Running Tests and Build... 01:50:01 ========================================================= [Pipeline] sh 01:50:01 + git config --global --add safe.directory /w/workspace/edgex-go/933 [Pipeline] fileExists [Pipeline] sh 01:50:01 + make test 01:50:01 go test -race -coverprofile=coverage.out ./... 01:50:10 ? github.com/edgexfoundry/edgex-go [no test files] 01:50:36 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:50:36 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:50:36 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:50:36 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:50:36 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:50:37 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:50:37 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:50:37 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:50:37 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:50:37 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:50:38 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:50:38 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:50:38 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:50:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:50:38 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:50:38 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 01:50:38 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:50:38 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:50:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements 01:50:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.4% of statements 01:50:44 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:50:44 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.026s coverage: 4.8% of statements 01:50:44 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:50:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.066s coverage: 57.7% of statements 01:50:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.027s coverage: 86.5% of statements 01:50:44 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:50:44 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:50:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.550s coverage: 94.2% of statements 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:50:46 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.048s coverage: 90.7% of statements 01:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:50:46 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:50:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.043s coverage: 8.3% of statements 01:50:47 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:50:47 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:50:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.472s coverage: 95.9% of statements 01:50:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:50:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:50:48 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:50:48 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:50:48 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:50:48 ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements 01:50:48 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:50:48 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:50:48 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:50:48 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:50:48 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:50:48 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:50:48 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 01:50:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.052s coverage: 3.5% of statements 01:50:51 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements 01:50:51 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:50:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.0% of statements 01:50:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:50:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 38.2% of statements 01:50:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.036s coverage: 68.8% of statements 01:50:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:50:51 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:50:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 40.0% of statements 01:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements 01:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.024s coverage: 89.5% of statements 01:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 93.1% of statements 01:50:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 01:51:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.043s coverage: 92.9% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements 01:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.020s coverage: 47.4% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.040s coverage: 87.2% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 15.5% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.067s coverage: 81.8% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.057s coverage: 82.1% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.020s coverage: 86.0% of statements 01:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.038s coverage: 6.8% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.038s coverage: 33.3% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.031s coverage: 100.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.146s coverage: 54.8% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.6% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.037s coverage: 20.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.034s coverage: 96.8% of statements 01:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.014s coverage: 100.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.124s coverage: 29.2% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.021s coverage: 76.2% of statements 01:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.026s coverage: 54.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:51:15 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:51:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.049s coverage: 17.1% of statements 01:51:17 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:51:17 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:51:17 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:51:17 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:51:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.102s coverage: 94.9% of statements 01:51:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:51:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:51:17 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:51:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:51:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.029s coverage: 9.0% of statements 01:51:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:51:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:51:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:51:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.072s coverage: 97.7% of statements 01:51:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:51:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.025s coverage: 43.6% of statements 01:51:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:51:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:51:17 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 01:51:17 running golangci-lint 01:51:17 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 01:51:17 go version go1.25.2 linux/amd64 01:51:17 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 01:51:17 level=info msg="[config_reader] Used config file .golangci.yml" 01:51:17 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 01:51:17 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 01:51:17 level=info msg="[goenv] Read go env for 4.973466ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 01:51:17 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 01:51:39 level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|name|deps|exports_file|files|imports|types_sizes) took 20.056352895s" 01:51:39 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 43.549104ms" 01:51:49 level=info msg="[linters_context/goanalysis] analyzers took 1m37.246868692s with top 10 stages: buildir: 50.492679828s, gosec: 2.30878734s, fact_deprecated: 2.276557026s, inspect: 2.088912624s, printf: 1.954243105s, QF1004: 1.622904053s, ctrlflow: 1.580711821s, fact_purity: 1.303024442s, S1038: 1.278270867s, nilness: 1.189459106s" 01:51:49 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 01:51:49 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 01:51:49 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 01:51:49 level=info msg="[runner] Issues before processing: 35, after processing: 0" 01:51:49 level=info msg="[runner] Processors filtering stat (in/out): exclusion_rules: 22/21, cgo: 35/35, path_relativity: 35/35, nolint_filter: 21/0, generated_file_filter: 35/22, filename_unadjuster: 35/35, invalid_issue: 35/35, path_absoluter: 35/35, exclusion_paths: 35/35" 01:51:49 level=info msg="[runner] processing took 7.696718ms with stages: nolint_filter: 6.8661ms, generated_file_filter: 584.881µs, exclusion_rules: 149.135µs, exclusion_paths: 50.231µs, path_relativity: 31.981µs, cgo: 3.73µs, path_absoluter: 3µs, sort_results: 2.11µs, invalid_issue: 1.69µs, max_same_issues: 910ns, filename_unadjuster: 770ns, fixer: 440ns, diff: 370ns, path_prettifier: 320ns, uniq_by_line: 240ns, path_shortener: 200ns, source_code: 190ns, max_from_linter: 170ns, max_per_file_from_linter: 150ns, severity-rules: 100ns" 01:51:49 level=info msg="[runner] linters took 10.766317199s with stages: goanalysis_metalinter: 10.758552208s" 01:51:49 0 issues. 01:51:49 level=info msg="File cache stats: 0 entries of total size 0B" 01:51:49 level=info msg="Memory: 310 samples, avg is 339.3MB, max is 1367.3MB" 01:51:49 level=info msg="Execution took 30.874070275s" 01:51:49 go vet ./... 01:51:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:51:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:51:55 ./bin/test-attribution-txt.sh [Pipeline] echo 01:51:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:51:55 + ls -al . 01:51:55 total 1392 01:51:55 drwxrwxr-x 11 1001 1001 4096 Dec 15 01:50 . 01:51:55 drwxr-xr-x 4 root root 4096 Dec 15 01:50 .. 01:51:55 drwxrwxr-x 2 1001 1001 4096 Dec 15 01:49 .blubracket 01:51:55 -rw-rw-r-- 1 1001 1001 10 Dec 15 01:49 .dockerignore 01:51:55 drwxrwxr-x 8 1001 1001 4096 Dec 15 01:51 .git 01:51:55 drwxrwxr-x 3 1001 1001 4096 Dec 15 01:49 .github 01:51:55 -rw-rw-r-- 1 1001 1001 909 Dec 15 01:49 .gitignore 01:51:55 -rw-rw-r-- 1 1001 1001 359 Dec 15 01:49 .golangci.yml 01:51:55 -rw-rw-r-- 1 1001 1001 100 Dec 15 01:49 .hadolint.yml 01:51:55 drwxr-xr-x 3 1001 1001 4096 Dec 15 01:49 .semver 01:51:55 -rw-rw-r-- 1 1001 1001 155 Dec 15 01:49 .sonarcloud.properties 01:51:55 -rw-rw-r-- 1 1001 1001 1171 Dec 15 01:49 ADOPTERS.md 01:51:55 -rw-rw-r-- 1 1001 1001 20017 Dec 15 01:49 Attribution.txt 01:51:55 -rw-rw-r-- 1 1001 1001 108018 Dec 15 01:49 CHANGELOG.md 01:51:55 -rw-rw-r-- 1 1001 1001 3804 Dec 15 01:49 CONTRIBUTING.md 01:51:55 -rw-rw-r-- 1 1001 1001 677 Dec 15 01:49 GOVERNANCE.md 01:51:55 -rw-rw-r-- 1 1001 1001 886 Dec 15 01:49 Jenkinsfile 01:51:55 -rw-rw-r-- 1 1001 1001 10775 Dec 15 01:49 LICENSE 01:51:55 -rw-rw-r-- 1 1001 1001 16739 Dec 15 01:49 Makefile 01:51:55 -rw-rw-r-- 1 1001 1001 582 Dec 15 01:49 OWNERS.md 01:51:55 -rw-rw-r-- 1 1001 1001 9932 Dec 15 01:49 README.md 01:51:55 -rw-rw-r-- 1 1001 1001 789 Dec 15 01:49 SECURITY.md 01:51:55 -rw-rw-r-- 1 1001 1001 12 Dec 15 01:49 VERSION 01:51:55 drwxrwxr-x 2 1001 1001 4096 Dec 15 01:49 bin 01:51:55 drwxrwxr-x 19 1001 1001 4096 Dec 15 01:49 cmd 01:51:55 -rw-r--r-- 1 root root 1043318 Dec 15 01:51 coverage.out 01:51:55 drwxrwxr-x 2 1001 1001 4096 Dec 15 01:49 fuzz_test 01:51:55 -rw-rw-r-- 1 1001 1001 7070 Dec 15 01:49 go.mod 01:51:55 -rw-rw-r-- 1 1001 1001 90674 Dec 15 01:49 go.sum 01:51:55 drwxrwxr-x 7 1001 1001 4096 Dec 15 01:49 internal 01:51:55 drwxrwxr-x 2 1001 1001 4096 Dec 15 01:49 openapi 01:51:55 -rw-rw-r-- 1 1001 1001 584 Dec 15 01:49 security.txt 01:51:55 -rw-rw-r-- 1 1001 1001 204 Dec 15 01:49 version.go [Pipeline] sh 01:51:55 + '[' -e coverage.out ] 01:51:55 + chown 1001:1001 coverage.out [Pipeline] stash 01:51:56 Stashed 1 file(s) [Pipeline] sh 01:51:56 + make build 01:51:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:52:22 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:52:22 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:52:22 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:52:23 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:52:25 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:52:31 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:52:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:52:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:52:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:52:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:52:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:52:40 Running on prd-ubuntu20.04-docker-arm64-4c-16g-775038 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:52:40 Running in /w/workspace/edgex-go/933 [Pipeline] { [Pipeline] checkout 01:52:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:52:43 The recommended git tool is: git [Pipeline] } 01:52:43 $ docker stop --time=1 59cd3dfa3b40261746f295fe3bb24290e72254c5893ad030e1fa028cdf8742d6 01:52:45 $ docker rm -f --volumes 59cd3dfa3b40261746f295fe3bb24290e72254c5893ad030e1fa028cdf8742d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:52:47 01:52:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:52:47 latest: Pulling from edgex-devops/edgex-compose 01:52:47 91d30c5bc195: Pulling fs layer 01:52:47 2e9b0aa3be6d: Pulling fs layer 01:52:47 9c61dcf015f6: Pulling fs layer 01:52:47 4698f68db338: Pulling fs layer 01:52:47 2a2f49069b9e: Pulling fs layer 01:52:47 e0025b399a48: Pulling fs layer 01:52:47 2a2f49069b9e: Waiting 01:52:47 e0025b399a48: Waiting 01:52:47 4698f68db338: Waiting 01:52:47 91d30c5bc195: Verifying Checksum 01:52:47 91d30c5bc195: Download complete 01:52:47 4698f68db338: Verifying Checksum 01:52:47 4698f68db338: Download complete 01:52:47 91d30c5bc195: Pull complete 01:52:47 2e9b0aa3be6d: Download complete 01:52:47 e0025b399a48: Verifying Checksum 01:52:47 e0025b399a48: Download complete 01:52:47 2a2f49069b9e: Verifying Checksum 01:52:47 2a2f49069b9e: Download complete 01:52:47 2e9b0aa3be6d: Pull complete 01:52:48 9c61dcf015f6: Verifying Checksum 01:52:48 9c61dcf015f6: Download complete 01:52:49 using credential edgex-jenkins-ssh 01:52:49 Cloning the remote Git repository 01:52:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:52:49 > git init /w/workspace/edgex-go/933 # timeout=10 01:52:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:52:49 > git --version # timeout=10 01:52:49 > git --version # 'git version 2.25.1' 01:52:49 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:51 9c61dcf015f6: Pull complete 01:52:51 4698f68db338: Pull complete 01:52:52 2a2f49069b9e: Pull complete 01:52:52 e0025b399a48: Pull complete 01:52:52 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:52:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:52:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:52:52 prd-ubuntu20.04-docker-8c-8g-775033 does not seem to be running inside a container 01:52:52 $ 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/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 01:52:53 $ docker top 7e1a8633a16f26d103b6a30c8738a86b08fe8069dcf72776d0a61af7e048a55c -eo pid,comm [Pipeline] { [Pipeline] sh 01:52:53 + docker compose -f ./docker-compose-build.yml build --parallel 01:52:53 #1 [security-spire-server internal] load build definition from Dockerfile 01:52:53 #1 ... 01:52:53 01:52:53 #2 [core-metadata internal] load build definition from Dockerfile 01:52:53 #2 transferring dockerfile: 2.10kB done 01:52:53 #2 DONE 0.1s 01:52:53 01:52:53 #3 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:52:53 #3 DONE 0.0s 01:52:53 01:52:53 #4 [security-spire-config internal] load build definition from Dockerfile 01:52:53 #4 transferring dockerfile: 1.69kB done 01:52:53 #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:52:53 #4 DONE 0.1s 01:52:53 01:52:53 #1 [security-spire-server internal] load build definition from Dockerfile 01:52:53 #1 transferring dockerfile: 1.70kB done 01:52:53 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:52:53 #1 DONE 0.1s 01:52:53 01:52:53 #5 [security-spire-agent internal] load build definition from Dockerfile 01:52:53 #5 transferring dockerfile: 1.81kB done 01:52:53 #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:52:53 #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:52:53 #5 DONE 0.1s 01:52:53 01:52:53 #6 [core-data internal] load build definition from Dockerfile 01:52:53 #6 transferring dockerfile: 2.04kB done 01:52:53 #6 DONE 0.1s 01:52:53 01:52:53 #7 [core-command internal] load build definition from Dockerfile 01:52:53 #7 transferring dockerfile: 1.94kB done 01:52:53 #7 DONE 0.1s 01:52:53 01:52:53 #8 [security-bootstrapper internal] load build definition from Dockerfile 01:52:53 #8 transferring dockerfile: 3.02kB done 01:52:53 #8 DONE 0.2s 01:52:53 01:52:53 #9 [security-proxy-auth internal] load build definition from Dockerfile 01:52:53 #9 transferring dockerfile: 2.14kB done 01:52:53 #9 DONE 0.2s 01:52:53 01:52:53 #10 [security-proxy-setup internal] load build definition from Dockerfile 01:52:53 #10 transferring dockerfile: 2.50kB done 01:52:53 #10 DONE 0.2s 01:52:53 01:52:53 #11 [support-scheduler internal] load build definition from Dockerfile 01:52:53 #11 transferring dockerfile: 1.83kB done 01:52:53 #11 DONE 0.2s 01:52:53 01:52:53 #12 [core-keeper internal] load build definition from Dockerfile 01:52:53 #12 transferring dockerfile: 2.01kB done 01:52:53 #12 DONE 0.2s 01:52:53 01:52:53 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:52:53 #13 transferring dockerfile: 2.23kB done 01:52:53 #13 DONE 0.2s 01:52:53 01:52:53 #14 [support-notifications internal] load build definition from Dockerfile 01:52:53 #14 transferring dockerfile: 2.02kB done 01:52:53 #14 DONE 0.2s 01:52:53 01:52:53 #15 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:52:53 #15 transferring dockerfile: 1.89kB done 01:52:53 #15 DONE 0.2s 01:52:53 01:52:53 #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:52:53 #3 DONE 0.0s 01:52:53 01:52:53 #16 [core-data internal] load .dockerignore 01:52:53 #16 transferring context: 50B done 01:52:53 #16 DONE 0.0s 01:52:53 01:52:53 #17 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 01:52:54 #17 DONE 0.1s 01:52:54 01:52:54 #18 [security-bootstrapper internal] load .dockerignore 01:52:54 #18 transferring context: 50B done 01:52:54 #18 DONE 0.0s 01:52:54 01:52:54 #19 [security-proxy-auth internal] load .dockerignore 01:52:54 #19 transferring context: 50B done 01:52:54 #19 DONE 0.1s 01:52:54 01:52:54 #20 [core-metadata internal] load .dockerignore 01:52:54 #20 transferring context: 50B done 01:52:54 #20 DONE 0.1s 01:52:54 01:52:54 #21 [core-command internal] load .dockerignore 01:52:54 #21 transferring context: 50B done 01:52:54 #21 DONE 0.1s 01:52:54 01:52:54 #22 [support-scheduler internal] load .dockerignore 01:52:54 #22 transferring context: 50B done 01:52:54 #22 DONE 0.1s 01:52:54 01:52:54 #23 [security-proxy-setup internal] load .dockerignore 01:52:54 #23 transferring context: 50B done 01:52:54 #23 DONE 0.1s 01:52:54 01:52:54 #24 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:52:54 #24 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 done 01:52:54 #24 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:52:54 #24 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:52:54 #24 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:52:54 #24 DONE 0.1s 01:52:54 01:52:54 #25 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:52:54 #25 ... 01:52:54 01:52:54 #26 [core-common-config-bootstrapper internal] load .dockerignore 01:52:54 #26 transferring context: 50B 0.0s done 01:52:54 #26 DONE 0.3s 01:52:54 01:52:54 #24 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:52:54 #24 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 done 01:52:54 #24 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:52:54 #24 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:52:54 #24 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:52:54 #24 DONE 0.1s 01:52:54 01:52:54 #27 [security-spiffe-token-provider internal] load .dockerignore 01:52:54 #27 transferring context: 50B 0.0s done 01:52:54 #27 DONE 0.3s 01:52:54 01:52:54 #28 [core-keeper internal] load .dockerignore 01:52:54 #28 transferring context: 50B done 01:52:54 #28 DONE 0.3s 01:52:54 01:52:54 #29 [support-notifications internal] load .dockerignore 01:52:54 #29 transferring context: 50B 0.0s done 01:52:54 #29 DONE 0.4s 01:52:54 01:52:54 #30 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 01:52:54 #30 DONE 0.6s 01:52:54 01:52:54 #31 [security-spire-server internal] load .dockerignore 01:52:54 #31 ... 01:52:54 01:52:54 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 01:52:54 #32 DONE 0.5s 01:52:54 01:52:54 #25 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:52:54 #25 DONE 0.5s 01:52:56 01:52:56 #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 01:52:59 #33 ... 01:52:59 01:52:59 #34 [security-proxy-auth internal] load build context 01:52:59 #34 transferring context: 208.23MB 5.3s 01:52:59 #34 ... 01:52:59 01:52:59 #35 [core-data internal] load build context 01:52:59 #35 ... 01:52:59 01:52:59 #34 [security-proxy-auth internal] load build context 01:53:03 #34 ... 01:53:03 01:53:03 #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 01:53:03 #33 DONE 8.9s 01:53:03 01:53:03 #34 [security-proxy-auth internal] load build context 01:53:04 #34 ... 01:53:04 01:53:04 #36 [core-command internal] load build context 01:53:04 #36 ... 01:53:04 01:53:04 #37 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:53:04 #0 3.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:04 #0 3.937 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:04 #0 4.252 (1/1) Installing dumb-init (1.2.5-r3) 01:53:04 #0 4.258 Executing busybox-1.37.0-r19.trigger 01:53:04 #0 4.278 OK: 7 MiB in 17 packages 01:53:04 #37 ... 01:53:04 01:53:04 #38 [security-proxy-setup internal] load build context 01:53:04 #38 ... 01:53:04 01:53:04 #39 [support-scheduler internal] load build context 01:53:04 #39 transferring context: 472.90MB 10.1s 01:53:04 #39 ... 01:53:04 01:53:04 #40 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:53:04 #0 0.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:04 #0 0.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:04 #0 3.716 (1/3) Installing ca-certificates (20250911-r0) 01:53:04 #0 3.862 (2/3) Installing dumb-init (1.2.5-r3) 01:53:04 #0 3.867 (3/3) Installing tzdata (2025c-r0) 01:53:04 #0 3.914 Executing busybox-1.37.0-r19.trigger 01:53:04 #0 3.921 Executing ca-certificates-20250911-r0.trigger 01:53:04 #0 3.957 OK: 8 MiB in 19 packages 01:53:04 #40 ... 01:53:04 01:53:04 #41 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:53:04 #0 4.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:04 #0 4.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:04 #0 4.692 (1/4) Installing dumb-init (1.2.5-r3) 01:53:04 #0 4.697 (2/4) Installing openssl (3.5.4-r0) 01:53:04 #0 4.709 (3/4) Installing su-exec (0.2-r3) 01:53:04 #0 4.725 (4/4) Installing yq-go (4.47.2-r2) 01:53:04 #0 4.796 Executing busybox-1.37.0-r19.trigger 01:53:04 #0 4.802 OK: 20 MiB in 20 packages 01:53:04 #41 ... 01:53:04 01:53:04 #42 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:53:04 #0 3.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:04 #0 3.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:04 #0 3.544 (1/1) Installing dumb-init (1.2.5-r3) 01:53:04 #0 3.548 Executing busybox-1.37.0-r19.trigger 01:53:04 #0 3.580 OK: 7 MiB in 17 packages 01:53:04 #42 ... 01:53:04 01:53:04 #43 [security-spire-config internal] load .dockerignore 01:53:04 #43 transferring context: 50B 0.0s done 01:53:04 #43 ... 01:53:04 01:53:04 #44 [security-spire-agent internal] load .dockerignore 01:53:04 #44 transferring context: 50B 0.0s done 01:53:04 #44 ... 01:53:04 01:53:04 #45 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:53:05 #45 ... 01:53:05 01:53:05 #46 [core-common-config-bootstrapper internal] load build context 01:53:05 #46 transferring context: 521.63MB 10.6s 01:53:05 #46 ... 01:53:05 01:53:05 #47 [core-metadata internal] load build context 01:53:05 #47 ... 01:53:05 01:53:05 #48 [security-bootstrapper internal] load build context 01:53:05 #48 ... 01:53:05 01:53:05 #49 [core-keeper internal] load build context 01:53:05 #49 ... 01:53:05 01:53:05 #44 [security-spire-agent internal] load .dockerignore 01:53:05 #44 DONE 11.1s 01:53:05 01:53:05 #49 [core-keeper internal] load build context 01:53:05 #49 ... 01:53:05 01:53:05 #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:53:05 #0 3.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:05 #0 3.387 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:05 #0 3.799 (1/2) Installing dumb-init (1.2.5-r3) 01:53:05 #0 3.853 (2/2) Installing su-exec (0.2-r3) 01:53:05 #0 3.853 Executing busybox-1.37.0-r19.trigger 01:53:05 #0 3.863 OK: 7 MiB in 18 packages 01:53:05 #50 ... 01:53:05 01:53:05 #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:53:05 #51 ... 01:53:05 01:53:05 #52 [support-notifications internal] load build context 01:53:05 #52 ... 01:53:05 01:53:05 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:53:05 #53 ... 01:53:05 01:53:05 #54 [security-spiffe-token-provider internal] load build context 01:53:06 #54 ... 01:53:06 01:53:06 #49 [core-keeper internal] load build context 01:53:06 #49 ... 01:53:06 01:53:06 #55 [security-secretstore-setup internal] load build definition from Dockerfile 01:53:06 #55 transferring dockerfile: 2.49kB 0.0s done 01:53:06 #55 ... 01:53:06 01:53:06 #49 [core-keeper internal] load build context 01:53:07 #49 transferring context: 608.24MB 12.5s done 01:53:08 #49 ... 01:53:08 01:53:08 #24 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:53:08 #24 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 done 01:53:08 #24 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:53:08 #24 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:53:08 #24 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:53:08 #24 DONE 0.1s 01:53:09 01:53:09 #24 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:53:09 #24 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 done 01:53:09 #24 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:53:09 #24 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:53:09 #24 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:53:09 #24 DONE 0.1s 01:53:09 01:53:09 #43 [security-spire-config internal] load .dockerignore 01:53:09 #43 DONE 14.4s 01:53:09 01:53:09 #55 [security-secretstore-setup internal] load build definition from Dockerfile 01:53:09 #55 DONE 12.1s 01:53:09 01:53:09 #3 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:53:09 #3 DONE 0.0s 01:53:09 01:53:09 #47 [core-metadata internal] load build context 01:53:09 #47 transferring context: 608.24MB 12.1s done 01:53:09 #47 DONE 14.8s 01:53:09 01:53:09 #41 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:53:09 #41 DONE 14.8s 01:53:09 01:53:09 #42 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:53:09 #42 DONE 14.8s 01:53:09 01:53:09 #17 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.22 01:53:09 #17 DONE 0.2s 01:53:09 01:53:09 #37 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:53:09 #37 DONE 14.8s 01:53:09 01:53:09 #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:53:09 #50 DONE 14.8s 01:53:09 01:53:09 #40 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:53:09 #40 DONE 14.8s 01:53:09 01:53:09 #56 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:09 #56 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done 01:53:09 #56 ... 01:53:09 01:53:09 #24 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:53:09 #24 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 done 01:53:09 #24 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:53:09 #24 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:53:09 #24 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:53:09 #24 DONE 0.1s 01:53:09 01:53:09 #38 [security-proxy-setup internal] load build context 01:53:09 #38 transferring context: 608.24MB 12.4s done 01:53:09 #38 DONE 14.8s 01:53:09 01:53:09 #46 [core-common-config-bootstrapper internal] load build context 01:53:09 #46 transferring context: 608.24MB 12.0s done 01:53:09 #46 DONE 14.5s 01:53:09 01:53:09 #54 [security-spiffe-token-provider internal] load build context 01:53:09 #54 transferring context: 608.24MB 12.1s done 01:53:09 #54 DONE 14.5s 01:53:09 01:53:09 #48 [security-bootstrapper internal] load build context 01:53:09 #48 transferring context: 608.24MB 12.8s done 01:53:09 #48 DONE 14.9s 01:53:09 01:53:09 #39 [support-scheduler internal] load build context 01:53:09 #39 transferring context: 608.24MB 12.4s done 01:53:09 #39 DONE 14.8s 01:53:09 01:53:09 #36 [core-command internal] load build context 01:53:09 #36 transferring context: 608.24MB 12.8s done 01:53:09 #36 DONE 14.9s 01:53:09 01:53:09 #49 [core-keeper internal] load build context 01:53:09 #49 DONE 14.5s 01:53:09 01:53:09 #31 [security-spire-server internal] load .dockerignore 01:53:09 #31 transferring context: 50B done 01:53:09 #31 DONE 14.5s 01:53:09 01:53:09 #52 [support-notifications internal] load build context 01:53:09 #52 transferring context: 608.24MB 12.8s done 01:53:09 #52 DONE 14.6s 01:53:09 01:53:09 #34 [security-proxy-auth internal] load build context 01:53:09 #34 transferring context: 608.24MB 13.7s done 01:53:09 #34 DONE 14.9s 01:53:09 01:53:09 #35 [core-data internal] load build context 01:53:09 #35 transferring context: 608.24MB 13.8s done 01:53:09 #35 DONE 14.9s 01:53:09 01:53:09 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:09 #56 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done 01:53:09 #56 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0B / 126.89kB 0.0s 01:53:09 #56 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0B / 113B 0.0s 01:53:09 #56 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 0.0s 01:53:09 #56 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 01:53:09 #56 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 01:53:09 #56 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 01:53:09 #56 ... 01:53:09 01:53:09 #24 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:53:09 #24 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 done 01:53:09 #24 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:53:09 #24 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:53:09 #24 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:53:09 #24 DONE 0.1s 01:53:09 01:53:09 #25 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:53:09 #25 DONE 0.5s 01:53:09 01:53:09 #33 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 01:53:09 #33 DONE 8.9s 01:53:09 01:53:09 #57 [security-spire-server internal] load build context 01:53:09 #57 transferring context: 26.44kB done 01:53:09 #57 DONE 0.1s 01:53:09 01:53:09 #58 [security-spire-agent internal] load build context 01:53:09 #58 transferring context: 25.98kB done 01:53:09 #58 DONE 0.3s 01:53:09 01:53:09 #59 [security-spire-config internal] load build context 01:53:09 #59 transferring context: 24.70kB done 01:53:09 #59 DONE 0.2s 01:53:09 01:53:09 #60 [security-secretstore-setup internal] load .dockerignore 01:53:09 #60 transferring context: 50B done 01:53:09 #60 DONE 0.2s 01:53:09 01:53:09 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:09 #56 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done 01:53:09 #56 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.1s done 01:53:09 #56 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 01:53:09 #56 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 01:53:09 #56 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 01:53:09 #56 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 01:53:09 #56 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0B / 41.51MB 0.1s 01:53:09 #56 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.2s done 01:53:09 #56 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 01:53:09 #56 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done 01:53:09 #56 ... 01:53:09 01:53:09 #45 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:53:09 #45 DONE 14.9s 01:53:09 01:53:09 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:09 #56 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 11.53MB / 41.51MB 0.3s 01:53:09 #56 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 38.87MB / 41.51MB 0.5s 01:53:09 #56 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 0.6s 01:53:09 #56 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 0.6s done 01:53:09 #56 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 01:53:10 #56 ... 01:53:10 01:53:10 #61 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:53:10 #61 DONE 5.4s 01:53:10 01:53:10 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:53:10 #53 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:10 #53 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:10 #53 15.34 (1/7) Installing ca-certificates (20250911-r0) 01:53:10 #53 15.35 (2/7) Installing dumb-init (1.2.5-r3) 01:53:10 #53 15.36 (3/7) Installing libgcc (14.2.0-r6) 01:53:10 #53 15.36 (4/7) Installing libsodium (1.0.20-r0) 01:53:10 #53 15.37 (5/7) Installing libstdc++ (14.2.0-r6) 01:53:10 #53 15.39 (6/7) Installing libzmq (4.3.5-r2) 01:53:10 #53 15.41 (7/7) Installing zeromq (4.3.5-r2) 01:53:10 #53 15.42 Executing busybox-1.37.0-r19.trigger 01:53:10 #53 15.43 Executing ca-certificates-20250911-r0.trigger 01:53:10 #53 15.47 OK: 12 MiB in 23 packages 01:53:10 #53 DONE 16.1s 01:53:10 01:53:10 #62 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:53:10 #0 4.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:10 #0 4.840 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:10 #0 5.286 OK: 265 MiB in 60 packages 01:53:10 #62 DONE 5.5s 01:53:10 01:53:10 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:10 #56 ... 01:53:10 01:53:10 #63 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:53:10 #0 4.978 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:10 #0 5.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:10 #0 5.466 OK: 265 MiB in 60 packages 01:53:10 #63 DONE 5.7s 01:53:10 01:53:10 #64 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:53:10 #64 DONE 0.3s 01:53:10 01:53:10 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:11 #56 ... 01:53:11 01:53:11 #65 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:53:11 #0 4.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:11 #0 5.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:11 #0 5.653 OK: 265 MiB in 60 packages 01:53:11 #65 DONE 6.0s 01:53:11 01:53:11 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 01:53:11 #0 4.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:11 #0 5.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:11 #0 5.507 OK: 265 MiB in 60 packages 01:53:11 #66 DONE 6.0s 01:53:11 01:53:11 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:11 #56 ... 01:53:11 01:53:11 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:53:11 #0 0.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:11 #0 1.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:11 #0 1.560 (1/4) Installing ca-certificates (20250911-r0) 01:53:11 #0 1.582 (2/4) Installing dumb-init (1.2.5-r3) 01:53:11 #0 1.587 (3/4) Installing su-exec (0.2-r3) 01:53:11 #0 1.590 (4/4) Installing yq-go (4.47.2-r2) 01:53:11 #0 1.701 Executing busybox-1.37.0-r19.trigger 01:53:11 #0 1.710 Executing ca-certificates-20250911-r0.trigger 01:53:11 #0 1.770 OK: 20 MiB in 20 packages 01:53:11 #67 DONE 2.0s 01:53:11 01:53:11 #68 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:53:11 #68 DONE 0.3s 01:53:11 01:53:11 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:11 #56 ... 01:53:11 01:53:11 #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:53:11 #51 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:11 #51 15.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:11 #51 15.82 v3.22.2-308-gfeaeb3000e3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:53:11 #51 15.82 v3.22.2-307-g4886c13aeed [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:53:11 #51 15.82 OK: 26327 distinct packages available 01:53:11 #51 15.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:11 #51 16.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:11 #51 16.49 (1/13) Installing brotli-libs (1.1.0-r2) 01:53:11 #51 16.54 (2/13) Installing c-ares (1.34.6-r0) 01:53:11 #51 16.54 (3/13) Installing libunistring (1.3-r0) 01:53:11 #51 16.56 (4/13) Installing libidn2 (2.3.7-r0) 01:53:11 #51 16.57 (5/13) Installing nghttp2-libs (1.65.0-r0) 01:53:11 #51 16.57 (6/13) Installing libpsl (0.21.5-r3) 01:53:11 #51 16.58 (7/13) Installing zstd-libs (1.5.7-r0) 01:53:11 #51 16.59 (8/13) Installing libcurl (8.14.1-r2) 01:53:11 #51 16.61 (9/13) Installing curl (8.14.1-r2) 01:53:11 #51 16.62 (10/13) Installing dumb-init (1.2.5-r3) 01:53:11 #51 16.63 (11/13) Installing musl-obstack (1.2.3-r2) 01:53:11 #51 16.63 (12/13) Installing libucontext (1.3.2-r0) 01:53:11 #51 16.64 (13/13) Installing gcompat (1.1.0-r4) 01:53:11 #51 16.65 Executing busybox-1.37.0-r19.trigger 01:53:11 #51 16.66 OK: 13 MiB in 29 packages 01:53:11 #51 DONE 17.0s 01:53:11 01:53:11 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:53:11 #0 4.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:11 #0 5.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:11 #0 5.469 v3.22.2-308-gfeaeb3000e3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:53:11 #0 5.469 v3.22.2-307-g4886c13aeed [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:53:11 #0 5.469 OK: 26329 distinct packages available 01:53:11 #0 5.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:11 #0 5.659 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:11 #0 6.165 OK: 265 MiB in 60 packages 01:53:11 #69 DONE 6.3s 01:53:11 01:53:11 #70 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:53:11 #70 DONE 0.3s 01:53:11 01:53:11 #71 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:53:11 #71 DONE 0.4s 01:53:11 01:53:11 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:11 #56 ... 01:53:11 01:53:11 #72 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:53:11 #0 1.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:11 #0 1.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:11 #0 1.855 v3.22.2-308-gfeaeb3000e3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:53:11 #0 1.855 v3.22.2-307-g4886c13aeed [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:53:11 #0 1.855 OK: 26327 distinct packages available 01:53:11 #0 1.938 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:11 #0 2.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:11 #0 2.427 (1/5) Installing dumb-init (1.2.5-r3) 01:53:11 #0 2.439 (2/5) Installing musl-obstack (1.2.3-r2) 01:53:11 #0 2.452 (3/5) Installing libucontext (1.3.2-r0) 01:53:11 #0 2.480 (4/5) Installing gcompat (1.1.0-r4) 01:53:11 #0 2.486 (5/5) Installing openssl (3.5.4-r0) 01:53:11 #0 2.520 Executing busybox-1.37.0-r19.trigger 01:53:11 #0 2.526 OK: 8 MiB in 21 packages 01:53:11 #72 DONE 2.9s 01:53:11 01:53:11 #73 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:53:11 #73 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.1s done 01:53:11 #73 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done 01:53:11 #73 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.1s done 01:53:11 #73 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 01:53:11 #73 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done 01:53:11 #73 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done 01:53:11 #73 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 01:53:11 #73 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.3s done 01:53:11 #73 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.5s done 01:53:11 #73 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 01:53:11 #73 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 1.7s done 01:53:11 #73 DONE 2.9s 01:53:11 01:53:11 #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:53:11 #74 DONE 0.3s 01:53:11 01:53:11 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:11 Avoid second fetch 01:53:11 Checking out Revision 55f62612875c19bb2ff18f787e56d4631b1703b5 (main) 01:53:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:53:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:53:11 > git config core.sparsecheckout # timeout=10 01:53:12 > git checkout -f 55f62612875c19bb2ff18f787e56d4631b1703b5 # timeout=10 01:53:13 Commit message: "Merge pull request #5326 from edgexfoundry/dependabot/go_modules/github.com/go-co-op/gocron/v2-2.19.0" 01:53:13 #56 ... 01:53:13 01:53:13 #75 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:53:13 #0 2.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:13 #0 2.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.232 v3.22.2-308-gfeaeb3000e3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:53:13 #0 3.232 v3.22.2-307-g4886c13aeed [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:53:13 #0 3.232 OK: 26327 distinct packages available 01:53:13 #0 3.301 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:13 #0 4.042 (1/4) Installing dumb-init (1.2.5-r3) 01:53:13 #0 4.044 (2/4) Installing musl-obstack (1.2.3-r2) 01:53:13 #0 4.049 (3/4) Installing libucontext (1.3.2-r0) 01:53:13 #0 4.051 (4/4) Installing gcompat (1.1.0-r4) 01:53:13 #0 4.059 Executing busybox-1.37.0-r19.trigger 01:53:13 #0 4.070 OK: 8 MiB in 20 packages 01:53:13 #75 DONE 4.5s 01:53:13 01:53:13 #76 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 01:53:13 #0 3.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.606 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 3.624 Executing busybox-1.37.0-r20.post-upgrade 01:53:13 #0 3.683 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 3.698 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 3.698 Executing busybox-1.37.0-r20.trigger 01:53:13 #0 3.713 OK: 7 MiB in 17 packages 01:53:13 #76 DONE 4.5s 01:53:13 01:53:13 #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:53:13 #0 3.096 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.698 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 3.743 Executing busybox-1.37.0-r20.post-upgrade 01:53:13 #0 3.868 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 3.869 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 3.872 Executing busybox-1.37.0-r20.trigger 01:53:13 #0 3.883 OK: 20 MiB in 20 packages 01:53:13 #77 DONE 4.5s 01:53:13 01:53:13 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:53:13 #0 3.131 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.587 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 3.611 Executing busybox-1.37.0-r20.post-upgrade 01:53:13 #0 3.674 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 3.683 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 3.698 Executing busybox-1.37.0-r20.trigger 01:53:13 #0 3.743 OK: 8 MiB in 19 packages 01:53:13 #78 DONE 4.5s 01:53:13 01:53:13 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:13 #56 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.9s done 01:53:13 #56 ... 01:53:13 01:53:13 #79 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:53:13 #79 DONE 0.3s 01:53:13 01:53:13 #56 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:13 #56 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.9s done 01:53:13 #56 ... 01:53:13 01:53:13 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:53:13 #0 1.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:13 #0 1.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:13 #0 2.052 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 2.066 Executing busybox-1.37.0-r20.post-upgrade 01:53:13 #0 2.279 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 2.284 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 2.298 Executing busybox-1.37.0-r20.trigger 01:53:13 #0 2.307 OK: 20 MiB in 20 packages 01:53:13 #80 DONE 2.6s 01:53:13 01:53:13 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:53:13 #0 3.353 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.471 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.973 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 3.992 Executing busybox-1.37.0-r20.post-upgrade 01:53:13 #0 4.473 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 4.477 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 4.495 Executing busybox-1.37.0-r20.trigger 01:53:13 #0 4.495 OK: 7 MiB in 18 packages 01:53:13 #81 DONE 4.8s 01:53:13 01:53:13 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:53:13 #0 3.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:13 #0 3.991 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 4.011 Executing busybox-1.37.0-r20.post-upgrade 01:53:13 #0 4.466 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 4.471 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 4.476 Executing busybox-1.37.0-r20.trigger 01:53:13 #0 4.494 OK: 7 MiB in 17 packages 01:53:13 #82 DONE 4.8s 01:53:13 01:53:13 #83 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:53:13 #0 2.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:13 #0 2.179 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:13 #0 2.688 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 2.706 Executing busybox-1.37.0-r20.post-upgrade 01:53:13 #0 2.878 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 2.903 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:53:13 #0 2.903 Executing busybox-1.37.0-r20.trigger 01:53:13 #0 2.919 OK: 12 MiB in 23 packages 01:53:13 #83 DONE 3.2s 01:53:13 01:53:13 #56 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:53:13 #56 DONE 5.0s 01:53:13 01:53:13 #84 [security-secretstore-setup internal] load build context 01:53:13 #84 transferring context: 608.24MB 4.8s done 01:53:13 #84 DONE 4.9s 01:53:13 01:53:13 #64 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:53:13 #64 DONE 0.3s 01:53:13 01:53:13 #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:53:14 #85 ... 01:53:14 01:53:14 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:53:14 #0 2.030 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:14 #0 2.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:14 #0 2.520 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:53:14 #0 2.557 Executing busybox-1.37.0-r20.post-upgrade 01:53:14 #0 2.648 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:53:14 #0 2.656 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:53:14 #0 2.661 Executing busybox-1.37.0-r20.trigger 01:53:14 #0 2.673 OK: 13 MiB in 29 packages 01:53:14 #86 DONE 2.8s 01:53:14 01:53:14 #87 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:53:14 #0 2.009 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:14 #0 2.110 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:14 #0 2.544 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:53:14 #0 2.559 Executing busybox-1.37.0-r20.post-upgrade 01:53:14 #0 2.609 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:53:14 #0 2.613 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:53:14 #0 2.634 Executing busybox-1.37.0-r20.trigger 01:53:14 #0 2.646 OK: 8 MiB in 21 packages 01:53:14 #87 DONE 3.0s 01:53:14 01:53:14 #88 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:53:17 provisioning config files... 01:53:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/933@tmp/config18379892447250501704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:53:18 ---> ****-login.sh 01:53:18 nexus3.edgexfoundry.org:10001 01:53:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:19 Configure a credential helper to remove this warning. See 01:53:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:19 01:53:19 Login Succeeded 01:53:19 nexus3.edgexfoundry.org:10002 01:53:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:19 Configure a credential helper to remove this warning. See 01:53:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:19 01:53:19 Login Succeeded 01:53:19 nexus3.edgexfoundry.org:10003 01:53:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:20 Configure a credential helper to remove this warning. See 01:53:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:20 01:53:20 Login Succeeded 01:53:20 nexus3.edgexfoundry.org:10004 01:53:20 #88 ... 01:53:20 01:53:20 #89 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:53:20 #0 2.800 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:20 #0 5.742 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:20 #0 6.378 (1/1) Installing dumb-init (1.2.5-r3) 01:53:20 #0 6.557 Executing busybox-1.37.0-r19.trigger 01:53:20 #0 6.568 OK: 7 MiB in 17 packages 01:53:20 #89 ... 01:53:20 01:53:20 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:53:20 #0 1.167 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:20 #0 1.246 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:20 #0 1.686 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:53:20 #0 1.701 Executing busybox-1.37.0-r20.post-upgrade 01:53:20 #0 2.280 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:53:20 #0 2.301 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:53:20 #0 2.304 Executing busybox-1.37.0-r20.trigger 01:53:20 #0 2.311 OK: 8 MiB in 20 packages 01:53:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:20 Configure a credential helper to remove this warning. See 01:53:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:20 01:53:20 Login Succeeded 01:53:20 ****.io 01:53:20 #90 ... 01:53:20 01:53:20 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:53:20 #0 1.807 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 01:53:20 #0 4.578 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 01:53:20 #0 5.270 OK: 265 MiB in 60 packages 01:53:20 #91 ... 01:53:20 01:53:20 #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:53:20 Configure a credential helper to remove this warning. See 01:53:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:53:20 01:53:20 Login Succeeded 01:53:20 #92 ... 01:53:20 01:53:20 #93 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:21 ---> ****-login.sh ends 01:53:21 #93 ... 01:53:21 01:53:21 #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:21 #94 ... 01:53:21 01:53:21 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [Pipeline] } 01:53:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:53:21 #95 ... 01:53:21 01:53:21 #96 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh 01:53:21 #96 ... 01:53:21 01:53:21 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:21 + git config --global --add safe.directory /w/workspace/edgex-go/933 [Pipeline] echo 01:53:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:53:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:53:21 ========================================================= 01:53:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 01:53:21 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:53:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 01:53:22 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:53:22 6b59a28fa201: Pulling fs layer 01:53:22 d32bb0dddca7: Pulling fs layer 01:53:22 5dab1238d3d9: Pulling fs layer 01:53:22 196fd7d83e7d: Pulling fs layer 01:53:22 4f4fb700ef54: Pulling fs layer 01:53:22 8ba94037c8f0: Pulling fs layer 01:53:22 deaec5988b04: Pulling fs layer 01:53:22 9f65657bb879: Pulling fs layer 01:53:22 196fd7d83e7d: Waiting 01:53:22 deaec5988b04: Waiting 01:53:22 8ba94037c8f0: Waiting 01:53:22 4f4fb700ef54: Waiting 01:53:22 d32bb0dddca7: Verifying Checksum 01:53:22 d32bb0dddca7: Download complete 01:53:22 196fd7d83e7d: Verifying Checksum 01:53:22 196fd7d83e7d: Download complete 01:53:22 4f4fb700ef54: Verifying Checksum 01:53:22 4f4fb700ef54: Download complete 01:53:22 8ba94037c8f0: Verifying Checksum 01:53:22 8ba94037c8f0: Download complete 01:53:22 6b59a28fa201: Verifying Checksum 01:53:22 6b59a28fa201: Download complete 01:53:23 9f65657bb879: Verifying Checksum 01:53:23 9f65657bb879: Download complete 01:53:23 6b59a28fa201: Pull complete 01:53:24 d32bb0dddca7: Pull complete 01:53:24 5dab1238d3d9: Verifying Checksum 01:53:24 5dab1238d3d9: Download complete 01:53:24 #97 DONE 13.0s 01:53:24 01:53:24 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:53:24 #90 DONE 11.3s 01:53:24 01:53:24 #96 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:24 #96 DONE 13.3s 01:53:24 01:53:24 #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:53:24 #85 DONE 11.0s 01:53:24 01:53:24 #89 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:53:24 #89 DONE 15.5s 01:53:24 01:53:24 #92 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:24 #92 DONE 13.4s 01:53:24 01:53:24 #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:24 #94 DONE 13.6s 01:53:24 01:53:24 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:53:24 #91 DONE 14.2s 01:53:24 01:53:24 #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:53:24 #95 DONE 10.0s 01:53:24 01:53:24 #98 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:53:24 #98 ... 01:53:24 01:53:24 #93 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:24 #93 DONE 14.0s 01:53:24 01:53:24 #88 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:53:24 #88 DONE 10.0s 01:53:24 01:53:24 #99 [core-common-config-bootstrapper builder 6/7] COPY . . 01:53:25 deaec5988b04: Verifying Checksum 01:53:25 deaec5988b04: Download complete 01:53:27 #99 ... 01:53:27 01:53:27 #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:53:27 #100 DONE 2.9s 01:53:27 01:53:27 #101 [security-secretstore-setup builder 6/7] COPY . . 01:53:28 #101 ... 01:53:28 01:53:28 #99 [core-common-config-bootstrapper builder 6/7] COPY . . 01:53:28 #99 DONE 3.2s 01:53:28 01:53:28 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:53:28 #102 ... 01:53:28 01:53:28 #103 [security-proxy-auth builder 6/7] COPY . . 01:53:28 #103 CACHED 01:53:28 01:53:28 #104 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:28 #104 CACHED 01:53:28 01:53:28 #105 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:53:28 #105 CACHED 01:53:28 01:53:28 #106 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:53:28 #106 CACHED 01:53:28 01:53:28 #107 [core-metadata builder 6/7] COPY . . 01:53:28 #107 CACHED 01:53:28 01:53:28 #108 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:28 #108 CACHED 01:53:28 01:53:28 #109 [core-command builder 6/7] COPY . . 01:53:28 #109 CACHED 01:53:28 01:53:28 #110 [core-command builder 4/7] COPY go.mod vendor* ./ 01:53:28 #110 CACHED 01:53:28 01:53:28 #111 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:28 #111 CACHED 01:53:28 01:53:28 #112 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:28 #112 CACHED 01:53:28 01:53:28 #113 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:53:28 #113 CACHED 01:53:28 01:53:28 #114 [core-common-config-bootstrapper builder 6/7] COPY . . 01:53:28 #114 CACHED 01:53:28 01:53:28 #115 [support-notifications builder 6/7] COPY . . 01:53:28 #115 DONE 3.9s 01:53:28 01:53:28 #116 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:53:28 #116 ... 01:53:28 01:53:28 #117 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:53:28 #117 DONE 4.1s 01:53:29 01:53:29 #118 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:53:30 #118 ... 01:53:30 01:53:30 #119 [support-scheduler builder 6/7] COPY . . 01:53:30 #119 DONE 6.1s 01:53:30 01:53:30 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:53:30 #102 DONE 6.1s 01:53:30 01:53:30 #98 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:53:30 #98 DONE 6.1s 01:53:30 01:53:30 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:53:30 #120 DONE 6.1s 01:53:30 01:53:30 #121 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:53:30 #121 DONE 6.1s 01:53:30 01:53:30 #101 [security-proxy-setup builder 6/7] COPY . . 01:53:30 #101 DONE 6.1s 01:53:30 01:53:30 #122 [security-proxy-setup builder 6/7] COPY . . 01:53:30 #122 CACHED 01:53:30 01:53:30 #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:30 #123 CACHED 01:53:30 01:53:30 #124 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:53:30 #124 CACHED 01:53:30 01:53:30 #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:30 #125 CACHED 01:53:30 01:53:30 #126 [security-secretstore-setup builder 6/7] COPY . . 01:53:30 #126 CACHED 01:53:30 01:53:30 #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:53:30 #127 CACHED 01:53:30 01:53:30 #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:53:30 #128 ... 01:53:30 01:53:30 #129 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:53:30 #129 DONE 0.2s 01:53:30 01:53:30 #118 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:53:30 #118 DONE 2.1s 01:53:30 01:53:30 #130 [security-spire-server stage-2 6/9] COPY security.txt / 01:53:30 #130 DONE 0.2s 01:53:30 01:53:30 #131 [security-spire-agent stage-3 7/10] COPY security.txt / 01:53:30 #131 DONE 0.1s 01:53:30 01:53:30 #132 [security-spire-config stage-2 6/10] COPY security.txt / 01:53:30 #132 DONE 0.1s 01:53:30 01:53:30 #133 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:53:30 #133 DONE 0.1s 01:53:30 01:53:30 #116 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:53:30 #116 2.768 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:53:31 #116 ... 01:53:31 01:53:31 #134 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:53:31 #134 DONE 0.1s 01:53:31 01:53:31 #135 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:53:31 #135 DONE 0.1s 01:53:31 01:53:31 #136 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:53:31 #136 DONE 0.1s 01:53:31 01:53:31 #137 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:53:31 #137 DONE 0.1s 01:53:31 01:53:31 #138 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:53:31 #138 DONE 0.2s 01:53:31 01:53:31 #139 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:53:31 #139 DONE 0.2s 01:53:31 01:53:31 #140 [security-spire-server] exporting to image 01:53:31 #140 exporting layers 01:53:31 #140 ... 01:53:31 01:53:31 #141 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:53:31 #141 DONE 0.2s 01:53:31 01:53:31 #142 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:53:31 #142 DONE 0.2s 01:53:31 01:53:31 #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:53:31 #128 0.955 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:53:33 #128 ... 01:53:33 01:53:33 #140 [security-spire-server] exporting to image 01:53:33 #140 exporting layers 1.3s done 01:53:33 #140 writing image sha256:b8365a3fdfae6ad9559b841d899c87f6ff523bad41fb1fee97d2d64f1498e543 0.2s done 01:53:33 #140 naming to docker.io/library/security-spire-server 0.0s done 01:53:33 #140 DONE 1.8s 01:53:33 01:53:33 #143 [security-spire-agent] exporting to image 01:53:33 #143 exporting layers 1.6s done 01:53:33 #143 writing image sha256:688f9d7f03051040278f3e1312f2e963b7f0e2611f92ba300bb37c5860dd7a99 0.0s done 01:53:33 #143 naming to docker.io/library/security-spire-agent 0.0s done 01:53:33 #143 ... 01:53:33 01:53:33 #144 [security-spire-config] exporting to image 01:53:33 #144 exporting layers 1.4s done 01:53:33 #144 writing image sha256:6d29cd659f74945e902a4592d8f15a49b4a871088723081c66b6893ac11f5e55 0.2s done 01:53:33 #144 naming to docker.io/library/security-spire-config 0.1s done 01:53:33 #144 DONE 2.1s 01:53:33 01:53:33 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:53:33 #0 1.044 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:53:33 #145 ... 01:53:33 01:53:33 #143 [security-spire-agent] exporting to image 01:53:33 #143 DONE 2.3s 01:53:34 01:53:34 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:53:34 #0 0.952 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:53:38 5dab1238d3d9: Pull complete 01:53:38 196fd7d83e7d: Pull complete 01:53:38 #146 ... 01:53:38 01:53:38 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:53:38 #0 2.978 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:53:38 #147 ... 01:53:38 01:53:38 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:53:38 #0 3.015 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:53:38 #148 ... 01:53:38 01:53:38 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:53:38 #0 2.935 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:53:38 #149 ... 01:53:38 01:53:38 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:53:38 #0 3.498 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:53:38 #150 ... 01:53:38 01:53:38 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:53:38 #0 2.392 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:53:38 4f4fb700ef54: Pull complete 01:53:38 8ba94037c8f0: Pull complete 01:53:39 #151 ... 01:53:39 01:53:39 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:53:39 #0 0.729 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:53:40 #152 ... 01:53:40 01:53:40 #153 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:40 #153 ... 01:53:40 01:53:40 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:53:40 #0 1.084 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:53:49 deaec5988b04: Pull complete 01:53:49 #154 ... 01:53:49 01:53:49 #153 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:49 #153 DONE 18.2s 01:53:49 01:53:49 #155 [core-keeper builder 7/8] COPY . . 01:53:50 9f65657bb879: Pull complete 01:53:50 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 01:53:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 01:53:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh 01:53:51 + docker build -t ci-base-image-arm64 -f - . 01:53:51 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 01:53:51 WORKDIR /edgex 01:53:51 COPY go.mod . 01:53:51 RUN go mod download 01:53:51 #155 DONE 2.1s 01:53:51 01:53:51 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:53:51 #147 ... 01:53:51 01:53:51 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:53:51 #156 0.747 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:53:51 Sending build context to Docker daemon 3.874MB 01:53:51 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 01:53:51 ---> 334268110677 01:53:51 Step 2/4 : WORKDIR /edgex 01:53:54 ---> Running in ea25c0988bfd 01:53:54 Removing intermediate container ea25c0988bfd 01:53:54 ---> f74deca06068 01:53:54 Step 3/4 : COPY go.mod . 01:53:55 ---> e222ded245c1 01:53:55 Step 4/4 : RUN go mod download 01:53:55 ---> Running in 8dbf8be64be6 01:55:03 Removing intermediate container 8dbf8be64be6 01:55:03 ---> 2a840eabe08d 01:55:03 Successfully built 2a840eabe08d 01:55:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:03 + docker inspect -f . ci-base-image-arm64 01:55:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:55:04 prd-ubuntu20.04-docker-arm64-4c-16g-775038 does not seem to be running inside a container 01:55:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 01:55:05 $ docker top cbd3cb572c1b37be780dc49fb5f9667d7155b45e7f320b308b02e864c9a5ed2e -eo pid,comm [Pipeline] { [Pipeline] sh 01:55:06 + go version 01:55:06 go version go1.25.3 linux/arm64 [Pipeline] } 01:55:06 $ docker stop --time=1 cbd3cb572c1b37be780dc49fb5f9667d7155b45e7f320b308b02e864c9a5ed2e 01:55:09 $ docker rm -f --volumes cbd3cb572c1b37be780dc49fb5f9667d7155b45e7f320b308b02e864c9a5ed2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:55:11 01:55:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:55:11 latest: Pulling from edgex-devops/edgex-compose-arm64 01:55:11 547446be3368: Pulling fs layer 01:55:11 d125d8839a47: Pulling fs layer 01:55:11 3e85d5ac6304: Pulling fs layer 01:55:11 c3105a71a48b: Pulling fs layer 01:55:11 0f093f025ec4: Pulling fs layer 01:55:11 c3106fc0e877: Pulling fs layer 01:55:11 c3105a71a48b: Waiting 01:55:11 c3106fc0e877: Waiting 01:55:11 547446be3368: Verifying Checksum 01:55:11 547446be3368: Download complete 01:55:11 c3105a71a48b: Download complete 01:55:12 d125d8839a47: Verifying Checksum 01:55:12 d125d8839a47: Download complete 01:55:12 547446be3368: Pull complete 01:55:12 c3106fc0e877: Verifying Checksum 01:55:12 c3106fc0e877: Download complete 01:55:13 0f093f025ec4: Verifying Checksum 01:55:13 0f093f025ec4: Download complete 01:55:13 #156 ... 01:55:13 01:55:13 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:55:13 #145 DONE 99.1s 01:55:13 01:55:13 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:55:13 #148 DONE 101.6s 01:55:13 01:55:13 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:55:13 #157 DONE 0.2s 01:55:13 01:55:13 #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:55:13 #158 DONE 0.2s 01:55:13 01:55:13 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:55:13 #159 ... 01:55:13 01:55:13 #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:55:13 #160 DONE 0.1s 01:55:13 01:55:13 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:55:13 #161 DONE 0.5s 01:55:13 01:55:13 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:55:13 #162 DONE 0.2s 01:55:13 01:55:13 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:55:13 #154 ... 01:55:13 01:55:13 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:55:13 #159 DONE 0.9s 01:55:13 01:55:13 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:55:13 #163 DONE 0.1s 01:55:13 01:55:13 #164 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:55:13 #164 DONE 0.2s 01:55:13 01:55:13 #165 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:55:13 #165 DONE 0.2s 01:55:13 01:55:13 #166 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:55:13 #166 DONE 0.3s 01:55:13 01:55:13 #167 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:55:13 #167 DONE 0.2s 01:55:13 01:55:13 #168 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 01:55:13 #168 DONE 0.1s 01:55:13 01:55:13 #169 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:55:13 #169 DONE 1.1s 01:55:13 01:55:13 #170 [core-common-config-bootstrapper] exporting to image 01:55:13 #170 exporting layers 01:55:13 #170 ... 01:55:13 01:55:13 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 01:55:13 #171 DONE 0.2s 01:55:13 01:55:13 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 01:55:13 #172 DONE 0.4s 01:55:13 01:55:13 #170 [core-common-config-bootstrapper] exporting to image 01:55:13 #170 exporting layers 0.5s done 01:55:13 #170 writing image sha256:a3bbbeb3dd1b18c72a17ccbb1658167a52342c648da951ac000e12e925645fa6 0.1s done 01:55:13 #170 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 01:55:13 #170 DONE 0.6s 01:55:13 01:55:13 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:55:13 #173 DONE 0.2s 01:55:13 01:55:13 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:55:13 #174 DONE 0.8s 01:55:13 01:55:13 #175 [security-bootstrapper] exporting to image 01:55:14 d125d8839a47: Pull complete 01:55:14 #175 exporting layers 0.5s done 01:55:14 #175 writing image sha256:439d674e66c208f08739c1b0bd6379f298f79787cea2576393f6e1ab4c8f31ce 01:55:14 #175 writing image sha256:439d674e66c208f08739c1b0bd6379f298f79787cea2576393f6e1ab4c8f31ce done 01:55:14 #175 naming to docker.io/library/security-bootstrapper done 01:55:14 #175 DONE 0.6s 01:55:14 01:55:14 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:55:14 3e85d5ac6304: Download complete 01:55:24 3e85d5ac6304: Pull complete 01:55:24 c3105a71a48b: Pull complete 01:55:25 0f093f025ec4: Pull complete 01:55:25 c3106fc0e877: Pull complete 01:55:26 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:55:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:55:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:55:26 prd-ubuntu20.04-docker-arm64-4c-16g-775038 does not seem to be running inside a container 01:55:26 $ 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/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 01:55:28 $ docker top a8b844d42f5d3175f04e6273f1266ae03c65d2433bd4141318ceb81bb0ed8738 -eo pid,comm [Pipeline] { [Pipeline] sh 01:55:29 + docker compose -f ./docker-compose-build.yml build --parallel 01:55:42 #1 [support-notifications internal] load build definition from Dockerfile 01:55:42 #1 transferring dockerfile: 2.02kB 0.0s done 01:55:42 #1 DONE 0.1s 01:55:42 01:55:42 #2 [security-spire-config internal] load build definition from Dockerfile 01:55:42 #2 transferring dockerfile: 1.69kB done 01:55:42 #2 DONE 0.1s 01:55:42 01:55:42 #3 [security-proxy-auth internal] load build definition from Dockerfile 01:55:42 #3 transferring dockerfile: 2.14kB done 01:55:42 #3 DONE 0.1s 01:55:42 01:55:42 #4 [core-data internal] load build definition from Dockerfile 01:55:42 #4 transferring dockerfile: 2.04kB 0.0s done 01:55:42 #4 DONE 0.1s 01:55:42 01:55:42 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:55:42 #5 transferring dockerfile: 2.23kB done 01:55:42 #5 DONE 0.1s 01:55:42 01:55:42 #6 [security-spire-server internal] load build definition from Dockerfile 01:55:42 #6 transferring dockerfile: 1.70kB done 01:55:42 #6 DONE 0.1s 01:55:42 01:55:42 #7 [security-spire-agent internal] load build definition from Dockerfile 01:55:42 #7 transferring dockerfile: 1.81kB 0.0s done 01:55:42 #7 DONE 0.1s 01:55:42 01:55:42 #8 [security-secretstore-setup internal] load build definition from Dockerfile 01:55:42 #8 transferring dockerfile: 2.49kB 0.0s done 01:55:42 #8 DONE 0.1s 01:55:42 01:55:42 #9 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:55:42 #9 transferring dockerfile: 1.89kB 0.0s done 01:55:42 #9 DONE 0.1s 01:55:42 01:55:42 #10 [security-proxy-setup internal] load build definition from Dockerfile 01:55:42 #10 transferring dockerfile: 2.50kB done 01:55:42 #10 DONE 0.1s 01:55:42 01:55:42 #11 [core-command internal] load build definition from Dockerfile 01:55:42 #11 transferring dockerfile: 1.94kB 0.0s done 01:55:42 #11 DONE 0.1s 01:55:42 01:55:42 #12 [security-bootstrapper internal] load build definition from Dockerfile 01:55:42 #12 transferring dockerfile: 3.02kB done 01:55:42 #12 DONE 0.1s 01:55:42 01:55:42 #13 [support-scheduler internal] load build definition from Dockerfile 01:55:42 #13 transferring dockerfile: 1.83kB 0.0s done 01:55:42 #13 DONE 0.1s 01:55:42 01:55:42 #14 [core-metadata internal] load build definition from Dockerfile 01:55:42 #14 transferring dockerfile: 2.10kB done 01:55:42 #14 DONE 0.1s 01:55:42 01:55:42 #15 [core-keeper internal] load build definition from Dockerfile 01:55:42 #15 transferring dockerfile: 2.01kB 0.0s done 01:55:42 #15 DONE 0.1s 01:55:42 01:55:42 #16 [support-notifications internal] load .dockerignore 01:55:42 #16 transferring context: 50B done 01:55:42 #16 DONE 0.1s 01:55:43 01:55:43 #17 [security-spire-config internal] load .dockerignore 01:55:43 #17 transferring context: 50B done 01:55:43 #17 DONE 0.1s 01:55:43 01:55:43 #18 [security-proxy-auth internal] load .dockerignore 01:55:43 #18 transferring context: 50B done 01:55:43 #18 DONE 0.1s 01:55:43 01:55:43 #19 [core-data internal] load .dockerignore 01:55:43 #19 transferring context: 50B 0.0s done 01:55:43 #19 DONE 0.1s 01:55:43 01:55:43 #20 [core-common-config-bootstrapper internal] load .dockerignore 01:55:43 #20 transferring context: 50B done 01:55:43 #20 DONE 0.1s 01:55:43 01:55:43 #21 [security-spire-server internal] load .dockerignore 01:55:43 #21 transferring context: 50B 0.0s done 01:55:43 #21 DONE 0.1s 01:55:43 01:55:43 #22 [security-spire-agent internal] load .dockerignore 01:55:43 #22 transferring context: 50B done 01:55:43 #22 DONE 0.1s 01:55:43 01:55:43 #23 [security-secretstore-setup internal] load .dockerignore 01:55:43 #23 transferring context: 50B done 01:55:43 #23 DONE 0.1s 01:55:44 01:55:44 #24 [security-spiffe-token-provider internal] load .dockerignore 01:55:44 #24 transferring context: 50B done 01:55:44 #24 DONE 0.1s 01:55:44 01:55:44 #25 [security-proxy-setup internal] load .dockerignore 01:55:44 #25 transferring context: 50B 0.0s done 01:55:44 #25 DONE 0.1s 01:55:44 01:55:44 #26 [core-command internal] load .dockerignore 01:55:44 #26 transferring context: 50B done 01:55:44 #26 DONE 0.1s 01:55:44 01:55:44 #27 [security-bootstrapper internal] load .dockerignore 01:55:44 #27 transferring context: 50B 0.0s done 01:55:44 #27 DONE 0.1s 01:55:44 01:55:44 #28 [support-scheduler internal] load .dockerignore 01:55:44 #28 transferring context: 50B 0.0s done 01:55:44 #28 DONE 0.1s 01:55:44 01:55:44 #29 [core-keeper internal] load .dockerignore 01:55:44 #29 transferring context: 50B done 01:55:44 #29 DONE 0.1s 01:55:44 01:55:44 #30 [core-metadata internal] load .dockerignore 01:55:44 #30 transferring context: 50B 0.0s done 01:55:44 #30 DONE 0.1s 01:55:44 01:55:44 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:44 #31 DONE 0.0s 01:55:44 01:55:44 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 01:55:45 #32 DONE 0.6s 01:55:45 01:55:45 #33 [support-notifications internal] load build context 01:55:45 #33 DONE 0.0s 01:55:45 01:55:45 #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:55:45 #34 ... 01:55:45 01:55:45 #35 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:45 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:45 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:45 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:45 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:45 #35 DONE 0.2s 01:55:45 01:55:45 #36 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:55:46 #36 ... 01:55:46 01:55:46 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:46 #31 DONE 0.0s 01:55:46 01:55:46 #32 [core-data internal] load metadata for docker.io/library/alpine:3.22 01:55:46 #32 DONE 0.6s 01:55:46 01:55:46 #33 [support-notifications internal] load build context 01:55:46 #33 ... 01:55:46 01:55:46 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:46 #31 DONE 0.0s 01:55:46 01:55:46 #35 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:46 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:46 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:46 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:46 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:46 #35 DONE 0.4s 01:55:46 01:55:46 #33 [support-notifications internal] load build context 01:55:46 #33 transferring context: 3.38MB 0.9s done 01:55:46 #33 DONE 1.0s 01:55:46 01:55:46 #37 [core-data internal] load build context 01:55:46 #37 ... 01:55:46 01:55:46 #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:46 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:46 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:46 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:46 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:46 #35 DONE 0.4s 01:55:46 01:55:46 #37 [core-data internal] load build context 01:55:46 #37 ... 01:55:46 01:55:46 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:46 #31 DONE 0.0s 01:55:46 01:55:46 #37 [core-data internal] load build context 01:55:46 #37 ... 01:55:46 01:55:46 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.22 01:55:46 #32 DONE 1.0s 01:55:46 01:55:46 #37 [core-data internal] load build context 01:55:46 #37 ... 01:55:46 01:55:46 #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:46 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:46 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:46 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:46 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:46 #35 DONE 0.4s 01:55:46 01:55:46 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:46 #31 DONE 0.0s 01:55:47 01:55:47 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:47 #31 DONE 0.0s 01:55:47 01:55:47 #37 [core-data internal] load build context 01:55:47 #37 ... 01:55:47 01:55:47 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:47 #31 DONE 0.0s 01:55:47 01:55:47 #37 [core-data internal] load build context 01:55:47 #37 ... 01:55:47 01:55:47 #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:47 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:47 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:47 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:47 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:47 #35 DONE 0.5s 01:55:47 01:55:47 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 01:55:47 #32 DONE 1.5s 01:55:47 01:55:47 #35 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:47 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:47 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:47 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:47 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:47 #35 DONE 0.5s 01:55:47 01:55:47 #38 [core-command internal] load build context 01:55:47 #38 ... 01:55:47 01:55:47 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:47 #31 DONE 0.0s 01:55:47 01:55:47 #39 [security-proxy-auth internal] load build context 01:55:47 #39 ... 01:55:47 01:55:47 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:47 #31 DONE 0.0s 01:55:47 01:55:47 #39 [security-proxy-auth internal] load build context 01:55:48 #39 ... 01:55:48 01:55:48 #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:48 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:48 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:48 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:48 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:48 #35 DONE 0.5s 01:55:48 01:55:48 #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 01:55:48 #40 DONE 1.6s 01:55:48 01:55:48 #41 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 01:55:48 #41 DONE 2.2s 01:55:48 01:55:48 #39 [security-proxy-auth internal] load build context 01:55:48 #39 ... 01:55:48 01:55:48 #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:48 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:48 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:48 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:48 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:48 #35 DONE 0.5s 01:55:48 01:55:48 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:48 #31 DONE 0.0s 01:55:48 01:55:48 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:55:48 #42 DONE 0.0s 01:55:48 01:55:48 #43 [security-spire-agent internal] load build context 01:55:48 #43 DONE 0.0s 01:55:48 01:55:48 #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:55:48 #34 DONE 3.7s 01:55:48 01:55:48 #39 [security-proxy-auth internal] load build context 01:55:48 #39 ... 01:55:48 01:55:48 #37 [core-data internal] load build context 01:55:48 #37 transferring context: 3.38MB 1.6s done 01:55:48 #37 DONE 1.9s 01:55:48 01:55:48 #39 [security-proxy-auth internal] load build context 01:55:48 #39 transferring context: 3.38MB 1.9s done 01:55:48 #39 ... 01:55:48 01:55:48 #35 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:48 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:48 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:48 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:48 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:48 #35 DONE 0.6s 01:55:48 01:55:48 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:55:48 #31 DONE 0.0s 01:55:48 01:55:48 #34 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:55:48 #34 DONE 3.8s 01:55:48 01:55:48 #39 [security-proxy-auth internal] load build context 01:55:48 #39 DONE 2.2s 01:55:48 01:55:48 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:48 #44 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:48 #44 ... 01:55:48 01:55:48 #35 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:48 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:48 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:48 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:48 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:48 #35 DONE 0.6s 01:55:48 01:55:48 #45 [security-bootstrapper internal] load build context 01:55:48 #45 DONE 0.0s 01:55:48 01:55:48 #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:55:48 #34 DONE 3.8s 01:55:48 01:55:48 #35 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:48 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:48 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:48 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:48 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:48 #35 DONE 0.6s 01:55:48 01:55:48 #34 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:55:48 #34 DONE 3.8s 01:55:48 01:55:48 #46 [support-scheduler internal] load build context 01:55:49 #46 ... 01:55:49 01:55:49 #47 [core-common-config-bootstrapper internal] load build context 01:55:49 #47 transferring context: 3.38MB 1.6s done 01:55:49 #47 DONE 2.6s 01:55:49 01:55:49 #48 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 01:55:50 #48 ... 01:55:50 01:55:50 #49 [security-spire-server internal] load build context 01:55:50 #49 transferring context: 26.44kB 0.3s done 01:55:50 #49 DONE 2.5s 01:55:50 01:55:50 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:55:50 #35 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:55:50 #35 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:55:50 #35 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 01:55:50 #35 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 01:55:50 #35 DONE 0.6s 01:55:50 01:55:50 #34 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:55:50 #34 DONE 3.8s 01:55:50 01:55:50 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 01:55:50 #32 DONE 4.4s 01:55:50 01:55:50 #48 [core-keeper builder 2/7] WORKDIR /edgex-go 01:55:50 #48 ... 01:55:50 01:55:50 #43 [security-spire-agent internal] load build context 01:55:50 #43 transferring context: 25.98kB 0.4s done 01:55:50 #43 DONE 2.7s 01:55:51 01:55:51 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:51 #44 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.5s done 01:55:51 #44 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 01:55:51 #44 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 01:55:51 #44 ... 01:55:51 01:55:51 #50 [security-spire-config internal] load build context 01:55:51 #50 transferring context: 24.70kB 0.3s done 01:55:51 #50 DONE 3.0s 01:55:51 01:55:51 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:51 #44 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 01:55:51 #44 ... 01:55:51 01:55:51 #51 [security-secretstore-setup internal] load build context 01:55:51 #51 transferring context: 3.38MB 2.8s done 01:55:51 #51 DONE 4.8s 01:55:51 01:55:51 #46 [support-scheduler internal] load build context 01:55:53 #46 ... 01:55:53 01:55:53 #48 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 01:55:53 #48 DONE 5.3s 01:55:53 01:55:53 #46 [support-scheduler internal] load build context 01:55:56 #46 transferring context: 41.70kB 4.3s 01:55:56 #46 ... 01:55:56 01:55:56 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:55:56 #0 10.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:55:56 #52 ... 01:55:56 01:55:56 #53 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:55:56 #0 9.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:55:56 #0 10.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:55:56 #53 ... 01:55:56 01:55:56 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:56 #44 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 2.5s done 01:55:56 #44 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 2.1s done 01:55:56 #44 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 2.7s done 01:55:56 #44 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.3s done 01:55:56 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 4.5s 01:55:56 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 5.2s 01:55:57 #44 ... 01:55:57 01:55:57 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:55:57 #54 ... 01:55:57 01:55:57 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:57 #44 ... 01:55:57 01:55:57 #55 [security-proxy-setup internal] load build context 01:55:57 #55 ... 01:55:57 01:55:57 #56 [security-spiffe-token-provider internal] load build context 01:55:57 #56 transferring context: 3.38MB 8.1s done 01:55:57 #56 ... 01:55:57 01:55:57 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:57 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 4.00MB / 37.02MB 6.3s 01:55:57 #44 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 01:55:57 #44 ... 01:55:57 01:55:57 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:55:57 #0 9.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:55:57 #57 ... 01:55:57 01:55:57 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:55:58 #58 ... 01:55:58 01:55:58 #56 [security-spiffe-token-provider internal] load build context 01:55:58 #56 DONE 10.7s 01:55:58 01:55:58 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:58 #44 ... 01:55:58 01:55:58 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:55:58 #42 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 2.2s done 01:55:58 #42 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 01:55:58 #42 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done 01:55:58 #42 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done 01:55:58 #42 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 2.1s done 01:55:58 #42 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 1.7s done 01:55:58 #42 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 5.7s done 01:55:58 #42 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 3.15MB / 17.33MB 6.4s 01:55:58 #42 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 4.19MB / 17.33MB 6.5s 01:55:58 #42 ... 01:55:58 01:55:58 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:58 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.04MB / 37.02MB 6.9s 01:55:58 #44 ... 01:55:58 01:55:58 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:55:58 #59 ... 01:55:58 01:55:58 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:58 #44 ... 01:55:58 01:55:58 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:55:59 #60 ... 01:55:59 01:55:59 #61 [core-metadata internal] load build context 01:55:59 #61 transferring context: 3.38MB 8.6s done 01:55:59 #61 ... 01:55:59 01:55:59 #45 [security-bootstrapper internal] load build context 01:55:59 #45 ... 01:55:59 01:55:59 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:59 #44 ... 01:55:59 01:55:59 #38 [core-command internal] load build context 01:55:59 #38 ... 01:55:59 01:55:59 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:55:59 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.39MB / 37.02MB 7.9s 01:55:59 #44 ... 01:55:59 01:55:59 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:55:59 #62 ... 01:55:59 01:55:59 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:56:00 #63 ... 01:56:00 01:56:00 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:00 #44 ... 01:56:00 01:56:00 #55 [security-proxy-setup internal] load build context 01:56:00 #55 transferring context: 3.38MB 9.0s done 01:56:00 #55 DONE 13.4s 01:56:00 01:56:00 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:00 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.49MB / 37.02MB 9.4s 01:56:00 #44 ... 01:56:00 01:56:00 #64 [core-keeper internal] load build context 01:56:01 #64 ... 01:56:01 01:56:01 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:01 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 12.58MB / 37.02MB 10.2s 01:56:01 #44 ... 01:56:01 01:56:01 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:56:01 #65 ... 01:56:01 01:56:01 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:01 #44 ... 01:56:01 01:56:01 #61 [core-metadata internal] load build context 01:56:01 #61 DONE 13.2s 01:56:01 01:56:01 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:02 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 14.68MB / 37.02MB 10.6s 01:56:02 #44 ... 01:56:02 01:56:02 #38 [core-command internal] load build context 01:56:02 #38 transferring context: 3.38MB 10.2s done 01:56:02 #38 DONE 14.8s 01:56:02 01:56:02 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:02 #44 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 01:56:02 #44 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.2s done 01:56:03 #44 ... 01:56:03 01:56:03 #45 [security-bootstrapper internal] load build context 01:56:03 #45 transferring context: 3.38MB 9.8s done 01:56:03 #45 DONE 14.4s 01:56:03 01:56:03 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:03 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.78MB / 37.02MB 11.6s 01:56:03 #44 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.2s done 01:56:03 #44 ... 01:56:03 01:56:03 #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:56:03 #66 ... 01:56:03 01:56:03 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:56:03 #67 ... 01:56:03 01:56:03 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 01:56:03 #68 ... 01:56:03 01:56:03 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:56:03 #69 ... 01:56:03 01:56:03 #70 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:56:03 #70 ... 01:56:03 01:56:03 #36 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:56:03 #36 7.993 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:03 #36 8.888 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:03 #36 12.65 (1/7) Installing ca-certificates (20250911-r0) 01:56:03 #36 13.05 (2/7) Installing dumb-init (1.2.5-r3) 01:56:03 #36 13.05 (3/7) Installing libgcc (14.2.0-r6) 01:56:03 #36 13.05 (4/7) Installing libsodium (1.0.20-r0) 01:56:03 #36 13.12 (5/7) Installing libstdc++ (14.2.0-r6) 01:56:03 #36 13.32 (6/7) Installing libzmq (4.3.5-r2) 01:56:03 #36 13.42 (7/7) Installing zeromq (4.3.5-r2) 01:56:03 #36 13.52 Executing busybox-1.37.0-r19.trigger 01:56:03 #36 13.63 Executing ca-certificates-20250911-r0.trigger 01:56:03 #36 14.89 OK: 12 MiB in 23 packages 01:56:04 #36 DONE 18.2s 01:56:04 01:56:04 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:04 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.82MB / 37.02MB 12.5s 01:56:04 #44 ... 01:56:04 01:56:04 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:56:04 #71 ... 01:56:04 01:56:04 #46 [support-scheduler internal] load build context 01:56:04 #46 transferring context: 3.38MB 12.2s done 01:56:04 #46 DONE 15.4s 01:56:04 01:56:04 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:04 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.87MB / 37.02MB 13.3s 01:56:05 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 22.79MB / 37.02MB 13.8s 01:56:05 #44 ... 01:56:05 01:56:05 #64 [core-keeper internal] load build context 01:56:05 #64 transferring context: 3.38MB 11.8s done 01:56:05 #64 DONE 14.5s 01:56:05 01:56:05 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:05 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 25.17MB / 37.02MB 14.4s 01:56:06 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.87MB / 37.02MB 14.9s 01:56:06 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 30.41MB / 37.02MB 15.3s 01:56:07 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 33.17MB / 37.02MB 15.6s 01:56:07 #44 ... 01:56:07 01:56:07 #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:56:07 #53 17.87 (1/1) Installing dumb-init (1.2.5-r3) 01:56:07 #53 17.94 Executing busybox-1.37.0-r19.trigger 01:56:07 #53 18.29 OK: 8 MiB in 17 packages 01:56:07 #53 DONE 21.1s 01:56:07 01:56:07 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:07 #44 ... 01:56:07 01:56:07 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:56:07 #52 11.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:07 #52 21.01 (1/1) Installing dumb-init (1.2.5-r3) 01:56:07 #52 21.05 Executing busybox-1.37.0-r19.trigger 01:56:07 #52 ... 01:56:07 01:56:07 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:07 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 35.65MB / 37.02MB 16.1s 01:56:07 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 16.4s done 01:56:08 #44 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 16.4s done 01:56:08 #44 ... 01:56:08 01:56:08 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:56:08 #65 DONE 16.8s 01:56:08 01:56:08 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:56:08 #42 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 13.4s done 01:56:08 #42 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 01:56:08 #42 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 01:56:08 #42 ... 01:56:08 01:56:08 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:56:08 #57 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:08 #57 ... 01:56:08 01:56:08 #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade 01:56:08 #72 ... 01:56:08 01:56:08 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:56:08 #60 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:08 #60 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:09 #60 ... 01:56:09 01:56:09 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:56:09 #54 11.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:09 #54 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:09 #54 ... 01:56:09 01:56:09 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:56:09 #73 ... 01:56:09 01:56:09 #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:56:09 #52 21.31 OK: 8 MiB in 17 packages 01:56:09 #52 DONE 23.2s 01:56:09 01:56:09 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:56:10 #74 ... 01:56:10 01:56:10 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:56:10 #58 12.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:10 #58 14.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:10 #58 ... 01:56:10 01:56:10 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:56:10 #57 22.11 (1/4) Installing dumb-init (1.2.5-r3) 01:56:10 #57 22.17 (2/4) Installing openssl (3.5.4-r0) 01:56:10 #57 22.26 (3/4) Installing su-exec (0.2-r3) 01:56:10 #57 22.48 (4/4) Installing yq-go (4.47.2-r2) 01:56:10 #57 ... 01:56:10 01:56:10 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:56:10 #69 DONE 17.8s 01:56:11 01:56:11 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:56:11 #75 ... 01:56:11 01:56:11 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:56:11 #59 13.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:11 #59 14.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:11 #59 ... 01:56:11 01:56:11 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 01:56:11 #68 18.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:13 #68 ... 01:56:13 01:56:13 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:56:13 #63 13.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:13 #63 15.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:13 #63 ... 01:56:13 01:56:13 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:13 #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0.6s 01:56:14 #44 ... 01:56:14 01:56:14 #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:56:14 #76 ... 01:56:14 01:56:14 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:14 #44 ... 01:56:14 01:56:14 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:56:14 #62 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:14 #62 16.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:14 #62 ... 01:56:14 01:56:14 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:15 #44 ... 01:56:15 01:56:15 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:56:15 #57 24.06 Executing busybox-1.37.0-r19.trigger 01:56:15 #57 24.28 OK: 20 MiB in 20 packages 01:56:15 #57 DONE 27.3s 01:56:15 01:56:15 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:17 #44 ... 01:56:17 01:56:17 #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:56:17 #66 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:17 #66 16.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:17 #66 ... 01:56:17 01:56:17 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:56:17 #42 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.2s 01:56:18 #42 ... 01:56:18 01:56:18 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:18 #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 5.8s 01:56:20 #44 ... 01:56:20 01:56:20 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:56:20 #54 24.73 (1/4) Installing ca-certificates (20250911-r0) 01:56:20 #54 25.22 (2/4) Installing dumb-init (1.2.5-r3) 01:56:20 #54 25.25 (3/4) Installing su-exec (0.2-r3) 01:56:20 #54 25.27 (4/4) Installing yq-go (4.47.2-r2) 01:56:20 #54 27.12 Executing busybox-1.37.0-r19.trigger 01:56:20 #54 27.33 Executing ca-certificates-20250911-r0.trigger 01:56:20 #54 28.47 OK: 19 MiB in 20 packages 01:56:20 #54 DONE 32.5s 01:56:20 01:56:20 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:56:20 #75 8.844 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:22 #146 ... 01:56:22 01:56:22 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:56:22 #149 DONE 170.0s 01:56:22 01:56:22 #128 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:56:22 #128 DONE 167.6s 01:56:22 01:56:22 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:56:22 #176 DONE 0.1s 01:56:22 01:56:22 #177 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:56:22 #177 DONE 0.1s 01:56:22 01:56:22 #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:56:22 #178 DONE 0.1s 01:56:22 01:56:22 #179 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:56:22 #179 DONE 0.2s 01:56:22 01:56:22 #180 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:56:22 #180 DONE 0.2s 01:56:22 01:56:22 #181 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:56:22 #181 DONE 0.1s 01:56:22 01:56:22 #182 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:56:22 #182 DONE 0.1s 01:56:22 01:56:22 #183 [core-command] exporting to image 01:56:22 #183 exporting layers 01:56:22 #183 exporting layers 0.2s done 01:56:22 #183 writing image sha256:b6176abf2e7187842bdd22ec4a200a321941803cec2b63a0e5f3b9447ccdb2d8 done 01:56:22 #183 naming to docker.io/library/core-command done 01:56:22 #183 DONE 0.3s 01:56:22 01:56:22 #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:56:22 #184 DONE 0.1s 01:56:22 01:56:22 #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:56:22 #185 DONE 0.2s 01:56:22 01:56:22 #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:56:22 #186 DONE 0.1s 01:56:22 01:56:22 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:56:22 #146 167.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:56:22 #146 ... 01:56:22 01:56:22 #187 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:56:22 #187 DONE 1.2s 01:56:22 01:56:22 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:56:22 #152 DONE 169.8s 01:56:22 01:56:22 #188 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:56:22 #188 DONE 0.1s 01:56:22 01:56:22 #189 [security-proxy-setup] exporting to image 01:56:22 #189 ... 01:56:22 01:56:22 #190 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:56:22 #190 DONE 0.1s 01:56:22 01:56:22 #189 [security-proxy-setup] exporting to image 01:56:22 #189 exporting layers 0.4s done 01:56:22 #189 writing image sha256:e2b1689ee7786c60c65d7257580c80c5694547952ec1f22e2fd684a1878e375e done 01:56:22 #189 naming to docker.io/library/security-proxy-setup 0.1s done 01:56:22 #189 DONE 0.6s 01:56:22 01:56:22 #191 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:56:22 #191 DONE 0.2s 01:56:22 01:56:22 #192 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:56:22 #192 DONE 0.1s 01:56:22 01:56:22 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:56:22 #150 ... 01:56:22 01:56:22 #193 [security-spiffe-token-provider] exporting to image 01:56:22 #193 exporting layers 0.2s done 01:56:22 #193 writing image sha256:3a2e6c996203d84f32a66f578d0ec037bcfa77b0fd999de7f19eeb830fbe9c57 done 01:56:22 #193 naming to docker.io/library/security-spiffe-token-provider done 01:56:22 #193 DONE 0.2s 01:56:22 01:56:22 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:56:22 #154 ... 01:56:22 01:56:22 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:56:22 #146 DONE 171.7s 01:56:22 01:56:22 #194 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:56:22 #194 DONE 0.0s 01:56:22 01:56:22 #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:56:22 #195 DONE 0.0s 01:56:22 01:56:22 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:56:22 #75 ... 01:56:22 01:56:22 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:56:22 #63 28.86 (1/2) Installing dumb-init (1.2.5-r3) 01:56:22 #63 28.93 (2/2) Installing su-exec (0.2-r3) 01:56:22 #63 29.01 Executing busybox-1.37.0-r19.trigger 01:56:22 #63 29.36 OK: 8 MiB in 18 packages 01:56:22 #63 DONE 32.8s 01:56:22 01:56:22 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:22 #44 ... 01:56:22 01:56:22 #70 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:56:22 #70 19.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:22 #70 21.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:22 #151 ... 01:56:22 01:56:22 #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:56:22 #196 DONE 0.0s 01:56:22 01:56:22 #197 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:56:22 #197 DONE 0.0s 01:56:22 01:56:22 #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:56:22 #198 DONE 0.1s 01:56:22 01:56:22 #199 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:56:23 #70 ... 01:56:23 01:56:23 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:23 #199 DONE 0.2s 01:56:23 01:56:23 #200 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:56:23 #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.9s 01:56:23 #44 ... 01:56:23 01:56:23 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 01:56:23 #42 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 15.8s done 01:56:23 #42 DONE 35.1s 01:56:23 01:56:23 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:23 #200 DONE 0.1s 01:56:23 01:56:23 #201 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:56:23 #201 DONE 0.0s 01:56:23 01:56:23 #202 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:56:23 #44 ... 01:56:23 01:56:23 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 01:56:23 #68 20.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:23 #68 ... 01:56:23 01:56:23 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:24 #202 ... 01:56:24 01:56:24 #116 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:56:24 #116 DONE 175.8s 01:56:24 01:56:24 #202 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:56:24 #202 DONE 1.0s 01:56:24 01:56:24 #203 [security-secretstore-setup] exporting to image 01:56:24 #203 ... 01:56:24 01:56:24 #204 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:56:24 #204 DONE 0.2s 01:56:24 #44 ... 01:56:24 01:56:24 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:56:24 #60 26.08 v3.22.2-308-gfeaeb3000e3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:56:24 #60 26.08 v3.22.2-307-g4886c13aeed [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:56:24 #60 26.08 OK: 26168 distinct packages available 01:56:24 #60 29.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:24 #60 32.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:24 01:56:24 #205 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:56:24 #205 DONE 0.2s 01:56:24 01:56:24 #203 [security-secretstore-setup] exporting to image 01:56:24 #203 exporting layers 0.5s done 01:56:24 #203 writing image sha256:778e932a97c05fbeb23b92c818a709e3ff24fc19f28917adfed607d8641071d9 done 01:56:24 #203 naming to docker.io/library/security-secretstore-setup done 01:56:24 #203 DONE 0.5s 01:56:24 01:56:24 #206 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:56:25 #206 DONE 0.4s 01:56:25 01:56:25 #207 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:56:25 #60 ... 01:56:25 01:56:25 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:25 #44 ... 01:56:25 01:56:25 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:56:25 #58 27.10 v3.22.2-308-gfeaeb3000e3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:56:25 #58 27.10 v3.22.2-307-g4886c13aeed [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:56:25 #58 27.10 OK: 26168 distinct packages available 01:56:25 #58 29.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:25 #58 32.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:25 #207 DONE 0.1s 01:56:25 01:56:25 #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:56:25 #208 DONE 0.1s 01:56:25 01:56:25 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:56:25 #58 ... 01:56:25 01:56:25 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:56:25 #67 21.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:25 #67 25.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:25 #67 ... 01:56:25 01:56:25 #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:56:25 #0 5.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:25 #0 9.483 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:25 #150 DONE 177.1s 01:56:25 01:56:25 #209 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:56:25 #209 ... 01:56:25 01:56:25 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:56:25 #147 DONE 177.2s 01:56:25 01:56:25 #204 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:56:25 #204 DONE 0.2s 01:56:25 01:56:25 #205 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:56:25 #205 DONE 0.2s 01:56:25 01:56:25 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:56:25 #210 CACHED 01:56:25 01:56:25 #211 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:56:25 #211 CACHED 01:56:25 01:56:25 #212 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:56:25 #77 ... 01:56:25 01:56:25 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:25 #212 ... 01:56:25 01:56:25 #213 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:56:25 #213 DONE 0.1s 01:56:25 #44 ... 01:56:25 01:56:25 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:56:25 #71 22.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:25 #71 25.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:26 01:56:26 #212 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:56:26 #212 DONE 0.2s 01:56:26 01:56:26 #214 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:56:26 #214 DONE 0.2s 01:56:26 01:56:26 #215 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:56:26 #215 ... 01:56:26 01:56:26 #216 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:56:26 #216 DONE 0.2s 01:56:26 01:56:26 #209 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:56:26 #209 DONE 0.8s 01:56:26 01:56:26 #215 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:56:26 #215 DONE 0.2s 01:56:26 01:56:26 #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:56:26 #217 DONE 0.1s 01:56:26 01:56:26 #218 [security-proxy-auth] exporting to image 01:56:26 #71 ... 01:56:26 01:56:26 #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade 01:56:26 #72 8.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:26 #72 11.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:26 #72 ... 01:56:26 01:56:26 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:26 #218 ... 01:56:26 01:56:26 #219 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:56:26 #219 DONE 0.1s 01:56:26 01:56:26 #218 [security-proxy-auth] exporting to image 01:56:26 #218 exporting layers 0.2s done 01:56:26 #218 writing image sha256:3e6809d8d842fff4aa6246e7be7ec9e150fb65ff93bbb0a81f1f7cfd22fca133 0.1s done 01:56:26 #218 naming to docker.io/library/security-proxy-auth 01:56:26 #218 naming to docker.io/library/security-proxy-auth done 01:56:26 #218 DONE 0.3s 01:56:26 01:56:26 #220 [core-data] exporting to image 01:56:26 #220 exporting layers 0.2s done 01:56:26 #220 writing image sha256:d7f3c2aa44edcbe3fa0898148aeb819219d3924196ec78f9191b8fa1c13ba08a done 01:56:26 #220 naming to docker.io/library/core-data done 01:56:26 #220 DONE 0.2s 01:56:26 01:56:26 #221 [core-metadata] exporting to image 01:56:26 #44 ... 01:56:26 01:56:26 #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:56:26 #76 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:26 #76 15.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:26 #76 ... 01:56:26 01:56:26 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:56:26 #62 28.68 (1/3) Installing ca-certificates (20250911-r0) 01:56:26 #62 29.25 (2/3) Installing dumb-init (1.2.5-r3) 01:56:26 #62 29.28 (3/3) Installing tzdata (2025c-r0) 01:56:26 #62 31.72 Executing busybox-1.37.0-r19.trigger 01:56:26 #62 32.04 Executing ca-certificates-20250911-r0.trigger 01:56:26 #62 34.06 OK: 8 MiB in 19 packages 01:56:26 #62 DONE 36.8s 01:56:26 01:56:26 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:26 #44 ... 01:56:26 01:56:26 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:56:26 #59 28.25 v3.22.2-308-gfeaeb3000e3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:56:26 #59 28.25 v3.22.2-307-g4886c13aeed [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:56:26 #59 28.25 OK: 26168 distinct packages available 01:56:26 #59 31.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:26 #59 35.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:27 #59 ... 01:56:27 01:56:27 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:56:27 #221 exporting layers 0.9s done 01:56:27 #221 writing image sha256:baee65aa2d24fce4b640ecb246340f6689b69986d768813f7d11dbf1171bb4db done 01:56:27 #221 naming to docker.io/library/core-metadata done 01:56:27 #221 DONE 1.0s 01:56:27 01:56:27 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:56:27 #78 ... 01:56:27 01:56:27 #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:56:27 #66 31.00 OK: 255 MiB in 60 packages 01:56:27 #66 DONE 34.1s 01:56:27 01:56:27 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:27 #44 ... 01:56:27 01:56:27 #79 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:56:27 #79 DONE 0.8s 01:56:27 01:56:27 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:28 #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.2s 01:56:28 #151 DONE 179.3s 01:56:28 01:56:28 #222 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:56:28 #222 DONE 0.0s 01:56:28 01:56:28 #223 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:56:28 #223 DONE 0.0s 01:56:28 01:56:28 #224 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:56:28 #224 DONE 0.2s 01:56:28 01:56:28 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:56:28 #44 ... 01:56:28 01:56:28 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:56:28 #73 10.22 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:28 #73 13.29 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:28 #73 ... 01:56:28 01:56:28 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:28 #154 DONE 177.9s 01:56:28 01:56:28 #225 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:56:28 #225 DONE 0.0s 01:56:28 01:56:28 #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:56:28 #226 DONE 0.0s 01:56:28 01:56:28 #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:56:28 #227 DONE 0.0s 01:56:28 01:56:28 #228 [support-notifications] exporting to image 01:56:28 #228 exporting layers 0.2s done 01:56:28 #228 writing image sha256:ae24ba8c8625647d309f9f17829fedeb8419b1ea5fbec2f018ee3096d176128b done 01:56:28 #228 naming to docker.io/library/support-notifications done 01:56:28 #228 DONE 0.2s 01:56:28 01:56:28 #229 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:56:29 #229 DONE 0.2s 01:56:29 01:56:29 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:56:29 #156 ... 01:56:29 01:56:29 #230 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:56:29 #230 DONE 0.0s 01:56:29 01:56:29 #231 [support-scheduler] exporting to image 01:56:29 #231 exporting layers 0.3s done 01:56:29 #231 writing image sha256:c3de0324be8a21a1cf5643bdb205beccc41454776cdc782cc8cef189a27d4793 done 01:56:29 #231 naming to docker.io/library/support-scheduler done 01:56:29 #231 DONE 0.3s 01:56:29 01:56:29 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:56:29 #44 ... 01:56:29 01:56:29 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:56:29 #0 6.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:29 #0 8.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:29 #80 ... 01:56:29 01:56:29 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:56:29 #74 10.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:29 #74 13.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:29 #74 ... 01:56:29 01:56:29 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:30 #156 DONE 159.1s 01:56:30 01:56:30 #232 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:56:30 #232 DONE 0.0s 01:56:30 01:56:30 #233 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:56:30 #233 DONE 0.2s 01:56:30 01:56:30 #234 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:56:30 #234 DONE 0.0s 01:56:30 01:56:30 #235 [core-keeper] exporting to image 01:56:30 #235 exporting layers 0.1s done 01:56:30 #235 writing image sha256:2ae3dbf8844ed29b522f207eb15ed8b94ef0cfe57b91bc26f5987c068eef70c1 done 01:56:30 #235 naming to docker.io/library/core-keeper done 01:56:30 #235 DONE 0.1s 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:56:30 time="2025-12-15T01:52:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:56:30 $ docker stop --time=1 7e1a8633a16f26d103b6a30c8738a86b08fe8069dcf72776d0a61af7e048a55c 01:56:31 $ docker rm -f --volumes 7e1a8633a16f26d103b6a30c8738a86b08fe8069dcf72776d0a61af7e048a55c [Pipeline] // withDockerContainer [Pipeline] sh 01:56:31 #44 ... 01:56:31 01:56:31 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 01:56:31 #68 35.87 OK: 255 MiB in 60 packages 01:56:31 #68 DONE 38.4s 01:56:31 01:56:31 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:32 + docker images 01:56:32 REPOSITORY TAG IMAGE ID CREATED SIZE 01:56:32 core-keeper latest 2ae3dbf8844e 1 second ago 46.8MB 01:56:32 support-notifications latest ae24ba8c8625 3 seconds ago 55.7MB 01:56:32 support-scheduler latest c3de0324be8a 3 seconds ago 52MB 01:56:32 core-metadata latest baee65aa2d24 5 seconds ago 47.9MB 01:56:32 core-data latest d7f3c2aa44ed 5 seconds ago 47.8MB 01:56:32 security-proxy-auth latest 3e6809d8d842 6 seconds ago 47MB 01:56:32 security-secretstore-setup latest 778e932a97c0 7 seconds ago 84.5MB 01:56:32 security-spiffe-token-provider latest 3a2e6c996203 10 seconds ago 51MB 01:56:32 security-proxy-setup latest e2b1689ee778 11 seconds ago 52.8MB 01:56:32 core-command latest b6176abf2e71 13 seconds ago 42.1MB 01:56:32 security-bootstrapper latest 439d674e66c2 About a minute ago 22.4MB 01:56:32 core-common-config-bootstrapper latest a3bbbeb3dd1b About a minute ago 21.3MB 01:56:32 security-spire-agent latest 688f9d7f0305 3 minutes ago 238MB 01:56:32 security-spire-config latest 6d29cd659f74 3 minutes ago 178MB 01:56:32 security-spire-server latest b8365a3fdfae 3 minutes ago 178MB 01:56:32 ci-base-image-x86_64 latest bfe9fd5bb362 6 minutes ago 999MB 01:56:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 2 months ago 636MB 01:56:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 6 months ago 573MB 01:56:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:56:32 provisioning config files... 01:56:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/933@tmp/config3226501134718053569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:56:32 #44 ... 01:56:32 01:56:32 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:56:32 #81 DONE 0.8s 01:56:32 01:56:32 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:32 #44 ... 01:56:32 01:56:32 #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:56:32 #0 4.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:32 #0 7.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:32 ---> ****-login.sh 01:56:32 nexus3.edgexfoundry.org:10001 01:56:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:32 Login Succeeded 01:56:32 nexus3.edgexfoundry.org:10002 01:56:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:32 Login Succeeded 01:56:32 nexus3.edgexfoundry.org:10003 01:56:32 #82 ... 01:56:32 01:56:32 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:56:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:32 Login Succeeded 01:56:32 nexus3.edgexfoundry.org:10004 01:56:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:32 Login Succeeded 01:56:32 ****.io 01:56:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:33 #44 ... 01:56:33 01:56:33 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:56:33 #75 12.08 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:33 Login Succeeded 01:56:33 ---> ****-login.sh ends [Pipeline] } 01:56:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:56:33 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:56:33 55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:33 latest 01:56:33 4.1.0-dev.82 01:56:33 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:33 main 01:56:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 01:56:33 #75 ... 01:56:33 01:56:33 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:33 #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 21.3s 01:56:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:33 + docker push nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:56:33 5b69f8412451: Preparing 01:56:33 3a1c7c3140d7: Preparing 01:56:33 6a91f1f38b9c: Preparing 01:56:33 f80f6a2e8b58: Preparing 01:56:33 2b2a3b96247a: Preparing 01:56:33 65826641023c: Preparing 01:56:33 256f393e029f: Preparing 01:56:33 65826641023c: Waiting 01:56:33 256f393e029f: Waiting 01:56:33 5b69f8412451: Pushed 01:56:33 f80f6a2e8b58: Pushed 01:56:33 6a91f1f38b9c: Pushed 01:56:33 256f393e029f: Layer already exists 01:56:33 65826641023c: Pushed 01:56:33 2b2a3b96247a: Pushed 01:56:34 #44 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 21.8s done 01:56:34 #44 DONE 46.4s 01:56:34 01:56:34 #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade 01:56:34 #72 27.23 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:56:34 #72 27.46 Executing busybox-1.37.0-r20.post-upgrade 01:56:35 #72 ... 01:56:35 01:56:35 #70 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:56:35 #70 40.14 OK: 255 MiB in 60 packages 01:56:35 #70 DONE 42.4s 01:56:35 01:56:35 #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade 01:56:35 #72 28.36 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:56:35 #72 28.38 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:56:35 #72 28.63 Executing busybox-1.37.0-r20.trigger 01:56:35 #72 28.87 OK: 8 MiB in 17 packages 01:56:36 #72 ... 01:56:36 01:56:36 #83 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:56:36 #83 DONE 0.7s 01:56:36 01:56:36 #84 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:56:37 3a1c7c3140d7: Pushed 01:56:37 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:37 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:56:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:56:37 5b69f8412451: Preparing 01:56:37 3a1c7c3140d7: Preparing 01:56:37 6a91f1f38b9c: Preparing 01:56:37 f80f6a2e8b58: Preparing 01:56:37 2b2a3b96247a: Preparing 01:56:37 65826641023c: Preparing 01:56:37 256f393e029f: Preparing 01:56:37 65826641023c: Waiting 01:56:37 256f393e029f: Waiting 01:56:37 6a91f1f38b9c: Layer already exists 01:56:37 2b2a3b96247a: Layer already exists 01:56:37 f80f6a2e8b58: Layer already exists 01:56:37 5b69f8412451: Layer already exists 01:56:37 3a1c7c3140d7: Layer already exists 01:56:37 65826641023c: Layer already exists 01:56:37 256f393e029f: Layer already exists 01:56:37 latest: digest: sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:38 #84 ... 01:56:38 01:56:38 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:56:38 #85 ... 01:56:38 01:56:38 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:56:38 #58 49.02 (1/13) Installing brotli-libs (1.1.0-r2) 01:56:38 #58 49.21 (2/13) Installing c-ares (1.34.6-r0) 01:56:38 #58 49.29 (3/13) Installing libunistring (1.3-r0) 01:56:38 #58 49.68 (4/13) Installing libidn2 (2.3.7-r0) 01:56:38 #58 49.76 (5/13) Installing nghttp2-libs (1.65.0-r0) 01:56:38 #58 49.83 (6/13) Installing libpsl (0.21.5-r3) 01:56:38 #58 49.87 (7/13) Installing zstd-libs (1.5.7-r0) 01:56:38 #58 50.11 (8/13) Installing libcurl (8.14.1-r2) 01:56:38 #58 50.23 (9/13) Installing curl (8.14.1-r2) 01:56:38 #58 50.29 (10/13) Installing dumb-init (1.2.5-r3) 01:56:38 #58 50.34 (11/13) Installing musl-obstack (1.2.3-r2) 01:56:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:38 #58 ... 01:56:38 01:56:38 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:56:38 #67 42.77 OK: 255 MiB in 60 packages 01:56:38 #67 DONE 45.1s 01:56:38 01:56:38 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:56:38 #58 50.38 (12/13) Installing libucontext (1.3.2-r0) 01:56:38 #58 50.47 (13/13) Installing gcompat (1.1.0-r4) 01:56:38 #58 50.54 Executing busybox-1.37.0-r19.trigger 01:56:38 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82 01:56:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:56:38 5b69f8412451: Preparing 01:56:38 3a1c7c3140d7: Preparing 01:56:38 6a91f1f38b9c: Preparing 01:56:38 f80f6a2e8b58: Preparing 01:56:38 2b2a3b96247a: Preparing 01:56:38 65826641023c: Preparing 01:56:38 256f393e029f: Preparing 01:56:38 65826641023c: Waiting 01:56:38 256f393e029f: Waiting 01:56:38 3a1c7c3140d7: Layer already exists 01:56:38 2b2a3b96247a: Layer already exists 01:56:38 f80f6a2e8b58: Layer already exists 01:56:38 5b69f8412451: Layer already exists 01:56:38 6a91f1f38b9c: Layer already exists 01:56:38 256f393e029f: Layer already exists 01:56:38 65826641023c: Layer already exists 01:56:38 4.1.0-dev.82: digest: sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:38 #58 50.83 OK: 13 MiB in 29 packages 01:56:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:38 #58 ... 01:56:38 01:56:38 #86 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:56:38 #86 DONE 0.6s 01:56:38 01:56:38 #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:56:38 #76 31.08 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:56:38 #76 31.60 Executing busybox-1.37.0-r20.post-upgrade 01:56:38 #76 32.56 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:56:38 #76 32.57 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:56:38 #76 32.59 Executing busybox-1.37.0-r20.trigger 01:56:38 #76 32.71 OK: 12 MiB in 23 packages 01:56:38 #76 DONE 34.9s 01:56:38 01:56:38 #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:56:39 + docker push nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:56:39 5b69f8412451: Preparing 01:56:39 3a1c7c3140d7: Preparing 01:56:39 6a91f1f38b9c: Preparing 01:56:39 f80f6a2e8b58: Preparing 01:56:39 2b2a3b96247a: Preparing 01:56:39 65826641023c: Preparing 01:56:39 256f393e029f: Preparing 01:56:39 65826641023c: Waiting 01:56:39 256f393e029f: Waiting 01:56:39 3a1c7c3140d7: Layer already exists 01:56:39 f80f6a2e8b58: Layer already exists 01:56:39 5b69f8412451: Layer already exists 01:56:39 6a91f1f38b9c: Layer already exists 01:56:39 2b2a3b96247a: Layer already exists 01:56:39 256f393e029f: Layer already exists 01:56:39 65826641023c: Layer already exists 01:56:39 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:39 #87 ... 01:56:39 01:56:39 #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 01:56:39 #72 DONE 32.7s 01:56:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:39 01:56:39 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:56:39 #74 28.35 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:56:39 #74 28.59 Executing busybox-1.37.0-r20.post-upgrade 01:56:39 #74 29.41 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:56:39 #74 29.43 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:56:39 #74 29.53 Executing busybox-1.37.0-r20.trigger 01:56:39 #74 29.80 OK: 8 MiB in 17 packages 01:56:39 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:56:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:56:39 5b69f8412451: Preparing 01:56:39 3a1c7c3140d7: Preparing 01:56:39 6a91f1f38b9c: Preparing 01:56:39 f80f6a2e8b58: Preparing 01:56:39 2b2a3b96247a: Preparing 01:56:39 65826641023c: Preparing 01:56:39 256f393e029f: Preparing 01:56:39 65826641023c: Waiting 01:56:39 256f393e029f: Waiting 01:56:39 3a1c7c3140d7: Layer already exists 01:56:39 2b2a3b96247a: Layer already exists 01:56:39 5b69f8412451: Layer already exists 01:56:39 f80f6a2e8b58: Layer already exists 01:56:39 6a91f1f38b9c: Layer already exists 01:56:39 65826641023c: Layer already exists 01:56:39 256f393e029f: Layer already exists 01:56:39 main: digest: sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:40 ===================================================== [Pipeline] echo 01:56:40 taggedImages: 01:56:40 - nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:40 - nexus3.edgexfoundry.org:10004/core-command:latest 01:56:40 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82 01:56:40 - nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:40 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:56:40 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:56:40 55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:40 latest 01:56:40 4.1.0-dev.82 01:56:40 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:40 main 01:56:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:40 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:56:40 ef21cea8983a: Preparing 01:56:40 7f9d2dcfb656: Preparing 01:56:40 84a109e20723: Preparing 01:56:40 8af6c9ffdbc3: Preparing 01:56:40 6a91f1f38b9c: Preparing 01:56:40 f80f6a2e8b58: Preparing 01:56:40 2b2a3b96247a: Preparing 01:56:40 65826641023c: Preparing 01:56:40 256f393e029f: Preparing 01:56:40 f80f6a2e8b58: Waiting 01:56:40 2b2a3b96247a: Waiting 01:56:40 65826641023c: Waiting 01:56:40 256f393e029f: Waiting 01:56:40 6a91f1f38b9c: Layer already exists 01:56:40 f80f6a2e8b58: Layer already exists 01:56:40 2b2a3b96247a: Layer already exists 01:56:40 65826641023c: Layer already exists 01:56:40 256f393e029f: Layer already exists 01:56:40 7f9d2dcfb656: Pushed 01:56:40 84a109e20723: Pushed 01:56:40 ef21cea8983a: Pushed 01:56:40 #74 ... 01:56:40 01:56:40 #60 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:56:40 #60 48.20 (1/5) Installing dumb-init (1.2.5-r3) 01:56:40 #60 48.22 (2/5) Installing musl-obstack (1.2.3-r2) 01:56:40 #60 48.25 (3/5) Installing libucontext (1.3.2-r0) 01:56:40 #60 48.29 (4/5) Installing gcompat (1.1.0-r4) 01:56:40 #60 48.34 (5/5) Installing openssl (3.5.4-r0) 01:56:40 #60 48.45 Executing busybox-1.37.0-r19.trigger 01:56:40 #60 48.63 OK: 9 MiB in 21 packages 01:56:40 #60 DONE 52.1s 01:56:41 01:56:41 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:56:41 #88 ... 01:56:41 01:56:41 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:56:41 #74 DONE 31.9s 01:56:41 01:56:41 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:56:41 #59 52.88 (1/4) Installing dumb-init (1.2.5-r3) 01:56:41 #59 52.90 (2/4) Installing musl-obstack (1.2.3-r2) 01:56:41 #59 52.96 (3/4) Installing libucontext (1.3.2-r0) 01:56:41 #59 53.00 (4/4) Installing gcompat (1.1.0-r4) 01:56:41 #59 53.03 Executing busybox-1.37.0-r19.trigger 01:56:41 #59 53.09 OK: 8 MiB in 20 packages 01:56:41 #59 ... 01:56:41 01:56:41 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:56:41 #78 5.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:41 #78 7.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:42 8af6c9ffdbc3: Pushed 01:56:42 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d size: 2195 [Pipeline] } 01:56:42 #78 ... 01:56:42 01:56:42 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:56:42 #58 DONE 54.2s 01:56:42 01:56:42 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:42 #89 ... 01:56:42 01:56:42 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:56:42 + 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 01:56:42 #90 ... 01:56:42 01:56:42 #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:56:42 #77 24.78 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:56:42 #77 25.06 Executing busybox-1.37.0-r20.post-upgrade 01:56:42 #77 25.82 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:56:42 #77 25.85 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:56:42 #77 25.87 Executing busybox-1.37.0-r20.trigger 01:56:42 #77 26.02 OK: 20 MiB in 20 packages 01:56:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:56:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:56:42 ef21cea8983a: Preparing 01:56:42 7f9d2dcfb656: Preparing 01:56:42 84a109e20723: Preparing 01:56:42 8af6c9ffdbc3: Preparing 01:56:42 6a91f1f38b9c: Preparing 01:56:42 f80f6a2e8b58: Preparing 01:56:42 2b2a3b96247a: Preparing 01:56:42 65826641023c: Preparing 01:56:42 256f393e029f: Preparing 01:56:42 f80f6a2e8b58: Waiting 01:56:42 2b2a3b96247a: Waiting 01:56:42 65826641023c: Waiting 01:56:42 256f393e029f: Waiting 01:56:42 84a109e20723: Layer already exists 01:56:42 6a91f1f38b9c: Layer already exists 01:56:42 8af6c9ffdbc3: Layer already exists 01:56:42 ef21cea8983a: Layer already exists 01:56:42 7f9d2dcfb656: Layer already exists 01:56:42 2b2a3b96247a: Layer already exists 01:56:42 256f393e029f: Layer already exists 01:56:42 65826641023c: Layer already exists 01:56:42 f80f6a2e8b58: Layer already exists 01:56:42 latest: digest: sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82 01:56:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:56:43 ef21cea8983a: Preparing 01:56:43 7f9d2dcfb656: Preparing 01:56:43 84a109e20723: Preparing 01:56:43 8af6c9ffdbc3: Preparing 01:56:43 6a91f1f38b9c: Preparing 01:56:43 f80f6a2e8b58: Preparing 01:56:43 2b2a3b96247a: Preparing 01:56:43 65826641023c: Preparing 01:56:43 256f393e029f: Preparing 01:56:43 f80f6a2e8b58: Waiting 01:56:43 2b2a3b96247a: Waiting 01:56:43 65826641023c: Waiting 01:56:43 256f393e029f: Waiting 01:56:43 84a109e20723: Layer already exists 01:56:43 7f9d2dcfb656: Layer already exists 01:56:43 6a91f1f38b9c: Layer already exists 01:56:43 8af6c9ffdbc3: Layer already exists 01:56:43 ef21cea8983a: Layer already exists 01:56:43 f80f6a2e8b58: Layer already exists 01:56:43 256f393e029f: Layer already exists 01:56:43 65826641023c: Layer already exists 01:56:43 2b2a3b96247a: Layer already exists 01:56:43 4.1.0-dev.82: digest: sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d size: 2195 [Pipeline] } [Pipeline] // withEnv 01:56:43 #77 ... 01:56:43 01:56:43 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:56:43 #75 30.67 OK: 255 MiB in 60 packages 01:56:43 #75 DONE 32.6s 01:56:43 01:56:43 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:56:43 #73 30.46 (1/1) Installing dumb-init (1.2.5-r3) 01:56:43 #73 31.71 Executing busybox-1.37.0-r19.trigger 01:56:43 #73 31.94 OK: 8 MiB in 17 packages 01:56:43 #73 DONE 35.3s 01:56:43 01:56:43 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:43 #91 ... 01:56:43 01:56:43 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:56:43 #59 DONE 55.5s 01:56:44 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:44 01:56:44 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:56:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:56:44 ef21cea8983a: Preparing 01:56:44 7f9d2dcfb656: Preparing 01:56:44 84a109e20723: Preparing 01:56:44 8af6c9ffdbc3: Preparing 01:56:44 6a91f1f38b9c: Preparing 01:56:44 f80f6a2e8b58: Preparing 01:56:44 2b2a3b96247a: Preparing 01:56:44 65826641023c: Preparing 01:56:44 256f393e029f: Preparing 01:56:44 f80f6a2e8b58: Waiting 01:56:44 2b2a3b96247a: Waiting 01:56:44 65826641023c: Waiting 01:56:44 256f393e029f: Waiting 01:56:44 ef21cea8983a: Layer already exists 01:56:44 84a109e20723: Layer already exists 01:56:44 7f9d2dcfb656: Layer already exists 01:56:44 8af6c9ffdbc3: Layer already exists 01:56:44 6a91f1f38b9c: Layer already exists 01:56:44 65826641023c: Layer already exists 01:56:44 2b2a3b96247a: Layer already exists 01:56:44 f80f6a2e8b58: Layer already exists 01:56:44 256f393e029f: Layer already exists 01:56:44 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d size: 2195 01:56:44 #92 ... 01:56:44 01:56:44 #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:56:44 #77 DONE 29.2s 01:56:44 01:56:44 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:44 #93 ... 01:56:44 01:56:44 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:56:44 #91 DONE 1.2s 01:56:44 + 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 01:56:45 01:56:45 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:56:45 #80 25.24 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:56:45 #80 25.39 Executing busybox-1.37.0-r20.post-upgrade 01:56:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:56:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:56:45 ef21cea8983a: Preparing 01:56:45 7f9d2dcfb656: Preparing 01:56:45 84a109e20723: Preparing 01:56:45 8af6c9ffdbc3: Preparing 01:56:45 6a91f1f38b9c: Preparing 01:56:45 f80f6a2e8b58: Preparing 01:56:45 2b2a3b96247a: Preparing 01:56:45 65826641023c: Preparing 01:56:45 256f393e029f: Preparing 01:56:45 f80f6a2e8b58: Waiting 01:56:45 2b2a3b96247a: Waiting 01:56:45 65826641023c: Waiting 01:56:45 256f393e029f: Waiting 01:56:45 6a91f1f38b9c: Layer already exists 01:56:45 7f9d2dcfb656: Layer already exists 01:56:45 84a109e20723: Layer already exists 01:56:45 ef21cea8983a: Layer already exists 01:56:45 8af6c9ffdbc3: Layer already exists 01:56:45 f80f6a2e8b58: Layer already exists 01:56:45 256f393e029f: Layer already exists 01:56:45 2b2a3b96247a: Layer already exists 01:56:45 65826641023c: Layer already exists 01:56:45 main: digest: sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:45 ===================================================== [Pipeline] echo 01:56:45 taggedImages: 01:56:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:56:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82 01:56:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:56:45 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:56:45 55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:45 latest 01:56:45 4.1.0-dev.82 01:56:45 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:45 main 01:56:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 01:56:45 #80 ... 01:56:45 01:56:45 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:56:45 #93 DONE 0.7s [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:45 01:56:45 #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:56:45 #82 22.84 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:56:45 #82 23.09 Executing busybox-1.37.0-r20.post-upgrade 01:56:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:45 + docker push nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:56:45 9a5805c43433: Preparing 01:56:45 958259bd87f2: Preparing 01:56:45 6a91f1f38b9c: Preparing 01:56:45 f80f6a2e8b58: Preparing 01:56:45 3ba3271004dc: Preparing 01:56:45 db450f15fd9c: Preparing 01:56:45 256f393e029f: Preparing 01:56:45 db450f15fd9c: Waiting 01:56:45 256f393e029f: Waiting 01:56:45 f80f6a2e8b58: Layer already exists 01:56:45 6a91f1f38b9c: Layer already exists 01:56:45 256f393e029f: Layer already exists 01:56:45 9a5805c43433: Pushed 01:56:45 db450f15fd9c: Pushed 01:56:45 3ba3271004dc: Pushed 01:56:46 #82 23.73 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:56:46 #82 24.01 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:56:46 #82 24.03 Executing busybox-1.37.0-r20.trigger 01:56:46 #82 24.07 OK: 8 MiB in 18 packages 01:56:46 #82 ... 01:56:46 01:56:46 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:56:46 #71 43.38 v3.22.2-308-gfeaeb3000e3 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 01:56:46 #71 43.38 v3.22.2-307-g4886c13aeed [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 01:56:46 #71 43.38 OK: 26170 distinct packages available 01:56:46 #71 46.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:46 #71 49.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:46 #71 ... 01:56:46 01:56:46 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:56:46 #80 26.18 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:56:46 #80 26.22 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:56:46 #80 26.25 Executing busybox-1.37.0-r20.trigger 01:56:46 #80 26.39 OK: 19 MiB in 20 packages 01:56:48 #80 ... 01:56:48 01:56:48 #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:56:48 #82 DONE 25.8s 01:56:48 01:56:48 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:56:48 #80 DONE 28.8s 01:56:48 01:56:48 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:56:50 958259bd87f2: Pushed 01:56:50 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:50 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:56:50 9a5805c43433: Preparing 01:56:50 958259bd87f2: Preparing 01:56:50 6a91f1f38b9c: Preparing 01:56:50 f80f6a2e8b58: Preparing 01:56:50 3ba3271004dc: Preparing 01:56:50 db450f15fd9c: Preparing 01:56:50 256f393e029f: Preparing 01:56:50 db450f15fd9c: Waiting 01:56:50 256f393e029f: Waiting 01:56:50 958259bd87f2: Layer already exists 01:56:50 f80f6a2e8b58: Layer already exists 01:56:50 3ba3271004dc: Layer already exists 01:56:50 9a5805c43433: Layer already exists 01:56:50 6a91f1f38b9c: Layer already exists 01:56:50 db450f15fd9c: Layer already exists 01:56:50 256f393e029f: Layer already exists 01:56:50 latest: digest: sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:51 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82 01:56:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:56:51 9a5805c43433: Preparing 01:56:51 958259bd87f2: Preparing 01:56:51 6a91f1f38b9c: Preparing 01:56:51 f80f6a2e8b58: Preparing 01:56:51 3ba3271004dc: Preparing 01:56:51 db450f15fd9c: Preparing 01:56:51 256f393e029f: Preparing 01:56:51 db450f15fd9c: Waiting 01:56:51 256f393e029f: Waiting 01:56:51 9a5805c43433: Layer already exists 01:56:51 958259bd87f2: Layer already exists 01:56:51 6a91f1f38b9c: Layer already exists 01:56:51 f80f6a2e8b58: Layer already exists 01:56:51 3ba3271004dc: Layer already exists 01:56:51 db450f15fd9c: Layer already exists 01:56:51 256f393e029f: Layer already exists 01:56:51 4.1.0-dev.82: digest: sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:51 #94 ... 01:56:51 01:56:51 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:56:51 #78 20.21 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:56:51 #78 20.35 Executing busybox-1.37.0-r20.post-upgrade 01:56:51 #78 20.70 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:56:51 #78 20.71 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:56:51 #78 20.71 Executing busybox-1.37.0-r20.trigger 01:56:51 #78 20.83 OK: 8 MiB in 19 packages 01:56:51 #78 DONE 24.9s 01:56:51 01:56:51 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:56:51 #71 58.44 OK: 255 MiB in 60 packages 01:56:52 + docker push nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:56:52 9a5805c43433: Preparing 01:56:52 958259bd87f2: Preparing 01:56:52 6a91f1f38b9c: Preparing 01:56:52 f80f6a2e8b58: Preparing 01:56:52 3ba3271004dc: Preparing 01:56:52 db450f15fd9c: Preparing 01:56:52 256f393e029f: Preparing 01:56:52 db450f15fd9c: Waiting 01:56:52 256f393e029f: Waiting 01:56:52 f80f6a2e8b58: Layer already exists 01:56:52 958259bd87f2: Layer already exists 01:56:52 6a91f1f38b9c: Layer already exists 01:56:52 9a5805c43433: Layer already exists 01:56:52 3ba3271004dc: Layer already exists 01:56:52 db450f15fd9c: Layer already exists 01:56:52 256f393e029f: Layer already exists 01:56:52 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } 01:56:52 #71 ... 01:56:52 01:56:52 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:56:52 #94 DONE 3.9s 01:56:52 01:56:52 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:56:52 #95 DONE 0.2s 01:56:52 01:56:52 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:56:52 #92 4.654 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:52 #92 6.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:52 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:56:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:56:52 9a5805c43433: Preparing 01:56:52 958259bd87f2: Preparing 01:56:52 6a91f1f38b9c: Preparing 01:56:52 f80f6a2e8b58: Preparing 01:56:52 3ba3271004dc: Preparing 01:56:52 db450f15fd9c: Preparing 01:56:52 256f393e029f: Preparing 01:56:52 256f393e029f: Waiting 01:56:52 db450f15fd9c: Waiting 01:56:52 9a5805c43433: Layer already exists 01:56:52 6a91f1f38b9c: Layer already exists 01:56:52 f80f6a2e8b58: Layer already exists 01:56:52 958259bd87f2: Layer already exists 01:56:52 3ba3271004dc: Layer already exists 01:56:52 db450f15fd9c: Layer already exists 01:56:52 256f393e029f: Layer already exists 01:56:52 main: digest: sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:52 ===================================================== [Pipeline] echo 01:56:52 taggedImages: 01:56:52 - nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:52 - nexus3.edgexfoundry.org:10004/core-data:latest 01:56:52 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82 01:56:52 - nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:52 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:56:52 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:56:52 55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:52 latest 01:56:52 4.1.0-dev.82 01:56:52 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:52 main 01:56:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:53 #92 ... 01:56:53 01:56:53 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:56:53 #71 DONE 59.8s 01:56:53 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:53 01:56:53 #96 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:56:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:56:53 70a9a5efe051: Preparing 01:56:53 85a6b4a48b14: Preparing 01:56:53 f80f6a2e8b58: Preparing 01:56:53 f677e0de23ab: Preparing 01:56:53 1f1052956470: Preparing 01:56:53 256f393e029f: Preparing 01:56:53 256f393e029f: Waiting 01:56:53 f80f6a2e8b58: Layer already exists 01:56:53 256f393e029f: Layer already exists 01:56:53 f677e0de23ab: Pushed 01:56:53 1f1052956470: Pushed 01:56:53 70a9a5efe051: Pushed 01:56:53 #96 DONE 0.6s 01:56:53 01:56:53 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:56:53 #89 5.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:53 #89 7.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:53 #89 ... 01:56:53 01:56:53 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:56:54 #97 ... 01:56:54 01:56:54 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:56:55 #98 ... 01:56:55 01:56:55 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:56:55 #88 6.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 01:56:55 #88 7.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 01:56:55 #88 13.31 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:56:55 #88 13.36 Executing busybox-1.37.0-r20.post-upgrade 01:56:55 #88 13.84 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:56:55 #88 13.85 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:56:55 #88 13.86 Executing busybox-1.37.0-r20.trigger 01:56:55 #88 13.92 OK: 9 MiB in 21 packages 01:56:55 #88 ... 01:56:55 01:56:55 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:56:55 #89 13.59 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:56:55 #89 13.71 Executing busybox-1.37.0-r20.post-upgrade 01:56:56 #89 ... 01:56:56 01:56:56 #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:56:56 #88 DONE 15.3s 01:56:56 01:56:56 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:56:56 #89 14.13 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:56:56 #89 14.15 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:56:56 #89 14.21 Executing busybox-1.37.0-r20.trigger 01:56:56 #89 14.37 OK: 13 MiB in 29 packages 01:56:56 85a6b4a48b14: Pushed 01:56:57 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:57 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:57 #89 ... 01:56:57 01:56:57 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:56:57 #99 DONE 1.7s 01:56:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:56:57 70a9a5efe051: Preparing 01:56:57 85a6b4a48b14: Preparing 01:56:57 f80f6a2e8b58: Preparing 01:56:57 f677e0de23ab: Preparing 01:56:57 1f1052956470: Preparing 01:56:57 256f393e029f: Preparing 01:56:57 256f393e029f: Waiting 01:56:57 85a6b4a48b14: Layer already exists 01:56:57 1f1052956470: Layer already exists 01:56:57 f677e0de23ab: Layer already exists 01:56:57 f80f6a2e8b58: Layer already exists 01:56:57 70a9a5efe051: Layer already exists 01:56:57 256f393e029f: Layer already exists 01:56:57 latest: digest: sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:57 01:56:57 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:56:58 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:58 #100 ... 01:56:58 01:56:58 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:56:58 #89 DONE 16.2s 01:56:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82 01:56:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:56:58 70a9a5efe051: Preparing 01:56:58 85a6b4a48b14: Preparing 01:56:58 f80f6a2e8b58: Preparing 01:56:58 f677e0de23ab: Preparing 01:56:58 1f1052956470: Preparing 01:56:58 256f393e029f: Preparing 01:56:58 256f393e029f: Waiting 01:56:58 1f1052956470: Layer already exists 01:56:58 85a6b4a48b14: Layer already exists 01:56:58 70a9a5efe051: Layer already exists 01:56:58 f677e0de23ab: Layer already exists 01:56:58 f80f6a2e8b58: Layer already exists 01:56:58 256f393e029f: Layer already exists 01:56:58 4.1.0-dev.82: digest: sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:58 01:56:58 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:56:58 #92 12.96 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 01:56:58 #92 13.06 Executing busybox-1.37.0-r20.post-upgrade 01:56:58 #92 13.74 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 01:56:58 #92 13.74 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 01:56:58 #92 13.79 Executing busybox-1.37.0-r20.trigger 01:56:58 #92 13.93 OK: 8 MiB in 20 packages 01:56:58 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:56:59 70a9a5efe051: Preparing 01:56:59 85a6b4a48b14: Preparing 01:56:59 f80f6a2e8b58: Preparing 01:56:59 f677e0de23ab: Preparing 01:56:59 1f1052956470: Preparing 01:56:59 256f393e029f: Preparing 01:56:59 256f393e029f: Waiting 01:56:59 f80f6a2e8b58: Layer already exists 01:56:59 70a9a5efe051: Layer already exists 01:56:59 f677e0de23ab: Layer already exists 01:56:59 85a6b4a48b14: Layer already exists 01:56:59 1f1052956470: Layer already exists 01:56:59 256f393e029f: Layer already exists 01:56:59 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 size: 1572 [Pipeline] } 01:56:59 #92 ... 01:56:59 01:56:59 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:56:59 #101 DONE 2.8s 01:56:59 01:56:59 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:59 #102 DONE 0.4s 01:56:59 01:56:59 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:56:59 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:59 #92 ... 01:56:59 01:56:59 #103 [security-spire-server stage-2 6/9] COPY security.txt / 01:56:59 #103 DONE 0.2s 01:56:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:56:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:56:59 70a9a5efe051: Preparing 01:56:59 85a6b4a48b14: Preparing 01:56:59 f80f6a2e8b58: Preparing 01:56:59 f677e0de23ab: Preparing 01:56:59 1f1052956470: Preparing 01:56:59 256f393e029f: Preparing 01:56:59 256f393e029f: Waiting 01:56:59 f677e0de23ab: Layer already exists 01:56:59 f80f6a2e8b58: Layer already exists 01:56:59 1f1052956470: Layer already exists 01:56:59 70a9a5efe051: Layer already exists 01:56:59 85a6b4a48b14: Layer already exists 01:56:59 256f393e029f: Layer already exists 01:56:59 main: digest: sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:56:59 ===================================================== [Pipeline] echo 01:56:59 taggedImages: 01:56:59 - nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:59 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:56:59 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82 01:56:59 - nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:59 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:56:59 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:56:59 55f62612875c19bb2ff18f787e56d4631b1703b5 01:56:59 latest 01:56:59 4.1.0-dev.82 01:56:59 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:56:59 main 01:56:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:59 01:56:59 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:56:59 #92 DONE 15.7s 01:56:59 01:56:59 #104 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:57:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:00 #104 ... 01:57:00 01:57:00 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:57:00 #105 DONE 0.6s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:00 01:57:00 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:57:00 #106 DONE 0.3s 01:57:00 01:57:00 #104 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:57:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:57:00 e89261deadfc: Preparing 01:57:00 252203c5f4b7: Preparing 01:57:00 562ff63ee30b: Preparing 01:57:00 6a91f1f38b9c: Preparing 01:57:00 f80f6a2e8b58: Preparing 01:57:00 2b2a3b96247a: Preparing 01:57:00 65826641023c: Preparing 01:57:00 256f393e029f: Preparing 01:57:00 2b2a3b96247a: Waiting 01:57:00 256f393e029f: Waiting 01:57:00 65826641023c: Waiting 01:57:00 f80f6a2e8b58: Layer already exists 01:57:00 6a91f1f38b9c: Layer already exists 01:57:00 2b2a3b96247a: Layer already exists 01:57:00 65826641023c: Layer already exists 01:57:00 256f393e029f: Layer already exists 01:57:00 252203c5f4b7: Pushed 01:57:00 e89261deadfc: Pushed 01:57:01 #104 ... 01:57:01 01:57:01 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:57:01 #107 DONE 0.4s 01:57:01 01:57:01 #108 [security-spire-server] exporting to image 01:57:01 #108 exporting layers 01:57:01 #108 ... 01:57:01 01:57:01 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:57:01 #100 DONE 4.0s 01:57:01 01:57:01 #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:57:01 #109 DONE 0.3s 01:57:01 01:57:01 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:57:02 #90 ... 01:57:02 01:57:02 #110 [security-spire-agent stage-3 7/10] COPY security.txt / 01:57:02 #110 DONE 0.3s 01:57:02 01:57:02 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:57:02 #85 ... 01:57:02 01:57:02 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:57:02 #111 DONE 0.4s 01:57:02 01:57:02 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:57:03 #112 DONE 0.2s 01:57:03 01:57:03 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:57:03 #113 DONE 0.5s 01:57:03 01:57:03 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:57:03 #85 ... 01:57:03 01:57:03 #108 [security-spire-agent] exporting to image 01:57:04 #108 ... 01:57:04 01:57:04 #104 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:57:04 #104 DONE 4.7s 01:57:04 01:57:04 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:57:04 562ff63ee30b: Pushed 01:57:04 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:04 #114 DONE 0.4s 01:57:04 01:57:04 #115 [security-spire-config stage-2 6/10] COPY security.txt / 01:57:05 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:57:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:57:05 e89261deadfc: Preparing 01:57:05 252203c5f4b7: Preparing 01:57:05 562ff63ee30b: Preparing 01:57:05 6a91f1f38b9c: Preparing 01:57:05 f80f6a2e8b58: Preparing 01:57:05 2b2a3b96247a: Preparing 01:57:05 65826641023c: Preparing 01:57:05 256f393e029f: Preparing 01:57:05 2b2a3b96247a: Waiting 01:57:05 65826641023c: Waiting 01:57:05 256f393e029f: Waiting 01:57:05 e89261deadfc: Layer already exists 01:57:05 6a91f1f38b9c: Layer already exists 01:57:05 252203c5f4b7: Layer already exists 01:57:05 f80f6a2e8b58: Layer already exists 01:57:05 562ff63ee30b: Layer already exists 01:57:05 2b2a3b96247a: Layer already exists 01:57:05 256f393e029f: Layer already exists 01:57:05 65826641023c: Layer already exists 01:57:05 latest: digest: sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 size: 1988 [Pipeline] } [Pipeline] // withEnv 01:57:05 #115 DONE 0.5s 01:57:05 01:57:05 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:05 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:06 #116 DONE 0.5s 01:57:06 01:57:06 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:57:06 #90 ... 01:57:06 01:57:06 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:57:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82 01:57:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:57:06 e89261deadfc: Preparing 01:57:06 252203c5f4b7: Preparing 01:57:06 562ff63ee30b: Preparing 01:57:06 6a91f1f38b9c: Preparing 01:57:06 f80f6a2e8b58: Preparing 01:57:06 2b2a3b96247a: Preparing 01:57:06 65826641023c: Preparing 01:57:06 256f393e029f: Preparing 01:57:06 2b2a3b96247a: Waiting 01:57:06 65826641023c: Waiting 01:57:06 256f393e029f: Waiting 01:57:06 f80f6a2e8b58: Layer already exists 01:57:06 562ff63ee30b: Layer already exists 01:57:06 252203c5f4b7: Layer already exists 01:57:06 6a91f1f38b9c: Layer already exists 01:57:06 e89261deadfc: Layer already exists 01:57:06 65826641023c: Layer already exists 01:57:06 2b2a3b96247a: Layer already exists 01:57:06 256f393e029f: Layer already exists 01:57:06 4.1.0-dev.82: digest: sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:06 #117 DONE 0.4s 01:57:06 01:57:06 #108 [security-spire-agent] exporting to image 01:57:06 #108 exporting layers 5.3s done 01:57:06 #108 writing image sha256:2b5db6cba552937627486de7f1f9a40409db5e87f861da1e02d005538cb7a79f 01:57:06 #108 writing image sha256:2b5db6cba552937627486de7f1f9a40409db5e87f861da1e02d005538cb7a79f 0.0s done 01:57:06 #108 naming to docker.io/library/security-spire-server-arm64 0.0s done 01:57:06 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:06 #108 ... 01:57:06 01:57:06 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:57:06 #118 DONE 0.4s 01:57:06 01:57:06 #108 [security-spire-config] exporting to image 01:57:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:57:06 e89261deadfc: Preparing 01:57:06 252203c5f4b7: Preparing 01:57:06 562ff63ee30b: Preparing 01:57:06 6a91f1f38b9c: Preparing 01:57:06 f80f6a2e8b58: Preparing 01:57:06 2b2a3b96247a: Preparing 01:57:06 65826641023c: Preparing 01:57:06 256f393e029f: Preparing 01:57:06 2b2a3b96247a: Waiting 01:57:06 65826641023c: Waiting 01:57:06 256f393e029f: Waiting 01:57:06 562ff63ee30b: Layer already exists 01:57:06 f80f6a2e8b58: Layer already exists 01:57:06 6a91f1f38b9c: Layer already exists 01:57:06 e89261deadfc: Layer already exists 01:57:06 252203c5f4b7: Layer already exists 01:57:06 2b2a3b96247a: Layer already exists 01:57:06 65826641023c: Layer already exists 01:57:06 256f393e029f: Layer already exists 01:57:06 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:07 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:57:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:57:07 e89261deadfc: Preparing 01:57:07 252203c5f4b7: Preparing 01:57:07 562ff63ee30b: Preparing 01:57:07 6a91f1f38b9c: Preparing 01:57:07 f80f6a2e8b58: Preparing 01:57:07 2b2a3b96247a: Preparing 01:57:07 65826641023c: Preparing 01:57:07 256f393e029f: Preparing 01:57:07 2b2a3b96247a: Waiting 01:57:07 65826641023c: Waiting 01:57:07 256f393e029f: Waiting 01:57:07 6a91f1f38b9c: Layer already exists 01:57:07 252203c5f4b7: Layer already exists 01:57:07 f80f6a2e8b58: Layer already exists 01:57:07 562ff63ee30b: Layer already exists 01:57:07 e89261deadfc: Layer already exists 01:57:07 65826641023c: Layer already exists 01:57:07 2b2a3b96247a: Layer already exists 01:57:07 256f393e029f: Layer already exists 01:57:07 main: digest: sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:07 ===================================================== [Pipeline] echo 01:57:07 taggedImages: 01:57:07 - nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:07 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:57:07 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82 01:57:07 - nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:07 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:57:07 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:57:07 55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:07 latest 01:57:07 4.1.0-dev.82 01:57:07 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:07 main 01:57:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:07 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:08 #108 exporting layers 4.6s done 01:57:08 #108 writing image sha256:f20ebec3bfd87b31456b61ca86d8df49cc408a843ba920bcfb9e43cd8205b7e8 01:57:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:57:08 b457c5cff1d6: Preparing 01:57:08 c68306755349: Preparing 01:57:08 588ee4ce9f71: Preparing 01:57:08 d72dc594b0b8: Preparing 01:57:08 fb366ee9dd36: Preparing 01:57:08 5b33b089d923: Preparing 01:57:08 01994683fe11: Preparing 01:57:08 6a91f1f38b9c: Preparing 01:57:08 f80f6a2e8b58: Preparing 01:57:08 7b9654f482f1: Preparing 01:57:08 7192714fe561: Preparing 01:57:08 5f70bf18a086: Preparing 01:57:08 88898be5041c: Preparing 01:57:08 cb3727ae0684: Preparing 01:57:08 d115d7f2258b: Preparing 01:57:08 256f393e029f: Preparing 01:57:08 7b9654f482f1: Waiting 01:57:08 7192714fe561: Waiting 01:57:08 5f70bf18a086: Waiting 01:57:08 88898be5041c: Waiting 01:57:08 cb3727ae0684: Waiting 01:57:08 5b33b089d923: Waiting 01:57:08 d115d7f2258b: Waiting 01:57:08 256f393e029f: Waiting 01:57:08 01994683fe11: Waiting 01:57:08 6a91f1f38b9c: Waiting 01:57:08 f80f6a2e8b58: Waiting 01:57:08 fb366ee9dd36: Pushed 01:57:08 b457c5cff1d6: Pushed 01:57:08 d72dc594b0b8: Pushed 01:57:08 c68306755349: Pushed 01:57:08 588ee4ce9f71: Pushed 01:57:08 6a91f1f38b9c: Layer already exists 01:57:08 f80f6a2e8b58: Layer already exists 01:57:08 5f70bf18a086: Layer already exists 01:57:08 5b33b089d923: Pushed 01:57:08 #108 writing image sha256:f20ebec3bfd87b31456b61ca86d8df49cc408a843ba920bcfb9e43cd8205b7e8 0.0s done 01:57:08 #108 naming to docker.io/library/security-spire-agent-arm64 0.0s done 01:57:08 7b9654f482f1: Pushed 01:57:08 7192714fe561: Pushed 01:57:08 88898be5041c: Pushed 01:57:08 256f393e029f: Layer already exists 01:57:08 d115d7f2258b: Pushed 01:57:08 cb3727ae0684: Pushed 01:57:09 #108 exporting layers 2.8s done 01:57:09 #108 writing image sha256:dd2f25129999872ab1a0e282126958473095ae7d420ad822e73315daf5905bdd 0.0s done 01:57:09 #108 naming to docker.io/library/security-spire-config-arm64 0.0s done 01:57:09 #108 DONE 8.6s 01:57:09 01:57:09 #84 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:57:09 01994683fe11: Pushed 01:57:09 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:10 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:57:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:57:10 b457c5cff1d6: Preparing 01:57:10 c68306755349: Preparing 01:57:10 588ee4ce9f71: Preparing 01:57:10 d72dc594b0b8: Preparing 01:57:10 fb366ee9dd36: Preparing 01:57:10 5b33b089d923: Preparing 01:57:10 01994683fe11: Preparing 01:57:10 6a91f1f38b9c: Preparing 01:57:10 f80f6a2e8b58: Preparing 01:57:10 7b9654f482f1: Preparing 01:57:10 7192714fe561: Preparing 01:57:10 5f70bf18a086: Preparing 01:57:10 88898be5041c: Preparing 01:57:10 cb3727ae0684: Preparing 01:57:10 d115d7f2258b: Preparing 01:57:10 256f393e029f: Preparing 01:57:10 cb3727ae0684: Waiting 01:57:10 d115d7f2258b: Waiting 01:57:10 256f393e029f: Waiting 01:57:10 f80f6a2e8b58: Waiting 01:57:10 88898be5041c: Waiting 01:57:10 7192714fe561: Waiting 01:57:10 7b9654f482f1: Waiting 01:57:10 5f70bf18a086: Waiting 01:57:10 5b33b089d923: Waiting 01:57:10 01994683fe11: Waiting 01:57:10 6a91f1f38b9c: Waiting 01:57:10 c68306755349: Layer already exists 01:57:10 d72dc594b0b8: Layer already exists 01:57:10 588ee4ce9f71: Layer already exists 01:57:10 b457c5cff1d6: Layer already exists 01:57:10 fb366ee9dd36: Layer already exists 01:57:10 5b33b089d923: Layer already exists 01:57:10 01994683fe11: Layer already exists 01:57:10 6a91f1f38b9c: Layer already exists 01:57:10 f80f6a2e8b58: Layer already exists 01:57:10 7b9654f482f1: Layer already exists 01:57:10 5f70bf18a086: Layer already exists 01:57:10 7192714fe561: Layer already exists 01:57:10 88898be5041c: Layer already exists 01:57:10 cb3727ae0684: Layer already exists 01:57:10 d115d7f2258b: Layer already exists 01:57:10 256f393e029f: Layer already exists 01:57:10 latest: digest: sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:10 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82 01:57:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:57:11 b457c5cff1d6: Preparing 01:57:11 c68306755349: Preparing 01:57:11 588ee4ce9f71: Preparing 01:57:11 d72dc594b0b8: Preparing 01:57:11 fb366ee9dd36: Preparing 01:57:11 5b33b089d923: Preparing 01:57:11 01994683fe11: Preparing 01:57:11 6a91f1f38b9c: Preparing 01:57:11 f80f6a2e8b58: Preparing 01:57:11 6a91f1f38b9c: Waiting 01:57:11 5b33b089d923: Waiting 01:57:11 01994683fe11: Waiting 01:57:11 7b9654f482f1: Preparing 01:57:11 7192714fe561: Preparing 01:57:11 5f70bf18a086: Preparing 01:57:11 88898be5041c: Preparing 01:57:11 cb3727ae0684: Preparing 01:57:11 7192714fe561: Waiting 01:57:11 7b9654f482f1: Waiting 01:57:11 f80f6a2e8b58: Waiting 01:57:11 5f70bf18a086: Waiting 01:57:11 88898be5041c: Waiting 01:57:11 d115d7f2258b: Preparing 01:57:11 256f393e029f: Preparing 01:57:11 cb3727ae0684: Waiting 01:57:11 256f393e029f: Waiting 01:57:11 d115d7f2258b: Waiting 01:57:11 c68306755349: Layer already exists 01:57:11 fb366ee9dd36: Layer already exists 01:57:11 d72dc594b0b8: Layer already exists 01:57:11 588ee4ce9f71: Layer already exists 01:57:11 b457c5cff1d6: Layer already exists 01:57:11 01994683fe11: Layer already exists 01:57:11 5b33b089d923: Layer already exists 01:57:11 6a91f1f38b9c: Layer already exists 01:57:11 7b9654f482f1: Layer already exists 01:57:11 f80f6a2e8b58: Layer already exists 01:57:11 88898be5041c: Layer already exists 01:57:11 d115d7f2258b: Layer already exists 01:57:11 cb3727ae0684: Layer already exists 01:57:11 5f70bf18a086: Layer already exists 01:57:11 7192714fe561: Layer already exists 01:57:11 256f393e029f: Layer already exists 01:57:11 4.1.0-dev.82: digest: sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:11 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:57:11 b457c5cff1d6: Preparing 01:57:11 c68306755349: Preparing 01:57:11 588ee4ce9f71: Preparing 01:57:11 d72dc594b0b8: Preparing 01:57:11 fb366ee9dd36: Preparing 01:57:11 5b33b089d923: Preparing 01:57:11 01994683fe11: Preparing 01:57:11 6a91f1f38b9c: Preparing 01:57:11 f80f6a2e8b58: Preparing 01:57:11 7b9654f482f1: Preparing 01:57:11 7192714fe561: Preparing 01:57:11 5f70bf18a086: Preparing 01:57:11 88898be5041c: Preparing 01:57:11 cb3727ae0684: Preparing 01:57:11 d115d7f2258b: Preparing 01:57:11 256f393e029f: Preparing 01:57:11 7b9654f482f1: Waiting 01:57:11 7192714fe561: Waiting 01:57:11 5f70bf18a086: Waiting 01:57:11 88898be5041c: Waiting 01:57:11 5b33b089d923: Waiting 01:57:11 01994683fe11: Waiting 01:57:11 6a91f1f38b9c: Waiting 01:57:11 f80f6a2e8b58: Waiting 01:57:11 256f393e029f: Waiting 01:57:11 cb3727ae0684: Waiting 01:57:11 d115d7f2258b: Waiting 01:57:11 fb366ee9dd36: Layer already exists 01:57:11 588ee4ce9f71: Layer already exists 01:57:11 b457c5cff1d6: Layer already exists 01:57:11 c68306755349: Layer already exists 01:57:11 d72dc594b0b8: Layer already exists 01:57:11 5b33b089d923: Layer already exists 01:57:11 6a91f1f38b9c: Layer already exists 01:57:11 01994683fe11: Layer already exists 01:57:11 f80f6a2e8b58: Layer already exists 01:57:11 7b9654f482f1: Layer already exists 01:57:11 5f70bf18a086: Layer already exists 01:57:11 7192714fe561: Layer already exists 01:57:11 d115d7f2258b: Layer already exists 01:57:11 88898be5041c: Layer already exists 01:57:11 cb3727ae0684: Layer already exists 01:57:11 256f393e029f: Layer already exists 01:57:11 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:12 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:57:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:57:12 b457c5cff1d6: Preparing 01:57:12 c68306755349: Preparing 01:57:12 588ee4ce9f71: Preparing 01:57:12 d72dc594b0b8: Preparing 01:57:12 fb366ee9dd36: Preparing 01:57:12 5b33b089d923: Preparing 01:57:12 01994683fe11: Preparing 01:57:12 6a91f1f38b9c: Preparing 01:57:12 f80f6a2e8b58: Preparing 01:57:12 7b9654f482f1: Preparing 01:57:12 7192714fe561: Preparing 01:57:12 5f70bf18a086: Preparing 01:57:12 88898be5041c: Preparing 01:57:12 cb3727ae0684: Preparing 01:57:12 d115d7f2258b: Preparing 01:57:12 256f393e029f: Preparing 01:57:12 01994683fe11: Waiting 01:57:12 6a91f1f38b9c: Waiting 01:57:12 f80f6a2e8b58: Waiting 01:57:12 5f70bf18a086: Waiting 01:57:12 7b9654f482f1: Waiting 01:57:12 88898be5041c: Waiting 01:57:12 cb3727ae0684: Waiting 01:57:12 d115d7f2258b: Waiting 01:57:12 256f393e029f: Waiting 01:57:12 7192714fe561: Waiting 01:57:12 5b33b089d923: Waiting 01:57:12 b457c5cff1d6: Layer already exists 01:57:12 588ee4ce9f71: Layer already exists 01:57:12 fb366ee9dd36: Layer already exists 01:57:12 d72dc594b0b8: Layer already exists 01:57:12 c68306755349: Layer already exists 01:57:12 f80f6a2e8b58: Layer already exists 01:57:12 01994683fe11: Layer already exists 01:57:12 5b33b089d923: Layer already exists 01:57:12 6a91f1f38b9c: Layer already exists 01:57:12 7b9654f482f1: Layer already exists 01:57:12 7192714fe561: Layer already exists 01:57:12 5f70bf18a086: Layer already exists 01:57:12 d115d7f2258b: Layer already exists 01:57:12 88898be5041c: Layer already exists 01:57:12 cb3727ae0684: Layer already exists 01:57:12 256f393e029f: Layer already exists 01:57:12 main: digest: sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:12 ===================================================== [Pipeline] echo 01:57:12 taggedImages: 01:57:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:57:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82 01:57:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:57:12 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:57:12 55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:12 latest 01:57:12 4.1.0-dev.82 01:57:12 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:12 main 01:57:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:13 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:57:13 245d166b8a21: Preparing 01:57:13 a0acefae0dc9: Preparing 01:57:13 b2816368c102: Preparing 01:57:13 de0c1ac034d9: Preparing 01:57:13 6a91f1f38b9c: Preparing 01:57:13 f80f6a2e8b58: Preparing 01:57:13 2b2a3b96247a: Preparing 01:57:13 65826641023c: Preparing 01:57:13 256f393e029f: Preparing 01:57:13 f80f6a2e8b58: Waiting 01:57:13 2b2a3b96247a: Waiting 01:57:13 65826641023c: Waiting 01:57:13 256f393e029f: Waiting 01:57:13 6a91f1f38b9c: Layer already exists 01:57:13 f80f6a2e8b58: Layer already exists 01:57:13 2b2a3b96247a: Layer already exists 01:57:13 b2816368c102: Pushed 01:57:13 65826641023c: Layer already exists 01:57:13 245d166b8a21: Pushed 01:57:13 a0acefae0dc9: Pushed 01:57:13 256f393e029f: Layer already exists 01:57:17 de0c1ac034d9: Pushed 01:57:17 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:17 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:57:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:57:18 245d166b8a21: Preparing 01:57:18 a0acefae0dc9: Preparing 01:57:18 b2816368c102: Preparing 01:57:18 de0c1ac034d9: Preparing 01:57:18 6a91f1f38b9c: Preparing 01:57:18 f80f6a2e8b58: Preparing 01:57:18 2b2a3b96247a: Preparing 01:57:18 65826641023c: Preparing 01:57:18 256f393e029f: Preparing 01:57:18 2b2a3b96247a: Waiting 01:57:18 65826641023c: Waiting 01:57:18 f80f6a2e8b58: Waiting 01:57:18 256f393e029f: Waiting 01:57:18 a0acefae0dc9: Layer already exists 01:57:18 245d166b8a21: Layer already exists 01:57:18 de0c1ac034d9: Layer already exists 01:57:18 b2816368c102: Layer already exists 01:57:18 6a91f1f38b9c: Layer already exists 01:57:18 f80f6a2e8b58: Layer already exists 01:57:18 2b2a3b96247a: Layer already exists 01:57:18 256f393e029f: Layer already exists 01:57:18 65826641023c: Layer already exists 01:57:18 latest: digest: sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:18 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82 01:57:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:57:18 245d166b8a21: Preparing 01:57:18 a0acefae0dc9: Preparing 01:57:18 b2816368c102: Preparing 01:57:18 de0c1ac034d9: Preparing 01:57:18 6a91f1f38b9c: Preparing 01:57:18 f80f6a2e8b58: Preparing 01:57:18 2b2a3b96247a: Preparing 01:57:18 65826641023c: Preparing 01:57:18 256f393e029f: Preparing 01:57:18 f80f6a2e8b58: Waiting 01:57:18 2b2a3b96247a: Waiting 01:57:18 65826641023c: Waiting 01:57:18 256f393e029f: Waiting 01:57:18 245d166b8a21: Layer already exists 01:57:18 a0acefae0dc9: Layer already exists 01:57:18 6a91f1f38b9c: Layer already exists 01:57:18 b2816368c102: Layer already exists 01:57:18 de0c1ac034d9: Layer already exists 01:57:18 f80f6a2e8b58: Layer already exists 01:57:18 65826641023c: Layer already exists 01:57:18 2b2a3b96247a: Layer already exists 01:57:18 256f393e029f: Layer already exists 01:57:18 4.1.0-dev.82: digest: sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:57:19 245d166b8a21: Preparing 01:57:19 a0acefae0dc9: Preparing 01:57:19 b2816368c102: Preparing 01:57:19 de0c1ac034d9: Preparing 01:57:19 6a91f1f38b9c: Preparing 01:57:19 f80f6a2e8b58: Preparing 01:57:19 2b2a3b96247a: Preparing 01:57:19 65826641023c: Preparing 01:57:19 256f393e029f: Preparing 01:57:19 65826641023c: Waiting 01:57:19 f80f6a2e8b58: Waiting 01:57:19 256f393e029f: Waiting 01:57:19 a0acefae0dc9: Layer already exists 01:57:19 de0c1ac034d9: Layer already exists 01:57:19 245d166b8a21: Layer already exists 01:57:19 6a91f1f38b9c: Layer already exists 01:57:19 b2816368c102: Layer already exists 01:57:19 2b2a3b96247a: Layer already exists 01:57:19 256f393e029f: Layer already exists 01:57:19 65826641023c: Layer already exists 01:57:19 f80f6a2e8b58: Layer already exists 01:57:19 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:57:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:57:20 245d166b8a21: Preparing 01:57:20 a0acefae0dc9: Preparing 01:57:20 b2816368c102: Preparing 01:57:20 de0c1ac034d9: Preparing 01:57:20 6a91f1f38b9c: Preparing 01:57:20 f80f6a2e8b58: Preparing 01:57:20 2b2a3b96247a: Preparing 01:57:20 65826641023c: Preparing 01:57:20 256f393e029f: Preparing 01:57:20 2b2a3b96247a: Waiting 01:57:20 256f393e029f: Waiting 01:57:20 65826641023c: Waiting 01:57:20 f80f6a2e8b58: Waiting 01:57:20 6a91f1f38b9c: Layer already exists 01:57:20 a0acefae0dc9: Layer already exists 01:57:20 245d166b8a21: Layer already exists 01:57:20 b2816368c102: Layer already exists 01:57:20 de0c1ac034d9: Layer already exists 01:57:20 2b2a3b96247a: Layer already exists 01:57:20 f80f6a2e8b58: Layer already exists 01:57:20 65826641023c: Layer already exists 01:57:20 256f393e029f: Layer already exists 01:57:20 main: digest: sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:20 ===================================================== [Pipeline] echo 01:57:20 taggedImages: 01:57:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:57:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82 01:57:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:57:20 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:57:20 55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:20 latest 01:57:20 4.1.0-dev.82 01:57:20 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:20 main 01:57:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:57:21 4383cf1926fe: Preparing 01:57:21 dc41ec72164d: Preparing 01:57:21 b323b604cc6c: Preparing 01:57:21 e540a763a629: Preparing 01:57:21 0455c986f6ee: Preparing 01:57:21 6a91f1f38b9c: Preparing 01:57:21 f80f6a2e8b58: Preparing 01:57:21 2c5ba4d40769: Preparing 01:57:21 cf7e9e8dcde4: Preparing 01:57:21 718d68070932: Preparing 01:57:21 256f393e029f: Preparing 01:57:21 cf7e9e8dcde4: Waiting 01:57:21 2c5ba4d40769: Waiting 01:57:21 f80f6a2e8b58: Waiting 01:57:21 718d68070932: Waiting 01:57:21 256f393e029f: Waiting 01:57:21 6a91f1f38b9c: Waiting 01:57:21 e540a763a629: Pushed 01:57:21 0455c986f6ee: Pushed 01:57:21 6a91f1f38b9c: Layer already exists 01:57:21 dc41ec72164d: Pushed 01:57:21 4383cf1926fe: Pushed 01:57:21 f80f6a2e8b58: Layer already exists 01:57:21 256f393e029f: Layer already exists 01:57:21 2c5ba4d40769: Pushed 01:57:21 cf7e9e8dcde4: Pushed 01:57:23 718d68070932: Pushed 01:57:23 b323b604cc6c: Pushed 01:57:23 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:24 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:57:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:57:24 4383cf1926fe: Preparing 01:57:24 dc41ec72164d: Preparing 01:57:24 b323b604cc6c: Preparing 01:57:24 e540a763a629: Preparing 01:57:24 0455c986f6ee: Preparing 01:57:24 6a91f1f38b9c: Preparing 01:57:24 f80f6a2e8b58: Preparing 01:57:24 2c5ba4d40769: Preparing 01:57:24 cf7e9e8dcde4: Preparing 01:57:24 718d68070932: Preparing 01:57:24 256f393e029f: Preparing 01:57:24 f80f6a2e8b58: Waiting 01:57:24 718d68070932: Waiting 01:57:24 2c5ba4d40769: Waiting 01:57:24 cf7e9e8dcde4: Waiting 01:57:24 256f393e029f: Waiting 01:57:24 6a91f1f38b9c: Waiting 01:57:24 4383cf1926fe: Layer already exists 01:57:24 dc41ec72164d: Layer already exists 01:57:24 0455c986f6ee: Layer already exists 01:57:24 b323b604cc6c: Layer already exists 01:57:24 e540a763a629: Layer already exists 01:57:24 6a91f1f38b9c: Layer already exists 01:57:24 2c5ba4d40769: Layer already exists 01:57:24 718d68070932: Layer already exists 01:57:24 cf7e9e8dcde4: Layer already exists 01:57:24 f80f6a2e8b58: Layer already exists 01:57:24 256f393e029f: Layer already exists 01:57:24 latest: digest: sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:24 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82 01:57:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:57:25 4383cf1926fe: Preparing 01:57:25 dc41ec72164d: Preparing 01:57:25 b323b604cc6c: Preparing 01:57:25 e540a763a629: Preparing 01:57:25 0455c986f6ee: Preparing 01:57:25 6a91f1f38b9c: Preparing 01:57:25 f80f6a2e8b58: Preparing 01:57:25 2c5ba4d40769: Preparing 01:57:25 cf7e9e8dcde4: Preparing 01:57:25 718d68070932: Preparing 01:57:25 256f393e029f: Preparing 01:57:25 6a91f1f38b9c: Waiting 01:57:25 f80f6a2e8b58: Waiting 01:57:25 718d68070932: Waiting 01:57:25 2c5ba4d40769: Waiting 01:57:25 256f393e029f: Waiting 01:57:25 cf7e9e8dcde4: Waiting 01:57:25 4383cf1926fe: Layer already exists 01:57:25 dc41ec72164d: Layer already exists 01:57:25 e540a763a629: Layer already exists 01:57:25 b323b604cc6c: Layer already exists 01:57:25 0455c986f6ee: Layer already exists 01:57:25 6a91f1f38b9c: Layer already exists 01:57:25 cf7e9e8dcde4: Layer already exists 01:57:25 2c5ba4d40769: Layer already exists 01:57:25 f80f6a2e8b58: Layer already exists 01:57:25 718d68070932: Layer already exists 01:57:25 256f393e029f: Layer already exists 01:57:25 4.1.0-dev.82: digest: sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:57:25 4383cf1926fe: Preparing 01:57:25 dc41ec72164d: Preparing 01:57:25 b323b604cc6c: Preparing 01:57:25 e540a763a629: Preparing 01:57:25 0455c986f6ee: Preparing 01:57:25 6a91f1f38b9c: Preparing 01:57:25 f80f6a2e8b58: Preparing 01:57:25 2c5ba4d40769: Preparing 01:57:25 cf7e9e8dcde4: Preparing 01:57:25 718d68070932: Preparing 01:57:25 256f393e029f: Preparing 01:57:25 2c5ba4d40769: Waiting 01:57:25 cf7e9e8dcde4: Waiting 01:57:25 718d68070932: Waiting 01:57:25 6a91f1f38b9c: Waiting 01:57:25 f80f6a2e8b58: Waiting 01:57:25 256f393e029f: Waiting 01:57:25 e540a763a629: Layer already exists 01:57:25 dc41ec72164d: Layer already exists 01:57:25 4383cf1926fe: Layer already exists 01:57:25 b323b604cc6c: Layer already exists 01:57:25 0455c986f6ee: Layer already exists 01:57:25 6a91f1f38b9c: Layer already exists 01:57:25 cf7e9e8dcde4: Layer already exists 01:57:25 718d68070932: Layer already exists 01:57:25 2c5ba4d40769: Layer already exists 01:57:25 f80f6a2e8b58: Layer already exists 01:57:25 256f393e029f: Layer already exists 01:57:25 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:57:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:57:26 4383cf1926fe: Preparing 01:57:26 dc41ec72164d: Preparing 01:57:26 b323b604cc6c: Preparing 01:57:26 e540a763a629: Preparing 01:57:26 0455c986f6ee: Preparing 01:57:26 6a91f1f38b9c: Preparing 01:57:26 f80f6a2e8b58: Preparing 01:57:26 2c5ba4d40769: Preparing 01:57:26 cf7e9e8dcde4: Preparing 01:57:26 718d68070932: Preparing 01:57:26 256f393e029f: Preparing 01:57:26 2c5ba4d40769: Waiting 01:57:26 cf7e9e8dcde4: Waiting 01:57:26 718d68070932: Waiting 01:57:26 6a91f1f38b9c: Waiting 01:57:26 f80f6a2e8b58: Waiting 01:57:26 256f393e029f: Waiting 01:57:26 4383cf1926fe: Layer already exists 01:57:26 0455c986f6ee: Layer already exists 01:57:26 e540a763a629: Layer already exists 01:57:26 b323b604cc6c: Layer already exists 01:57:26 dc41ec72164d: Layer already exists 01:57:26 2c5ba4d40769: Layer already exists 01:57:26 f80f6a2e8b58: Layer already exists 01:57:26 718d68070932: Layer already exists 01:57:26 6a91f1f38b9c: Layer already exists 01:57:26 cf7e9e8dcde4: Layer already exists 01:57:26 256f393e029f: Layer already exists 01:57:26 main: digest: sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:26 ===================================================== [Pipeline] echo 01:57:26 taggedImages: 01:57:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:57:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82 01:57:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:57:26 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:57:26 55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:26 latest 01:57:26 4.1.0-dev.82 01:57:26 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:26 main 01:57:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:57:27 f79ca6a68c10: Preparing 01:57:27 9f2dc899ba04: Preparing 01:57:27 8e50029b37fd: Preparing 01:57:27 7d25439c810a: Preparing 01:57:27 1a9b0e42af1a: Preparing 01:57:27 ae58a5aeb5ad: Preparing 01:57:27 c000820f5063: Preparing 01:57:27 6a91f1f38b9c: Preparing 01:57:27 f80f6a2e8b58: Preparing 01:57:27 f0c19ea43172: Preparing 01:57:27 e078c93ed4c7: Preparing 01:57:27 ae58a5aeb5ad: Waiting 01:57:27 c000820f5063: Waiting 01:57:27 6a91f1f38b9c: Waiting 01:57:27 f80f6a2e8b58: Waiting 01:57:27 f0c19ea43172: Waiting 01:57:27 256f393e029f: Preparing 01:57:27 e078c93ed4c7: Waiting 01:57:27 256f393e029f: Waiting 01:57:27 9f2dc899ba04: Pushed 01:57:27 1a9b0e42af1a: Pushed 01:57:27 f79ca6a68c10: Pushed 01:57:27 6a91f1f38b9c: Layer already exists 01:57:27 f80f6a2e8b58: Layer already exists 01:57:27 c000820f5063: Pushed 01:57:27 ae58a5aeb5ad: Pushed 01:57:27 256f393e029f: Layer already exists 01:57:27 f0c19ea43172: Pushed 01:57:29 e078c93ed4c7: Pushed 01:57:29 7d25439c810a: Pushed 01:57:30 8e50029b37fd: Pushed 01:57:30 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:30 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:57:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:57:30 f79ca6a68c10: Preparing 01:57:30 9f2dc899ba04: Preparing 01:57:30 8e50029b37fd: Preparing 01:57:30 7d25439c810a: Preparing 01:57:30 1a9b0e42af1a: Preparing 01:57:30 ae58a5aeb5ad: Preparing 01:57:30 c000820f5063: Preparing 01:57:30 6a91f1f38b9c: Preparing 01:57:30 f80f6a2e8b58: Preparing 01:57:30 f0c19ea43172: Preparing 01:57:30 e078c93ed4c7: Preparing 01:57:30 256f393e029f: Preparing 01:57:30 c000820f5063: Waiting 01:57:30 6a91f1f38b9c: Waiting 01:57:30 f80f6a2e8b58: Waiting 01:57:30 e078c93ed4c7: Waiting 01:57:30 f0c19ea43172: Waiting 01:57:30 256f393e029f: Waiting 01:57:30 ae58a5aeb5ad: Waiting 01:57:30 1a9b0e42af1a: Layer already exists 01:57:30 f79ca6a68c10: Layer already exists 01:57:30 9f2dc899ba04: Layer already exists 01:57:30 8e50029b37fd: Layer already exists 01:57:30 7d25439c810a: Layer already exists 01:57:30 ae58a5aeb5ad: Layer already exists 01:57:30 c000820f5063: Layer already exists 01:57:30 6a91f1f38b9c: Layer already exists 01:57:30 f0c19ea43172: Layer already exists 01:57:30 f80f6a2e8b58: Layer already exists 01:57:30 e078c93ed4c7: Layer already exists 01:57:30 256f393e029f: Layer already exists 01:57:30 latest: digest: sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82 01:57:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:57:31 f79ca6a68c10: Preparing 01:57:31 9f2dc899ba04: Preparing 01:57:31 8e50029b37fd: Preparing 01:57:31 7d25439c810a: Preparing 01:57:31 1a9b0e42af1a: Preparing 01:57:31 ae58a5aeb5ad: Preparing 01:57:31 c000820f5063: Preparing 01:57:31 6a91f1f38b9c: Preparing 01:57:31 f80f6a2e8b58: Preparing 01:57:31 f0c19ea43172: Preparing 01:57:31 e078c93ed4c7: Preparing 01:57:31 256f393e029f: Preparing 01:57:31 6a91f1f38b9c: Waiting 01:57:31 f80f6a2e8b58: Waiting 01:57:31 f0c19ea43172: Waiting 01:57:31 e078c93ed4c7: Waiting 01:57:31 ae58a5aeb5ad: Waiting 01:57:31 256f393e029f: Waiting 01:57:31 c000820f5063: Waiting 01:57:31 9f2dc899ba04: Layer already exists 01:57:31 7d25439c810a: Layer already exists 01:57:31 8e50029b37fd: Layer already exists 01:57:31 1a9b0e42af1a: Layer already exists 01:57:31 f79ca6a68c10: Layer already exists 01:57:31 ae58a5aeb5ad: Layer already exists 01:57:31 c000820f5063: Layer already exists 01:57:31 f0c19ea43172: Layer already exists 01:57:31 6a91f1f38b9c: Layer already exists 01:57:31 f80f6a2e8b58: Layer already exists 01:57:31 e078c93ed4c7: Layer already exists 01:57:31 256f393e029f: Layer already exists 01:57:31 4.1.0-dev.82: digest: sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:57:32 f79ca6a68c10: Preparing 01:57:32 9f2dc899ba04: Preparing 01:57:32 8e50029b37fd: Preparing 01:57:32 7d25439c810a: Preparing 01:57:32 1a9b0e42af1a: Preparing 01:57:32 ae58a5aeb5ad: Preparing 01:57:32 c000820f5063: Preparing 01:57:32 6a91f1f38b9c: Preparing 01:57:32 f80f6a2e8b58: Preparing 01:57:32 f0c19ea43172: Preparing 01:57:32 ae58a5aeb5ad: Waiting 01:57:32 c000820f5063: Waiting 01:57:32 6a91f1f38b9c: Waiting 01:57:32 f80f6a2e8b58: Waiting 01:57:32 e078c93ed4c7: Preparing 01:57:32 256f393e029f: Preparing 01:57:32 e078c93ed4c7: Waiting 01:57:32 f0c19ea43172: Waiting 01:57:32 256f393e029f: Waiting 01:57:32 8e50029b37fd: Layer already exists 01:57:32 f79ca6a68c10: Layer already exists 01:57:32 7d25439c810a: Layer already exists 01:57:32 1a9b0e42af1a: Layer already exists 01:57:32 9f2dc899ba04: Layer already exists 01:57:32 ae58a5aeb5ad: Layer already exists 01:57:32 f80f6a2e8b58: Layer already exists 01:57:32 c000820f5063: Layer already exists 01:57:32 f0c19ea43172: Layer already exists 01:57:32 6a91f1f38b9c: Layer already exists 01:57:32 e078c93ed4c7: Layer already exists 01:57:32 256f393e029f: Layer already exists 01:57:32 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:57:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:57:32 f79ca6a68c10: Preparing 01:57:32 9f2dc899ba04: Preparing 01:57:32 8e50029b37fd: Preparing 01:57:32 7d25439c810a: Preparing 01:57:32 1a9b0e42af1a: Preparing 01:57:32 ae58a5aeb5ad: Preparing 01:57:32 c000820f5063: Preparing 01:57:32 6a91f1f38b9c: Preparing 01:57:32 f80f6a2e8b58: Preparing 01:57:32 f0c19ea43172: Preparing 01:57:32 e078c93ed4c7: Preparing 01:57:32 256f393e029f: Preparing 01:57:32 f0c19ea43172: Waiting 01:57:32 c000820f5063: Waiting 01:57:32 e078c93ed4c7: Waiting 01:57:32 256f393e029f: Waiting 01:57:32 6a91f1f38b9c: Waiting 01:57:32 f80f6a2e8b58: Waiting 01:57:32 ae58a5aeb5ad: Waiting 01:57:32 1a9b0e42af1a: Layer already exists 01:57:32 f79ca6a68c10: Layer already exists 01:57:32 8e50029b37fd: Layer already exists 01:57:32 9f2dc899ba04: Layer already exists 01:57:32 7d25439c810a: Layer already exists 01:57:32 ae58a5aeb5ad: Layer already exists 01:57:32 c000820f5063: Layer already exists 01:57:32 f80f6a2e8b58: Layer already exists 01:57:32 6a91f1f38b9c: Layer already exists 01:57:32 f0c19ea43172: Layer already exists 01:57:32 e078c93ed4c7: Layer already exists 01:57:32 256f393e029f: Layer already exists 01:57:32 main: digest: sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:32 ===================================================== [Pipeline] echo 01:57:33 taggedImages: 01:57:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:57:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82 01:57:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:57:33 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:57:33 55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:33 latest 01:57:33 4.1.0-dev.82 01:57:33 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:33 main 01:57:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:57:33 5ad938c5969e: Preparing 01:57:33 1a1c7a3d03e2: Preparing 01:57:33 6a91f1f38b9c: Preparing 01:57:33 f80f6a2e8b58: Preparing 01:57:33 850476c3d8e3: Preparing 01:57:33 39e0299378b0: Preparing 01:57:33 256f393e029f: Preparing 01:57:33 39e0299378b0: Waiting 01:57:33 256f393e029f: Waiting 01:57:33 6a91f1f38b9c: Layer already exists 01:57:33 f80f6a2e8b58: Layer already exists 01:57:33 256f393e029f: Layer already exists 01:57:33 5ad938c5969e: Pushed 01:57:33 850476c3d8e3: Pushed 01:57:34 39e0299378b0: Pushed 01:57:37 1a1c7a3d03e2: Pushed 01:57:37 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:37 + 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 01:57:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:57:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:57:37 5ad938c5969e: Preparing 01:57:37 1a1c7a3d03e2: Preparing 01:57:37 6a91f1f38b9c: Preparing 01:57:37 f80f6a2e8b58: Preparing 01:57:37 850476c3d8e3: Preparing 01:57:37 39e0299378b0: Preparing 01:57:37 256f393e029f: Preparing 01:57:37 39e0299378b0: Waiting 01:57:37 256f393e029f: Waiting 01:57:37 1a1c7a3d03e2: Layer already exists 01:57:37 f80f6a2e8b58: Layer already exists 01:57:37 5ad938c5969e: Layer already exists 01:57:37 6a91f1f38b9c: Layer already exists 01:57:37 850476c3d8e3: Layer already exists 01:57:37 39e0299378b0: Layer already exists 01:57:37 256f393e029f: Layer already exists 01:57:37 latest: digest: sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:38 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82 01:57:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:57:38 5ad938c5969e: Preparing 01:57:38 1a1c7a3d03e2: Preparing 01:57:38 6a91f1f38b9c: Preparing 01:57:38 f80f6a2e8b58: Preparing 01:57:38 850476c3d8e3: Preparing 01:57:38 39e0299378b0: Preparing 01:57:38 256f393e029f: Preparing 01:57:38 39e0299378b0: Waiting 01:57:38 256f393e029f: Waiting 01:57:38 5ad938c5969e: Layer already exists 01:57:38 1a1c7a3d03e2: Layer already exists 01:57:38 f80f6a2e8b58: Layer already exists 01:57:38 850476c3d8e3: Layer already exists 01:57:38 6a91f1f38b9c: Layer already exists 01:57:38 256f393e029f: Layer already exists 01:57:38 39e0299378b0: Layer already exists 01:57:38 4.1.0-dev.82: digest: sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:38 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:57:39 5ad938c5969e: Preparing 01:57:39 1a1c7a3d03e2: Preparing 01:57:39 6a91f1f38b9c: Preparing 01:57:39 f80f6a2e8b58: Preparing 01:57:39 850476c3d8e3: Preparing 01:57:39 39e0299378b0: Preparing 01:57:39 256f393e029f: Preparing 01:57:39 256f393e029f: Waiting 01:57:39 39e0299378b0: Waiting 01:57:39 f80f6a2e8b58: Layer already exists 01:57:39 6a91f1f38b9c: Layer already exists 01:57:39 1a1c7a3d03e2: Layer already exists 01:57:39 5ad938c5969e: Layer already exists 01:57:39 850476c3d8e3: Layer already exists 01:57:39 39e0299378b0: Layer already exists 01:57:39 256f393e029f: Layer already exists 01:57:39 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:39 + 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 01:57:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:57:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:57:39 5ad938c5969e: Preparing 01:57:39 1a1c7a3d03e2: Preparing 01:57:39 6a91f1f38b9c: Preparing 01:57:39 f80f6a2e8b58: Preparing 01:57:39 850476c3d8e3: Preparing 01:57:39 39e0299378b0: Preparing 01:57:39 256f393e029f: Preparing 01:57:39 39e0299378b0: Waiting 01:57:39 256f393e029f: Waiting 01:57:39 f80f6a2e8b58: Layer already exists 01:57:39 6a91f1f38b9c: Layer already exists 01:57:39 850476c3d8e3: Layer already exists 01:57:39 1a1c7a3d03e2: Layer already exists 01:57:39 5ad938c5969e: Layer already exists 01:57:39 39e0299378b0: Layer already exists 01:57:39 256f393e029f: Layer already exists 01:57:39 main: digest: sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:39 ===================================================== [Pipeline] echo 01:57:39 taggedImages: 01:57:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:57:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82 01:57:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:57:39 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:57:39 55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:39 latest 01:57:39 4.1.0-dev.82 01:57:39 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:39 main 01:57:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:57:40 c0f518457aca: Preparing 01:57:40 53761e4ffd06: Preparing 01:57:40 60f3577e20ab: Preparing 01:57:40 6a91f1f38b9c: Preparing 01:57:40 f80f6a2e8b58: Preparing 01:57:40 d18b18317ff1: Preparing 01:57:40 75d7b159e87a: Preparing 01:57:40 f40c36ceee9e: Preparing 01:57:40 d21486da0891: Preparing 01:57:40 256f393e029f: Preparing 01:57:40 75d7b159e87a: Waiting 01:57:40 f40c36ceee9e: Waiting 01:57:40 d21486da0891: Waiting 01:57:40 d18b18317ff1: Waiting 01:57:40 256f393e029f: Waiting 01:57:40 6a91f1f38b9c: Layer already exists 01:57:40 f80f6a2e8b58: Layer already exists 01:57:40 60f3577e20ab: Pushed 01:57:40 53761e4ffd06: Pushed 01:57:40 c0f518457aca: Pushed 01:57:40 256f393e029f: Layer already exists 01:57:40 f40c36ceee9e: Pushed 01:57:41 d21486da0891: Pushed 01:57:46 75d7b159e87a: Pushed 01:57:54 d18b18317ff1: Pushed 01:57:54 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:54 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:57:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:57:55 c0f518457aca: Preparing 01:57:55 53761e4ffd06: Preparing 01:57:55 60f3577e20ab: Preparing 01:57:55 6a91f1f38b9c: Preparing 01:57:55 f80f6a2e8b58: Preparing 01:57:55 d18b18317ff1: Preparing 01:57:55 75d7b159e87a: Preparing 01:57:55 f40c36ceee9e: Preparing 01:57:55 d21486da0891: Preparing 01:57:55 256f393e029f: Preparing 01:57:55 d18b18317ff1: Waiting 01:57:55 75d7b159e87a: Waiting 01:57:55 f40c36ceee9e: Waiting 01:57:55 d21486da0891: Waiting 01:57:55 256f393e029f: Waiting 01:57:55 c0f518457aca: Layer already exists 01:57:55 f80f6a2e8b58: Layer already exists 01:57:55 60f3577e20ab: Layer already exists 01:57:55 6a91f1f38b9c: Layer already exists 01:57:55 53761e4ffd06: Layer already exists 01:57:55 d18b18317ff1: Layer already exists 01:57:55 75d7b159e87a: Layer already exists 01:57:55 d21486da0891: Layer already exists 01:57:55 f40c36ceee9e: Layer already exists 01:57:55 256f393e029f: Layer already exists 01:57:55 latest: digest: sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:56 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82 01:57:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:57:56 c0f518457aca: Preparing 01:57:56 53761e4ffd06: Preparing 01:57:56 60f3577e20ab: Preparing 01:57:56 6a91f1f38b9c: Preparing 01:57:56 f80f6a2e8b58: Preparing 01:57:56 d18b18317ff1: Preparing 01:57:56 75d7b159e87a: Preparing 01:57:56 f40c36ceee9e: Preparing 01:57:56 d21486da0891: Preparing 01:57:56 256f393e029f: Preparing 01:57:56 d18b18317ff1: Waiting 01:57:56 75d7b159e87a: Waiting 01:57:56 f40c36ceee9e: Waiting 01:57:56 d21486da0891: Waiting 01:57:56 256f393e029f: Waiting 01:57:56 f80f6a2e8b58: Layer already exists 01:57:56 60f3577e20ab: Layer already exists 01:57:56 c0f518457aca: Layer already exists 01:57:56 6a91f1f38b9c: Layer already exists 01:57:56 53761e4ffd06: Layer already exists 01:57:56 d18b18317ff1: Layer already exists 01:57:56 d21486da0891: Layer already exists 01:57:56 75d7b159e87a: Layer already exists 01:57:56 256f393e029f: Layer already exists 01:57:56 f40c36ceee9e: Layer already exists 01:57:56 4.1.0-dev.82: digest: sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:56 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:57:57 c0f518457aca: Preparing 01:57:57 53761e4ffd06: Preparing 01:57:57 60f3577e20ab: Preparing 01:57:57 6a91f1f38b9c: Preparing 01:57:57 f80f6a2e8b58: Preparing 01:57:57 d18b18317ff1: Preparing 01:57:57 75d7b159e87a: Preparing 01:57:57 f40c36ceee9e: Preparing 01:57:57 d21486da0891: Preparing 01:57:57 256f393e029f: Preparing 01:57:57 d18b18317ff1: Waiting 01:57:57 75d7b159e87a: Waiting 01:57:57 f40c36ceee9e: Waiting 01:57:57 d21486da0891: Waiting 01:57:57 256f393e029f: Waiting 01:57:57 60f3577e20ab: Layer already exists 01:57:57 53761e4ffd06: Layer already exists 01:57:57 c0f518457aca: Layer already exists 01:57:57 f80f6a2e8b58: Layer already exists 01:57:57 6a91f1f38b9c: Layer already exists 01:57:57 d18b18317ff1: Layer already exists 01:57:57 75d7b159e87a: Layer already exists 01:57:57 f40c36ceee9e: Layer already exists 01:57:57 d21486da0891: Layer already exists 01:57:57 256f393e029f: Layer already exists 01:57:57 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:57 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:57:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:57:57 c0f518457aca: Preparing 01:57:57 53761e4ffd06: Preparing 01:57:57 60f3577e20ab: Preparing 01:57:57 6a91f1f38b9c: Preparing 01:57:57 f80f6a2e8b58: Preparing 01:57:57 d18b18317ff1: Preparing 01:57:57 75d7b159e87a: Preparing 01:57:57 f40c36ceee9e: Preparing 01:57:57 d21486da0891: Preparing 01:57:57 256f393e029f: Preparing 01:57:57 f40c36ceee9e: Waiting 01:57:57 d21486da0891: Waiting 01:57:57 256f393e029f: Waiting 01:57:57 d18b18317ff1: Waiting 01:57:57 75d7b159e87a: Waiting 01:57:57 53761e4ffd06: Layer already exists 01:57:57 6a91f1f38b9c: Layer already exists 01:57:57 60f3577e20ab: Layer already exists 01:57:57 c0f518457aca: Layer already exists 01:57:57 f80f6a2e8b58: Layer already exists 01:57:57 d18b18317ff1: Layer already exists 01:57:57 f40c36ceee9e: Layer already exists 01:57:57 75d7b159e87a: Layer already exists 01:57:57 d21486da0891: Layer already exists 01:57:57 256f393e029f: Layer already exists 01:57:57 main: digest: sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:58 ===================================================== [Pipeline] echo 01:57:58 taggedImages: 01:57:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:57:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82 01:57:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:58 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:57:58 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:57:58 55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:58 latest 01:57:58 4.1.0-dev.82 01:57:58 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:57:58 main 01:57:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:58 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5 01:57:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:57:58 aaf3a2cd789f: Preparing 01:57:58 bcf5df240f39: Preparing 01:57:58 a570ee1a4c5b: Preparing 01:57:58 6a91f1f38b9c: Preparing 01:57:58 f80f6a2e8b58: Preparing 01:57:58 6821edf83482: Preparing 01:57:58 607e93cd7e50: Preparing 01:57:58 ffa2a408ac38: Preparing 01:57:58 256f393e029f: Preparing 01:57:58 6821edf83482: Waiting 01:57:58 607e93cd7e50: Waiting 01:57:58 ffa2a408ac38: Waiting 01:57:58 256f393e029f: Waiting 01:57:58 f80f6a2e8b58: Layer already exists 01:57:58 6a91f1f38b9c: Layer already exists 01:57:58 a570ee1a4c5b: Pushed 01:57:58 bcf5df240f39: Pushed 01:57:58 aaf3a2cd789f: Pushed 01:57:58 256f393e029f: Layer already exists 01:57:58 607e93cd7e50: Pushed 01:57:59 ffa2a408ac38: Pushed 01:58:14 6821edf83482: Pushed 01:58:14 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:58:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:58:14 aaf3a2cd789f: Preparing 01:58:14 bcf5df240f39: Preparing 01:58:14 a570ee1a4c5b: Preparing 01:58:14 6a91f1f38b9c: Preparing 01:58:14 f80f6a2e8b58: Preparing 01:58:14 6821edf83482: Preparing 01:58:14 607e93cd7e50: Preparing 01:58:14 ffa2a408ac38: Preparing 01:58:14 256f393e029f: Preparing 01:58:14 6821edf83482: Waiting 01:58:14 607e93cd7e50: Waiting 01:58:14 ffa2a408ac38: Waiting 01:58:14 256f393e029f: Waiting 01:58:14 bcf5df240f39: Layer already exists 01:58:14 f80f6a2e8b58: Layer already exists 01:58:14 aaf3a2cd789f: Layer already exists 01:58:14 a570ee1a4c5b: Layer already exists 01:58:14 6a91f1f38b9c: Layer already exists 01:58:14 ffa2a408ac38: Layer already exists 01:58:14 256f393e029f: Layer already exists 01:58:14 6821edf83482: Layer already exists 01:58:14 607e93cd7e50: Layer already exists 01:58:14 latest: digest: sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82 01:58:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:58:15 aaf3a2cd789f: Preparing 01:58:15 bcf5df240f39: Preparing 01:58:15 a570ee1a4c5b: Preparing 01:58:15 6a91f1f38b9c: Preparing 01:58:15 f80f6a2e8b58: Preparing 01:58:15 6821edf83482: Preparing 01:58:15 607e93cd7e50: Preparing 01:58:15 ffa2a408ac38: Preparing 01:58:15 256f393e029f: Preparing 01:58:15 6821edf83482: Waiting 01:58:15 607e93cd7e50: Waiting 01:58:15 ffa2a408ac38: Waiting 01:58:15 256f393e029f: Waiting 01:58:15 a570ee1a4c5b: Layer already exists 01:58:15 bcf5df240f39: Layer already exists 01:58:15 f80f6a2e8b58: Layer already exists 01:58:15 aaf3a2cd789f: Layer already exists 01:58:15 6a91f1f38b9c: Layer already exists 01:58:15 6821edf83482: Layer already exists 01:58:15 607e93cd7e50: Layer already exists 01:58:15 256f393e029f: Layer already exists 01:58:15 ffa2a408ac38: Layer already exists 01:58:15 4.1.0-dev.82: digest: sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:58:16 aaf3a2cd789f: Preparing 01:58:16 bcf5df240f39: Preparing 01:58:16 a570ee1a4c5b: Preparing 01:58:16 6a91f1f38b9c: Preparing 01:58:16 f80f6a2e8b58: Preparing 01:58:16 6821edf83482: Preparing 01:58:16 607e93cd7e50: Preparing 01:58:16 ffa2a408ac38: Preparing 01:58:16 256f393e029f: Preparing 01:58:16 ffa2a408ac38: Waiting 01:58:16 6821edf83482: Waiting 01:58:16 607e93cd7e50: Waiting 01:58:16 256f393e029f: Waiting 01:58:16 aaf3a2cd789f: Layer already exists 01:58:16 bcf5df240f39: Layer already exists 01:58:16 f80f6a2e8b58: Layer already exists 01:58:16 6a91f1f38b9c: Layer already exists 01:58:16 a570ee1a4c5b: Layer already exists 01:58:16 6821edf83482: Layer already exists 01:58:16 607e93cd7e50: Layer already exists 01:58:16 ffa2a408ac38: Layer already exists 01:58:16 256f393e029f: Layer already exists 01:58:16 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:58:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:58:16 aaf3a2cd789f: Preparing 01:58:16 bcf5df240f39: Preparing 01:58:16 a570ee1a4c5b: Preparing 01:58:16 6a91f1f38b9c: Preparing 01:58:16 f80f6a2e8b58: Preparing 01:58:16 6821edf83482: Preparing 01:58:16 607e93cd7e50: Preparing 01:58:16 ffa2a408ac38: Preparing 01:58:16 256f393e029f: Preparing 01:58:16 6821edf83482: Waiting 01:58:16 607e93cd7e50: Waiting 01:58:16 ffa2a408ac38: Waiting 01:58:16 256f393e029f: Waiting 01:58:16 a570ee1a4c5b: Layer already exists 01:58:16 f80f6a2e8b58: Layer already exists 01:58:16 aaf3a2cd789f: Layer already exists 01:58:16 bcf5df240f39: Layer already exists 01:58:16 6a91f1f38b9c: Layer already exists 01:58:16 607e93cd7e50: Layer already exists 01:58:16 6821edf83482: Layer already exists 01:58:16 ffa2a408ac38: Layer already exists 01:58:16 256f393e029f: Layer already exists 01:58:16 main: digest: sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:16 ===================================================== [Pipeline] echo 01:58:16 taggedImages: 01:58:16 - nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:16 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:58:16 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82 01:58:16 - nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:16 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:58:16 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:58:16 55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:16 latest 01:58:16 4.1.0-dev.82 01:58:16 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:16 main 01:58:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:58:17 c0f518457aca: Preparing 01:58:17 530a80c3e065: Preparing 01:58:17 232c9a8d6dcb: Preparing 01:58:17 6a91f1f38b9c: Preparing 01:58:17 f80f6a2e8b58: Preparing 01:58:17 43382d7dda35: Preparing 01:58:17 f40c36ceee9e: Preparing 01:58:17 d21486da0891: Preparing 01:58:17 256f393e029f: Preparing 01:58:17 f40c36ceee9e: Waiting 01:58:17 d21486da0891: Waiting 01:58:17 43382d7dda35: Waiting 01:58:17 256f393e029f: Waiting 01:58:17 f80f6a2e8b58: Layer already exists 01:58:17 c0f518457aca: Layer already exists 01:58:17 6a91f1f38b9c: Layer already exists 01:58:17 d21486da0891: Layer already exists 01:58:17 f40c36ceee9e: Layer already exists 01:58:17 256f393e029f: Layer already exists 01:58:17 232c9a8d6dcb: Pushed 01:58:17 530a80c3e065: Pushed 01:58:32 43382d7dda35: Pushed 01:58:32 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:58:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:58:33 c0f518457aca: Preparing 01:58:33 530a80c3e065: Preparing 01:58:33 232c9a8d6dcb: Preparing 01:58:33 6a91f1f38b9c: Preparing 01:58:33 f80f6a2e8b58: Preparing 01:58:33 43382d7dda35: Preparing 01:58:33 f40c36ceee9e: Preparing 01:58:33 d21486da0891: Preparing 01:58:33 256f393e029f: Preparing 01:58:33 43382d7dda35: Waiting 01:58:33 d21486da0891: Waiting 01:58:33 256f393e029f: Waiting 01:58:33 f40c36ceee9e: Waiting 01:58:33 6a91f1f38b9c: Layer already exists 01:58:33 c0f518457aca: Layer already exists 01:58:33 530a80c3e065: Layer already exists 01:58:33 232c9a8d6dcb: Layer already exists 01:58:33 f80f6a2e8b58: Layer already exists 01:58:33 43382d7dda35: Layer already exists 01:58:33 d21486da0891: Layer already exists 01:58:33 f40c36ceee9e: Layer already exists 01:58:33 256f393e029f: Layer already exists 01:58:33 latest: digest: sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:33 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82 01:58:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:58:33 c0f518457aca: Preparing 01:58:33 530a80c3e065: Preparing 01:58:33 232c9a8d6dcb: Preparing 01:58:33 6a91f1f38b9c: Preparing 01:58:33 f80f6a2e8b58: Preparing 01:58:33 43382d7dda35: Preparing 01:58:33 f40c36ceee9e: Preparing 01:58:33 d21486da0891: Preparing 01:58:33 256f393e029f: Preparing 01:58:33 d21486da0891: Waiting 01:58:33 43382d7dda35: Waiting 01:58:33 f40c36ceee9e: Waiting 01:58:33 256f393e029f: Waiting 01:58:33 530a80c3e065: Layer already exists 01:58:33 c0f518457aca: Layer already exists 01:58:33 6a91f1f38b9c: Layer already exists 01:58:33 f80f6a2e8b58: Layer already exists 01:58:33 232c9a8d6dcb: Layer already exists 01:58:33 d21486da0891: Layer already exists 01:58:33 43382d7dda35: Layer already exists 01:58:33 f40c36ceee9e: Layer already exists 01:58:33 256f393e029f: Layer already exists 01:58:33 4.1.0-dev.82: digest: sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:58:34 c0f518457aca: Preparing 01:58:34 530a80c3e065: Preparing 01:58:34 232c9a8d6dcb: Preparing 01:58:34 6a91f1f38b9c: Preparing 01:58:34 f80f6a2e8b58: Preparing 01:58:34 43382d7dda35: Preparing 01:58:34 f40c36ceee9e: Preparing 01:58:34 d21486da0891: Preparing 01:58:34 256f393e029f: Preparing 01:58:34 43382d7dda35: Waiting 01:58:34 f40c36ceee9e: Waiting 01:58:34 d21486da0891: Waiting 01:58:34 256f393e029f: Waiting 01:58:34 6a91f1f38b9c: Layer already exists 01:58:34 c0f518457aca: Layer already exists 01:58:34 232c9a8d6dcb: Layer already exists 01:58:34 f80f6a2e8b58: Layer already exists 01:58:34 530a80c3e065: Layer already exists 01:58:34 43382d7dda35: Layer already exists 01:58:34 f40c36ceee9e: Layer already exists 01:58:34 d21486da0891: Layer already exists 01:58:34 256f393e029f: Layer already exists 01:58:34 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:58:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:58:35 c0f518457aca: Preparing 01:58:35 530a80c3e065: Preparing 01:58:35 232c9a8d6dcb: Preparing 01:58:35 6a91f1f38b9c: Preparing 01:58:35 f80f6a2e8b58: Preparing 01:58:35 43382d7dda35: Preparing 01:58:35 f40c36ceee9e: Preparing 01:58:35 d21486da0891: Preparing 01:58:35 256f393e029f: Preparing 01:58:35 43382d7dda35: Waiting 01:58:35 f40c36ceee9e: Waiting 01:58:35 d21486da0891: Waiting 01:58:35 256f393e029f: Waiting 01:58:35 f80f6a2e8b58: Layer already exists 01:58:35 c0f518457aca: Layer already exists 01:58:35 6a91f1f38b9c: Layer already exists 01:58:35 232c9a8d6dcb: Layer already exists 01:58:35 530a80c3e065: Layer already exists 01:58:35 43382d7dda35: Layer already exists 01:58:35 f40c36ceee9e: Layer already exists 01:58:35 d21486da0891: Layer already exists 01:58:35 256f393e029f: Layer already exists 01:58:35 main: digest: sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:35 ===================================================== [Pipeline] echo 01:58:35 taggedImages: 01:58:35 - nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:35 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:58:35 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82 01:58:35 - nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:35 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:58:35 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:58:35 55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:35 latest 01:58:35 4.1.0-dev.82 01:58:35 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:35 main 01:58:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:35 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:58:36 ef928282d505: Preparing 01:58:36 8dd09dbb9881: Preparing 01:58:36 6a91f1f38b9c: Preparing 01:58:36 f80f6a2e8b58: Preparing 01:58:36 cf218d9eac11: Preparing 01:58:36 e442cd9dba2b: Preparing 01:58:36 256f393e029f: Preparing 01:58:36 256f393e029f: Waiting 01:58:36 e442cd9dba2b: Waiting 01:58:36 6a91f1f38b9c: Layer already exists 01:58:36 f80f6a2e8b58: Layer already exists 01:58:36 256f393e029f: Layer already exists 01:58:36 ef928282d505: Pushed 01:58:36 cf218d9eac11: Pushed 01:58:36 e442cd9dba2b: Pushed 01:58:44 8dd09dbb9881: Pushed 01:58:44 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:58:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:58:45 ef928282d505: Preparing 01:58:45 8dd09dbb9881: Preparing 01:58:45 6a91f1f38b9c: Preparing 01:58:45 f80f6a2e8b58: Preparing 01:58:45 cf218d9eac11: Preparing 01:58:45 e442cd9dba2b: Preparing 01:58:45 256f393e029f: Preparing 01:58:45 256f393e029f: Waiting 01:58:45 e442cd9dba2b: Waiting 01:58:45 cf218d9eac11: Layer already exists 01:58:45 ef928282d505: Layer already exists 01:58:45 6a91f1f38b9c: Layer already exists 01:58:45 f80f6a2e8b58: Layer already exists 01:58:45 8dd09dbb9881: Layer already exists 01:58:45 e442cd9dba2b: Layer already exists 01:58:45 256f393e029f: Layer already exists 01:58:45 latest: digest: sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82 01:58:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:58:46 ef928282d505: Preparing 01:58:46 8dd09dbb9881: Preparing 01:58:46 6a91f1f38b9c: Preparing 01:58:46 f80f6a2e8b58: Preparing 01:58:46 cf218d9eac11: Preparing 01:58:46 e442cd9dba2b: Preparing 01:58:46 256f393e029f: Preparing 01:58:46 e442cd9dba2b: Waiting 01:58:46 256f393e029f: Waiting 01:58:46 8dd09dbb9881: Layer already exists 01:58:46 cf218d9eac11: Layer already exists 01:58:46 6a91f1f38b9c: Layer already exists 01:58:46 f80f6a2e8b58: Layer already exists 01:58:46 ef928282d505: Layer already exists 01:58:46 e442cd9dba2b: Layer already exists 01:58:46 256f393e029f: Layer already exists 01:58:46 4.1.0-dev.82: digest: sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:46 #84 ... 01:58:46 01:58:46 #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #87 DONE 121.7s 01:58:46 01:58:46 #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #98 DONE 115.8s 01:58:46 01:58:46 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #97 DONE 107.0s 01:58:46 01:58:46 #119 [security-spiffe-token-provider builder 6/7] COPY . . 01:58:46 #119 ... 01:58:46 01:58:46 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #85 DONE 132.7s 01:58:46 01:58:46 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #90 DONE 128.3s 01:58:46 01:58:46 #84 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #84 DONE 124.7s 01:58:46 01:58:46 #120 [security-proxy-auth builder 6/7] COPY . . 01:58:46 #120 DONE 1.8s 01:58:46 01:58:46 #121 [core-metadata builder 6/7] COPY . . 01:58:46 #121 CACHED 01:58:46 01:58:46 #122 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:58:46 #122 CACHED 01:58:46 01:58:46 #123 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #123 CACHED 01:58:46 01:58:46 #124 [core-keeper builder 7/8] COPY . . 01:58:46 #124 DONE 2.0s 01:58:46 01:58:46 #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #125 CACHED 01:58:46 01:58:46 #126 [core-command builder 6/7] COPY . . 01:58:46 #126 CACHED 01:58:46 01:58:46 #127 [core-command builder 4/7] COPY go.mod vendor* ./ 01:58:46 #127 CACHED 01:58:46 01:58:46 #119 [security-spiffe-token-provider builder 6/7] COPY . . 01:58:46 #119 DONE 2.0s 01:58:46 01:58:46 #128 [core-data builder 4/7] COPY go.mod vendor* ./ 01:58:46 #128 CACHED 01:58:46 01:58:46 #129 [core-data builder 6/7] COPY . . 01:58:46 #129 CACHED 01:58:46 01:58:46 #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #130 CACHED 01:58:46 01:58:46 #131 [core-common-config-bootstrapper builder 6/7] COPY . . 01:58:46 #131 CACHED 01:58:46 01:58:46 #132 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:58:46 #132 CACHED 01:58:46 01:58:46 #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #133 CACHED 01:58:46 01:58:46 #134 [support-notifications builder 6/7] COPY . . 01:58:46 #134 DONE 2.0s 01:58:46 01:58:46 #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:58:46 #135 ... 01:58:46 01:58:46 #136 [support-scheduler builder 6/7] COPY . . 01:58:46 #136 DONE 2.2s 01:58:46 01:58:46 #137 [security-secretstore-setup builder 6/7] COPY . . 01:58:46 #137 DONE 2.0s 01:58:46 01:58:46 #138 [security-bootstrapper builder 6/7] COPY . . 01:58:46 #138 CACHED 01:58:46 01:58:46 #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #139 CACHED 01:58:46 01:58:46 #140 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:58:46 #140 CACHED 01:58:46 01:58:46 #141 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:46 #141 CACHED 01:58:46 01:58:46 #142 [security-proxy-setup builder 6/7] COPY . . 01:58:46 #142 CACHED 01:58:46 01:58:46 #143 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:58:46 #143 CACHED 01:58:46 01:58:46 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:58:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:58:46 ef928282d505: Preparing 01:58:46 8dd09dbb9881: Preparing 01:58:46 6a91f1f38b9c: Preparing 01:58:46 f80f6a2e8b58: Preparing 01:58:46 cf218d9eac11: Preparing 01:58:46 e442cd9dba2b: Preparing 01:58:46 256f393e029f: Preparing 01:58:46 256f393e029f: Waiting 01:58:46 e442cd9dba2b: Waiting 01:58:46 ef928282d505: Layer already exists 01:58:46 cf218d9eac11: Layer already exists 01:58:46 8dd09dbb9881: Layer already exists 01:58:46 f80f6a2e8b58: Layer already exists 01:58:46 6a91f1f38b9c: Layer already exists 01:58:46 256f393e029f: Layer already exists 01:58:46 e442cd9dba2b: Layer already exists 01:58:46 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:58:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:58:47 ef928282d505: Preparing 01:58:47 8dd09dbb9881: Preparing 01:58:47 6a91f1f38b9c: Preparing 01:58:47 f80f6a2e8b58: Preparing 01:58:47 cf218d9eac11: Preparing 01:58:47 e442cd9dba2b: Preparing 01:58:47 256f393e029f: Preparing 01:58:47 e442cd9dba2b: Waiting 01:58:47 256f393e029f: Waiting 01:58:47 8dd09dbb9881: Layer already exists 01:58:47 cf218d9eac11: Layer already exists 01:58:47 ef928282d505: Layer already exists 01:58:47 f80f6a2e8b58: Layer already exists 01:58:47 6a91f1f38b9c: Layer already exists 01:58:47 e442cd9dba2b: Layer already exists 01:58:47 256f393e029f: Layer already exists 01:58:47 main: digest: sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:47 ===================================================== [Pipeline] echo 01:58:47 taggedImages: 01:58:47 - nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:47 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:58:47 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82 01:58:47 - nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:47 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:58:47 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:58:47 55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:47 latest 01:58:47 4.1.0-dev.82 01:58:47 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:47 main 01:58:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:58:48 74d852dd5525: Preparing 01:58:48 521a23ef79a2: Preparing 01:58:48 6a91f1f38b9c: Preparing 01:58:48 f80f6a2e8b58: Preparing 01:58:48 43eb550a073c: Preparing 01:58:48 ad3fa9333dab: Preparing 01:58:48 256f393e029f: Preparing 01:58:48 ad3fa9333dab: Waiting 01:58:48 256f393e029f: Waiting 01:58:48 6a91f1f38b9c: Layer already exists 01:58:48 f80f6a2e8b58: Layer already exists 01:58:48 256f393e029f: Layer already exists 01:58:48 74d852dd5525: Pushed 01:58:48 43eb550a073c: Pushed 01:58:48 #144 ... 01:58:48 01:58:48 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:58:48 #0 5.462 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:58:48 ad3fa9333dab: Pushed 01:58:48 #145 ... 01:58:48 01:58:48 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:58:48 #144 5.585 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:58:52 521a23ef79a2: Pushed 01:58:52 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:52 #144 ... 01:58:52 01:58:52 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:58:52 #0 5.035 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:58:52 #146 ... 01:58:52 01:58:52 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:58:52 #0 5.472 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:58:52 #147 ... 01:58:52 01:58:52 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:58:52 #0 5.760 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:58:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:53 #148 ... 01:58:53 01:58:53 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:58:53 #0 6.293 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:58:53 #149 ... 01:58:53 01:58:53 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:58:53 #0 6.188 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:58:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:58:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:58:53 74d852dd5525: Preparing 01:58:53 521a23ef79a2: Preparing 01:58:53 6a91f1f38b9c: Preparing 01:58:53 f80f6a2e8b58: Preparing 01:58:53 43eb550a073c: Preparing 01:58:53 ad3fa9333dab: Preparing 01:58:53 256f393e029f: Preparing 01:58:53 ad3fa9333dab: Waiting 01:58:53 256f393e029f: Waiting 01:58:53 f80f6a2e8b58: Layer already exists 01:58:53 6a91f1f38b9c: Layer already exists 01:58:53 74d852dd5525: Layer already exists 01:58:53 521a23ef79a2: Layer already exists 01:58:53 43eb550a073c: Layer already exists 01:58:53 ad3fa9333dab: Layer already exists 01:58:53 256f393e029f: Layer already exists 01:58:53 latest: digest: sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:53 #150 ... 01:58:53 01:58:53 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:58:53 #0 6.352 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:58:53 #151 ... 01:58:53 01:58:53 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:58:53 #0 6.077 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:58:53 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:53 #152 ... 01:58:53 01:58:53 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:58:53 #0 6.417 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:58:53 #153 ... 01:58:53 01:58:53 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:58:53 #0 6.141 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:58:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82 01:58:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:58:53 74d852dd5525: Preparing 01:58:53 521a23ef79a2: Preparing 01:58:53 6a91f1f38b9c: Preparing 01:58:53 f80f6a2e8b58: Preparing 01:58:53 43eb550a073c: Preparing 01:58:53 ad3fa9333dab: Preparing 01:58:53 256f393e029f: Preparing 01:58:53 256f393e029f: Waiting 01:58:53 ad3fa9333dab: Waiting 01:58:53 6a91f1f38b9c: Layer already exists 01:58:53 f80f6a2e8b58: Layer already exists 01:58:53 521a23ef79a2: Layer already exists 01:58:53 74d852dd5525: Layer already exists 01:58:53 43eb550a073c: Layer already exists 01:58:53 ad3fa9333dab: Layer already exists 01:58:53 256f393e029f: Layer already exists 01:58:53 4.1.0-dev.82: digest: sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:54 #154 ... 01:58:54 01:58:54 #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:58:54 #135 6.218 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:58:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:58:54 74d852dd5525: Preparing 01:58:54 521a23ef79a2: Preparing 01:58:54 6a91f1f38b9c: Preparing 01:58:54 f80f6a2e8b58: Preparing 01:58:54 43eb550a073c: Preparing 01:58:54 ad3fa9333dab: Preparing 01:58:54 256f393e029f: Preparing 01:58:54 ad3fa9333dab: Waiting 01:58:54 256f393e029f: Waiting 01:58:54 43eb550a073c: Layer already exists 01:58:54 74d852dd5525: Layer already exists 01:58:54 f80f6a2e8b58: Layer already exists 01:58:54 6a91f1f38b9c: Layer already exists 01:58:54 521a23ef79a2: Layer already exists 01:58:54 ad3fa9333dab: Layer already exists 01:58:54 256f393e029f: Layer already exists 01:58:54 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:55 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:58:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:58:55 74d852dd5525: Preparing 01:58:55 521a23ef79a2: Preparing 01:58:55 6a91f1f38b9c: Preparing 01:58:55 f80f6a2e8b58: Preparing 01:58:55 43eb550a073c: Preparing 01:58:55 ad3fa9333dab: Preparing 01:58:55 256f393e029f: Preparing 01:58:55 ad3fa9333dab: Waiting 01:58:55 256f393e029f: Waiting 01:58:55 74d852dd5525: Layer already exists 01:58:55 f80f6a2e8b58: Layer already exists 01:58:55 521a23ef79a2: Layer already exists 01:58:55 6a91f1f38b9c: Layer already exists 01:58:55 43eb550a073c: Layer already exists 01:58:55 ad3fa9333dab: Layer already exists 01:58:55 256f393e029f: Layer already exists 01:58:55 main: digest: sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:55 ===================================================== [Pipeline] echo 01:58:55 taggedImages: 01:58:55 - nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:58:55 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:58:55 ========================================================= 01:58:55 [edgeXBuildMultiArch] RAW Config: 01:58:55 images: 01:58:55 - nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/core-command:latest 01:58:55 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/core-command:main 01:58:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:58:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:58:55 - nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/core-data:latest 01:58:55 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/core-data:main 01:58:55 - nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:58:55 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:58:55 - nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:58:55 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:58:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:58:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:58:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:58:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:58:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:58:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:58:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:58:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:58:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:58:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:58:55 - nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:58:55 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:58:55 - nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5 01:58:55 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:58:55 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 01:58:55 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:58:55 settingsFile: 01:58:55 edgex-go-settings 01:58:55 ========================================================= [Pipeline] node 01:59:10 Still waiting to schedule task 01:59:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:00:36 Running on prd-centos7-docker-4c-2g-775045 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:00:36 provisioning config files... 02:00:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config1526083558373197981tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:00:37 ---> ****-login.sh 02:00:37 nexus3.edgexfoundry.org:10001 02:00:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:37 Configure a credential helper to remove this warning. See 02:00:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:37 02:00:37 Login Succeeded 02:00:37 nexus3.edgexfoundry.org:10002 02:00:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:37 Configure a credential helper to remove this warning. See 02:00:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:37 02:00:37 Login Succeeded 02:00:37 nexus3.edgexfoundry.org:10003 02:00:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:37 Configure a credential helper to remove this warning. See 02:00:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:37 02:00:37 Login Succeeded 02:00:37 nexus3.edgexfoundry.org:10004 02:00:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:38 Configure a credential helper to remove this warning. See 02:00:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:38 02:00:38 Login Succeeded 02:00:38 ****.io 02:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:38 Configure a credential helper to remove this warning. See 02:00:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:38 02:00:38 Login Succeeded 02:00:38 ---> ****-login.sh ends [Pipeline] } 02:00:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:00:38 + docker buildx ls 02:00:38 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:00:38 default * docker 02:00:38 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:00:38 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 02:00:38 edgex-builder [Pipeline] sh 02:00:39 + docker buildx inspect --bootstrap 02:00:39 #1 [internal] booting buildkit 02:00:39 #1 pulling image moby/buildkit:buildx-stable-1 02:00:45 #1 pulling image moby/buildkit:buildx-stable-1 6.1s done 02:00:45 #1 creating container buildx_buildkit_edgex-builder0 02:00:46 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 02:00:46 #1 DONE 7.3s 02:00:46 Name: edgex-builder 02:00:46 Driver: docker-container 02:00:46 02:00:46 Nodes: 02:00:46 Name: edgex-builder0 02:00:46 Endpoint: unix:///var/run/docker.sock 02:00:46 Status: running 02:00:46 Buildkit: v0.26.2 02:00:46 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 02:00:47 + docker buildx ls 02:00:47 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:00:47 edgex-builder * docker-container 02:00:47 edgex-builder0 unix:///var/run/docker.sock running v0.26.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 02:00:47 default docker 02:00:47 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:00:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:00:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:00:47 #1 [internal] load build definition from Dockerfile 02:00:47 #1 transferring dockerfile: 197B done 02:00:47 #1 DONE 0.0s 02:00:47 02:00:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5 02:00:47 #2 DONE 0.1s 02:00:47 02:00:47 #3 [internal] load .dockerignore 02:00:47 #3 transferring context: 02:00:47 #3 transferring context: 2B done 02:00:47 #3 DONE 0.0s 02:00:47 02:00:47 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5 02:00:47 #4 DONE 0.1s 02:00:47 02:00:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 02:00:47 #5 resolve nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 0.0s done 02:00:47 #5 DONE 0.0s 02:00:47 02:00:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 02:00:47 #6 resolve nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 0.0s done 02:00:47 #6 DONE 0.1s 02:00:47 02:00:47 #7 exporting to image 02:00:47 #7 exporting layers done 02:00:47 #7 exporting manifest sha256:c4f25e8a1d53c3217a9ff201cd5da76947e971545ad901e5fb867abba5d68fd3 done 02:00:47 #7 exporting config sha256:b6176abf2e7187842bdd22ec4a200a321941803cec2b63a0e5f3b9447ccdb2d8 done 02:00:47 #7 exporting manifest sha256:ceb417e7071a45a288cd58fdac9923dcf4ec9c86ff4ec35d0d472184d43d739c 02:00:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:47 #7 ... 02:00:47 02:00:47 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:00:47 #8 DONE 0.0s 02:00:47 02:00:47 #7 exporting to image 02:00:47 #7 exporting manifest sha256:ceb417e7071a45a288cd58fdac9923dcf4ec9c86ff4ec35d0d472184d43d739c done 02:00:47 #7 exporting config sha256:6e264ae3597fbfb6c195498ba3d347c076052ce11938be552b8cad48f430747e done 02:00:47 #7 exporting manifest list sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 done 02:00:47 #7 pushing layers 0.1s done 02:00:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 02:00:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 0.1s done 02:00:47 #7 DONE 0.2s 02:00:47 02:00:47 1 warning found (use --debug to expand): 02:00:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 02:00:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 02:00:48 #1 [internal] load build definition from Dockerfile 02:00:48 #1 transferring dockerfile: 163B done 02:00:48 #1 DONE 0.0s 02:00:48 02:00:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:00:48 #2 DONE 0.0s 02:00:48 02:00:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:00:48 #3 DONE 0.0s 02:00:48 02:00:48 #4 [internal] load .dockerignore 02:00:48 #4 transferring context: 2B done 02:00:48 #4 DONE 0.0s 02:00:48 02:00:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 02:00:48 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 done 02:00:48 #5 CACHED 02:00:48 02:00:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 02:00:48 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 done 02:00:48 #6 CACHED 02:00:48 02:00:48 #7 exporting to image 02:00:48 #7 exporting layers done 02:00:48 #7 exporting manifest sha256:c4f25e8a1d53c3217a9ff201cd5da76947e971545ad901e5fb867abba5d68fd3 done 02:00:48 #7 exporting config sha256:b6176abf2e7187842bdd22ec4a200a321941803cec2b63a0e5f3b9447ccdb2d8 done 02:00:48 #7 exporting manifest sha256:ceb417e7071a45a288cd58fdac9923dcf4ec9c86ff4ec35d0d472184d43d739c done 02:00:48 #7 exporting config sha256:6e264ae3597fbfb6c195498ba3d347c076052ce11938be552b8cad48f430747e done 02:00:48 #7 exporting manifest list sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 done 02:00:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:48 #7 pushing layers 0.0s done 02:00:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 0.1s done 02:00:48 #7 DONE 0.1s 02:00:48 02:00:48 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:00:48 #8 DONE 0.0s 02:00:48 02:00:48 1 warning found (use --debug to expand): 02:00:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82 --push - 02:00:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82' 02:00:49 #1 [internal] load build definition from Dockerfile 02:00:49 #1 transferring dockerfile: 169B done 02:00:49 #1 DONE 0.0s 02:00:49 02:00:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82 02:00:49 #2 DONE 0.0s 02:00:49 02:00:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82 02:00:49 #3 DONE 0.0s 02:00:49 02:00:49 #4 [internal] load .dockerignore 02:00:49 #4 transferring context: 2B done 02:00:49 #4 DONE 0.0s 02:00:49 02:00:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 02:00:49 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 done 02:00:49 #5 CACHED 02:00:49 02:00:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 02:00:49 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 done 02:00:49 #6 CACHED 02:00:49 02:00:49 #7 exporting to image 02:00:49 #7 exporting layers done 02:00:49 #7 exporting manifest sha256:c4f25e8a1d53c3217a9ff201cd5da76947e971545ad901e5fb867abba5d68fd3 done 02:00:49 #7 exporting config sha256:b6176abf2e7187842bdd22ec4a200a321941803cec2b63a0e5f3b9447ccdb2d8 done 02:00:49 #7 exporting manifest sha256:ceb417e7071a45a288cd58fdac9923dcf4ec9c86ff4ec35d0d472184d43d739c done 02:00:49 #7 exporting config sha256:6e264ae3597fbfb6c195498ba3d347c076052ce11938be552b8cad48f430747e done 02:00:49 #7 exporting manifest list sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 done 02:00:49 #7 pushing layers 0.0s done 02:00:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82@sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 02:00:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.82@sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 0.1s done 02:00:49 #7 DONE 0.1s 02:00:49 02:00:49 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:00:49 #8 DONE 0.0s 02:00:49 02:00:49 1 warning found (use --debug to expand): 02:00:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:00:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:00:49 #1 [internal] load build definition from Dockerfile 02:00:49 #1 transferring dockerfile: 210B done 02:00:49 #1 DONE 0.0s 02:00:49 02:00:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:00:49 #2 DONE 0.0s 02:00:49 02:00:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:00:49 #3 DONE 0.0s 02:00:49 02:00:49 #4 [internal] load .dockerignore 02:00:49 #4 transferring context: 2B done 02:00:49 #4 DONE 0.0s 02:00:49 02:00:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 02:00:49 #5 resolve nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 done 02:00:49 #5 CACHED 02:00:49 02:00:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 02:00:49 #6 resolve nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 done 02:00:49 #6 CACHED 02:00:49 02:00:49 #7 exporting to image 02:00:49 #7 exporting layers done 02:00:49 #7 exporting manifest sha256:c4f25e8a1d53c3217a9ff201cd5da76947e971545ad901e5fb867abba5d68fd3 done 02:00:49 #7 exporting config sha256:b6176abf2e7187842bdd22ec4a200a321941803cec2b63a0e5f3b9447ccdb2d8 done 02:00:49 #7 exporting manifest sha256:ceb417e7071a45a288cd58fdac9923dcf4ec9c86ff4ec35d0d472184d43d739c done 02:00:49 #7 exporting config sha256:6e264ae3597fbfb6c195498ba3d347c076052ce11938be552b8cad48f430747e done 02:00:49 #7 exporting manifest list sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 done 02:00:49 #7 pushing layers 0.0s done 02:00:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 02:00:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 0.1s done 02:00:50 #7 DONE 0.1s 02:00:50 02:00:50 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:00:50 #8 DONE 0.0s 02:00:50 02:00:50 1 warning found (use --debug to expand): 02:00:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 02:00:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 02:00:50 #1 [internal] load build definition from Dockerfile 02:00:50 #1 transferring dockerfile: 161B done 02:00:50 #1 DONE 0.0s 02:00:50 02:00:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:00:50 #2 DONE 0.0s 02:00:50 02:00:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:00:50 #3 DONE 0.0s 02:00:50 02:00:50 #4 [internal] load .dockerignore 02:00:50 #4 transferring context: 2B done 02:00:50 #4 DONE 0.0s 02:00:50 02:00:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 02:00:50 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 done 02:00:50 #5 CACHED 02:00:50 02:00:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 02:00:50 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:d18361c91513770062d83441375d13cb4fb050cd4c33d666befe6258f555c8f1 done 02:00:50 #6 CACHED 02:00:50 02:00:50 #7 exporting to image 02:00:50 #7 exporting layers done 02:00:50 #7 exporting manifest sha256:c4f25e8a1d53c3217a9ff201cd5da76947e971545ad901e5fb867abba5d68fd3 done 02:00:50 #7 exporting config sha256:b6176abf2e7187842bdd22ec4a200a321941803cec2b63a0e5f3b9447ccdb2d8 done 02:00:50 #7 exporting manifest sha256:ceb417e7071a45a288cd58fdac9923dcf4ec9c86ff4ec35d0d472184d43d739c done 02:00:50 #7 exporting config sha256:6e264ae3597fbfb6c195498ba3d347c076052ce11938be552b8cad48f430747e done 02:00:50 #7 exporting manifest list sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 done 02:00:50 #7 pushing layers 0.0s done 02:00:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 02:00:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:f2b072abc44fcb123bcbe365a138dcf868b2413c9cdf761909cc8d8fe7e1bd73 0.1s done 02:00:50 #7 DONE 0.1s 02:00:50 02:00:50 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:00:50 #8 DONE 0.0s 02:00:50 02:00:50 1 warning found (use --debug to expand): 02:00:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:00:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:00:51 #1 [internal] load build definition from Dockerfile 02:00:51 #1 transferring dockerfile: 216B done 02:00:51 #1 DONE 0.0s 02:00:51 02:00:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 02:00:51 #2 DONE 0.1s 02:00:51 02:00:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 02:00:51 #3 DONE 0.1s 02:00:51 02:00:51 #4 [internal] load .dockerignore 02:00:51 #4 transferring context: 2B done 02:00:51 #4 DONE 0.0s 02:00:51 02:00:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:51 #5 ... 02:00:51 02:00:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:51 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 0.0s done 02:00:51 #6 DONE 0.1s 02:00:51 02:00:51 #7 exporting to image 02:00:51 #7 exporting layers done 02:00:51 #7 exporting manifest sha256:6cd09b3e8e20004258ec58352ddacb061a3876f7880edd60f2c829bfc6b96a20 done 02:00:51 #7 exporting config sha256:a3bbbeb3dd1b18c72a17ccbb1658167a52342c648da951ac000e12e925645fa6 done 02:00:51 #7 exporting manifest sha256:c9e14c6457b56fa1fb32f15ba190d19522469b8957bed115be93052434970899 done 02:00:51 #7 exporting config sha256:3c898e108413741bb735832387c60be886366b1562eb3efb479a30a701ec86e9 done 02:00:51 #7 exporting manifest list sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 02:00:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:51 #7 ... 02:00:51 02:00:51 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:51 #8 DONE 0.0s 02:00:51 02:00:51 #7 exporting to image 02:00:51 #7 exporting manifest list sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 done 02:00:51 #7 pushing layers 0.1s done 02:00:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 02:00:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 0.1s done 02:00:51 #7 DONE 0.2s 02:00:51 02:00:51 1 warning found (use --debug to expand): 02:00:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 02:00:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 02:00:51 #1 [internal] load build definition from Dockerfile 02:00:51 #1 DONE 0.0s 02:00:51 02:00:51 #1 [internal] load build definition from Dockerfile 02:00:51 #1 transferring dockerfile: 182B done 02:00:51 #1 DONE 0.0s 02:00:51 02:00:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:00:51 #2 DONE 0.0s 02:00:51 02:00:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:00:51 #3 DONE 0.0s 02:00:51 02:00:51 #4 [internal] load .dockerignore 02:00:51 #4 transferring context: 2B done 02:00:51 #4 DONE 0.0s 02:00:51 02:00:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d done 02:00:51 #5 CACHED 02:00:51 02:00:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:51 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d done 02:00:51 #6 CACHED 02:00:51 02:00:51 #7 exporting to image 02:00:51 #7 exporting layers done 02:00:51 #7 exporting manifest sha256:6cd09b3e8e20004258ec58352ddacb061a3876f7880edd60f2c829bfc6b96a20 done 02:00:51 #7 exporting config sha256:a3bbbeb3dd1b18c72a17ccbb1658167a52342c648da951ac000e12e925645fa6 done 02:00:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:52 #7 exporting manifest sha256:c9e14c6457b56fa1fb32f15ba190d19522469b8957bed115be93052434970899 done 02:00:52 #7 exporting config sha256:3c898e108413741bb735832387c60be886366b1562eb3efb479a30a701ec86e9 done 02:00:52 #7 exporting manifest list sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 done 02:00:52 #7 pushing layers 0.0s done 02:00:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 0.1s done 02:00:52 #7 DONE 0.1s 02:00:52 02:00:52 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:52 #8 DONE 0.0s 02:00:52 02:00:52 1 warning found (use --debug to expand): 02:00:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82' 02:00:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82 --push - 02:00:52 #1 [internal] load build definition from Dockerfile 02:00:52 #1 transferring dockerfile: 188B done 02:00:52 #1 DONE 0.0s 02:00:52 02:00:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82 02:00:52 #2 DONE 0.0s 02:00:52 02:00:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82 02:00:52 #3 DONE 0.0s 02:00:52 02:00:52 #4 [internal] load .dockerignore 02:00:52 #4 transferring context: 2B done 02:00:52 #4 DONE 0.0s 02:00:52 02:00:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:52 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 0.0s done 02:00:52 #5 CACHED 02:00:52 02:00:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:52 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 0.0s done 02:00:52 #6 CACHED 02:00:52 02:00:52 #7 exporting to image 02:00:52 #7 exporting layers done 02:00:52 #7 exporting manifest sha256:6cd09b3e8e20004258ec58352ddacb061a3876f7880edd60f2c829bfc6b96a20 done 02:00:52 #7 exporting config sha256:a3bbbeb3dd1b18c72a17ccbb1658167a52342c648da951ac000e12e925645fa6 done 02:00:52 #7 exporting manifest sha256:c9e14c6457b56fa1fb32f15ba190d19522469b8957bed115be93052434970899 done 02:00:52 #7 exporting config sha256:3c898e108413741bb735832387c60be886366b1562eb3efb479a30a701ec86e9 done 02:00:52 #7 exporting manifest list sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 done 02:00:52 #7 pushing layers 0.0s done 02:00:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82@sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 02:00:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.82@sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 0.1s done 02:00:52 #7 DONE 0.1s 02:00:52 02:00:52 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:52 #8 DONE 0.0s 02:00:52 02:00:52 1 warning found (use --debug to expand): 02:00:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:00:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:00:53 #1 [internal] load build definition from Dockerfile 02:00:53 #1 transferring dockerfile: 229B done 02:00:53 #1 DONE 0.0s 02:00:53 02:00:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:00:53 #2 DONE 0.0s 02:00:53 02:00:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:00:53 #3 DONE 0.0s 02:00:53 02:00:53 #4 [internal] load .dockerignore 02:00:53 #4 transferring context: 2B done 02:00:53 #4 DONE 0.0s 02:00:53 02:00:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:53 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 0.0s done 02:00:53 #5 CACHED 02:00:53 02:00:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:53 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 0.0s done 02:00:53 #6 CACHED 02:00:53 02:00:53 #7 exporting to image 02:00:53 #7 exporting layers done 02:00:53 #7 exporting manifest sha256:6cd09b3e8e20004258ec58352ddacb061a3876f7880edd60f2c829bfc6b96a20 done 02:00:53 #7 exporting config sha256:a3bbbeb3dd1b18c72a17ccbb1658167a52342c648da951ac000e12e925645fa6 done 02:00:53 #7 exporting manifest sha256:c9e14c6457b56fa1fb32f15ba190d19522469b8957bed115be93052434970899 done 02:00:53 #7 exporting config sha256:3c898e108413741bb735832387c60be886366b1562eb3efb479a30a701ec86e9 02:00:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:53 #7 exporting config sha256:3c898e108413741bb735832387c60be886366b1562eb3efb479a30a701ec86e9 done 02:00:53 #7 exporting manifest list sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 done 02:00:53 #7 pushing layers 0.0s done 02:00:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 0.1s done 02:00:53 #7 DONE 0.1s 02:00:53 02:00:53 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:53 #8 DONE 0.0s 02:00:53 02:00:53 1 warning found (use --debug to expand): 02:00:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 02:00:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 02:00:53 #1 [internal] load build definition from Dockerfile 02:00:53 #1 transferring dockerfile: 180B done 02:00:53 #1 DONE 0.0s 02:00:53 02:00:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:00:53 #2 DONE 0.0s 02:00:53 02:00:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:00:53 #3 DONE 0.0s 02:00:53 02:00:53 #4 [internal] load .dockerignore 02:00:53 #4 transferring context: 2B done 02:00:53 #4 DONE 0.0s 02:00:53 02:00:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:53 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 0.0s done 02:00:53 #5 CACHED 02:00:53 02:00:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 02:00:53 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:dada100f6d2d6343177988033c1e3ce5ca1c9178e4e707a178946d9570fb824d 0.0s done 02:00:53 #6 CACHED 02:00:53 02:00:53 #7 exporting to image 02:00:53 #7 exporting layers done 02:00:53 #7 exporting manifest sha256:6cd09b3e8e20004258ec58352ddacb061a3876f7880edd60f2c829bfc6b96a20 done 02:00:53 #7 exporting config sha256:a3bbbeb3dd1b18c72a17ccbb1658167a52342c648da951ac000e12e925645fa6 done 02:00:53 #7 exporting manifest sha256:c9e14c6457b56fa1fb32f15ba190d19522469b8957bed115be93052434970899 done 02:00:53 #7 exporting config sha256:3c898e108413741bb735832387c60be886366b1562eb3efb479a30a701ec86e9 done 02:00:53 #7 exporting manifest list sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 done 02:00:53 #7 pushing layers 02:00:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:53 #7 pushing layers 0.0s done 02:00:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:15d7a7b5ddfda2939aaa10761153e6d5ca2db2f0fc0d1179d10d1050873c42a9 0.1s done 02:00:53 #7 DONE 0.1s 02:00:53 02:00:53 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:53 #8 DONE 0.0s 02:00:53 02:00:53 1 warning found (use --debug to expand): 02:00:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:00:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:00:54 #1 [internal] load build definition from Dockerfile 02:00:54 #1 transferring dockerfile: 194B done 02:00:54 #1 DONE 0.0s 02:00:54 02:00:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5 02:00:54 #2 DONE 0.0s 02:00:54 02:00:54 #3 [internal] load .dockerignore 02:00:54 #3 transferring context: 2B done 02:00:54 #3 DONE 0.0s 02:00:54 02:00:54 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5 02:00:54 #4 DONE 0.1s 02:00:54 02:00:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 0.0s done 02:00:54 #5 DONE 0.0s 02:00:54 02:00:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:54 #6 resolve nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 0.0s done 02:00:54 #6 DONE 0.0s 02:00:54 02:00:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 0.0s done 02:00:54 #5 DONE 0.1s 02:00:54 02:00:54 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:00:54 #7 DONE 0.0s 02:00:54 02:00:54 #8 exporting to image 02:00:54 #8 exporting layers done 02:00:54 #8 exporting manifest sha256:451dfaa604fe980ded41501c8e3b68f09ae7f177e70858fb5f14ded33dc7ead4 done 02:00:54 #8 exporting config sha256:d7f3c2aa44edcbe3fa0898148aeb819219d3924196ec78f9191b8fa1c13ba08a done 02:00:54 #8 exporting manifest sha256:904d1aff459b55839ecf9edf5f27002344bae788aa7bb1ba2eaf44f4c1bce3e8 done 02:00:54 #8 exporting config sha256:989c4dd2e952e46bfcf9aaf934c286b193aa7da010fd2cb35afc098e0d3fa016 0.0s done 02:00:54 #8 exporting manifest list sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 done 02:00:54 #8 pushing layers 0.1s done 02:00:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 0.1s done 02:00:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:54 #8 DONE 0.2s 02:00:54 02:00:54 1 warning found (use --debug to expand): 02:00:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 02:00:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 02:00:55 #1 [internal] load build definition from Dockerfile 02:00:55 #1 transferring dockerfile: 160B done 02:00:55 #1 DONE 0.0s 02:00:55 02:00:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:00:55 #2 DONE 0.0s 02:00:55 02:00:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:00:55 #3 DONE 0.0s 02:00:55 02:00:55 #4 [internal] load .dockerignore 02:00:55 #4 transferring context: 2B done 02:00:55 #4 DONE 0.0s 02:00:55 02:00:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:55 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:55 #5 ... 02:00:55 02:00:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:55 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 0.0s done 02:00:55 #6 DONE 0.0s 02:00:55 02:00:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:55 #5 CACHED 02:00:55 02:00:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:55 #6 CACHED 02:00:55 02:00:55 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:00:55 #7 DONE 0.0s 02:00:55 02:00:55 #8 exporting to image 02:00:55 #8 exporting layers done 02:00:55 #8 exporting manifest sha256:451dfaa604fe980ded41501c8e3b68f09ae7f177e70858fb5f14ded33dc7ead4 done 02:00:55 #8 exporting config sha256:d7f3c2aa44edcbe3fa0898148aeb819219d3924196ec78f9191b8fa1c13ba08a done 02:00:55 #8 exporting manifest sha256:904d1aff459b55839ecf9edf5f27002344bae788aa7bb1ba2eaf44f4c1bce3e8 done 02:00:55 #8 exporting config sha256:989c4dd2e952e46bfcf9aaf934c286b193aa7da010fd2cb35afc098e0d3fa016 done 02:00:55 #8 exporting manifest list sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 done 02:00:55 #8 pushing layers 0.0s done 02:00:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 0.1s done 02:00:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:55 #8 DONE 0.1s 02:00:55 02:00:55 1 warning found (use --debug to expand): 02:00:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82 --push - 02:00:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82' 02:00:55 #1 [internal] load build definition from Dockerfile 02:00:55 #1 transferring dockerfile: 166B done 02:00:55 #1 DONE 0.0s 02:00:55 02:00:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82 02:00:55 #2 DONE 0.0s 02:00:55 02:00:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82 02:00:55 #3 DONE 0.0s 02:00:55 02:00:55 #4 [internal] load .dockerignore 02:00:55 #4 transferring context: 2B done 02:00:55 #4 DONE 0.0s 02:00:55 02:00:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:55 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 0.0s done 02:00:55 #5 CACHED 02:00:55 02:00:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:55 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 0.0s done 02:00:55 #6 CACHED 02:00:55 02:00:55 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:00:55 #7 DONE 0.0s 02:00:55 02:00:55 #8 exporting to image 02:00:55 #8 exporting layers done 02:00:55 #8 exporting manifest sha256:451dfaa604fe980ded41501c8e3b68f09ae7f177e70858fb5f14ded33dc7ead4 done 02:00:55 #8 exporting config sha256:d7f3c2aa44edcbe3fa0898148aeb819219d3924196ec78f9191b8fa1c13ba08a done 02:00:55 #8 exporting manifest sha256:904d1aff459b55839ecf9edf5f27002344bae788aa7bb1ba2eaf44f4c1bce3e8 done 02:00:55 #8 exporting config sha256:989c4dd2e952e46bfcf9aaf934c286b193aa7da010fd2cb35afc098e0d3fa016 done 02:00:55 #8 exporting manifest list sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 done 02:00:55 #8 pushing layers 0.0s done 02:00:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.82@sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 0.1s done 02:00:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:55 #8 DONE 0.1s 02:00:55 02:00:55 1 warning found (use --debug to expand): 02:00:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:00:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:00:56 #1 [internal] load build definition from Dockerfile 02:00:56 #1 transferring dockerfile: 207B done 02:00:56 #1 DONE 0.0s 02:00:56 02:00:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:00:56 #2 DONE 0.0s 02:00:56 02:00:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:00:56 #3 DONE 0.0s 02:00:56 02:00:56 #4 [internal] load .dockerignore 02:00:56 #4 transferring context: 2B done 02:00:56 #4 DONE 0.0s 02:00:56 02:00:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 0.0s done 02:00:56 #5 CACHED 02:00:56 02:00:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db done 02:00:56 #6 CACHED 02:00:56 02:00:56 #7 exporting to image 02:00:56 #7 exporting layers done 02:00:56 #7 exporting manifest sha256:451dfaa604fe980ded41501c8e3b68f09ae7f177e70858fb5f14ded33dc7ead4 done 02:00:56 #7 exporting config sha256:d7f3c2aa44edcbe3fa0898148aeb819219d3924196ec78f9191b8fa1c13ba08a done 02:00:56 #7 exporting manifest sha256:904d1aff459b55839ecf9edf5f27002344bae788aa7bb1ba2eaf44f4c1bce3e8 done 02:00:56 #7 exporting config sha256:989c4dd2e952e46bfcf9aaf934c286b193aa7da010fd2cb35afc098e0d3fa016 done 02:00:56 #7 exporting manifest list sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 done 02:00:56 #7 pushing layers 0.0s done 02:00:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 02:00:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 0.1s done 02:00:56 #7 DONE 0.1s 02:00:56 02:00:56 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:00:56 #8 DONE 0.0s 02:00:56 02:00:56 1 warning found (use --debug to expand): 02:00:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 02:00:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 02:00:56 #1 [internal] load build definition from Dockerfile 02:00:56 #1 transferring dockerfile: 158B done 02:00:56 #1 DONE 0.0s 02:00:56 02:00:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:00:56 #2 DONE 0.0s 02:00:56 02:00:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:00:56 #3 DONE 0.0s 02:00:56 02:00:56 #4 [internal] load .dockerignore 02:00:56 #4 transferring context: 2B done 02:00:56 #4 DONE 0.0s 02:00:56 02:00:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db done 02:00:56 #5 CACHED 02:00:56 02:00:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db 02:00:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:6858b4d661a9d19216f42bf4f7c44acf622cbd5af241fc1b1f7252e0dd9106db done 02:00:56 #6 CACHED 02:00:56 02:00:56 #7 exporting to image 02:00:56 #7 exporting layers done 02:00:56 #7 exporting manifest sha256:451dfaa604fe980ded41501c8e3b68f09ae7f177e70858fb5f14ded33dc7ead4 done 02:00:56 #7 exporting config sha256:d7f3c2aa44edcbe3fa0898148aeb819219d3924196ec78f9191b8fa1c13ba08a done 02:00:56 #7 exporting manifest sha256:904d1aff459b55839ecf9edf5f27002344bae788aa7bb1ba2eaf44f4c1bce3e8 done 02:00:56 #7 exporting config sha256:989c4dd2e952e46bfcf9aaf934c286b193aa7da010fd2cb35afc098e0d3fa016 done 02:00:56 #7 exporting manifest list sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 done 02:00:56 #7 pushing layers 0.0s done 02:00:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 02:00:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:bd4e0923636172ebd7a466f6d3bdeb95bff416300c156c8ce475af658b512f90 0.1s done 02:00:56 #7 DONE 0.1s 02:00:56 02:00:56 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:00:56 #8 DONE 0.0s 02:00:56 02:00:56 1 warning found (use --debug to expand): 02:00:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:00:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:00:57 #1 [internal] load build definition from Dockerfile 02:00:57 #1 transferring dockerfile: 196B done 02:00:57 #1 DONE 0.0s 02:00:57 02:00:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5 02:00:57 #2 DONE 0.0s 02:00:57 02:00:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5 02:00:57 #3 DONE 0.0s 02:00:57 02:00:57 #4 [internal] load .dockerignore 02:00:57 #4 transferring context: 2B done 02:00:57 #4 DONE 0.0s 02:00:57 02:00:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 done 02:00:57 #5 DONE 0.0s 02:00:57 02:00:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:57 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 done 02:00:57 #6 DONE 0.0s 02:00:57 02:00:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 done 02:00:57 #5 DONE 0.1s 02:00:57 02:00:57 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:57 #7 DONE 0.0s 02:00:57 02:00:57 #8 exporting to image 02:00:57 #8 exporting layers done 02:00:57 #8 exporting manifest sha256:5117578dd16ce0fca91ac61c22e866920b85eb9436920a76856e259233401810 done 02:00:57 #8 exporting config sha256:2ae3dbf8844ed29b522f207eb15ed8b94ef0cfe57b91bc26f5987c068eef70c1 done 02:00:57 #8 exporting manifest sha256:39ef9e0b2d6ef384bab8c7c663a3b5039fa2bab6dc9953cc8c2e922505215b5f done 02:00:57 #8 exporting config sha256:1b13e499d0d14a4e8ac418827e1cd1ca7cd2e0654d69473940cbb278c8e4db61 done 02:00:57 #8 exporting manifest list sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 done 02:00:57 #8 pushing layers 0.1s done 02:00:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 02:00:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 0.1s done 02:00:57 #8 DONE 0.2s 02:00:57 02:00:57 1 warning found (use --debug to expand): 02:00:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 02:00:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 02:00:58 #1 [internal] load build definition from Dockerfile 02:00:58 #1 transferring dockerfile: 162B done 02:00:58 #1 DONE 0.0s 02:00:58 02:00:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:00:58 #2 DONE 0.0s 02:00:58 02:00:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:00:58 #3 DONE 0.0s 02:00:58 02:00:58 #4 [internal] load .dockerignore 02:00:58 #4 transferring context: 2B done 02:00:58 #4 DONE 0.0s 02:00:58 02:00:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 done 02:00:58 #5 CACHED 02:00:58 02:00:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 done 02:00:58 #6 CACHED 02:00:58 02:00:58 #7 exporting to image 02:00:58 #7 exporting layers done 02:00:58 #7 exporting manifest sha256:5117578dd16ce0fca91ac61c22e866920b85eb9436920a76856e259233401810 done 02:00:58 #7 exporting config sha256:2ae3dbf8844ed29b522f207eb15ed8b94ef0cfe57b91bc26f5987c068eef70c1 done 02:00:58 #7 exporting manifest sha256:39ef9e0b2d6ef384bab8c7c663a3b5039fa2bab6dc9953cc8c2e922505215b5f done 02:00:58 #7 exporting config sha256:1b13e499d0d14a4e8ac418827e1cd1ca7cd2e0654d69473940cbb278c8e4db61 02:00:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:58 #7 exporting config sha256:1b13e499d0d14a4e8ac418827e1cd1ca7cd2e0654d69473940cbb278c8e4db61 done 02:00:58 #7 exporting manifest list sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 done 02:00:58 #7 pushing layers 0.0s done 02:00:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 0.1s done 02:00:58 #7 DONE 0.1s 02:00:58 02:00:58 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:58 #8 DONE 0.0s 02:00:58 02:00:58 1 warning found (use --debug to expand): 02:00:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82' 02:00:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82 --push - 02:00:58 #1 [internal] load build definition from Dockerfile 02:00:58 #1 transferring dockerfile: 168B done 02:00:58 #1 DONE 0.0s 02:00:58 02:00:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82 02:00:58 #2 DONE 0.0s 02:00:58 02:00:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82 02:00:58 #3 DONE 0.0s 02:00:58 02:00:58 #4 [internal] load .dockerignore 02:00:58 #4 transferring context: 2B done 02:00:58 #4 DONE 0.0s 02:00:58 02:00:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 done 02:00:58 #5 CACHED 02:00:58 02:00:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 0.0s done 02:00:58 #6 CACHED 02:00:58 02:00:58 #7 exporting to image 02:00:58 #7 exporting layers done 02:00:58 #7 exporting manifest sha256:5117578dd16ce0fca91ac61c22e866920b85eb9436920a76856e259233401810 done 02:00:58 #7 exporting config sha256:2ae3dbf8844ed29b522f207eb15ed8b94ef0cfe57b91bc26f5987c068eef70c1 done 02:00:58 #7 exporting manifest sha256:39ef9e0b2d6ef384bab8c7c663a3b5039fa2bab6dc9953cc8c2e922505215b5f done 02:00:58 #7 exporting config sha256:1b13e499d0d14a4e8ac418827e1cd1ca7cd2e0654d69473940cbb278c8e4db61 done 02:00:58 #7 exporting manifest list sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 done 02:00:58 #7 pushing layers 0.0s done 02:00:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82@sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 02:00:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.82@sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 0.1s done 02:00:58 #7 DONE 0.1s 02:00:58 02:00:58 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:58 #8 DONE 0.0s 02:00:58 02:00:58 1 warning found (use --debug to expand): 02:00:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:00:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:00:59 #1 [internal] load build definition from Dockerfile 02:00:59 #1 transferring dockerfile: 209B done 02:00:59 #1 DONE 0.0s 02:00:59 02:00:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:00:59 #2 DONE 0.0s 02:00:59 02:00:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:00:59 #3 DONE 0.0s 02:00:59 02:00:59 #4 [internal] load .dockerignore 02:00:59 #4 transferring context: 2B done 02:00:59 #4 DONE 0.0s 02:00:59 02:00:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 done 02:00:59 #5 CACHED 02:00:59 02:00:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 done 02:00:59 #6 CACHED 02:00:59 02:00:59 #7 exporting to image 02:00:59 #7 exporting layers done 02:00:59 #7 exporting manifest sha256:5117578dd16ce0fca91ac61c22e866920b85eb9436920a76856e259233401810 done 02:00:59 #7 exporting config sha256:2ae3dbf8844ed29b522f207eb15ed8b94ef0cfe57b91bc26f5987c068eef70c1 done 02:00:59 #7 exporting manifest sha256:39ef9e0b2d6ef384bab8c7c663a3b5039fa2bab6dc9953cc8c2e922505215b5f done 02:00:59 #7 exporting config sha256:1b13e499d0d14a4e8ac418827e1cd1ca7cd2e0654d69473940cbb278c8e4db61 done 02:00:59 #7 exporting manifest list sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 done 02:00:59 #7 pushing layers 0.0s done 02:00:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 02:00:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:00:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 0.1s done 02:00:59 #7 DONE 0.1s 02:00:59 02:00:59 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:00:59 #8 DONE 0.0s 02:00:59 02:00:59 1 warning found (use --debug to expand): 02:00:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:00:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 02:00:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 02:00:59 #1 [internal] load build definition from Dockerfile 02:00:59 #1 transferring dockerfile: 160B done 02:00:59 #1 DONE 0.0s 02:00:59 02:00:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:00:59 #2 DONE 0.0s 02:00:59 02:00:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:00:59 #3 DONE 0.0s 02:00:59 02:00:59 #4 [internal] load .dockerignore 02:00:59 #4 transferring context: 2B done 02:00:59 #4 DONE 0.0s 02:00:59 02:00:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 0.0s done 02:00:59 #5 CACHED 02:00:59 02:00:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 02:00:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:529ae18e515b535ccb1c68bcda1933989210246d72f6a6aaa653eb8df1ca7037 done 02:00:59 #6 CACHED 02:00:59 02:00:59 #7 exporting to image 02:00:59 #7 exporting layers done 02:00:59 #7 exporting manifest sha256:5117578dd16ce0fca91ac61c22e866920b85eb9436920a76856e259233401810 done 02:00:59 #7 exporting config sha256:2ae3dbf8844ed29b522f207eb15ed8b94ef0cfe57b91bc26f5987c068eef70c1 done 02:00:59 #7 exporting manifest sha256:39ef9e0b2d6ef384bab8c7c663a3b5039fa2bab6dc9953cc8c2e922505215b5f done 02:00:59 #7 exporting config sha256:1b13e499d0d14a4e8ac418827e1cd1ca7cd2e0654d69473940cbb278c8e4db61 done 02:00:59 #7 exporting manifest list sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 done 02:00:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:00 #7 pushing layers 0.0s done 02:01:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:62a3710280e542f2472280f799a4563ef088851bb4096139574b8f8e73eb75e6 0.1s done 02:01:00 #7 DONE 0.1s 02:01:00 02:01:00 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:01:00 #8 DONE 0.0s 02:01:00 02:01:00 1 warning found (use --debug to expand): 02:01:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:00 #1 [internal] load build definition from Dockerfile 02:01:00 #1 transferring dockerfile: 198B done 02:01:00 #1 DONE 0.0s 02:01:00 02:01:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:00 #2 DONE 0.0s 02:01:00 02:01:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:00 #3 DONE 0.0s 02:01:00 02:01:00 #4 [internal] load .dockerignore 02:01:00 #4 transferring context: 2B done 02:01:00 #4 DONE 0.0s 02:01:00 02:01:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:00 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 0.0s done 02:01:00 #5 DONE 0.0s 02:01:00 02:01:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:00 #6 DONE 0.0s 02:01:00 02:01:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:00 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 0.0s done 02:01:00 #5 DONE 0.1s 02:01:00 02:01:00 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:01:00 #7 DONE 0.0s 02:01:00 02:01:00 #8 exporting to image 02:01:00 #8 exporting layers done 02:01:00 #8 exporting manifest sha256:7d7e9a25f0ed56cce5bcdd035d65b52febcfa9e7a8b3122675a5e74e3e00274a 0.0s done 02:01:00 #8 exporting config sha256:baee65aa2d24fce4b640ecb246340f6689b69986d768813f7d11dbf1171bb4db done 02:01:00 #8 exporting manifest sha256:4890ff5f67ee03f510e26130e10dcf34707e78ddc4431b7ab8def4c02087b6ac done 02:01:00 #8 exporting config sha256:c7179e186d235a0da34e9ec2e8a146da0571bec762d7110bba48bbf57c264541 done 02:01:00 #8 exporting manifest list sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 done 02:01:00 #8 pushing layers 02:01:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:00 #8 pushing layers 0.1s done 02:01:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 0.1s done 02:01:00 #8 DONE 0.2s 02:01:00 02:01:00 1 warning found (use --debug to expand): 02:01:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 02:01:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 02:01:01 #1 [internal] load build definition from Dockerfile 02:01:01 #1 transferring dockerfile: 164B done 02:01:01 #1 DONE 0.0s 02:01:01 02:01:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:01:01 #2 DONE 0.0s 02:01:01 02:01:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:01:01 #3 DONE 0.0s 02:01:01 02:01:01 #4 [internal] load .dockerignore 02:01:01 #4 transferring context: 2B done 02:01:01 #4 DONE 0.0s 02:01:01 02:01:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 done 02:01:01 #5 DONE 0.0s 02:01:01 02:01:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:01 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 0.0s done 02:01:01 #6 CACHED 02:01:01 02:01:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:01 #5 CACHED 02:01:01 02:01:01 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:01:01 #7 DONE 0.0s 02:01:01 02:01:01 #8 exporting to image 02:01:01 #8 exporting layers done 02:01:01 #8 exporting manifest sha256:7d7e9a25f0ed56cce5bcdd035d65b52febcfa9e7a8b3122675a5e74e3e00274a done 02:01:01 #8 exporting config sha256:baee65aa2d24fce4b640ecb246340f6689b69986d768813f7d11dbf1171bb4db done 02:01:01 #8 exporting manifest sha256:4890ff5f67ee03f510e26130e10dcf34707e78ddc4431b7ab8def4c02087b6ac done 02:01:01 #8 exporting config sha256:c7179e186d235a0da34e9ec2e8a146da0571bec762d7110bba48bbf57c264541 done 02:01:01 #8 exporting manifest list sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 done 02:01:01 #8 pushing layers 0.0s done 02:01:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 0.1s done 02:01:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:01 #8 DONE 0.1s 02:01:01 02:01:01 1 warning found (use --debug to expand): 02:01:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82' 02:01:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82 --push - 02:01:01 #1 [internal] load build definition from Dockerfile 02:01:01 #1 transferring dockerfile: 170B done 02:01:01 #1 DONE 0.0s 02:01:01 02:01:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82 02:01:01 #2 DONE 0.0s 02:01:01 02:01:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82 02:01:01 #3 DONE 0.0s 02:01:01 02:01:01 #4 [internal] load .dockerignore 02:01:01 #4 transferring context: 2B done 02:01:01 #4 DONE 0.0s 02:01:01 02:01:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 0.0s done 02:01:01 #5 CACHED 02:01:01 02:01:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:01 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 0.0s done 02:01:01 #6 CACHED 02:01:01 02:01:01 #7 exporting to image 02:01:01 #7 exporting layers done 02:01:01 #7 exporting manifest sha256:7d7e9a25f0ed56cce5bcdd035d65b52febcfa9e7a8b3122675a5e74e3e00274a done 02:01:01 #7 exporting config sha256:baee65aa2d24fce4b640ecb246340f6689b69986d768813f7d11dbf1171bb4db done 02:01:01 #7 exporting manifest sha256:4890ff5f67ee03f510e26130e10dcf34707e78ddc4431b7ab8def4c02087b6ac done 02:01:01 #7 exporting config sha256:c7179e186d235a0da34e9ec2e8a146da0571bec762d7110bba48bbf57c264541 done 02:01:01 #7 exporting manifest list sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 done 02:01:01 #7 pushing layers 0.0s done 02:01:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82@sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 02:01:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.82@sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 0.1s done 02:01:01 #7 DONE 0.1s 02:01:01 02:01:01 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:01:01 #8 DONE 0.0s 02:01:01 02:01:01 1 warning found (use --debug to expand): 02:01:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:02 #1 [internal] load build definition from Dockerfile 02:01:02 #1 transferring dockerfile: 211B done 02:01:02 #1 DONE 0.0s 02:01:02 02:01:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:02 #2 DONE 0.0s 02:01:02 02:01:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:02 #3 DONE 0.0s 02:01:02 02:01:02 #4 [internal] load .dockerignore 02:01:02 #4 transferring context: 2B done 02:01:02 #4 DONE 0.0s 02:01:02 02:01:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 done 02:01:02 #5 CACHED 02:01:02 02:01:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 0.0s done 02:01:02 #6 CACHED 02:01:02 02:01:02 #7 exporting to image 02:01:02 #7 exporting layers done 02:01:02 #7 exporting manifest sha256:7d7e9a25f0ed56cce5bcdd035d65b52febcfa9e7a8b3122675a5e74e3e00274a done 02:01:02 #7 exporting config sha256:baee65aa2d24fce4b640ecb246340f6689b69986d768813f7d11dbf1171bb4db done 02:01:02 #7 exporting manifest sha256:4890ff5f67ee03f510e26130e10dcf34707e78ddc4431b7ab8def4c02087b6ac done 02:01:02 #7 exporting config sha256:c7179e186d235a0da34e9ec2e8a146da0571bec762d7110bba48bbf57c264541 done 02:01:02 #7 exporting manifest list sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 done 02:01:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:02 #7 pushing layers 0.0s done 02:01:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 0.1s done 02:01:02 #7 DONE 0.1s 02:01:02 02:01:02 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:01:02 #8 DONE 0.0s 02:01:02 02:01:02 1 warning found (use --debug to expand): 02:01:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 02:01:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 02:01:02 #1 [internal] load build definition from Dockerfile 02:01:02 #1 transferring dockerfile: 162B done 02:01:02 #1 DONE 0.0s 02:01:02 02:01:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:01:02 #2 DONE 0.0s 02:01:02 02:01:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:01:02 #3 DONE 0.0s 02:01:02 02:01:02 #4 [internal] load .dockerignore 02:01:02 #4 transferring context: 2B done 02:01:02 #4 DONE 0.0s 02:01:02 02:01:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 done 02:01:02 #5 CACHED 02:01:02 02:01:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 02:01:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c7cb7c80eabb8c8878c8ef42b1c80c1c0a69d6874c7909472b1d56a5d404d794 0.0s done 02:01:02 #6 CACHED 02:01:02 02:01:02 #7 exporting to image 02:01:02 #7 exporting layers done 02:01:02 #7 exporting manifest sha256:7d7e9a25f0ed56cce5bcdd035d65b52febcfa9e7a8b3122675a5e74e3e00274a done 02:01:02 #7 exporting config sha256:baee65aa2d24fce4b640ecb246340f6689b69986d768813f7d11dbf1171bb4db done 02:01:02 #7 exporting manifest sha256:4890ff5f67ee03f510e26130e10dcf34707e78ddc4431b7ab8def4c02087b6ac done 02:01:02 #7 exporting config sha256:c7179e186d235a0da34e9ec2e8a146da0571bec762d7110bba48bbf57c264541 done 02:01:02 #7 exporting manifest list sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 done 02:01:02 #7 pushing layers 0.0s done 02:01:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 02:01:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:41a8b5aa5894e2cc48f11b2797c00d908c4026faa133adf8619a9c407a1262d9 0.1s done 02:01:03 #7 DONE 0.1s 02:01:03 02:01:03 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:01:03 #8 DONE 0.0s 02:01:03 02:01:03 1 warning found (use --debug to expand): 02:01:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:03 #1 [internal] load build definition from Dockerfile 02:01:03 #1 transferring dockerfile: 206B done 02:01:03 #1 DONE 0.0s 02:01:03 02:01:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:03 #2 DONE 0.0s 02:01:03 02:01:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:03 #3 DONE 0.1s 02:01:03 02:01:03 #4 [internal] load .dockerignore 02:01:03 #4 transferring context: 2B done 02:01:03 #4 DONE 0.0s 02:01:03 02:01:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:03 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 0.0s done 02:01:03 #5 DONE 0.0s 02:01:03 02:01:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:03 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 0.0s done 02:01:03 #6 DONE 0.0s 02:01:03 02:01:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:03 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 0.0s done 02:01:03 #5 DONE 0.2s 02:01:03 02:01:03 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:01:03 #7 DONE 0.0s 02:01:03 02:01:03 #8 exporting to image 02:01:03 #8 exporting layers done 02:01:03 #8 exporting manifest sha256:e1a22d586beb82d27630201d0d870dc237ff857d0673dd995c6096ebe9648eea 0.0s done 02:01:03 #8 exporting config sha256:439d674e66c208f08739c1b0bd6379f298f79787cea2576393f6e1ab4c8f31ce done 02:01:03 #8 exporting manifest sha256:5bc8fb6dc2b2ac6e433d6d740301bb07cabaa52010eb8825ce69000f78976c4e done 02:01:03 #8 exporting config sha256:48d351e508a2890b60cef1c19bf01f72f0ba19c4bd049d197cb9f65d9f5c1099 done 02:01:03 #8 exporting manifest list sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 done 02:01:03 #8 pushing layers 0.1s done 02:01:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 02:01:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 0.1s done 02:01:03 #8 DONE 0.2s 02:01:03 02:01:03 1 warning found (use --debug to expand): 02:01:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 02:01:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 02:01:04 #1 [internal] load build definition from Dockerfile 02:01:04 #1 transferring dockerfile: 172B done 02:01:04 #1 DONE 0.0s 02:01:04 02:01:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:01:04 #2 DONE 0.0s 02:01:04 02:01:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:01:04 #3 DONE 0.0s 02:01:04 02:01:04 #4 [internal] load .dockerignore 02:01:04 #4 transferring context: 2B done 02:01:04 #4 DONE 0.0s 02:01:04 02:01:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:04 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 done 02:01:04 #5 CACHED 02:01:04 02:01:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:04 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 0.0s done 02:01:04 #6 CACHED 02:01:04 02:01:04 #7 exporting to image 02:01:04 #7 exporting layers done 02:01:04 #7 exporting manifest sha256:e1a22d586beb82d27630201d0d870dc237ff857d0673dd995c6096ebe9648eea done 02:01:04 #7 exporting config sha256:439d674e66c208f08739c1b0bd6379f298f79787cea2576393f6e1ab4c8f31ce 02:01:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:04 #7 exporting config sha256:439d674e66c208f08739c1b0bd6379f298f79787cea2576393f6e1ab4c8f31ce done 02:01:04 #7 exporting manifest sha256:5bc8fb6dc2b2ac6e433d6d740301bb07cabaa52010eb8825ce69000f78976c4e done 02:01:04 #7 exporting config sha256:48d351e508a2890b60cef1c19bf01f72f0ba19c4bd049d197cb9f65d9f5c1099 done 02:01:04 #7 exporting manifest list sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 done 02:01:04 #7 pushing layers 0.0s done 02:01:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 0.1s done 02:01:04 #7 DONE 0.1s 02:01:04 02:01:04 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:01:04 #8 DONE 0.0s 02:01:04 02:01:04 1 warning found (use --debug to expand): 02:01:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82' 02:01:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82 --push - 02:01:04 #1 [internal] load build definition from Dockerfile 02:01:04 #1 transferring dockerfile: 178B done 02:01:04 #1 DONE 0.0s 02:01:04 02:01:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82 02:01:04 #2 DONE 0.0s 02:01:04 02:01:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82 02:01:04 #3 DONE 0.0s 02:01:04 02:01:04 #4 [internal] load .dockerignore 02:01:04 #4 transferring context: 2B done 02:01:04 #4 DONE 0.0s 02:01:04 02:01:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:04 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 0.0s done 02:01:04 #5 CACHED 02:01:04 02:01:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:04 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 0.0s done 02:01:04 #6 CACHED 02:01:04 02:01:04 #7 exporting to image 02:01:04 #7 exporting layers done 02:01:04 #7 exporting manifest sha256:e1a22d586beb82d27630201d0d870dc237ff857d0673dd995c6096ebe9648eea done 02:01:04 #7 exporting config sha256:439d674e66c208f08739c1b0bd6379f298f79787cea2576393f6e1ab4c8f31ce done 02:01:04 #7 exporting manifest sha256:5bc8fb6dc2b2ac6e433d6d740301bb07cabaa52010eb8825ce69000f78976c4e done 02:01:04 #7 exporting config sha256:48d351e508a2890b60cef1c19bf01f72f0ba19c4bd049d197cb9f65d9f5c1099 done 02:01:04 #7 exporting manifest list sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 done 02:01:04 #7 pushing layers 02:01:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:05 #7 pushing layers 0.0s done 02:01:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.82@sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 0.1s done 02:01:05 #7 DONE 0.1s 02:01:05 02:01:05 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:01:05 #8 DONE 0.0s 02:01:05 02:01:05 1 warning found (use --debug to expand): 02:01:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:05 #1 [internal] load build definition from Dockerfile 02:01:05 #1 transferring dockerfile: 219B done 02:01:05 #1 DONE 0.0s 02:01:05 02:01:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:05 #2 DONE 0.0s 02:01:05 02:01:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:05 #3 DONE 0.0s 02:01:05 02:01:05 #4 [internal] load .dockerignore 02:01:05 #4 transferring context: 2B done 02:01:05 #4 DONE 0.0s 02:01:05 02:01:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 0.0s done 02:01:05 #5 CACHED 02:01:05 02:01:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:05 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 0.0s done 02:01:05 #6 CACHED 02:01:05 02:01:05 #7 exporting to image 02:01:05 #7 exporting layers done 02:01:05 #7 exporting manifest sha256:e1a22d586beb82d27630201d0d870dc237ff857d0673dd995c6096ebe9648eea done 02:01:05 #7 exporting config sha256:439d674e66c208f08739c1b0bd6379f298f79787cea2576393f6e1ab4c8f31ce done 02:01:05 #7 exporting manifest sha256:5bc8fb6dc2b2ac6e433d6d740301bb07cabaa52010eb8825ce69000f78976c4e done 02:01:05 #7 exporting config sha256:48d351e508a2890b60cef1c19bf01f72f0ba19c4bd049d197cb9f65d9f5c1099 done 02:01:05 #7 exporting manifest list sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 done 02:01:05 #7 pushing layers 02:01:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:05 #7 pushing layers 0.0s done 02:01:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 0.1s done 02:01:05 #7 DONE 0.1s 02:01:05 02:01:05 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:01:05 #8 DONE 0.0s 02:01:05 02:01:05 1 warning found (use --debug to expand): 02:01:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 02:01:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 02:01:05 #1 [internal] load build definition from Dockerfile 02:01:05 #1 transferring dockerfile: 170B done 02:01:05 #1 DONE 0.0s 02:01:05 02:01:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:01:05 #2 DONE 0.0s 02:01:05 02:01:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:01:05 #3 DONE 0.0s 02:01:05 02:01:05 #4 [internal] load .dockerignore 02:01:05 #4 transferring context: 2B done 02:01:05 #4 DONE 0.0s 02:01:05 02:01:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 0.0s done 02:01:05 #5 CACHED 02:01:05 02:01:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 02:01:05 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3f2bf9a5c97931dc42d3845c5c5d3d78dc1e3d1e18b8aa52e9a070cf5f9acc28 0.0s done 02:01:05 #6 CACHED 02:01:05 02:01:05 #7 exporting to image 02:01:05 #7 exporting layers done 02:01:05 #7 exporting manifest sha256:e1a22d586beb82d27630201d0d870dc237ff857d0673dd995c6096ebe9648eea done 02:01:05 #7 exporting config sha256:439d674e66c208f08739c1b0bd6379f298f79787cea2576393f6e1ab4c8f31ce done 02:01:05 #7 exporting manifest sha256:5bc8fb6dc2b2ac6e433d6d740301bb07cabaa52010eb8825ce69000f78976c4e done 02:01:05 #7 exporting config sha256:48d351e508a2890b60cef1c19bf01f72f0ba19c4bd049d197cb9f65d9f5c1099 done 02:01:05 #7 exporting manifest list sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 done 02:01:05 #7 pushing layers 02:01:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:06 #7 pushing layers 0.0s done 02:01:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:84ad4218ec3f24b6f5821b685ca5c1be4d12e3b8351d22633615151f3c18a9f1 0.1s done 02:01:06 #7 DONE 0.1s 02:01:06 02:01:06 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:01:06 #8 DONE 0.0s 02:01:06 02:01:06 1 warning found (use --debug to expand): 02:01:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:06 #1 [internal] load build definition from Dockerfile 02:01:06 #1 transferring dockerfile: 204B done 02:01:06 #1 DONE 0.0s 02:01:06 02:01:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:06 #2 DONE 0.0s 02:01:06 02:01:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:06 #3 DONE 0.1s 02:01:06 02:01:06 #4 [internal] load .dockerignore 02:01:06 #4 transferring context: 2B done 02:01:06 #4 DONE 0.0s 02:01:06 02:01:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:06 #5 DONE 0.0s 02:01:06 02:01:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:06 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 0.0s done 02:01:06 #6 DONE 0.1s 02:01:06 02:01:06 #7 exporting to image 02:01:06 #7 exporting layers done 02:01:06 #7 exporting manifest sha256:41d0d3853954581505f127247ac16a82c4872d1eb9eb894b382e5687d6049588 0.0s done 02:01:06 #7 exporting config sha256:3e6809d8d842fff4aa6246e7be7ec9e150fb65ff93bbb0a81f1f7cfd22fca133 done 02:01:06 #7 exporting manifest sha256:38cd434a33bc84b22de8e6a3e8fa8d2b7da528f06327cca16b7db92519ab0a9f done 02:01:06 #7 exporting config sha256:fef136a6c762cfeeebfd306fae1724cc6093c12aa4722c394ba5d1426280009c done 02:01:06 #7 exporting manifest list sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f done 02:01:06 #7 pushing layers 02:01:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:06 #7 ... 02:01:06 02:01:06 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:01:06 #8 DONE 0.0s 02:01:06 02:01:06 #7 exporting to image 02:01:06 #7 pushing layers 0.1s done 02:01:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f 02:01:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f 0.1s done 02:01:06 #7 DONE 0.2s 02:01:06 02:01:06 1 warning found (use --debug to expand): 02:01:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 02:01:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 02:01:07 #1 [internal] load build definition from Dockerfile 02:01:07 #1 transferring dockerfile: 170B done 02:01:07 #1 DONE 0.0s 02:01:07 02:01:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:01:07 #2 DONE 0.0s 02:01:07 02:01:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:01:07 #3 DONE 0.0s 02:01:07 02:01:07 #4 [internal] load .dockerignore 02:01:07 #4 transferring context: 2B done 02:01:07 #4 DONE 0.0s 02:01:07 02:01:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:07 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa done 02:01:07 #5 CACHED 02:01:07 02:01:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa done 02:01:07 #6 CACHED 02:01:07 02:01:07 #7 exporting to image 02:01:07 #7 exporting layers done 02:01:07 #7 exporting manifest sha256:41d0d3853954581505f127247ac16a82c4872d1eb9eb894b382e5687d6049588 done 02:01:07 #7 exporting config sha256:3e6809d8d842fff4aa6246e7be7ec9e150fb65ff93bbb0a81f1f7cfd22fca133 done 02:01:07 #7 exporting manifest sha256:38cd434a33bc84b22de8e6a3e8fa8d2b7da528f06327cca16b7db92519ab0a9f done 02:01:07 #7 exporting config sha256:fef136a6c762cfeeebfd306fae1724cc6093c12aa4722c394ba5d1426280009c done 02:01:07 #7 exporting manifest list sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f done 02:01:07 #7 pushing layers 0.0s done 02:01:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f 02:01:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f 0.1s done 02:01:07 #7 DONE 0.1s 02:01:07 02:01:07 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:01:07 #8 DONE 0.0s 02:01:07 02:01:07 1 warning found (use --debug to expand): 02:01:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82' 02:01:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82 --push - 02:01:08 #1 [internal] load build definition from Dockerfile 02:01:08 #1 transferring dockerfile: 176B done 02:01:08 #1 DONE 0.0s 02:01:08 02:01:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82 02:01:08 #2 DONE 0.0s 02:01:08 02:01:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82 02:01:08 #3 DONE 0.0s 02:01:08 02:01:08 #4 [internal] load .dockerignore 02:01:08 #4 transferring context: 2B done 02:01:08 #4 DONE 0.0s 02:01:08 02:01:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa done 02:01:08 #5 CACHED 02:01:08 02:01:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa done 02:01:08 #6 CACHED 02:01:08 02:01:08 #7 exporting to image 02:01:08 #7 exporting layers done 02:01:08 #7 exporting manifest sha256:41d0d3853954581505f127247ac16a82c4872d1eb9eb894b382e5687d6049588 done 02:01:08 #7 exporting config sha256:3e6809d8d842fff4aa6246e7be7ec9e150fb65ff93bbb0a81f1f7cfd22fca133 done 02:01:08 #7 exporting manifest sha256:38cd434a33bc84b22de8e6a3e8fa8d2b7da528f06327cca16b7db92519ab0a9f done 02:01:08 #7 exporting config sha256:fef136a6c762cfeeebfd306fae1724cc6093c12aa4722c394ba5d1426280009c done 02:01:08 #7 exporting manifest list sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f done 02:01:08 #7 pushing layers 02:01:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:08 #7 pushing layers 0.1s done 02:01:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.82@sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f 0.1s done 02:01:08 #7 DONE 0.1s 02:01:08 02:01:08 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:01:08 #8 DONE 0.0s 02:01:08 02:01:08 1 warning found (use --debug to expand): 02:01:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:08 #1 [internal] load build definition from Dockerfile 02:01:08 #1 transferring dockerfile: 217B done 02:01:08 #1 DONE 0.0s 02:01:08 02:01:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:08 #2 DONE 0.0s 02:01:08 02:01:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:08 #3 DONE 0.0s 02:01:08 02:01:08 #4 [internal] load .dockerignore 02:01:08 #4 transferring context: 2B done 02:01:08 #4 DONE 0.0s 02:01:08 02:01:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 0.0s done 02:01:08 #5 CACHED 02:01:08 02:01:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 0.0s done 02:01:08 #6 CACHED 02:01:08 02:01:08 #7 exporting to image 02:01:08 #7 exporting layers done 02:01:08 #7 exporting manifest sha256:41d0d3853954581505f127247ac16a82c4872d1eb9eb894b382e5687d6049588 done 02:01:08 #7 exporting config sha256:3e6809d8d842fff4aa6246e7be7ec9e150fb65ff93bbb0a81f1f7cfd22fca133 done 02:01:08 #7 exporting manifest sha256:38cd434a33bc84b22de8e6a3e8fa8d2b7da528f06327cca16b7db92519ab0a9f done 02:01:08 #7 exporting config sha256:fef136a6c762cfeeebfd306fae1724cc6093c12aa4722c394ba5d1426280009c done 02:01:08 #7 exporting manifest list sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f done 02:01:08 #7 pushing layers 0.0s done 02:01:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f 02:01:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f 0.1s done 02:01:08 #7 DONE 0.1s 02:01:08 02:01:08 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:01:08 #8 DONE 0.0s 02:01:08 02:01:08 1 warning found (use --debug to expand): 02:01:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 02:01:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 02:01:08 #1 [internal] load build definition from Dockerfile 02:01:08 #1 transferring dockerfile: 168B done 02:01:08 #1 DONE 0.0s 02:01:08 02:01:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:01:08 #2 DONE 0.0s 02:01:08 02:01:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:01:08 #3 DONE 0.0s 02:01:08 02:01:08 #4 [internal] load .dockerignore 02:01:08 #4 transferring context: 2B done 02:01:08 #4 DONE 0.0s 02:01:08 02:01:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa done 02:01:08 #5 CACHED 02:01:08 02:01:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 02:01:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:7e70b521f6ef4d01e77ed1aa784b5f2c287c5e29d17d2f4a576a3ae9cd0f33aa 0.0s done 02:01:08 #6 CACHED 02:01:08 02:01:08 #7 exporting to image 02:01:08 #7 exporting layers done 02:01:08 #7 exporting manifest sha256:41d0d3853954581505f127247ac16a82c4872d1eb9eb894b382e5687d6049588 done 02:01:08 #7 exporting config sha256:3e6809d8d842fff4aa6246e7be7ec9e150fb65ff93bbb0a81f1f7cfd22fca133 done 02:01:08 #7 exporting manifest sha256:38cd434a33bc84b22de8e6a3e8fa8d2b7da528f06327cca16b7db92519ab0a9f done 02:01:08 #7 exporting config sha256:fef136a6c762cfeeebfd306fae1724cc6093c12aa4722c394ba5d1426280009c done 02:01:08 #7 exporting manifest list sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f done 02:01:08 #7 pushing layers 02:01:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:09 #7 pushing layers 0.0s done 02:01:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:00f353c1017e002b2a994759cf24abe4d9428644eaa9f23631b1841d76444e3f 0.1s done 02:01:09 #7 DONE 0.1s 02:01:09 02:01:09 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:01:09 #8 DONE 0.0s 02:01:09 02:01:09 1 warning found (use --debug to expand): 02:01:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:09 #1 [internal] load build definition from Dockerfile 02:01:09 #1 transferring dockerfile: 205B done 02:01:09 #1 DONE 0.0s 02:01:09 02:01:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:09 #2 DONE 0.0s 02:01:09 02:01:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:09 #3 DONE 0.0s 02:01:09 02:01:09 #4 [internal] load .dockerignore 02:01:09 #4 transferring context: 2B done 02:01:09 #4 DONE 0.0s 02:01:09 02:01:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 0.0s done 02:01:09 #5 DONE 0.0s 02:01:09 02:01:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 0.0s done 02:01:09 #6 DONE 0.0s 02:01:09 02:01:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 0.0s done 02:01:09 #5 DONE 0.1s 02:01:09 02:01:09 #7 exporting to image 02:01:09 #7 exporting layers done 02:01:09 #7 exporting manifest sha256:77c10173e53bfaef05e388aa4e71fad2d3a04a8de83b09a9af07a29cfd1fbb3c done 02:01:09 #7 exporting config sha256:e2b1689ee7786c60c65d7257580c80c5694547952ec1f22e2fd684a1878e375e done 02:01:09 #7 exporting manifest sha256:aebd29177e881a3e82a34bccad4af9b1d40e0ccf0f398ca0e44e6c01ed1f38b0 done 02:01:09 #7 exporting config sha256:e437399385bcddcd6650d4ab9181820efb4af8b33498b27286960d587df7c8b0 02:01:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:09 #7 ... 02:01:09 02:01:09 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:01:09 #8 DONE 0.0s 02:01:09 02:01:09 #7 exporting to image 02:01:09 #7 exporting config sha256:e437399385bcddcd6650d4ab9181820efb4af8b33498b27286960d587df7c8b0 done 02:01:09 #7 exporting manifest list sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 done 02:01:09 #7 pushing layers 0.1s done 02:01:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 02:01:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 0.1s done 02:01:09 #7 DONE 0.2s 02:01:09 02:01:09 1 warning found (use --debug to expand): 02:01:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 02:01:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 02:01:10 #1 [internal] load build definition from Dockerfile 02:01:10 #1 transferring dockerfile: 171B done 02:01:10 #1 DONE 0.0s 02:01:10 02:01:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:01:10 #2 DONE 0.0s 02:01:10 02:01:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:01:10 #3 DONE 0.0s 02:01:10 02:01:10 #4 [internal] load .dockerignore 02:01:10 #4 transferring context: 2B done 02:01:10 #4 DONE 0.0s 02:01:10 02:01:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 0.0s done 02:01:10 #5 CACHED 02:01:10 02:01:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 0.0s done 02:01:10 #6 CACHED 02:01:10 02:01:10 #7 exporting to image 02:01:10 #7 exporting layers done 02:01:10 #7 exporting manifest sha256:77c10173e53bfaef05e388aa4e71fad2d3a04a8de83b09a9af07a29cfd1fbb3c done 02:01:10 #7 exporting config sha256:e2b1689ee7786c60c65d7257580c80c5694547952ec1f22e2fd684a1878e375e done 02:01:10 #7 exporting manifest sha256:aebd29177e881a3e82a34bccad4af9b1d40e0ccf0f398ca0e44e6c01ed1f38b0 done 02:01:10 #7 exporting config sha256:e437399385bcddcd6650d4ab9181820efb4af8b33498b27286960d587df7c8b0 done 02:01:10 #7 exporting manifest list sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 done 02:01:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:10 #7 pushing layers 0.0s done 02:01:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 0.1s done 02:01:10 #7 DONE 0.1s 02:01:10 02:01:10 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:01:10 #8 DONE 0.0s 02:01:10 02:01:10 1 warning found (use --debug to expand): 02:01:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82' 02:01:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82 --push - 02:01:10 #1 [internal] load build definition from Dockerfile 02:01:10 #1 transferring dockerfile: 177B done 02:01:10 #1 DONE 0.0s 02:01:10 02:01:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82 02:01:10 #2 DONE 0.0s 02:01:10 02:01:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82 02:01:10 #3 DONE 0.0s 02:01:10 02:01:10 #4 [internal] load .dockerignore 02:01:10 #4 transferring context: 2B done 02:01:10 #4 DONE 0.0s 02:01:10 02:01:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 done 02:01:10 #5 CACHED 02:01:10 02:01:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 done 02:01:10 #6 CACHED 02:01:10 02:01:10 #7 exporting to image 02:01:10 #7 exporting layers done 02:01:10 #7 exporting manifest sha256:77c10173e53bfaef05e388aa4e71fad2d3a04a8de83b09a9af07a29cfd1fbb3c done 02:01:10 #7 exporting config sha256:e2b1689ee7786c60c65d7257580c80c5694547952ec1f22e2fd684a1878e375e done 02:01:10 #7 exporting manifest sha256:aebd29177e881a3e82a34bccad4af9b1d40e0ccf0f398ca0e44e6c01ed1f38b0 done 02:01:10 #7 exporting config sha256:e437399385bcddcd6650d4ab9181820efb4af8b33498b27286960d587df7c8b0 done 02:01:10 #7 exporting manifest list sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 done 02:01:10 #7 pushing layers 0.0s done 02:01:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82@sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 02:01:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.82@sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 0.1s done 02:01:11 #7 DONE 0.1s 02:01:11 02:01:11 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:01:11 #8 DONE 0.0s 02:01:11 02:01:11 1 warning found (use --debug to expand): 02:01:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:11 #1 [internal] load build definition from Dockerfile 02:01:11 #1 transferring dockerfile: 218B done 02:01:11 #1 DONE 0.0s 02:01:11 02:01:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:11 #2 DONE 0.0s 02:01:11 02:01:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:11 #3 DONE 0.0s 02:01:11 02:01:11 #4 [internal] load .dockerignore 02:01:11 #4 transferring context: 2B done 02:01:11 #4 DONE 0.0s 02:01:11 02:01:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 done 02:01:11 #5 CACHED 02:01:11 02:01:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 done 02:01:11 #6 CACHED 02:01:11 02:01:11 #7 exporting to image 02:01:11 #7 exporting layers done 02:01:11 #7 exporting manifest sha256:77c10173e53bfaef05e388aa4e71fad2d3a04a8de83b09a9af07a29cfd1fbb3c done 02:01:11 #7 exporting config sha256:e2b1689ee7786c60c65d7257580c80c5694547952ec1f22e2fd684a1878e375e done 02:01:11 #7 exporting manifest sha256:aebd29177e881a3e82a34bccad4af9b1d40e0ccf0f398ca0e44e6c01ed1f38b0 done 02:01:11 #7 exporting config sha256:e437399385bcddcd6650d4ab9181820efb4af8b33498b27286960d587df7c8b0 done 02:01:11 #7 exporting manifest list sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 done 02:01:11 #7 pushing layers 0.0s done 02:01:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 02:01:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 0.1s done 02:01:11 #7 DONE 0.1s 02:01:11 02:01:11 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:01:11 #8 DONE 0.0s 02:01:11 02:01:11 1 warning found (use --debug to expand): 02:01:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 02:01:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 02:01:11 #1 [internal] load build definition from Dockerfile 02:01:11 #1 transferring dockerfile: 169B done 02:01:11 #1 DONE 0.0s 02:01:11 02:01:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:01:11 #2 DONE 0.0s 02:01:11 02:01:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:01:11 #3 DONE 0.0s 02:01:11 02:01:11 #4 [internal] load .dockerignore 02:01:11 #4 transferring context: 2B done 02:01:11 #4 DONE 0.0s 02:01:11 02:01:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 done 02:01:11 #5 CACHED 02:01:11 02:01:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 02:01:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c3b4db3a08563ad3d8dd7c397cad6852272ed029cbac1faad922591a53fcb8e4 0.0s done 02:01:11 #6 CACHED 02:01:11 02:01:11 #7 exporting to image 02:01:11 #7 exporting layers done 02:01:11 #7 exporting manifest sha256:77c10173e53bfaef05e388aa4e71fad2d3a04a8de83b09a9af07a29cfd1fbb3c done 02:01:11 #7 exporting config sha256:e2b1689ee7786c60c65d7257580c80c5694547952ec1f22e2fd684a1878e375e done 02:01:11 #7 exporting manifest sha256:aebd29177e881a3e82a34bccad4af9b1d40e0ccf0f398ca0e44e6c01ed1f38b0 done 02:01:11 #7 exporting config sha256:e437399385bcddcd6650d4ab9181820efb4af8b33498b27286960d587df7c8b0 done 02:01:11 #7 exporting manifest list sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 done 02:01:11 #7 pushing layers 02:01:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:12 #7 pushing layers 0.0s done 02:01:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:43b0c549591f1d1dcfe87ea23cee8462eb309e18e35752e95c47254806c848c0 0.1s done 02:01:12 #7 DONE 0.1s 02:01:12 02:01:12 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:01:12 #8 DONE 0.0s 02:01:12 02:01:12 1 warning found (use --debug to expand): 02:01:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:12 #1 [internal] load build definition from Dockerfile 02:01:12 #1 transferring dockerfile: 211B done 02:01:12 #1 DONE 0.0s 02:01:12 02:01:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:12 #2 DONE 0.0s 02:01:12 02:01:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:12 #3 DONE 0.0s 02:01:12 02:01:12 #4 [internal] load .dockerignore 02:01:12 #4 transferring context: 2B done 02:01:12 #4 DONE 0.0s 02:01:12 02:01:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:12 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 done 02:01:12 #5 DONE 0.0s 02:01:12 02:01:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:12 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 done 02:01:12 #6 DONE 0.0s 02:01:12 02:01:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:12 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 done 02:01:12 #5 DONE 0.1s 02:01:12 02:01:12 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:01:12 #7 DONE 0.0s 02:01:12 02:01:12 #8 exporting to image 02:01:12 #8 exporting layers done 02:01:12 #8 exporting manifest sha256:6363c86c81715b4dc0129be5b16f54672922b0b0e48cb2dadf0de09bac523b1b done 02:01:12 #8 exporting config sha256:778e932a97c05fbeb23b92c818a709e3ff24fc19f28917adfed607d8641071d9 done 02:01:12 #8 exporting manifest sha256:99fa428358b0e29ed9b4bdc532b4d12b076e51284b926fb434ace1d997cef53d done 02:01:12 #8 exporting config sha256:17e74ae33363b43cc30865581569ba96cb21bebfca016d500aaf2ef7ab92423c done 02:01:12 #8 exporting manifest list sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 done 02:01:12 #8 pushing layers 0.1s done 02:01:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 02:01:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 0.1s done 02:01:13 #8 DONE 0.2s 02:01:13 02:01:13 1 warning found (use --debug to expand): 02:01:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 02:01:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 02:01:13 #1 [internal] load build definition from Dockerfile 02:01:13 #1 transferring dockerfile: 177B done 02:01:13 #1 DONE 0.0s 02:01:13 02:01:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:01:13 #2 DONE 0.0s 02:01:13 02:01:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:01:13 #3 DONE 0.0s 02:01:13 02:01:13 #4 [internal] load .dockerignore 02:01:13 #4 transferring context: 2B done 02:01:13 #4 DONE 0.0s 02:01:13 02:01:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:13 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 done 02:01:13 #5 CACHED 02:01:13 02:01:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:13 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 done 02:01:13 #6 CACHED 02:01:13 02:01:13 #7 exporting to image 02:01:13 #7 exporting layers done 02:01:13 #7 exporting manifest sha256:6363c86c81715b4dc0129be5b16f54672922b0b0e48cb2dadf0de09bac523b1b done 02:01:13 #7 exporting config sha256:778e932a97c05fbeb23b92c818a709e3ff24fc19f28917adfed607d8641071d9 done 02:01:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:13 #7 exporting manifest sha256:99fa428358b0e29ed9b4bdc532b4d12b076e51284b926fb434ace1d997cef53d done 02:01:13 #7 exporting config sha256:17e74ae33363b43cc30865581569ba96cb21bebfca016d500aaf2ef7ab92423c done 02:01:13 #7 exporting manifest list sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 done 02:01:13 #7 pushing layers 0.0s done 02:01:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 0.1s done 02:01:13 #7 DONE 0.1s 02:01:13 02:01:13 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:01:13 #8 DONE 0.0s 02:01:13 02:01:13 1 warning found (use --debug to expand): 02:01:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82 --push - 02:01:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82' 02:01:14 #1 [internal] load build definition from Dockerfile 02:01:14 #1 transferring dockerfile: 183B done 02:01:14 #1 DONE 0.0s 02:01:14 02:01:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82 02:01:14 #2 DONE 0.0s 02:01:14 02:01:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82 02:01:14 #3 DONE 0.0s 02:01:14 02:01:14 #4 [internal] load .dockerignore 02:01:14 #4 transferring context: 2B done 02:01:14 #4 DONE 0.0s 02:01:14 02:01:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:14 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 done 02:01:14 #5 CACHED 02:01:14 02:01:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:14 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 done 02:01:14 #6 CACHED 02:01:14 02:01:14 #7 exporting to image 02:01:14 #7 exporting layers done 02:01:14 #7 exporting manifest sha256:6363c86c81715b4dc0129be5b16f54672922b0b0e48cb2dadf0de09bac523b1b done 02:01:14 #7 exporting config sha256:778e932a97c05fbeb23b92c818a709e3ff24fc19f28917adfed607d8641071d9 done 02:01:14 #7 exporting manifest sha256:99fa428358b0e29ed9b4bdc532b4d12b076e51284b926fb434ace1d997cef53d done 02:01:14 #7 exporting config sha256:17e74ae33363b43cc30865581569ba96cb21bebfca016d500aaf2ef7ab92423c done 02:01:14 #7 exporting manifest list sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 done 02:01:14 #7 pushing layers 0.0s done 02:01:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82@sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 02:01:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.82@sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 0.1s done 02:01:14 #7 DONE 0.1s 02:01:14 02:01:14 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:01:14 #8 DONE 0.0s 02:01:14 02:01:14 1 warning found (use --debug to expand): 02:01:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:15 #1 [internal] load build definition from Dockerfile 02:01:15 #1 transferring dockerfile: 224B done 02:01:15 #1 DONE 0.0s 02:01:15 02:01:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:15 #2 DONE 0.0s 02:01:15 02:01:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:15 #3 DONE 0.0s 02:01:15 02:01:15 #4 [internal] load .dockerignore 02:01:15 #4 transferring context: 2B done 02:01:15 #4 DONE 0.0s 02:01:15 02:01:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:15 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 done 02:01:15 #5 CACHED 02:01:15 02:01:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:15 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 0.0s done 02:01:15 #6 CACHED 02:01:15 02:01:15 #7 exporting to image 02:01:15 #7 exporting layers done 02:01:15 #7 exporting manifest sha256:6363c86c81715b4dc0129be5b16f54672922b0b0e48cb2dadf0de09bac523b1b done 02:01:15 #7 exporting config sha256:778e932a97c05fbeb23b92c818a709e3ff24fc19f28917adfed607d8641071d9 done 02:01:15 #7 exporting manifest sha256:99fa428358b0e29ed9b4bdc532b4d12b076e51284b926fb434ace1d997cef53d done 02:01:15 #7 exporting config sha256:17e74ae33363b43cc30865581569ba96cb21bebfca016d500aaf2ef7ab92423c done 02:01:15 #7 exporting manifest list sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 done 02:01:15 #7 pushing layers 02:01:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:15 #7 pushing layers 0.0s done 02:01:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 0.1s done 02:01:15 #7 DONE 0.1s 02:01:15 02:01:15 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:01:15 #8 DONE 0.0s 02:01:15 02:01:15 1 warning found (use --debug to expand): 02:01:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 02:01:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 02:01:15 #1 [internal] load build definition from Dockerfile 02:01:15 #1 transferring dockerfile: 175B done 02:01:15 #1 DONE 0.0s 02:01:15 02:01:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:01:15 #2 DONE 0.0s 02:01:15 02:01:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:01:15 #3 DONE 0.0s 02:01:15 02:01:15 #4 [internal] load .dockerignore 02:01:15 #4 transferring context: 2B done 02:01:15 #4 DONE 0.0s 02:01:15 02:01:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:15 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 0.0s done 02:01:15 #5 CACHED 02:01:15 02:01:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 02:01:15 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:62b1628f79dbcba7de19d2ff5c253c2f2986563d9f9bc2eb1ee795fcd2d88042 0.0s done 02:01:15 #6 CACHED 02:01:15 02:01:15 #7 exporting to image 02:01:15 #7 exporting layers done 02:01:15 #7 exporting manifest sha256:6363c86c81715b4dc0129be5b16f54672922b0b0e48cb2dadf0de09bac523b1b done 02:01:15 #7 exporting config sha256:778e932a97c05fbeb23b92c818a709e3ff24fc19f28917adfed607d8641071d9 done 02:01:15 #7 exporting manifest sha256:99fa428358b0e29ed9b4bdc532b4d12b076e51284b926fb434ace1d997cef53d done 02:01:15 #7 exporting config sha256:17e74ae33363b43cc30865581569ba96cb21bebfca016d500aaf2ef7ab92423c done 02:01:15 #7 exporting manifest list sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 done 02:01:15 #7 pushing layers 02:01:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:15 #7 pushing layers 0.0s done 02:01:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:941b546202ea3f6a68a38f15768cb642b7c4333f85e666784774d4a9a6063096 0.1s done 02:01:15 #7 DONE 0.1s 02:01:15 02:01:15 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:01:15 #8 DONE 0.0s 02:01:15 02:01:15 1 warning found (use --debug to expand): 02:01:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:15 #1 [internal] load build definition from Dockerfile 02:01:15 #1 transferring dockerfile: 215B done 02:01:15 #1 DONE 0.0s 02:01:15 02:01:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:15 #2 DONE 0.0s 02:01:15 02:01:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:15 #3 DONE 0.0s 02:01:15 02:01:15 #4 [internal] load .dockerignore 02:01:15 #4 transferring context: 2B done 02:01:15 #4 DONE 0.0s 02:01:15 02:01:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 0.0s done 02:01:15 #5 DONE 0.0s 02:01:15 02:01:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 0.0s done 02:01:16 #6 DONE 0.0s 02:01:16 02:01:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 0.0s done 02:01:16 #5 DONE 0.1s 02:01:16 02:01:16 #7 exporting to image 02:01:16 #7 exporting layers done 02:01:16 #7 exporting manifest sha256:9fd6d2dab107a6ccfc5af7b79bfae998c6fba7f41e31a96f649cf8a5275fe739 done 02:01:16 #7 exporting config sha256:3a2e6c996203d84f32a66f578d0ec037bcfa77b0fd999de7f19eeb830fbe9c57 done 02:01:16 #7 exporting manifest sha256:778f47a4bdd9ae3e2650be98156ea775efa52eb50d35645bb1d8edc90b996586 done 02:01:16 #7 exporting config sha256:ac80b1a36bda8f73cb723136e0f9dbcce5d20810375bd0e7928ad9dfd3b2f41a done 02:01:16 #7 exporting manifest list sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 done 02:01:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:16 #7 ... 02:01:16 02:01:16 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:01:16 #8 DONE 0.0s 02:01:16 02:01:16 #7 exporting to image 02:01:16 #7 pushing layers 0.1s done 02:01:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 02:01:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 0.1s done 02:01:16 #7 DONE 0.2s 02:01:16 02:01:16 1 warning found (use --debug to expand): 02:01:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 02:01:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 02:01:16 #1 [internal] load build definition from Dockerfile 02:01:16 #1 transferring dockerfile: 181B done 02:01:16 #1 DONE 0.0s 02:01:16 02:01:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:01:16 #2 DONE 0.0s 02:01:16 02:01:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:01:16 #3 DONE 0.0s 02:01:16 02:01:16 #4 [internal] load .dockerignore 02:01:16 #4 transferring context: 2B done 02:01:16 #4 DONE 0.0s 02:01:16 02:01:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d done 02:01:16 #5 CACHED 02:01:16 02:01:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 0.0s done 02:01:16 #6 CACHED 02:01:16 02:01:16 #7 exporting to image 02:01:16 #7 exporting layers done 02:01:16 #7 exporting manifest sha256:9fd6d2dab107a6ccfc5af7b79bfae998c6fba7f41e31a96f649cf8a5275fe739 done 02:01:16 #7 exporting config sha256:3a2e6c996203d84f32a66f578d0ec037bcfa77b0fd999de7f19eeb830fbe9c57 02:01:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:16 #7 exporting config sha256:3a2e6c996203d84f32a66f578d0ec037bcfa77b0fd999de7f19eeb830fbe9c57 done 02:01:16 #7 exporting manifest sha256:778f47a4bdd9ae3e2650be98156ea775efa52eb50d35645bb1d8edc90b996586 done 02:01:16 #7 exporting config sha256:ac80b1a36bda8f73cb723136e0f9dbcce5d20810375bd0e7928ad9dfd3b2f41a done 02:01:16 #7 exporting manifest list sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 done 02:01:16 #7 pushing layers 0.0s done 02:01:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 0.1s done 02:01:16 #7 DONE 0.1s 02:01:16 02:01:16 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:01:16 #8 DONE 0.0s 02:01:16 02:01:16 1 warning found (use --debug to expand): 02:01:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82 --push - 02:01:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82' 02:01:17 #1 [internal] load build definition from Dockerfile 02:01:17 #1 transferring dockerfile: 187B done 02:01:17 #1 DONE 0.0s 02:01:17 02:01:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82 02:01:17 #2 DONE 0.0s 02:01:17 02:01:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82 02:01:17 #3 DONE 0.0s 02:01:17 02:01:17 #4 [internal] load .dockerignore 02:01:17 #4 transferring context: 2B done 02:01:17 #4 DONE 0.0s 02:01:17 02:01:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d done 02:01:17 #5 CACHED 02:01:17 02:01:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 0.0s done 02:01:17 #6 CACHED 02:01:17 02:01:17 #7 exporting to image 02:01:17 #7 exporting layers done 02:01:17 #7 exporting manifest sha256:9fd6d2dab107a6ccfc5af7b79bfae998c6fba7f41e31a96f649cf8a5275fe739 done 02:01:17 #7 exporting config sha256:3a2e6c996203d84f32a66f578d0ec037bcfa77b0fd999de7f19eeb830fbe9c57 done 02:01:17 #7 exporting manifest sha256:778f47a4bdd9ae3e2650be98156ea775efa52eb50d35645bb1d8edc90b996586 done 02:01:17 #7 exporting config sha256:ac80b1a36bda8f73cb723136e0f9dbcce5d20810375bd0e7928ad9dfd3b2f41a done 02:01:17 #7 exporting manifest list sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 done 02:01:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:17 #7 pushing layers 0.0s done 02:01:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.82@sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 0.1s done 02:01:17 #7 DONE 0.1s 02:01:17 02:01:17 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:01:17 #8 DONE 0.0s 02:01:17 02:01:17 1 warning found (use --debug to expand): 02:01:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:17 #1 [internal] load build definition from Dockerfile 02:01:17 #1 transferring dockerfile: 228B done 02:01:17 #1 DONE 0.0s 02:01:17 02:01:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:17 #2 DONE 0.0s 02:01:17 02:01:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:17 #3 DONE 0.0s 02:01:17 02:01:17 #4 [internal] load .dockerignore 02:01:17 #4 transferring context: 2B done 02:01:17 #4 DONE 0.0s 02:01:17 02:01:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d done 02:01:17 #5 CACHED 02:01:17 02:01:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 0.0s done 02:01:17 #6 CACHED 02:01:17 02:01:17 #7 exporting to image 02:01:17 #7 exporting layers done 02:01:17 #7 exporting manifest sha256:9fd6d2dab107a6ccfc5af7b79bfae998c6fba7f41e31a96f649cf8a5275fe739 done 02:01:17 #7 exporting config sha256:3a2e6c996203d84f32a66f578d0ec037bcfa77b0fd999de7f19eeb830fbe9c57 02:01:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:18 #7 exporting config sha256:3a2e6c996203d84f32a66f578d0ec037bcfa77b0fd999de7f19eeb830fbe9c57 done 02:01:18 #7 exporting manifest sha256:778f47a4bdd9ae3e2650be98156ea775efa52eb50d35645bb1d8edc90b996586 done 02:01:18 #7 exporting config sha256:ac80b1a36bda8f73cb723136e0f9dbcce5d20810375bd0e7928ad9dfd3b2f41a done 02:01:18 #7 exporting manifest list sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 done 02:01:18 #7 pushing layers 0.0s done 02:01:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 0.1s done 02:01:18 #7 DONE 0.1s 02:01:18 02:01:18 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:01:18 #8 DONE 0.0s 02:01:18 02:01:18 1 warning found (use --debug to expand): 02:01:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 02:01:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 02:01:18 #1 [internal] load build definition from Dockerfile 02:01:18 #1 transferring dockerfile: 179B done 02:01:18 #1 DONE 0.0s 02:01:18 02:01:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:01:18 #2 DONE 0.0s 02:01:18 02:01:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:01:18 #3 DONE 0.0s 02:01:18 02:01:18 #4 [internal] load .dockerignore 02:01:18 #4 transferring context: 2B done 02:01:18 #4 DONE 0.0s 02:01:18 02:01:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d done 02:01:18 #5 CACHED 02:01:18 02:01:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 02:01:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:5e6cdc8300917a5bb6c60ff4c1fa4ddc4fe80af3361051d6c5bffc1b0dde415d 0.0s done 02:01:18 #6 CACHED 02:01:18 02:01:18 #7 exporting to image 02:01:18 #7 exporting layers done 02:01:18 #7 exporting manifest sha256:9fd6d2dab107a6ccfc5af7b79bfae998c6fba7f41e31a96f649cf8a5275fe739 done 02:01:18 #7 exporting config sha256:3a2e6c996203d84f32a66f578d0ec037bcfa77b0fd999de7f19eeb830fbe9c57 done 02:01:18 #7 exporting manifest sha256:778f47a4bdd9ae3e2650be98156ea775efa52eb50d35645bb1d8edc90b996586 done 02:01:18 #7 exporting config sha256:ac80b1a36bda8f73cb723136e0f9dbcce5d20810375bd0e7928ad9dfd3b2f41a done 02:01:18 #7 exporting manifest list sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 done 02:01:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:18 #7 pushing layers 0.0s done 02:01:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:a6e04d002379bdb9e5d6a1154515f74f188af05a867f49ac805cf6dbcb5eb404 0.1s done 02:01:18 #7 DONE 0.1s 02:01:18 02:01:18 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:01:18 #8 DONE 0.0s 02:01:18 02:01:18 1 warning found (use --debug to expand): 02:01:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:18 #1 [internal] load build definition from Dockerfile 02:01:18 #1 transferring dockerfile: 205B done 02:01:18 #1 DONE 0.0s 02:01:18 02:01:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:18 #2 DONE 0.0s 02:01:18 02:01:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:18 #3 DONE 0.0s 02:01:18 02:01:18 #4 [internal] load .dockerignore 02:01:18 #4 transferring context: 2B done 02:01:18 #4 DONE 0.0s 02:01:18 02:01:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 done 02:01:18 #5 DONE 0.0s 02:01:18 02:01:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 0.0s done 02:01:19 #6 DONE 0.0s 02:01:19 02:01:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 done 02:01:19 #5 DONE 0.1s 02:01:19 02:01:19 #7 exporting to image 02:01:19 #7 exporting layers done 02:01:19 #7 exporting manifest sha256:9348fbda06770bc8309f0ec1a3752e63b729c97c6c9110cf08a573303e502dba done 02:01:19 #7 exporting config sha256:688f9d7f03051040278f3e1312f2e963b7f0e2611f92ba300bb37c5860dd7a99 done 02:01:19 #7 exporting manifest sha256:68a29223fb5b3bf0c4c6b38a9f74c20e73be5bd7256cc1c481c45bbbad34d7bd done 02:01:19 #7 exporting config sha256:c42319e140053eb1089e6a3ee94e3749f82ec0c884855d1579a5a365de898636 done 02:01:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:19 #7 ... 02:01:19 02:01:19 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:01:19 #8 DONE 0.0s 02:01:19 02:01:19 #7 exporting to image 02:01:19 #7 exporting manifest list sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 done 02:01:19 #7 pushing layers 0.1s done 02:01:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 02:01:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 0.1s done 02:01:19 #7 DONE 0.2s 02:01:19 02:01:19 1 warning found (use --debug to expand): 02:01:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 02:01:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 02:01:19 #1 [internal] load build definition from Dockerfile 02:01:19 #1 transferring dockerfile: 171B done 02:01:19 #1 DONE 0.0s 02:01:19 02:01:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:01:19 #2 DONE 0.0s 02:01:19 02:01:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:01:19 #3 DONE 0.0s 02:01:19 02:01:19 #4 [internal] load .dockerignore 02:01:19 #4 transferring context: 2B done 02:01:19 #4 DONE 0.0s 02:01:19 02:01:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 done 02:01:19 #5 DONE 0.0s 02:01:19 02:01:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 0.0s done 02:01:20 #6 CACHED 02:01:20 02:01:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:20 #5 CACHED 02:01:20 02:01:20 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:01:20 #7 DONE 0.0s 02:01:20 02:01:20 #8 exporting to image 02:01:20 #8 exporting layers done 02:01:20 #8 exporting manifest sha256:9348fbda06770bc8309f0ec1a3752e63b729c97c6c9110cf08a573303e502dba done 02:01:20 #8 exporting config sha256:688f9d7f03051040278f3e1312f2e963b7f0e2611f92ba300bb37c5860dd7a99 done 02:01:20 #8 exporting manifest sha256:68a29223fb5b3bf0c4c6b38a9f74c20e73be5bd7256cc1c481c45bbbad34d7bd done 02:01:20 #8 exporting config sha256:c42319e140053eb1089e6a3ee94e3749f82ec0c884855d1579a5a365de898636 done 02:01:20 #8 exporting manifest list sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 done 02:01:20 #8 pushing layers 0.0s done 02:01:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 0.1s done 02:01:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:20 #8 DONE 0.1s 02:01:20 02:01:20 1 warning found (use --debug to expand): 02:01:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82 --push - 02:01:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82' 02:01:20 #1 [internal] load build definition from Dockerfile 02:01:20 #1 transferring dockerfile: 177B done 02:01:20 #1 DONE 0.0s 02:01:20 02:01:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82 02:01:20 #2 DONE 0.0s 02:01:20 02:01:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82 02:01:20 #3 DONE 0.0s 02:01:20 02:01:20 #4 [internal] load .dockerignore 02:01:20 #4 transferring context: 2B done 02:01:20 #4 DONE 0.0s 02:01:20 02:01:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 0.0s done 02:01:20 #5 CACHED 02:01:20 02:01:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 0.0s done 02:01:20 #6 CACHED 02:01:20 02:01:20 #7 exporting to image 02:01:20 #7 exporting layers done 02:01:20 #7 exporting manifest sha256:9348fbda06770bc8309f0ec1a3752e63b729c97c6c9110cf08a573303e502dba done 02:01:20 #7 exporting config sha256:688f9d7f03051040278f3e1312f2e963b7f0e2611f92ba300bb37c5860dd7a99 done 02:01:20 #7 exporting manifest sha256:68a29223fb5b3bf0c4c6b38a9f74c20e73be5bd7256cc1c481c45bbbad34d7bd done 02:01:20 #7 exporting config sha256:c42319e140053eb1089e6a3ee94e3749f82ec0c884855d1579a5a365de898636 done 02:01:20 #7 exporting manifest list sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 done 02:01:20 #7 pushing layers 0.0s done 02:01:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82@sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 02:01:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.82@sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 0.1s done 02:01:20 #7 DONE 0.1s 02:01:20 02:01:20 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:01:20 #8 DONE 0.0s 02:01:20 02:01:20 1 warning found (use --debug to expand): 02:01:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:21 #1 [internal] load build definition from Dockerfile 02:01:21 #1 transferring dockerfile: 218B done 02:01:21 #1 DONE 0.0s 02:01:21 02:01:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:21 #2 DONE 0.0s 02:01:21 02:01:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:21 #3 DONE 0.0s 02:01:21 02:01:21 #4 [internal] load .dockerignore 02:01:21 #4 transferring context: 2B done 02:01:21 #4 DONE 0.0s 02:01:21 02:01:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 done 02:01:21 #5 CACHED 02:01:21 02:01:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 0.0s done 02:01:21 #6 CACHED 02:01:21 02:01:21 #7 exporting to image 02:01:21 #7 exporting layers done 02:01:21 #7 exporting manifest sha256:9348fbda06770bc8309f0ec1a3752e63b729c97c6c9110cf08a573303e502dba done 02:01:21 #7 exporting config sha256:688f9d7f03051040278f3e1312f2e963b7f0e2611f92ba300bb37c5860dd7a99 done 02:01:21 #7 exporting manifest sha256:68a29223fb5b3bf0c4c6b38a9f74c20e73be5bd7256cc1c481c45bbbad34d7bd done 02:01:21 #7 exporting config sha256:c42319e140053eb1089e6a3ee94e3749f82ec0c884855d1579a5a365de898636 done 02:01:21 #7 exporting manifest list sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 done 02:01:21 #7 pushing layers 0.0s done 02:01:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 02:01:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 0.1s done 02:01:21 #7 DONE 0.1s 02:01:21 02:01:21 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:01:21 #8 DONE 0.0s 02:01:21 02:01:21 1 warning found (use --debug to expand): 02:01:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 02:01:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 02:01:21 #1 [internal] load build definition from Dockerfile 02:01:21 #1 transferring dockerfile: 169B done 02:01:21 #1 DONE 0.0s 02:01:21 02:01:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:01:21 #2 DONE 0.0s 02:01:21 02:01:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:01:21 #3 DONE 0.0s 02:01:21 02:01:21 #4 [internal] load .dockerignore 02:01:21 #4 transferring context: 2B done 02:01:21 #4 DONE 0.0s 02:01:21 02:01:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 done 02:01:21 #5 CACHED 02:01:21 02:01:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 02:01:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:03c63e8e88aaaaf6f5cc78eedc5e7aff6f062bf1256ba19b738ed1d23da70fc9 done 02:01:21 #6 CACHED 02:01:21 02:01:21 #7 exporting to image 02:01:21 #7 exporting layers done 02:01:21 #7 exporting manifest sha256:9348fbda06770bc8309f0ec1a3752e63b729c97c6c9110cf08a573303e502dba done 02:01:21 #7 exporting config sha256:688f9d7f03051040278f3e1312f2e963b7f0e2611f92ba300bb37c5860dd7a99 done 02:01:21 #7 exporting manifest sha256:68a29223fb5b3bf0c4c6b38a9f74c20e73be5bd7256cc1c481c45bbbad34d7bd done 02:01:21 #7 exporting config sha256:c42319e140053eb1089e6a3ee94e3749f82ec0c884855d1579a5a365de898636 done 02:01:21 #7 exporting manifest list sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 done 02:01:21 #7 pushing layers 0.0s done 02:01:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 02:01:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:f4e1fa7b369ba9ac57b1914e3e068e1b825ce898774107953119812596543946 0.1s done 02:01:21 #7 DONE 0.1s 02:01:21 02:01:21 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:01:21 #8 DONE 0.0s 02:01:21 02:01:21 1 warning found (use --debug to expand): 02:01:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:21 #1 [internal] load build definition from Dockerfile 02:01:21 #1 transferring dockerfile: 206B done 02:01:21 #1 DONE 0.0s 02:01:21 02:01:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:21 #2 DONE 0.0s 02:01:21 02:01:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:21 #3 DONE 0.0s 02:01:21 02:01:21 #4 [internal] load .dockerignore 02:01:21 #4 transferring context: 2B done 02:01:21 #4 DONE 0.0s 02:01:21 02:01:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 0.0s done 02:01:21 #5 DONE 0.0s 02:01:21 02:01:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 0.0s done 02:01:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 0.0s done 02:01:22 #6 DONE 0.1s 02:01:22 02:01:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:22 #5 DONE 0.0s 02:01:22 02:01:22 #7 exporting to image 02:01:22 #7 exporting layers done 02:01:22 #7 exporting manifest sha256:3d4e4177d53af8cf8007406fed11b0a261dcc42bea6245130b2ce3796f59f118 done 02:01:22 #7 exporting config sha256:6d29cd659f74945e902a4592d8f15a49b4a871088723081c66b6893ac11f5e55 done 02:01:22 #7 exporting manifest sha256:8931eeeea591a52e5e953a4d193ad51e3aa3f3f8e09da06eb9c030a69e301736 done 02:01:22 #7 exporting config sha256:6b7d7d4ee14e488a4aad811a9e2e877c06e4d46f0e428bcf417bea9b53b6189d done 02:01:22 #7 exporting manifest list sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf 0.0s done 02:01:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:22 #7 ... 02:01:22 02:01:22 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:01:22 #8 DONE 0.0s 02:01:22 02:01:22 #7 exporting to image 02:01:22 #7 pushing layers 0.1s done 02:01:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf 02:01:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf 0.1s done 02:01:22 #7 DONE 0.2s 02:01:22 02:01:22 1 warning found (use --debug to expand): 02:01:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 02:01:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 02:01:22 #1 [internal] load build definition from Dockerfile 02:01:22 #1 transferring dockerfile: 172B done 02:01:22 #1 DONE 0.0s 02:01:22 02:01:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:01:22 #2 DONE 0.0s 02:01:22 02:01:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:01:22 #3 DONE 0.0s 02:01:22 02:01:22 #4 [internal] load .dockerignore 02:01:22 #4 transferring context: 2B done 02:01:22 #4 DONE 0.0s 02:01:22 02:01:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 0.0s done 02:01:22 #5 CACHED 02:01:22 02:01:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 done 02:01:22 #6 CACHED 02:01:22 02:01:22 #7 exporting to image 02:01:22 #7 exporting layers done 02:01:22 #7 exporting manifest sha256:3d4e4177d53af8cf8007406fed11b0a261dcc42bea6245130b2ce3796f59f118 done 02:01:22 #7 exporting config sha256:6d29cd659f74945e902a4592d8f15a49b4a871088723081c66b6893ac11f5e55 02:01:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:23 #7 exporting config sha256:6d29cd659f74945e902a4592d8f15a49b4a871088723081c66b6893ac11f5e55 done 02:01:23 #7 exporting manifest sha256:8931eeeea591a52e5e953a4d193ad51e3aa3f3f8e09da06eb9c030a69e301736 done 02:01:23 #7 exporting config sha256:6b7d7d4ee14e488a4aad811a9e2e877c06e4d46f0e428bcf417bea9b53b6189d done 02:01:23 #7 exporting manifest list sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf done 02:01:23 #7 pushing layers 0.0s done 02:01:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf 0.1s done 02:01:23 #7 DONE 0.1s 02:01:23 02:01:23 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:01:23 #8 DONE 0.0s 02:01:23 02:01:23 1 warning found (use --debug to expand): 02:01:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82' 02:01:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82 --push - 02:01:23 #1 [internal] load build definition from Dockerfile 02:01:23 #1 transferring dockerfile: 178B done 02:01:23 #1 DONE 0.0s 02:01:23 02:01:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82 02:01:23 #2 DONE 0.0s 02:01:23 02:01:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82 02:01:23 #3 DONE 0.0s 02:01:23 02:01:23 #4 [internal] load .dockerignore 02:01:23 #4 transferring context: 2B done 02:01:23 #4 DONE 0.0s 02:01:23 02:01:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 done 02:01:23 #5 CACHED 02:01:23 02:01:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 done 02:01:23 #6 CACHED 02:01:23 02:01:23 #7 exporting to image 02:01:23 #7 exporting layers done 02:01:23 #7 exporting manifest sha256:3d4e4177d53af8cf8007406fed11b0a261dcc42bea6245130b2ce3796f59f118 done 02:01:23 #7 exporting config sha256:6d29cd659f74945e902a4592d8f15a49b4a871088723081c66b6893ac11f5e55 done 02:01:23 #7 exporting manifest sha256:8931eeeea591a52e5e953a4d193ad51e3aa3f3f8e09da06eb9c030a69e301736 done 02:01:23 #7 exporting config sha256:6b7d7d4ee14e488a4aad811a9e2e877c06e4d46f0e428bcf417bea9b53b6189d done 02:01:23 #7 exporting manifest list sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf done 02:01:23 #7 pushing layers 0.0s done 02:01:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82@sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf 02:01:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.82@sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf 0.1s done 02:01:23 #7 DONE 0.1s 02:01:23 02:01:23 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:01:23 #8 DONE 0.0s 02:01:23 02:01:23 1 warning found (use --debug to expand): 02:01:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:24 #1 [internal] load build definition from Dockerfile 02:01:24 #1 transferring dockerfile: 219B done 02:01:24 #1 DONE 0.0s 02:01:24 02:01:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:24 #2 DONE 0.0s 02:01:24 02:01:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:24 #3 DONE 0.0s 02:01:24 02:01:24 #4 [internal] load .dockerignore 02:01:24 #4 transferring context: 2B done 02:01:24 #4 DONE 0.0s 02:01:24 02:01:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 done 02:01:24 #5 CACHED 02:01:24 02:01:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 0.0s done 02:01:24 #6 CACHED 02:01:24 02:01:24 #7 exporting to image 02:01:24 #7 exporting layers done 02:01:24 #7 exporting manifest sha256:3d4e4177d53af8cf8007406fed11b0a261dcc42bea6245130b2ce3796f59f118 done 02:01:24 #7 exporting config sha256:6d29cd659f74945e902a4592d8f15a49b4a871088723081c66b6893ac11f5e55 done 02:01:24 #7 exporting manifest sha256:8931eeeea591a52e5e953a4d193ad51e3aa3f3f8e09da06eb9c030a69e301736 done 02:01:24 #7 exporting config sha256:6b7d7d4ee14e488a4aad811a9e2e877c06e4d46f0e428bcf417bea9b53b6189d done 02:01:24 #7 exporting manifest list sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf done 02:01:24 #7 pushing layers 0.0s done 02:01:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf 02:01:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf 0.1s done 02:01:24 #7 DONE 0.1s 02:01:24 02:01:24 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:01:24 #8 DONE 0.0s 02:01:24 02:01:24 1 warning found (use --debug to expand): 02:01:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 02:01:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 02:01:24 #1 [internal] load build definition from Dockerfile 02:01:24 #1 transferring dockerfile: 170B done 02:01:24 #1 DONE 0.0s 02:01:24 02:01:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:01:24 #2 DONE 0.0s 02:01:24 02:01:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:01:24 #3 DONE 0.0s 02:01:24 02:01:24 #4 [internal] load .dockerignore 02:01:24 #4 transferring context: 2B done 02:01:24 #4 DONE 0.0s 02:01:24 02:01:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 0.0s done 02:01:24 #5 CACHED 02:01:24 02:01:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 02:01:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:84c93847f4213f9e4151efbb993041310436652de4ccecfc7bfa9590b4eb8b09 0.0s done 02:01:24 #6 CACHED 02:01:24 02:01:24 #7 exporting to image 02:01:24 #7 exporting layers done 02:01:24 #7 exporting manifest sha256:3d4e4177d53af8cf8007406fed11b0a261dcc42bea6245130b2ce3796f59f118 done 02:01:24 #7 exporting config sha256:6d29cd659f74945e902a4592d8f15a49b4a871088723081c66b6893ac11f5e55 done 02:01:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:24 #7 exporting manifest sha256:8931eeeea591a52e5e953a4d193ad51e3aa3f3f8e09da06eb9c030a69e301736 done 02:01:24 #7 exporting config sha256:6b7d7d4ee14e488a4aad811a9e2e877c06e4d46f0e428bcf417bea9b53b6189d done 02:01:24 #7 exporting manifest list sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf done 02:01:24 #7 pushing layers 0.0s done 02:01:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:d5748a26286fb3683d0545d7a0256fb57be8474036dc3021977137349de27dbf 0.1s done 02:01:24 #7 DONE 0.1s 02:01:24 02:01:24 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:01:24 #8 DONE 0.0s 02:01:24 02:01:24 1 warning found (use --debug to expand): 02:01:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:25 #1 [internal] load build definition from Dockerfile 02:01:25 #1 transferring dockerfile: 206B done 02:01:25 #1 DONE 0.0s 02:01:25 02:01:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:25 #2 DONE 0.0s 02:01:25 02:01:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:25 #3 DONE 0.0s 02:01:25 02:01:25 #4 [internal] load .dockerignore 02:01:25 #4 transferring context: 2B done 02:01:25 #4 DONE 0.0s 02:01:25 02:01:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:25 #5 DONE 0.0s 02:01:25 02:01:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 done 02:01:25 #6 DONE 0.1s 02:01:25 02:01:25 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:01:25 #7 DONE 0.0s 02:01:25 02:01:25 #8 exporting to image 02:01:25 #8 exporting layers done 02:01:25 #8 exporting manifest sha256:bdf4b6719e0890184d4404927d7ca943cb9d01608f2b38627d9dee69a45d33df done 02:01:25 #8 exporting config sha256:b8365a3fdfae6ad9559b841d899c87f6ff523bad41fb1fee97d2d64f1498e543 done 02:01:25 #8 exporting manifest sha256:92610054d3ce4636d3ffa3071ccf98c9ca53c8ff6e07b59e3eba69ae77057bb9 done 02:01:25 #8 exporting config sha256:8b35570abaafb0ff01b254f3831e85e970d3efc16e6b2bdbd721e8a3913acf61 done 02:01:25 #8 exporting manifest list sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 done 02:01:25 #8 pushing layers 0.1s done 02:01:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 02:01:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 0.1s done 02:01:25 #8 DONE 0.2s 02:01:25 02:01:25 1 warning found (use --debug to expand): 02:01:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 02:01:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 02:01:25 #1 [internal] load build definition from Dockerfile 02:01:25 #1 transferring dockerfile: 172B done 02:01:25 #1 DONE 0.0s 02:01:25 02:01:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:01:25 #2 DONE 0.0s 02:01:25 02:01:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:01:25 #3 DONE 0.0s 02:01:25 02:01:25 #4 [internal] load .dockerignore 02:01:25 #4 transferring context: 2B done 02:01:25 #4 DONE 0.0s 02:01:25 02:01:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 done 02:01:25 #5 CACHED 02:01:25 02:01:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 done 02:01:25 #6 CACHED 02:01:25 02:01:25 #7 exporting to image 02:01:25 #7 exporting layers done 02:01:25 #7 exporting manifest sha256:bdf4b6719e0890184d4404927d7ca943cb9d01608f2b38627d9dee69a45d33df done 02:01:25 #7 exporting config sha256:b8365a3fdfae6ad9559b841d899c87f6ff523bad41fb1fee97d2d64f1498e543 done 02:01:25 #7 exporting manifest sha256:92610054d3ce4636d3ffa3071ccf98c9ca53c8ff6e07b59e3eba69ae77057bb9 done 02:01:25 #7 exporting config sha256:8b35570abaafb0ff01b254f3831e85e970d3efc16e6b2bdbd721e8a3913acf61 done 02:01:25 #7 exporting manifest list sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 done 02:01:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:26 #7 pushing layers 0.0s done 02:01:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 0.1s done 02:01:26 #7 DONE 0.1s 02:01:26 02:01:26 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:01:26 #8 DONE 0.0s 02:01:26 02:01:26 1 warning found (use --debug to expand): 02:01:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82 --push - 02:01:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82' 02:01:26 #1 [internal] load build definition from Dockerfile 02:01:26 #1 transferring dockerfile: 178B done 02:01:26 #1 DONE 0.0s 02:01:26 02:01:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82 02:01:26 #2 DONE 0.0s 02:01:26 02:01:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82 02:01:26 #3 DONE 0.0s 02:01:26 02:01:26 #4 [internal] load .dockerignore 02:01:26 #4 transferring context: 2B done 02:01:26 #4 DONE 0.0s 02:01:26 02:01:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 0.0s done 02:01:26 #5 CACHED 02:01:26 02:01:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 0.0s done 02:01:26 #6 CACHED 02:01:26 02:01:26 #7 exporting to image 02:01:26 #7 exporting layers done 02:01:26 #7 exporting manifest sha256:bdf4b6719e0890184d4404927d7ca943cb9d01608f2b38627d9dee69a45d33df done 02:01:26 #7 exporting config sha256:b8365a3fdfae6ad9559b841d899c87f6ff523bad41fb1fee97d2d64f1498e543 done 02:01:26 #7 exporting manifest sha256:92610054d3ce4636d3ffa3071ccf98c9ca53c8ff6e07b59e3eba69ae77057bb9 done 02:01:26 #7 exporting config sha256:8b35570abaafb0ff01b254f3831e85e970d3efc16e6b2bdbd721e8a3913acf61 done 02:01:26 #7 exporting manifest list sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 done 02:01:26 #7 pushing layers 0.0s done 02:01:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82@sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 02:01:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.82@sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 0.1s done 02:01:26 #7 DONE 0.1s 02:01:26 02:01:26 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:01:26 #8 DONE 0.0s 02:01:26 02:01:26 1 warning found (use --debug to expand): 02:01:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:26 #1 [internal] load build definition from Dockerfile 02:01:26 #1 transferring dockerfile: 219B done 02:01:26 #1 DONE 0.0s 02:01:26 02:01:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:26 #2 DONE 0.0s 02:01:26 02:01:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:26 #3 DONE 0.0s 02:01:26 02:01:26 #4 [internal] load .dockerignore 02:01:26 #4 transferring context: 2B done 02:01:26 #4 DONE 0.0s 02:01:26 02:01:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 done 02:01:26 #5 CACHED 02:01:26 02:01:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 done 02:01:26 #6 CACHED 02:01:26 02:01:26 #7 exporting to image 02:01:26 #7 exporting layers done 02:01:26 #7 exporting manifest sha256:bdf4b6719e0890184d4404927d7ca943cb9d01608f2b38627d9dee69a45d33df done 02:01:26 #7 exporting config sha256:b8365a3fdfae6ad9559b841d899c87f6ff523bad41fb1fee97d2d64f1498e543 done 02:01:26 #7 exporting manifest sha256:92610054d3ce4636d3ffa3071ccf98c9ca53c8ff6e07b59e3eba69ae77057bb9 done 02:01:26 #7 exporting config sha256:8b35570abaafb0ff01b254f3831e85e970d3efc16e6b2bdbd721e8a3913acf61 done 02:01:26 #7 exporting manifest list sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 done 02:01:26 #7 pushing layers 0.0s done 02:01:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 02:01:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 0.1s done 02:01:27 #7 DONE 0.1s 02:01:27 02:01:27 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:01:27 #8 DONE 0.0s 02:01:27 02:01:27 1 warning found (use --debug to expand): 02:01:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 02:01:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 02:01:27 #1 [internal] load build definition from Dockerfile 02:01:27 #1 transferring dockerfile: 170B done 02:01:27 #1 DONE 0.0s 02:01:27 02:01:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:01:27 #2 DONE 0.0s 02:01:27 02:01:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:01:27 #3 DONE 0.0s 02:01:27 02:01:27 #4 [internal] load .dockerignore 02:01:27 #4 transferring context: 2B done 02:01:27 #4 DONE 0.0s 02:01:27 02:01:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 done 02:01:27 #5 CACHED 02:01:27 02:01:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 02:01:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8bebd089df83a613e4d0f2140e2302fe8497e7c7c2be1361c9fff9101c40f850 0.0s done 02:01:27 #6 CACHED 02:01:27 02:01:27 #7 exporting to image 02:01:27 #7 exporting layers done 02:01:27 #7 exporting manifest sha256:bdf4b6719e0890184d4404927d7ca943cb9d01608f2b38627d9dee69a45d33df done 02:01:27 #7 exporting config sha256:b8365a3fdfae6ad9559b841d899c87f6ff523bad41fb1fee97d2d64f1498e543 done 02:01:27 #7 exporting manifest sha256:92610054d3ce4636d3ffa3071ccf98c9ca53c8ff6e07b59e3eba69ae77057bb9 done 02:01:27 #7 exporting config sha256:8b35570abaafb0ff01b254f3831e85e970d3efc16e6b2bdbd721e8a3913acf61 done 02:01:27 #7 exporting manifest list sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 done 02:01:27 #7 pushing layers 0.0s done 02:01:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 02:01:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:efafe953a2a595617c3ec84c45c69beb7876fb6dd245255669c9333263c17693 0.1s done 02:01:27 #7 DONE 0.1s 02:01:27 02:01:27 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:01:27 #8 DONE 0.0s 02:01:27 02:01:27 1 warning found (use --debug to expand): 02:01:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:28 #1 [internal] load build definition from Dockerfile 02:01:28 #1 transferring dockerfile: 206B done 02:01:28 #1 DONE 0.0s 02:01:28 02:01:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:28 #2 DONE 0.0s 02:01:28 02:01:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:28 #3 DONE 0.0s 02:01:28 02:01:28 #4 [internal] load .dockerignore 02:01:28 #4 transferring context: 2B done 02:01:28 #4 DONE 0.0s 02:01:28 02:01:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:28 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:28 #5 ... 02:01:28 02:01:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:28 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 done 02:01:28 #6 DONE 0.1s 02:01:28 02:01:28 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:01:28 #7 DONE 0.0s 02:01:28 02:01:28 #8 exporting to image 02:01:28 #8 exporting layers done 02:01:28 #8 exporting manifest sha256:91fc205cd75667c30b5226f18fa382a0cc007226e8a8cf94c02af9fa16e0048b done 02:01:28 #8 exporting config sha256:ae24ba8c8625647d309f9f17829fedeb8419b1ea5fbec2f018ee3096d176128b done 02:01:28 #8 exporting manifest sha256:be1519f4551ccd8ce9606fb6aa85abae6f25c6860e104421489c7ef0e16badc9 done 02:01:28 #8 exporting config sha256:f0a5e0552ce7ee1804e13ec1a52066420c18974a00a006cfcdfe0e780bbc7172 done 02:01:28 #8 exporting manifest list sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 done 02:01:28 #8 pushing layers 0.1s done 02:01:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 0.1s done 02:01:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:28 #8 DONE 0.2s 02:01:28 02:01:28 1 warning found (use --debug to expand): 02:01:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 02:01:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 02:01:29 #1 [internal] load build definition from Dockerfile 02:01:29 #1 transferring dockerfile: 172B done 02:01:29 #1 DONE 0.0s 02:01:29 02:01:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:01:29 #2 DONE 0.0s 02:01:29 02:01:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:01:29 #3 DONE 0.0s 02:01:29 02:01:29 #4 [internal] load .dockerignore 02:01:29 #4 transferring context: 2B done 02:01:29 #4 DONE 0.0s 02:01:29 02:01:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 done 02:01:29 #5 CACHED 02:01:29 02:01:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 done 02:01:29 #6 CACHED 02:01:29 02:01:29 #7 exporting to image 02:01:29 #7 exporting layers done 02:01:29 #7 exporting manifest sha256:91fc205cd75667c30b5226f18fa382a0cc007226e8a8cf94c02af9fa16e0048b done 02:01:29 #7 exporting config sha256:ae24ba8c8625647d309f9f17829fedeb8419b1ea5fbec2f018ee3096d176128b done 02:01:29 #7 exporting manifest sha256:be1519f4551ccd8ce9606fb6aa85abae6f25c6860e104421489c7ef0e16badc9 done 02:01:29 #7 exporting config sha256:f0a5e0552ce7ee1804e13ec1a52066420c18974a00a006cfcdfe0e780bbc7172 done 02:01:29 #7 exporting manifest list sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 done 02:01:29 #7 pushing layers 0.0s done 02:01:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 02:01:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 0.1s done 02:01:29 #7 DONE 0.1s 02:01:29 02:01:29 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:01:29 #8 DONE 0.0s 02:01:29 02:01:29 1 warning found (use --debug to expand): 02:01:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82' 02:01:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82 --push - 02:01:29 #1 [internal] load build definition from Dockerfile 02:01:29 #1 transferring dockerfile: 178B done 02:01:29 #1 DONE 0.0s 02:01:29 02:01:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82 02:01:29 #2 DONE 0.0s 02:01:29 02:01:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82 02:01:29 #3 DONE 0.0s 02:01:29 02:01:29 #4 [internal] load .dockerignore 02:01:29 #4 transferring context: 2B done 02:01:29 #4 DONE 0.0s 02:01:29 02:01:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 0.0s done 02:01:29 #5 CACHED 02:01:29 02:01:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 0.0s done 02:01:29 #6 CACHED 02:01:29 02:01:29 #7 exporting to image 02:01:29 #7 exporting layers done 02:01:29 #7 exporting manifest sha256:91fc205cd75667c30b5226f18fa382a0cc007226e8a8cf94c02af9fa16e0048b done 02:01:29 #7 exporting config sha256:ae24ba8c8625647d309f9f17829fedeb8419b1ea5fbec2f018ee3096d176128b done 02:01:29 #7 exporting manifest sha256:be1519f4551ccd8ce9606fb6aa85abae6f25c6860e104421489c7ef0e16badc9 done 02:01:29 #7 exporting config sha256:f0a5e0552ce7ee1804e13ec1a52066420c18974a00a006cfcdfe0e780bbc7172 done 02:01:29 #7 exporting manifest list sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 done 02:01:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:29 #7 pushing layers 0.0s done 02:01:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.82@sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 0.1s done 02:01:29 #7 DONE 0.1s 02:01:29 02:01:29 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:01:29 #8 DONE 0.0s 02:01:29 02:01:29 1 warning found (use --debug to expand): 02:01:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:30 #1 [internal] load build definition from Dockerfile 02:01:30 #1 transferring dockerfile: 219B done 02:01:30 #1 DONE 0.0s 02:01:30 02:01:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:30 #2 DONE 0.0s 02:01:30 02:01:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:30 #3 DONE 0.0s 02:01:30 02:01:30 #4 [internal] load .dockerignore 02:01:30 #4 transferring context: 2B done 02:01:30 #4 DONE 0.0s 02:01:30 02:01:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:30 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 0.0s done 02:01:30 #5 CACHED 02:01:30 02:01:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:30 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 0.0s done 02:01:30 #6 CACHED 02:01:30 02:01:30 #7 exporting to image 02:01:30 #7 exporting layers done 02:01:30 #7 exporting manifest sha256:91fc205cd75667c30b5226f18fa382a0cc007226e8a8cf94c02af9fa16e0048b done 02:01:30 #7 exporting config sha256:ae24ba8c8625647d309f9f17829fedeb8419b1ea5fbec2f018ee3096d176128b done 02:01:30 #7 exporting manifest sha256:be1519f4551ccd8ce9606fb6aa85abae6f25c6860e104421489c7ef0e16badc9 done 02:01:30 #7 exporting config sha256:f0a5e0552ce7ee1804e13ec1a52066420c18974a00a006cfcdfe0e780bbc7172 done 02:01:30 #7 exporting manifest list sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 done 02:01:30 #7 pushing layers 0.0s done 02:01:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 02:01:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 0.1s done 02:01:30 #7 DONE 0.1s 02:01:30 02:01:30 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:01:30 #8 DONE 0.0s 02:01:30 02:01:30 1 warning found (use --debug to expand): 02:01:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 02:01:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 02:01:30 #1 [internal] load build definition from Dockerfile 02:01:30 #1 transferring dockerfile: 170B done 02:01:30 #1 DONE 0.0s 02:01:30 02:01:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:01:30 #2 DONE 0.0s 02:01:30 02:01:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:01:30 #3 DONE 0.0s 02:01:30 02:01:30 #4 [internal] load .dockerignore 02:01:30 #4 transferring context: 2B done 02:01:30 #4 DONE 0.0s 02:01:30 02:01:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:30 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 done 02:01:30 #5 CACHED 02:01:30 02:01:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 02:01:30 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:47e35e5cf27f1ca86fa2077555a6d628ce1fd98a02ac9df8e464525b7e2d8be6 done 02:01:30 #6 CACHED 02:01:30 02:01:30 #7 exporting to image 02:01:30 #7 exporting layers done 02:01:30 #7 exporting manifest sha256:91fc205cd75667c30b5226f18fa382a0cc007226e8a8cf94c02af9fa16e0048b done 02:01:30 #7 exporting config sha256:ae24ba8c8625647d309f9f17829fedeb8419b1ea5fbec2f018ee3096d176128b done 02:01:30 #7 exporting manifest sha256:be1519f4551ccd8ce9606fb6aa85abae6f25c6860e104421489c7ef0e16badc9 done 02:01:30 #7 exporting config sha256:f0a5e0552ce7ee1804e13ec1a52066420c18974a00a006cfcdfe0e780bbc7172 done 02:01:30 #7 exporting manifest list sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 done 02:01:30 #7 pushing layers 0.0s done 02:01:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 02:01:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:872b3e28d207fde429a46bcf6525c4efaf6dcf4176db3f5fd526d81eb27dd383 0.1s done 02:01:30 #7 DONE 0.1s 02:01:30 02:01:30 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:01:30 #8 DONE 0.0s 02:01:30 02:01:30 1 warning found (use --debug to expand): 02:01:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5 --push - 02:01:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5' 02:01:31 #1 [internal] load build definition from Dockerfile 02:01:31 #1 transferring dockerfile: 202B done 02:01:31 #1 DONE 0.0s 02:01:31 02:01:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:31 #2 DONE 0.0s 02:01:31 02:01:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5 02:01:31 #3 DONE 0.0s 02:01:31 02:01:31 #4 [internal] load .dockerignore 02:01:31 #4 transferring context: 2B done 02:01:31 #4 DONE 0.0s 02:01:31 02:01:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:31 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 0.0s done 02:01:31 #5 DONE 0.0s 02:01:31 02:01:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:31 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 0.0s done 02:01:31 #6 DONE 0.0s 02:01:31 02:01:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:31 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 0.0s done 02:01:31 #5 DONE 0.1s 02:01:31 02:01:31 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:01:31 #7 DONE 0.0s 02:01:31 02:01:31 #8 exporting to image 02:01:31 #8 exporting layers done 02:01:31 #8 exporting manifest sha256:c3f5d162b34f778a7fd8bab70a0032ecd3ee696ca648071c318ee2b139c2225d done 02:01:31 #8 exporting config sha256:c3de0324be8a21a1cf5643bdb205beccc41454776cdc782cc8cef189a27d4793 done 02:01:31 #8 exporting manifest sha256:5e211fb08296aa8794d9727dee4c38003ee70da08b487c3259f47ce9234340a4 done 02:01:31 #8 exporting config sha256:7cc27035c4e53f4c352cbfb9adf0705942b52cab5ca0a45fb46dc9292f80d723 done 02:01:31 #8 exporting manifest list sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f done 02:01:31 #8 pushing layers 0.1s done 02:01:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5@sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f 0.1s done 02:01:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:31 #8 DONE 0.2s 02:01:31 02:01:31 1 warning found (use --debug to expand): 02:01:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 02:01:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 02:01:31 #1 [internal] load build definition from Dockerfile 02:01:31 #1 transferring dockerfile: 168B done 02:01:31 #1 DONE 0.0s 02:01:31 02:01:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:01:31 #2 DONE 0.0s 02:01:31 02:01:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:01:31 #3 DONE 0.0s 02:01:31 02:01:31 #4 [internal] load .dockerignore 02:01:31 #4 transferring context: 2B done 02:01:31 #4 DONE 0.0s 02:01:31 02:01:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:31 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe done 02:01:31 #5 CACHED 02:01:31 02:01:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:31 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe done 02:01:31 #6 CACHED 02:01:31 02:01:31 #7 exporting to image 02:01:31 #7 exporting layers done 02:01:31 #7 exporting manifest sha256:c3f5d162b34f778a7fd8bab70a0032ecd3ee696ca648071c318ee2b139c2225d done 02:01:31 #7 exporting config sha256:c3de0324be8a21a1cf5643bdb205beccc41454776cdc782cc8cef189a27d4793 done 02:01:31 #7 exporting manifest sha256:5e211fb08296aa8794d9727dee4c38003ee70da08b487c3259f47ce9234340a4 done 02:01:31 #7 exporting config sha256:7cc27035c4e53f4c352cbfb9adf0705942b52cab5ca0a45fb46dc9292f80d723 done 02:01:31 #7 exporting manifest list sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f done 02:01:31 #7 pushing layers 02:01:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:32 #7 pushing layers 0.0s done 02:01:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f 0.1s done 02:01:32 #7 DONE 0.1s 02:01:32 02:01:32 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:01:32 #8 DONE 0.0s 02:01:32 02:01:32 1 warning found (use --debug to expand): 02:01:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82' 02:01:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82 --push - 02:01:32 #1 [internal] load build definition from Dockerfile 02:01:32 #1 transferring dockerfile: 174B done 02:01:32 #1 DONE 0.0s 02:01:32 02:01:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82 02:01:32 #2 DONE 0.0s 02:01:32 02:01:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82 02:01:32 #3 DONE 0.0s 02:01:32 02:01:32 #4 [internal] load .dockerignore 02:01:32 #4 transferring context: 2B done 02:01:32 #4 DONE 0.0s 02:01:32 02:01:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 0.0s done 02:01:32 #5 CACHED 02:01:32 02:01:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:32 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 0.0s done 02:01:32 #6 CACHED 02:01:32 02:01:32 #7 exporting to image 02:01:32 #7 exporting layers done 02:01:32 #7 exporting manifest sha256:c3f5d162b34f778a7fd8bab70a0032ecd3ee696ca648071c318ee2b139c2225d done 02:01:32 #7 exporting config sha256:c3de0324be8a21a1cf5643bdb205beccc41454776cdc782cc8cef189a27d4793 done 02:01:32 #7 exporting manifest sha256:5e211fb08296aa8794d9727dee4c38003ee70da08b487c3259f47ce9234340a4 done 02:01:32 #7 exporting config sha256:7cc27035c4e53f4c352cbfb9adf0705942b52cab5ca0a45fb46dc9292f80d723 done 02:01:32 #7 exporting manifest list sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f done 02:01:32 #7 pushing layers 0.0s done 02:01:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82@sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f 02:01:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.82@sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f 0.1s done 02:01:32 #7 DONE 0.1s 02:01:32 02:01:32 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:01:32 #8 DONE 0.0s 02:01:32 02:01:32 1 warning found (use --debug to expand): 02:01:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82' 02:01:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 --push - 02:01:32 #1 [internal] load build definition from Dockerfile 02:01:32 #1 transferring dockerfile: 215B done 02:01:32 #1 DONE 0.0s 02:01:32 02:01:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:32 #2 DONE 0.0s 02:01:32 02:01:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:01:32 #3 DONE 0.0s 02:01:32 02:01:32 #4 [internal] load .dockerignore 02:01:32 #4 transferring context: 2B done 02:01:32 #4 DONE 0.0s 02:01:32 02:01:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 0.0s done 02:01:32 #5 CACHED 02:01:32 02:01:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:32 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe done 02:01:32 #6 CACHED 02:01:32 02:01:32 #7 exporting to image 02:01:32 #7 exporting layers done 02:01:32 #7 exporting manifest sha256:c3f5d162b34f778a7fd8bab70a0032ecd3ee696ca648071c318ee2b139c2225d done 02:01:32 #7 exporting config sha256:c3de0324be8a21a1cf5643bdb205beccc41454776cdc782cc8cef189a27d4793 done 02:01:32 #7 exporting manifest sha256:5e211fb08296aa8794d9727dee4c38003ee70da08b487c3259f47ce9234340a4 done 02:01:32 #7 exporting config sha256:7cc27035c4e53f4c352cbfb9adf0705942b52cab5ca0a45fb46dc9292f80d723 done 02:01:32 #7 exporting manifest list sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f 02:01:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:33 #7 exporting manifest list sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f done 02:01:33 #7 pushing layers 0.0s done 02:01:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82@sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f 0.1s done 02:01:33 #7 DONE 0.1s 02:01:33 02:01:33 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:01:33 #8 DONE 0.0s 02:01:33 02:01:33 1 warning found (use --debug to expand): 02:01:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:01:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 02:01:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 02:01:33 #1 [internal] load build definition from Dockerfile 02:01:33 #1 transferring dockerfile: 166B done 02:01:33 #1 DONE 0.0s 02:01:33 02:01:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:01:33 #2 DONE 0.0s 02:01:33 02:01:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:01:33 #3 DONE 0.0s 02:01:33 02:01:33 #4 [internal] load .dockerignore 02:01:33 #4 transferring context: 2B done 02:01:33 #4 DONE 0.0s 02:01:33 02:01:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:33 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe done 02:01:33 #5 CACHED 02:01:33 02:01:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 02:01:33 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:98295dcea5b4f82cb6117b802dfdd9af9fcaa79e28d10429c1d6abc591f57efe 0.0s done 02:01:33 #6 CACHED 02:01:33 02:01:33 #7 exporting to image 02:01:33 #7 exporting layers done 02:01:33 #7 exporting manifest sha256:c3f5d162b34f778a7fd8bab70a0032ecd3ee696ca648071c318ee2b139c2225d done 02:01:33 #7 exporting config sha256:c3de0324be8a21a1cf5643bdb205beccc41454776cdc782cc8cef189a27d4793 done 02:01:33 #7 exporting manifest sha256:5e211fb08296aa8794d9727dee4c38003ee70da08b487c3259f47ce9234340a4 done 02:01:33 #7 exporting config sha256:7cc27035c4e53f4c352cbfb9adf0705942b52cab5ca0a45fb46dc9292f80d723 done 02:01:33 #7 exporting manifest list sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f done 02:01:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:01:33 #7 pushing layers 0.0s done 02:01:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:1013e93b8beb2bf34444781bbca9b68e87bd2ca7606a05ff6a0bc61040807d7f 0.1s done 02:01:33 #7 DONE 0.1s 02:01:33 02:01:33 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:01:33 #8 DONE 0.0s 02:01:33 02:01:33 1 warning found (use --debug to expand): 02:01:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:01:34 + '[' -d /w/workspace/edgex-go/933/archives ']' [Pipeline] libraryResource [Pipeline] sh 02:01:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:01:35 ---> package-listing.sh 02:01:35 ++ facter osfamily 02:01:35 ++ tr '[:upper:]' '[:lower:]' 02:01:35 + OS_FAMILY=redhat 02:01:35 + workspace=/w/workspace/edgex-go/933 02:01:35 + START_PACKAGES=/tmp/packages_start.txt 02:01:35 + END_PACKAGES=/tmp/packages_end.txt 02:01:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:01:35 + PACKAGES=/tmp/packages_start.txt 02:01:35 + '[' /w/workspace/edgex-go/933 ']' 02:01:35 + PACKAGES=/tmp/packages_end.txt 02:01:35 + case "${OS_FAMILY}" in 02:01:35 + rpm -qa 02:01:35 + sort 02:01:36 + '[' -f /tmp/packages_start.txt ']' 02:01:36 + '[' -f /tmp/packages_end.txt ']' 02:01:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:01:36 + '[' /w/workspace/edgex-go/933 ']' 02:01:36 + mkdir -p /w/workspace/edgex-go/933/archives/ 02:01:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/933/archives/ [Pipeline] echo 02:01:36 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/933/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:01:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:01:37 02:01:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:01:37 latest: Pulling from edgex-lftools-log-publisher 02:01:37 5eb5b503b376: Pulling fs layer 02:01:37 5c69ac0246d0: Pulling fs layer 02:01:37 ec43610c2a17: Pulling fs layer 02:01:37 3a2ae6a8a46f: Pulling fs layer 02:01:37 33b1e0a273af: Pulling fs layer 02:01:37 5d3b04190fa2: Pulling fs layer 02:01:37 2f39f015ded8: Pulling fs layer 02:01:37 3a2ae6a8a46f: Waiting 02:01:37 33b1e0a273af: Waiting 02:01:37 5d3b04190fa2: Waiting 02:01:37 2f39f015ded8: Waiting 02:01:37 5c69ac0246d0: Verifying Checksum 02:01:37 5c69ac0246d0: Download complete 02:01:37 3a2ae6a8a46f: Verifying Checksum 02:01:37 3a2ae6a8a46f: Download complete 02:01:37 33b1e0a273af: Verifying Checksum 02:01:37 33b1e0a273af: Download complete 02:01:37 ec43610c2a17: Verifying Checksum 02:01:37 ec43610c2a17: Download complete 02:01:37 5d3b04190fa2: Verifying Checksum 02:01:37 5d3b04190fa2: Download complete 02:01:37 5eb5b503b376: Verifying Checksum 02:01:37 5eb5b503b376: Download complete 02:01:38 2f39f015ded8: Verifying Checksum 02:01:38 2f39f015ded8: Download complete 02:01:39 5eb5b503b376: Pull complete 02:01:39 5c69ac0246d0: Pull complete 02:01:39 ec43610c2a17: Pull complete 02:01:39 3a2ae6a8a46f: Pull complete 02:01:39 33b1e0a273af: Pull complete 02:01:39 5d3b04190fa2: Pull complete 02:01:44 2f39f015ded8: Pull complete 02:01:44 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:01:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:01:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:01:44 prd-centos7-docker-4c-2g-775045 does not seem to be running inside a container 02:01:44 $ 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/933/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@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 02:01:47 $ docker top df73281b6826a3004f113dc6597992d4b3ed810c417022777d2af4e22c509d12 -eo pid,comm [Pipeline] { [Pipeline] sh 02:01:47 + touch /tmp/pre-build-complete [Pipeline] sh 02:01:48 + mkdir -p /var/log/sysstat [Pipeline] sh 02:01:48 + ls /var/log/sa-host 02:01:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:01:48 provisioning config files... 02:01:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config10415274305713275232tmp [Pipeline] { [Pipeline] echo 02:01:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:01:48 ---> create-netrc.sh [Pipeline] } 02:01:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:01:49 ---> python-tools-install.sh [Pipeline] echo 02:01:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:01:49 ---> sudo-logs.sh 02:01:49 Archiving 'sudo' log.. 02:01:49 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:01:49 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 02:01:49 $ docker stop --time=1 df73281b6826a3004f113dc6597992d4b3ed810c417022777d2af4e22c509d12 02:01:50 $ docker rm -f --volumes df73281b6826a3004f113dc6597992d4b3ed810c417022777d2af4e22c509d12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 02:01:50 [WS-CLEANUP] Deleting project workspace... 02:01:50 [WS-CLEANUP] Deferred wipeout is used... 02:01:50 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:21:11 #135 ... 02:21:11 02:21:11 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:21:11 #149 DONE 1348.4s 02:21:11 02:21:11 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:21:11 #145 ... 02:21:11 02:21:11 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:21:11 #155 DONE 0.3s 02:21:11 02:21:11 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:21:11 #156 DONE 0.2s 02:21:11 02:21:11 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:21:12 #157 DONE 0.2s 02:21:12 02:21:12 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:21:12 #158 DONE 0.1s 02:21:12 02:21:12 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:21:12 #159 DONE 0.1s 02:21:12 02:21:12 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:21:15 #160 DONE 2.2s 02:21:15 02:21:15 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:21:15 #153 ... 02:21:15 02:21:15 #108 [core-common-config-bootstrapper] exporting to image 02:21:15 #108 exporting layers 02:21:15 #108 exporting layers 0.6s done 02:21:15 #108 writing image sha256:3c3457b6eae836c3fc7848776cd608520a7d1146914b0f55903e1f3415212893 done 02:21:15 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:21:15 #108 DONE 9.2s 02:21:15 02:21:15 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:21:33 #153 ... 02:21:33 02:21:33 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:21:33 #145 DONE 1369.3s 02:21:33 02:21:33 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:21:33 #161 DONE 0.6s 02:21:33 02:21:33 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:21:35 #162 DONE 2.7s 02:21:35 02:21:35 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:21:35 #153 ... 02:21:35 02:21:35 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:21:35 #163 DONE 0.2s 02:21:35 02:21:35 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:21:36 #164 DONE 0.3s 02:21:36 02:21:36 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:21:36 #165 DONE 0.3s 02:21:36 02:21:36 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:21:36 #166 DONE 0.1s 02:21:36 02:21:36 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:21:36 #167 DONE 0.1s 02:21:36 02:21:36 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 02:21:36 #168 DONE 0.1s 02:21:36 02:21:36 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:21:36 #169 DONE 0.3s 02:21:36 02:21:36 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:21:37 #153 ... 02:21:37 02:21:37 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:21:37 #170 DONE 0.1s 02:21:37 02:21:37 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:21:39 #171 DONE 2.2s 02:21:39 02:21:39 #108 [security-bootstrapper] exporting to image 02:21:39 #108 exporting layers 02:21:40 #108 exporting layers 1.3s done 02:21:40 #108 writing image sha256:50a50b3a90aa8c773cd455ed0f697ee472c35b13054760f825eeeb7465a99376 done 02:21:40 #108 naming to docker.io/library/security-bootstrapper-arm64 done 02:21:40 #108 DONE 10.5s 02:21:40 02:21:40 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:39:51 #153 ... 02:39:51 02:39:51 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:39:51 #154 DONE 2455.3s 02:39:51 02:39:51 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:39:51 #153 ... 02:39:51 02:39:51 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:39:51 #172 DONE 0.3s 02:39:51 02:39:51 #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:39:51 #135 ... 02:39:51 02:39:51 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:39:51 #173 DONE 0.2s 02:39:51 02:39:51 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:39:51 #174 DONE 0.5s 02:39:51 02:39:51 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:39:51 #153 ... 02:39:51 02:39:51 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:39:51 #175 DONE 0.1s 02:39:51 02:39:51 #108 [core-command] exporting to image 02:39:51 #108 exporting layers 02:39:51 #108 exporting layers 0.6s done 02:39:51 #108 writing image sha256:df00a730b61009c8a122038d09068450939b32c42239cdf82e5796289d6e3a8e done 02:39:51 #108 naming to docker.io/library/core-command-arm64 done 02:39:51 #108 DONE 11.1s 02:39:51 02:39:51 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:40:06 #153 ... 02:40:06 02:40:06 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:40:06 #144 2483.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.82 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:40:13 #144 ... 02:40:13 02:40:13 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:40:13 #153 DONE 2490.3s 02:40:13 02:40:13 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:40:13 #144 ... 02:40:13 02:40:13 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:40:13 #176 DONE 0.2s 02:40:13 02:40:13 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:40:13 #177 DONE 0.3s 02:40:13 02:40:13 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:40:14 #152 ... 02:40:14 02:40:14 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:40:14 #178 DONE 0.2s 02:40:14 02:40:14 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:40:14 #179 DONE 0.1s 02:40:14 02:40:14 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:40:15 #180 DONE 0.4s 02:40:15 02:40:15 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:40:15 #181 DONE 0.1s 02:40:15 02:40:15 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:40:17 #182 DONE 2.0s 02:40:17 02:40:17 #108 [security-proxy-setup] exporting to image 02:40:17 #108 exporting layers 02:40:18 #108 exporting layers 1.1s done 02:40:18 #108 writing image sha256:ec51c27f3a1776d1f8f401decd6a266925b268b0a4b165e20d45d8c50785f2ab done 02:40:18 #108 naming to docker.io/library/security-proxy-setup-arm64 done 02:40:18 #108 DONE 12.3s 02:40:18 02:40:18 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:40:45 #144 DONE 2518.2s 02:40:45 02:40:45 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:40:45 #150 ... 02:40:45 02:40:45 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:40:45 #183 DONE 0.1s 02:40:45 02:40:45 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:40:45 #151 ... 02:40:45 02:40:45 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:40:45 #184 DONE 0.2s 02:40:45 02:40:45 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:40:45 #185 DONE 0.1s 02:40:45 02:40:45 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:40:45 #151 ... 02:40:45 02:40:45 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 02:40:45 #186 DONE 0.1s 02:40:45 02:40:45 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:40:45 #187 DONE 0.1s 02:40:45 02:40:45 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:40:45 #151 ... 02:40:45 02:40:45 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:40:45 #188 DONE 0.5s 02:40:45 02:40:45 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:40:46 #189 DONE 0.5s 02:40:46 02:40:46 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:40:46 #190 DONE 0.1s 02:40:46 02:40:46 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:40:48 #191 DONE 1.9s 02:40:48 02:40:48 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:40:48 #151 ... 02:40:48 02:40:48 #108 [security-secretstore-setup] exporting to image 02:40:48 #108 exporting layers 02:40:49 #108 exporting layers 1.5s done 02:40:49 #108 writing image sha256:c383ae847667bd4f816653340d94a74ce82a2e8f2f02226d65b5b42e540e4589 done 02:40:49 #108 naming to docker.io/library/security-secretstore-setup-arm64 done 02:40:49 #108 DONE 13.7s 02:40:49 02:40:49 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:41:36 #151 ... 02:41:36 02:41:36 #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:41:36 #135 DONE 2572.5s 02:41:36 02:41:36 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:41:36 #146 ... 02:41:36 02:41:36 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:41:36 #192 DONE 0.1s 02:41:36 02:41:36 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:41:36 #193 DONE 0.2s 02:41:36 02:41:36 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:41:36 #152 ... 02:41:36 02:41:36 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:41:36 #194 DONE 0.5s 02:41:36 02:41:36 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:41:36 #195 DONE 0.1s 02:41:36 02:41:36 #108 [security-spiffe-token-provider] exporting to image 02:41:36 #108 exporting layers 02:41:37 #108 exporting layers 0.6s done 02:41:37 #108 writing image sha256:cfba50fbabb134c9fd5796f03123362e7701d3560ad6ed60d9e5552ecf143d2f done 02:41:37 #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:41:37 #108 DONE 14.3s 02:41:37 02:41:37 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:42:33 #152 ... 02:42:33 02:42:33 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:42:33 #146 DONE 2621.9s 02:42:33 02:42:33 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:42:33 #151 ... 02:42:33 02:42:33 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:42:33 #152 DONE 2622.1s 02:42:33 02:42:33 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:42:33 #147 ... 02:42:33 02:42:33 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:42:33 #196 DONE 0.1s 02:42:33 02:42:33 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:42:33 #150 ... 02:42:33 02:42:33 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:42:33 #197 DONE 0.3s 02:42:33 02:42:33 #198 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:42:33 #198 DONE 0.3s 02:42:33 02:42:33 #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:42:33 #199 ... 02:42:33 02:42:33 #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:42:33 #200 DONE 1.2s 02:42:33 02:42:33 #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:42:33 #199 DONE 1.0s 02:42:33 02:42:33 #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:42:33 #201 ... 02:42:33 02:42:33 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:42:33 #202 DONE 0.6s 02:42:33 02:42:33 #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:42:33 #201 DONE 0.6s 02:42:33 02:42:33 #108 [core-keeper] exporting to image 02:42:33 #108 exporting layers 02:42:33 #108 ... 02:42:33 02:42:33 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:42:33 #203 DONE 0.2s 02:42:33 02:42:33 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:42:33 #147 DONE 2625.8s 02:42:33 02:42:33 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:42:33 #204 ... 02:42:33 02:42:33 #108 [core-keeper] exporting to image 02:42:33 #108 exporting layers 1.3s done 02:42:33 #108 writing image sha256:216cd71f2e82b8144e89dd662f02c8001d220b0fac4dfa6024eaa9f8f3326a26 done 02:42:33 #108 naming to docker.io/library/core-keeper-arm64 done 02:42:33 #108 DONE 15.7s 02:42:33 02:42:33 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:42:33 #205 DONE 0.2s 02:42:33 02:42:33 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:42:33 #206 DONE 0.2s 02:42:33 02:42:33 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:42:33 #204 DONE 2.7s 02:42:33 02:42:33 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:42:33 #207 DONE 0.8s 02:42:33 02:42:33 #108 [security-proxy-auth] exporting to image 02:42:33 #108 ... 02:42:33 02:42:33 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:42:33 #208 DONE 0.5s 02:42:33 02:42:33 #108 [core-data] exporting to image 02:42:33 #108 exporting layers 0.8s done 02:42:33 #108 writing image sha256:f48c372e9ad9f7bceecbde2ff741496e10071632ea468ba338fbe89f198c98f0 0.0s done 02:42:33 #108 naming to docker.io/library/security-proxy-auth-arm64 done 02:42:33 #108 writing image sha256:58dfd096cd30e700bcb1ce867c26903b408546528fa6146c3cff6422e7eff2cf 02:42:33 #108 writing image sha256:58dfd096cd30e700bcb1ce867c26903b408546528fa6146c3cff6422e7eff2cf 0.1s done 02:42:33 #108 naming to docker.io/library/core-data-arm64 0.0s done 02:42:33 #108 DONE 17.2s 02:42:33 02:42:33 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:42:33 #151 ... 02:42:33 02:42:33 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:42:33 #150 DONE 2630.2s 02:42:33 02:42:33 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:42:33 #151 ... 02:42:33 02:42:33 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:42:33 #209 DONE 0.2s 02:42:33 02:42:33 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:42:33 #151 ... 02:42:33 02:42:33 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:42:33 #210 DONE 0.2s 02:42:33 02:42:33 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:42:34 #211 DONE 0.4s 02:42:34 02:42:34 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:42:34 #212 DONE 0.1s 02:42:34 02:42:34 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:42:34 #213 DONE 0.1s 02:42:34 02:42:34 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:42:34 #148 ... 02:42:34 02:42:34 #108 [core-metadata] exporting to image 02:42:37 #108 exporting layers 2.6s done 02:42:37 #108 writing image sha256:c50e772d020b893d5e5e3b3e092920ed18672ddbc80951ba583b1efe9fbadf0a done 02:42:37 #108 naming to docker.io/library/core-metadata-arm64 done 02:42:37 #108 DONE 19.9s 02:42:37 02:42:37 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:42:59 #151 DONE 2656.3s 02:42:59 02:42:59 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:42:59 #148 ... 02:42:59 02:42:59 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:42:59 #214 DONE 0.2s 02:42:59 02:42:59 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:43:00 #215 DONE 0.1s 02:43:00 02:43:00 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:43:01 #216 DONE 1.4s 02:43:01 02:43:01 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:43:01 #217 DONE 0.1s 02:43:01 02:43:01 #108 [support-scheduler] exporting to image 02:43:01 #108 exporting layers 02:43:03 #108 exporting layers 1.1s done 02:43:03 #108 writing image sha256:6f3d64c3bb4a599fd2b69b5282229d67cf5bc1b916bb616c602bfb0a2f79a849 done 02:43:03 #108 naming to docker.io/library/support-scheduler-arm64 done 02:43:03 #108 DONE 21.0s 02:43:03 02:43:03 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:43:08 #148 DONE 2664.8s 02:43:08 02:43:08 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:43:08 #218 DONE 0.1s 02:43:08 02:43:08 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:43:08 #219 DONE 0.1s 02:43:08 02:43:08 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:43:08 #220 DONE 0.5s 02:43:08 02:43:08 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:43:08 #221 DONE 0.1s 02:43:08 02:43:08 #108 [support-notifications] exporting to image 02:43:08 #108 exporting layers 02:43:09 #108 exporting layers 0.6s done 02:43:09 #108 writing image sha256:0cbfa09b72cfb1aabb71c7e54f8c5bffb5a4f3d64917c8f1783affe1abd6a028 done 02:43:09 #108 naming to docker.io/library/support-notifications-arm64 done 02:43:09 #108 DONE 21.6s 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:43:09 time="2025-12-15T01:55:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:43:09 $ docker stop --time=1 a8b844d42f5d3175f04e6273f1266ae03c65d2433bd4141318ceb81bb0ed8738 02:43:10 $ docker rm -f --volumes a8b844d42f5d3175f04e6273f1266ae03c65d2433bd4141318ceb81bb0ed8738 [Pipeline] // withDockerContainer [Pipeline] sh 02:43:11 + docker images 02:43:11 REPOSITORY TAG IMAGE ID CREATED SIZE 02:43:11 support-notifications-arm64 latest 0cbfa09b72cf 3 seconds ago 54.3MB 02:43:11 support-scheduler-arm64 latest 6f3d64c3bb4a 10 seconds ago 50.4MB 02:43:11 core-metadata-arm64 latest c50e772d020b 37 seconds ago 46.3MB 02:43:11 core-data-arm64 latest 58dfd096cd30 40 seconds ago 46.2MB 02:43:11 security-proxy-auth-arm64 latest f48c372e9ad9 41 seconds ago 45.4MB 02:43:11 core-keeper-arm64 latest 216cd71f2e82 44 seconds ago 45.1MB 02:43:11 security-spiffe-token-provider-arm64 latest cfba50fbabb1 About a minute ago 50.2MB 02:43:11 security-secretstore-setup-arm64 latest c383ae847667 2 minutes ago 81.6MB 02:43:11 security-proxy-setup-arm64 latest ec51c27f3a17 2 minutes ago 51.3MB 02:43:11 core-command-arm64 latest df00a730b610 3 minutes ago 40.9MB 02:43:11 security-bootstrapper-arm64 latest 50a50b3a90aa 21 minutes ago 22.2MB 02:43:11 core-common-config-bootstrapper-arm64 latest 3c3457b6eae8 21 minutes ago 21.1MB 02:43:11 security-spire-config-arm64 latest dd2f25129999 46 minutes ago 163MB 02:43:11 security-spire-agent-arm64 latest f20ebec3bfd8 46 minutes ago 220MB 02:43:11 security-spire-server-arm64 latest 2b5db6cba552 46 minutes ago 164MB 02:43:11 ci-base-image-arm64 latest 2a840eabe08d 48 minutes ago 927MB 02:43:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 2 months ago 564MB 02:43:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:43:11 provisioning config files... 02:43:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/933@tmp/config9492751753119569878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:11 ---> ****-login.sh 02:43:11 nexus3.edgexfoundry.org:10001 02:43:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:43:12 Configure a credential helper to remove this warning. See 02:43:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:43:12 02:43:12 Login Succeeded 02:43:12 nexus3.edgexfoundry.org:10002 02:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:43:12 Configure a credential helper to remove this warning. See 02:43:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:43:12 02:43:12 Login Succeeded 02:43:12 nexus3.edgexfoundry.org:10003 02:43:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:43:13 Configure a credential helper to remove this warning. See 02:43:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:43:13 02:43:13 Login Succeeded 02:43:13 nexus3.edgexfoundry.org:10004 02:43:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:43:13 Configure a credential helper to remove this warning. See 02:43:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:43:13 02:43:13 Login Succeeded 02:43:13 ****.io 02:43:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:43:13 Configure a credential helper to remove this warning. See 02:43:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:43:13 02:43:13 Login Succeeded 02:43:13 ---> ****-login.sh ends [Pipeline] } 02:43:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:43:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:43:13 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:43:13 55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:13 latest 02:43:13 4.1.0-dev.82 02:43:13 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:43:13 main 02:43:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:14 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:14 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:43:14 608522d51789: Preparing 02:43:14 6ffc86ffca0c: Preparing 02:43:14 59df64f4ea7a: Preparing 02:43:14 46eb03d629a1: Preparing 02:43:14 e48e66f9716f: Preparing 02:43:14 b697582d764d: Preparing 02:43:14 0e64f2360a44: Preparing 02:43:14 b697582d764d: Waiting 02:43:14 0e64f2360a44: Waiting 02:43:14 59df64f4ea7a: Pushed 02:43:14 608522d51789: Pushed 02:43:14 46eb03d629a1: Pushed 02:43:14 0e64f2360a44: Layer already exists 02:43:14 b697582d764d: Pushed 02:43:15 e48e66f9716f: Pushed 02:43:21 6ffc86ffca0c: Pushed 02:43:21 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:0a1021ec060a79fe860f3b0342040b690cb0ad91d5411f5920aab704a46bd45a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:22 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:43:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:43:22 608522d51789: Preparing 02:43:22 6ffc86ffca0c: Preparing 02:43:22 59df64f4ea7a: Preparing 02:43:22 46eb03d629a1: Preparing 02:43:22 e48e66f9716f: Preparing 02:43:22 b697582d764d: Preparing 02:43:22 0e64f2360a44: Preparing 02:43:22 b697582d764d: Waiting 02:43:22 0e64f2360a44: Waiting 02:43:22 46eb03d629a1: Layer already exists 02:43:22 608522d51789: Layer already exists 02:43:22 e48e66f9716f: Layer already exists 02:43:22 59df64f4ea7a: Layer already exists 02:43:22 6ffc86ffca0c: Layer already exists 02:43:22 0e64f2360a44: Layer already exists 02:43:22 b697582d764d: Layer already exists 02:43:22 latest: digest: sha256:0a1021ec060a79fe860f3b0342040b690cb0ad91d5411f5920aab704a46bd45a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.82 02:43:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:43:23 608522d51789: Preparing 02:43:23 6ffc86ffca0c: Preparing 02:43:23 59df64f4ea7a: Preparing 02:43:23 46eb03d629a1: Preparing 02:43:23 e48e66f9716f: Preparing 02:43:23 b697582d764d: Preparing 02:43:23 0e64f2360a44: Preparing 02:43:23 b697582d764d: Waiting 02:43:23 0e64f2360a44: Waiting 02:43:23 6ffc86ffca0c: Layer already exists 02:43:23 608522d51789: Layer already exists 02:43:23 59df64f4ea7a: Layer already exists 02:43:23 46eb03d629a1: Layer already exists 02:43:23 e48e66f9716f: Layer already exists 02:43:23 b697582d764d: Layer already exists 02:43:23 0e64f2360a44: Layer already exists 02:43:23 4.1.0-dev.82: digest: sha256:0a1021ec060a79fe860f3b0342040b690cb0ad91d5411f5920aab704a46bd45a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:43:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:43:24 608522d51789: Preparing 02:43:24 6ffc86ffca0c: Preparing 02:43:24 59df64f4ea7a: Preparing 02:43:24 46eb03d629a1: Preparing 02:43:24 e48e66f9716f: Preparing 02:43:24 b697582d764d: Preparing 02:43:24 0e64f2360a44: Preparing 02:43:24 b697582d764d: Waiting 02:43:24 0e64f2360a44: Waiting 02:43:24 6ffc86ffca0c: Layer already exists 02:43:24 59df64f4ea7a: Layer already exists 02:43:24 e48e66f9716f: Layer already exists 02:43:24 46eb03d629a1: Layer already exists 02:43:24 608522d51789: Layer already exists 02:43:24 0e64f2360a44: Layer already exists 02:43:24 b697582d764d: Layer already exists 02:43:24 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:0a1021ec060a79fe860f3b0342040b690cb0ad91d5411f5920aab704a46bd45a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:43:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:43:25 608522d51789: Preparing 02:43:25 6ffc86ffca0c: Preparing 02:43:25 59df64f4ea7a: Preparing 02:43:25 46eb03d629a1: Preparing 02:43:25 e48e66f9716f: Preparing 02:43:25 b697582d764d: Preparing 02:43:25 0e64f2360a44: Preparing 02:43:25 b697582d764d: Waiting 02:43:25 0e64f2360a44: Waiting 02:43:25 e48e66f9716f: Layer already exists 02:43:25 608522d51789: Layer already exists 02:43:25 59df64f4ea7a: Layer already exists 02:43:25 46eb03d629a1: Layer already exists 02:43:25 6ffc86ffca0c: Layer already exists 02:43:25 0e64f2360a44: Layer already exists 02:43:25 b697582d764d: Layer already exists 02:43:25 main: digest: sha256:0a1021ec060a79fe860f3b0342040b690cb0ad91d5411f5920aab704a46bd45a size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:43:25 ===================================================== [Pipeline] echo 02:43:25 taggedImages: 02:43:25 - nexus3.edgexfoundry.org:10004/core-command-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:25 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:43:25 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.82 02:43:25 - nexus3.edgexfoundry.org:10004/core-command-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:43:25 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:43:25 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:43:25 55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:25 latest 02:43:25 4.1.0-dev.82 02:43:25 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:43:25 main 02:43:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:26 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:43:26 a9f235f2b96e: Preparing 02:43:26 6f501135a667: Preparing 02:43:26 09a7207e4f7e: Preparing 02:43:26 b47ca60d7cc5: Preparing 02:43:26 59df64f4ea7a: Preparing 02:43:26 46eb03d629a1: Preparing 02:43:26 e48e66f9716f: Preparing 02:43:26 46eb03d629a1: Waiting 02:43:26 e48e66f9716f: Waiting 02:43:26 b697582d764d: Preparing 02:43:26 0e64f2360a44: Preparing 02:43:26 b697582d764d: Waiting 02:43:26 0e64f2360a44: Waiting 02:43:26 59df64f4ea7a: Layer already exists 02:43:26 46eb03d629a1: Layer already exists 02:43:26 09a7207e4f7e: Pushed 02:43:26 6f501135a667: Pushed 02:43:26 e48e66f9716f: Layer already exists 02:43:26 b697582d764d: Layer already exists 02:43:26 a9f235f2b96e: Pushed 02:43:26 0e64f2360a44: Layer already exists 02:43:29 b47ca60d7cc5: Pushed 02:43:29 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:d95487691b1f01134bea576ff7425de837a45d256e4cbe8dc394b84ef5d57835 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:29 + 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 02:43:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:43:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:43:30 a9f235f2b96e: Preparing 02:43:30 6f501135a667: Preparing 02:43:30 09a7207e4f7e: Preparing 02:43:30 b47ca60d7cc5: Preparing 02:43:30 59df64f4ea7a: Preparing 02:43:30 46eb03d629a1: Preparing 02:43:30 e48e66f9716f: Preparing 02:43:30 b697582d764d: Preparing 02:43:30 0e64f2360a44: Preparing 02:43:30 e48e66f9716f: Waiting 02:43:30 46eb03d629a1: Waiting 02:43:30 b697582d764d: Waiting 02:43:30 0e64f2360a44: Waiting 02:43:30 b47ca60d7cc5: Layer already exists 02:43:30 6f501135a667: Layer already exists 02:43:30 a9f235f2b96e: Layer already exists 02:43:30 09a7207e4f7e: Layer already exists 02:43:30 59df64f4ea7a: Layer already exists 02:43:30 e48e66f9716f: Layer already exists 02:43:30 46eb03d629a1: Layer already exists 02:43:30 b697582d764d: Layer already exists 02:43:30 0e64f2360a44: Layer already exists 02:43:30 latest: digest: sha256:d95487691b1f01134bea576ff7425de837a45d256e4cbe8dc394b84ef5d57835 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:30 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.82 02:43:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:43:31 a9f235f2b96e: Preparing 02:43:31 6f501135a667: Preparing 02:43:31 09a7207e4f7e: Preparing 02:43:31 b47ca60d7cc5: Preparing 02:43:31 59df64f4ea7a: Preparing 02:43:31 46eb03d629a1: Preparing 02:43:31 e48e66f9716f: Preparing 02:43:31 b697582d764d: Preparing 02:43:31 0e64f2360a44: Preparing 02:43:31 46eb03d629a1: Waiting 02:43:31 e48e66f9716f: Waiting 02:43:31 b697582d764d: Waiting 02:43:31 0e64f2360a44: Waiting 02:43:31 09a7207e4f7e: Layer already exists 02:43:31 59df64f4ea7a: Layer already exists 02:43:31 a9f235f2b96e: Layer already exists 02:43:31 b47ca60d7cc5: Layer already exists 02:43:31 6f501135a667: Layer already exists 02:43:31 e48e66f9716f: Layer already exists 02:43:31 46eb03d629a1: Layer already exists 02:43:31 0e64f2360a44: Layer already exists 02:43:31 b697582d764d: Layer already exists 02:43:31 4.1.0-dev.82: digest: sha256:d95487691b1f01134bea576ff7425de837a45d256e4cbe8dc394b84ef5d57835 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:31 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:43:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:43:32 a9f235f2b96e: Preparing 02:43:32 6f501135a667: Preparing 02:43:32 09a7207e4f7e: Preparing 02:43:32 b47ca60d7cc5: Preparing 02:43:32 59df64f4ea7a: Preparing 02:43:32 46eb03d629a1: Preparing 02:43:32 e48e66f9716f: Preparing 02:43:32 b697582d764d: Preparing 02:43:32 0e64f2360a44: Preparing 02:43:32 e48e66f9716f: Waiting 02:43:32 46eb03d629a1: Waiting 02:43:32 b697582d764d: Waiting 02:43:32 0e64f2360a44: Waiting 02:43:32 b47ca60d7cc5: Layer already exists 02:43:32 09a7207e4f7e: Layer already exists 02:43:32 a9f235f2b96e: Layer already exists 02:43:32 59df64f4ea7a: Layer already exists 02:43:32 6f501135a667: Layer already exists 02:43:32 b697582d764d: Layer already exists 02:43:32 e48e66f9716f: Layer already exists 02:43:32 46eb03d629a1: Layer already exists 02:43:32 0e64f2360a44: Layer already exists 02:43:32 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:d95487691b1f01134bea576ff7425de837a45d256e4cbe8dc394b84ef5d57835 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:32 + 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 02:43:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:43:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:43:33 a9f235f2b96e: Preparing 02:43:33 6f501135a667: Preparing 02:43:33 09a7207e4f7e: Preparing 02:43:33 b47ca60d7cc5: Preparing 02:43:33 59df64f4ea7a: Preparing 02:43:33 46eb03d629a1: Preparing 02:43:33 46eb03d629a1: Waiting 02:43:33 e48e66f9716f: Preparing 02:43:33 b697582d764d: Preparing 02:43:33 0e64f2360a44: Preparing 02:43:33 e48e66f9716f: Waiting 02:43:33 b697582d764d: Waiting 02:43:33 0e64f2360a44: Waiting 02:43:33 09a7207e4f7e: Layer already exists 02:43:33 a9f235f2b96e: Layer already exists 02:43:33 6f501135a667: Layer already exists 02:43:33 59df64f4ea7a: Layer already exists 02:43:33 b47ca60d7cc5: Layer already exists 02:43:33 b697582d764d: Layer already exists 02:43:33 46eb03d629a1: Layer already exists 02:43:33 e48e66f9716f: Layer already exists 02:43:33 0e64f2360a44: Layer already exists 02:43:33 main: digest: sha256:d95487691b1f01134bea576ff7425de837a45d256e4cbe8dc394b84ef5d57835 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:43:33 ===================================================== [Pipeline] echo 02:43:33 taggedImages: 02:43:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:43:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.82 02:43:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:43:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:43:33 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:43:33 55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:33 latest 02:43:33 4.1.0-dev.82 02:43:33 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:43:33 main 02:43:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:43:34 5ad9f6b9bef5: Preparing 02:43:34 b24a0250a2d4: Preparing 02:43:34 59df64f4ea7a: Preparing 02:43:34 46eb03d629a1: Preparing 02:43:34 5d9d57e92159: Preparing 02:43:34 f3128ebbca38: Preparing 02:43:34 0e64f2360a44: Preparing 02:43:34 f3128ebbca38: Waiting 02:43:34 46eb03d629a1: Layer already exists 02:43:34 59df64f4ea7a: Layer already exists 02:43:34 0e64f2360a44: Layer already exists 02:43:34 5ad9f6b9bef5: Pushed 02:43:34 f3128ebbca38: Pushed 02:43:34 5d9d57e92159: Pushed 02:43:43 b24a0250a2d4: Pushed 02:43:43 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:b02ab5ff16a817f1e1caf75e2ec09d60ebf83fb4c635c3ce275f043247b0297b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:43:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:43:43 5ad9f6b9bef5: Preparing 02:43:43 b24a0250a2d4: Preparing 02:43:43 59df64f4ea7a: Preparing 02:43:43 46eb03d629a1: Preparing 02:43:43 5d9d57e92159: Preparing 02:43:43 f3128ebbca38: Preparing 02:43:43 0e64f2360a44: Preparing 02:43:43 f3128ebbca38: Waiting 02:43:43 0e64f2360a44: Waiting 02:43:43 5d9d57e92159: Layer already exists 02:43:43 46eb03d629a1: Layer already exists 02:43:43 59df64f4ea7a: Layer already exists 02:43:43 b24a0250a2d4: Layer already exists 02:43:43 5ad9f6b9bef5: Layer already exists 02:43:43 f3128ebbca38: Layer already exists 02:43:43 0e64f2360a44: Layer already exists 02:43:43 latest: digest: sha256:b02ab5ff16a817f1e1caf75e2ec09d60ebf83fb4c635c3ce275f043247b0297b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.82 02:43:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:43:44 5ad9f6b9bef5: Preparing 02:43:44 b24a0250a2d4: Preparing 02:43:44 59df64f4ea7a: Preparing 02:43:44 46eb03d629a1: Preparing 02:43:44 5d9d57e92159: Preparing 02:43:44 f3128ebbca38: Preparing 02:43:44 0e64f2360a44: Preparing 02:43:44 f3128ebbca38: Waiting 02:43:44 0e64f2360a44: Waiting 02:43:44 59df64f4ea7a: Layer already exists 02:43:44 46eb03d629a1: Layer already exists 02:43:44 5d9d57e92159: Layer already exists 02:43:44 b24a0250a2d4: Layer already exists 02:43:44 5ad9f6b9bef5: Layer already exists 02:43:44 0e64f2360a44: Layer already exists 02:43:44 f3128ebbca38: Layer already exists 02:43:44 4.1.0-dev.82: digest: sha256:b02ab5ff16a817f1e1caf75e2ec09d60ebf83fb4c635c3ce275f043247b0297b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:43:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:43:45 5ad9f6b9bef5: Preparing 02:43:45 b24a0250a2d4: Preparing 02:43:45 59df64f4ea7a: Preparing 02:43:45 46eb03d629a1: Preparing 02:43:45 5d9d57e92159: Preparing 02:43:45 f3128ebbca38: Preparing 02:43:45 0e64f2360a44: Preparing 02:43:45 f3128ebbca38: Waiting 02:43:45 0e64f2360a44: Waiting 02:43:45 46eb03d629a1: Layer already exists 02:43:45 b24a0250a2d4: Layer already exists 02:43:45 5d9d57e92159: Layer already exists 02:43:45 59df64f4ea7a: Layer already exists 02:43:45 5ad9f6b9bef5: Layer already exists 02:43:45 0e64f2360a44: Layer already exists 02:43:45 f3128ebbca38: Layer already exists 02:43:45 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:b02ab5ff16a817f1e1caf75e2ec09d60ebf83fb4c635c3ce275f043247b0297b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:43:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:43:46 5ad9f6b9bef5: Preparing 02:43:46 b24a0250a2d4: Preparing 02:43:46 59df64f4ea7a: Preparing 02:43:46 46eb03d629a1: Preparing 02:43:46 5d9d57e92159: Preparing 02:43:46 f3128ebbca38: Preparing 02:43:46 0e64f2360a44: Preparing 02:43:46 0e64f2360a44: Waiting 02:43:46 f3128ebbca38: Waiting 02:43:46 5ad9f6b9bef5: Layer already exists 02:43:46 b24a0250a2d4: Layer already exists 02:43:46 59df64f4ea7a: Layer already exists 02:43:46 5d9d57e92159: Layer already exists 02:43:46 46eb03d629a1: Layer already exists 02:43:46 0e64f2360a44: Layer already exists 02:43:46 f3128ebbca38: Layer already exists 02:43:47 main: digest: sha256:b02ab5ff16a817f1e1caf75e2ec09d60ebf83fb4c635c3ce275f043247b0297b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:43:47 ===================================================== [Pipeline] echo 02:43:47 taggedImages: 02:43:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:43:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.82 02:43:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:43:47 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:43:47 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:43:47 55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:47 latest 02:43:47 4.1.0-dev.82 02:43:47 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:43:47 main 02:43:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:47 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:43:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:43:47 3257ad7d1dcb: Preparing 02:43:47 f374acd52de3: Preparing 02:43:47 46eb03d629a1: Preparing 02:43:47 04189677c264: Preparing 02:43:47 4b893fde65d9: Preparing 02:43:47 0e64f2360a44: Preparing 02:43:47 0e64f2360a44: Waiting 02:43:49 46eb03d629a1: Layer already exists 02:43:49 0e64f2360a44: Layer already exists 02:43:49 4b893fde65d9: Pushed 02:43:49 3257ad7d1dcb: Pushed 02:43:49 04189677c264: Pushed 02:43:57 f374acd52de3: Pushed 02:43:57 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:6eb97b4c97f93df2a57b1ea92e04c2c6e11ecc12174d24894ebbcf03cde749a1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:57 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:43:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:43:58 3257ad7d1dcb: Preparing 02:43:58 f374acd52de3: Preparing 02:43:58 46eb03d629a1: Preparing 02:43:58 04189677c264: Preparing 02:43:58 4b893fde65d9: Preparing 02:43:58 0e64f2360a44: Preparing 02:43:58 0e64f2360a44: Waiting 02:43:58 3257ad7d1dcb: Layer already exists 02:43:58 f374acd52de3: Layer already exists 02:43:58 4b893fde65d9: Layer already exists 02:43:58 46eb03d629a1: Layer already exists 02:43:58 04189677c264: Layer already exists 02:43:58 0e64f2360a44: Layer already exists 02:43:58 latest: digest: sha256:6eb97b4c97f93df2a57b1ea92e04c2c6e11ecc12174d24894ebbcf03cde749a1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:58 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.82 02:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:43:59 3257ad7d1dcb: Preparing 02:43:59 f374acd52de3: Preparing 02:43:59 46eb03d629a1: Preparing 02:43:59 04189677c264: Preparing 02:43:59 4b893fde65d9: Preparing 02:43:59 0e64f2360a44: Preparing 02:43:59 0e64f2360a44: Waiting 02:43:59 3257ad7d1dcb: Layer already exists 02:43:59 f374acd52de3: Layer already exists 02:43:59 46eb03d629a1: Layer already exists 02:43:59 4b893fde65d9: Layer already exists 02:43:59 04189677c264: Layer already exists 02:43:59 0e64f2360a44: Layer already exists 02:43:59 4.1.0-dev.82: digest: sha256:6eb97b4c97f93df2a57b1ea92e04c2c6e11ecc12174d24894ebbcf03cde749a1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:59 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:44:00 3257ad7d1dcb: Preparing 02:44:00 f374acd52de3: Preparing 02:44:00 46eb03d629a1: Preparing 02:44:00 04189677c264: Preparing 02:44:00 4b893fde65d9: Preparing 02:44:00 0e64f2360a44: Preparing 02:44:00 0e64f2360a44: Waiting 02:44:00 f374acd52de3: Layer already exists 02:44:00 3257ad7d1dcb: Layer already exists 02:44:00 04189677c264: Layer already exists 02:44:00 4b893fde65d9: Layer already exists 02:44:00 46eb03d629a1: Layer already exists 02:44:00 0e64f2360a44: Layer already exists 02:44:00 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:6eb97b4c97f93df2a57b1ea92e04c2c6e11ecc12174d24894ebbcf03cde749a1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:00 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:44:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:44:02 3257ad7d1dcb: Preparing 02:44:02 f374acd52de3: Preparing 02:44:02 46eb03d629a1: Preparing 02:44:02 04189677c264: Preparing 02:44:02 4b893fde65d9: Preparing 02:44:02 0e64f2360a44: Preparing 02:44:02 3257ad7d1dcb: Layer already exists 02:44:02 04189677c264: Layer already exists 02:44:02 46eb03d629a1: Layer already exists 02:44:02 f374acd52de3: Layer already exists 02:44:02 4b893fde65d9: Layer already exists 02:44:02 0e64f2360a44: Layer already exists 02:44:02 main: digest: sha256:6eb97b4c97f93df2a57b1ea92e04c2c6e11ecc12174d24894ebbcf03cde749a1 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:44:02 ===================================================== [Pipeline] echo 02:44:02 taggedImages: 02:44:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:44:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.82 02:44:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:44:02 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:44:02 55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:02 latest 02:44:02 4.1.0-dev.82 02:44:02 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:02 main 02:44:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:44:03 1185d520b0b9: Preparing 02:44:03 dc227c76166f: Preparing 02:44:03 79c48dbff3a4: Preparing 02:44:03 59df64f4ea7a: Preparing 02:44:03 46eb03d629a1: Preparing 02:44:03 e48e66f9716f: Preparing 02:44:03 b697582d764d: Preparing 02:44:03 0e64f2360a44: Preparing 02:44:03 b697582d764d: Waiting 02:44:03 0e64f2360a44: Waiting 02:44:03 e48e66f9716f: Waiting 02:44:03 46eb03d629a1: Layer already exists 02:44:03 59df64f4ea7a: Layer already exists 02:44:03 e48e66f9716f: Layer already exists 02:44:03 b697582d764d: Layer already exists 02:44:03 0e64f2360a44: Layer already exists 02:44:03 dc227c76166f: Pushed 02:44:03 1185d520b0b9: Pushed 02:44:11 79c48dbff3a4: Pushed 02:44:11 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:df7cb26d2c07f42956b850a4b3cd739b4b0de5630e6eac8a513541f3b05504b0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:44:12 1185d520b0b9: Preparing 02:44:12 dc227c76166f: Preparing 02:44:12 79c48dbff3a4: Preparing 02:44:12 59df64f4ea7a: Preparing 02:44:12 46eb03d629a1: Preparing 02:44:12 e48e66f9716f: Preparing 02:44:12 b697582d764d: Preparing 02:44:12 0e64f2360a44: Preparing 02:44:12 e48e66f9716f: Waiting 02:44:12 b697582d764d: Waiting 02:44:12 0e64f2360a44: Waiting 02:44:12 59df64f4ea7a: Layer already exists 02:44:12 1185d520b0b9: Layer already exists 02:44:12 dc227c76166f: Layer already exists 02:44:12 46eb03d629a1: Layer already exists 02:44:12 79c48dbff3a4: Layer already exists 02:44:12 e48e66f9716f: Layer already exists 02:44:12 b697582d764d: Layer already exists 02:44:12 0e64f2360a44: Layer already exists 02:44:12 latest: digest: sha256:df7cb26d2c07f42956b850a4b3cd739b4b0de5630e6eac8a513541f3b05504b0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.82 02:44:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:44:13 1185d520b0b9: Preparing 02:44:13 dc227c76166f: Preparing 02:44:13 79c48dbff3a4: Preparing 02:44:13 59df64f4ea7a: Preparing 02:44:13 46eb03d629a1: Preparing 02:44:13 e48e66f9716f: Preparing 02:44:13 b697582d764d: Preparing 02:44:13 0e64f2360a44: Preparing 02:44:13 b697582d764d: Waiting 02:44:13 0e64f2360a44: Waiting 02:44:13 e48e66f9716f: Waiting 02:44:13 46eb03d629a1: Layer already exists 02:44:13 1185d520b0b9: Layer already exists 02:44:13 79c48dbff3a4: Layer already exists 02:44:13 59df64f4ea7a: Layer already exists 02:44:13 dc227c76166f: Layer already exists 02:44:13 e48e66f9716f: Layer already exists 02:44:13 b697582d764d: Layer already exists 02:44:13 0e64f2360a44: Layer already exists 02:44:13 4.1.0-dev.82: digest: sha256:df7cb26d2c07f42956b850a4b3cd739b4b0de5630e6eac8a513541f3b05504b0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:44:14 1185d520b0b9: Preparing 02:44:14 dc227c76166f: Preparing 02:44:14 79c48dbff3a4: Preparing 02:44:14 59df64f4ea7a: Preparing 02:44:14 46eb03d629a1: Preparing 02:44:14 e48e66f9716f: Preparing 02:44:14 b697582d764d: Preparing 02:44:14 0e64f2360a44: Preparing 02:44:14 e48e66f9716f: Waiting 02:44:14 b697582d764d: Waiting 02:44:14 0e64f2360a44: Waiting 02:44:14 dc227c76166f: Layer already exists 02:44:14 1185d520b0b9: Layer already exists 02:44:14 59df64f4ea7a: Layer already exists 02:44:14 79c48dbff3a4: Layer already exists 02:44:14 46eb03d629a1: Layer already exists 02:44:14 b697582d764d: Layer already exists 02:44:14 0e64f2360a44: Layer already exists 02:44:14 e48e66f9716f: Layer already exists 02:44:14 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:df7cb26d2c07f42956b850a4b3cd739b4b0de5630e6eac8a513541f3b05504b0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:44:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:44:15 1185d520b0b9: Preparing 02:44:15 dc227c76166f: Preparing 02:44:15 79c48dbff3a4: Preparing 02:44:15 59df64f4ea7a: Preparing 02:44:15 46eb03d629a1: Preparing 02:44:15 e48e66f9716f: Preparing 02:44:15 b697582d764d: Preparing 02:44:15 0e64f2360a44: Preparing 02:44:15 b697582d764d: Waiting 02:44:15 0e64f2360a44: Waiting 02:44:15 e48e66f9716f: Waiting 02:44:15 79c48dbff3a4: Layer already exists 02:44:15 59df64f4ea7a: Layer already exists 02:44:15 1185d520b0b9: Layer already exists 02:44:15 46eb03d629a1: Layer already exists 02:44:15 dc227c76166f: Layer already exists 02:44:15 0e64f2360a44: Layer already exists 02:44:15 e48e66f9716f: Layer already exists 02:44:15 b697582d764d: Layer already exists 02:44:15 main: digest: sha256:df7cb26d2c07f42956b850a4b3cd739b4b0de5630e6eac8a513541f3b05504b0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:44:15 ===================================================== [Pipeline] echo 02:44:15 taggedImages: 02:44:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:44:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.82 02:44:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:44:15 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:44:15 55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:15 latest 02:44:15 4.1.0-dev.82 02:44:15 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:15 main 02:44:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:16 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:44:16 f1d70d8f96d6: Preparing 02:44:16 70e8f606ce6d: Preparing 02:44:16 5576319541bc: Preparing 02:44:16 5c5fe1d6e6ce: Preparing 02:44:16 e1bb21119d1a: Preparing 02:44:16 098eef851ec0: Preparing 02:44:16 6b103a04ff1a: Preparing 02:44:16 59df64f4ea7a: Preparing 02:44:16 46eb03d629a1: Preparing 02:44:16 5235b76b4fef: Preparing 02:44:16 3023c47df103: Preparing 02:44:16 5f70bf18a086: Preparing 02:44:16 b65d405f2446: Preparing 02:44:16 db3b324b8b49: Preparing 02:44:16 1c448f6136f7: Preparing 02:44:16 0e64f2360a44: Preparing 02:44:16 59df64f4ea7a: Waiting 02:44:16 46eb03d629a1: Waiting 02:44:16 5235b76b4fef: Waiting 02:44:16 3023c47df103: Waiting 02:44:16 5f70bf18a086: Waiting 02:44:16 b65d405f2446: Waiting 02:44:16 db3b324b8b49: Waiting 02:44:16 1c448f6136f7: Waiting 02:44:16 0e64f2360a44: Waiting 02:44:16 098eef851ec0: Waiting 02:44:16 6b103a04ff1a: Waiting 02:44:16 e1bb21119d1a: Pushed 02:44:16 70e8f606ce6d: Pushed 02:44:16 5c5fe1d6e6ce: Pushed 02:44:16 5576319541bc: Pushed 02:44:16 f1d70d8f96d6: Pushed 02:44:16 59df64f4ea7a: Layer already exists 02:44:16 46eb03d629a1: Layer already exists 02:44:16 098eef851ec0: Pushed 02:44:17 5f70bf18a086: Layer already exists 02:44:17 3023c47df103: Pushed 02:44:17 5235b76b4fef: Pushed 02:44:17 b65d405f2446: Pushed 02:44:17 0e64f2360a44: Layer already exists 02:44:17 1c448f6136f7: Pushed 02:44:17 db3b324b8b49: Pushed 02:44:20 6b103a04ff1a: Pushed 02:44:20 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:432deb7936cf010f5aa918f6f5578e5ffca7501e3359f8c24b8405715dc66af2 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:44:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:44:21 f1d70d8f96d6: Preparing 02:44:21 70e8f606ce6d: Preparing 02:44:21 5576319541bc: Preparing 02:44:21 5c5fe1d6e6ce: Preparing 02:44:21 e1bb21119d1a: Preparing 02:44:21 098eef851ec0: Preparing 02:44:21 6b103a04ff1a: Preparing 02:44:21 59df64f4ea7a: Preparing 02:44:21 46eb03d629a1: Preparing 02:44:21 5235b76b4fef: Preparing 02:44:21 3023c47df103: Preparing 02:44:21 5f70bf18a086: Preparing 02:44:21 b65d405f2446: Preparing 02:44:21 db3b324b8b49: Preparing 02:44:21 1c448f6136f7: Preparing 02:44:21 0e64f2360a44: Preparing 02:44:21 3023c47df103: Waiting 02:44:21 5f70bf18a086: Waiting 02:44:21 b65d405f2446: Waiting 02:44:21 db3b324b8b49: Waiting 02:44:21 1c448f6136f7: Waiting 02:44:21 098eef851ec0: Waiting 02:44:21 0e64f2360a44: Waiting 02:44:21 6b103a04ff1a: Waiting 02:44:21 5235b76b4fef: Waiting 02:44:21 46eb03d629a1: Waiting 02:44:21 f1d70d8f96d6: Layer already exists 02:44:21 5c5fe1d6e6ce: Layer already exists 02:44:21 70e8f606ce6d: Layer already exists 02:44:21 e1bb21119d1a: Layer already exists 02:44:21 5576319541bc: Layer already exists 02:44:21 098eef851ec0: Layer already exists 02:44:21 59df64f4ea7a: Layer already exists 02:44:21 6b103a04ff1a: Layer already exists 02:44:21 46eb03d629a1: Layer already exists 02:44:21 5235b76b4fef: Layer already exists 02:44:21 3023c47df103: Layer already exists 02:44:21 5f70bf18a086: Layer already exists 02:44:21 b65d405f2446: Layer already exists 02:44:21 1c448f6136f7: Layer already exists 02:44:21 db3b324b8b49: Layer already exists 02:44:21 0e64f2360a44: Layer already exists 02:44:21 latest: digest: sha256:432deb7936cf010f5aa918f6f5578e5ffca7501e3359f8c24b8405715dc66af2 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.82 02:44:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:44:21 f1d70d8f96d6: Preparing 02:44:21 70e8f606ce6d: Preparing 02:44:21 5576319541bc: Preparing 02:44:21 5c5fe1d6e6ce: Preparing 02:44:21 e1bb21119d1a: Preparing 02:44:21 098eef851ec0: Preparing 02:44:21 6b103a04ff1a: Preparing 02:44:21 59df64f4ea7a: Preparing 02:44:21 46eb03d629a1: Preparing 02:44:21 5235b76b4fef: Preparing 02:44:21 3023c47df103: Preparing 02:44:21 5f70bf18a086: Preparing 02:44:21 b65d405f2446: Preparing 02:44:21 db3b324b8b49: Preparing 02:44:21 1c448f6136f7: Preparing 02:44:21 0e64f2360a44: Preparing 02:44:21 46eb03d629a1: Waiting 02:44:21 b65d405f2446: Waiting 02:44:21 db3b324b8b49: Waiting 02:44:21 5235b76b4fef: Waiting 02:44:21 1c448f6136f7: Waiting 02:44:21 0e64f2360a44: Waiting 02:44:21 3023c47df103: Waiting 02:44:21 6b103a04ff1a: Waiting 02:44:21 59df64f4ea7a: Waiting 02:44:21 5f70bf18a086: Waiting 02:44:21 098eef851ec0: Waiting 02:44:21 70e8f606ce6d: Layer already exists 02:44:21 f1d70d8f96d6: Layer already exists 02:44:21 e1bb21119d1a: Layer already exists 02:44:21 5576319541bc: Layer already exists 02:44:21 5c5fe1d6e6ce: Layer already exists 02:44:21 098eef851ec0: Layer already exists 02:44:21 59df64f4ea7a: Layer already exists 02:44:21 46eb03d629a1: Layer already exists 02:44:21 5235b76b4fef: Layer already exists 02:44:21 6b103a04ff1a: Layer already exists 02:44:21 5f70bf18a086: Layer already exists 02:44:21 1c448f6136f7: Layer already exists 02:44:21 3023c47df103: Layer already exists 02:44:21 db3b324b8b49: Layer already exists 02:44:21 b65d405f2446: Layer already exists 02:44:21 0e64f2360a44: Layer already exists 02:44:22 4.1.0-dev.82: digest: sha256:432deb7936cf010f5aa918f6f5578e5ffca7501e3359f8c24b8405715dc66af2 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:44:22 f1d70d8f96d6: Preparing 02:44:22 70e8f606ce6d: Preparing 02:44:22 5576319541bc: Preparing 02:44:22 5c5fe1d6e6ce: Preparing 02:44:22 e1bb21119d1a: Preparing 02:44:22 098eef851ec0: Preparing 02:44:22 6b103a04ff1a: Preparing 02:44:22 59df64f4ea7a: Preparing 02:44:22 46eb03d629a1: Preparing 02:44:22 5235b76b4fef: Preparing 02:44:22 3023c47df103: Preparing 02:44:22 5f70bf18a086: Preparing 02:44:22 b65d405f2446: Preparing 02:44:22 db3b324b8b49: Preparing 02:44:22 1c448f6136f7: Preparing 02:44:22 0e64f2360a44: Preparing 02:44:22 5235b76b4fef: Waiting 02:44:22 3023c47df103: Waiting 02:44:22 5f70bf18a086: Waiting 02:44:22 b65d405f2446: Waiting 02:44:22 db3b324b8b49: Waiting 02:44:22 1c448f6136f7: Waiting 02:44:22 0e64f2360a44: Waiting 02:44:22 098eef851ec0: Waiting 02:44:22 59df64f4ea7a: Waiting 02:44:22 46eb03d629a1: Waiting 02:44:22 6b103a04ff1a: Waiting 02:44:22 f1d70d8f96d6: Layer already exists 02:44:22 5576319541bc: Layer already exists 02:44:22 e1bb21119d1a: Layer already exists 02:44:22 70e8f606ce6d: Layer already exists 02:44:22 5c5fe1d6e6ce: Layer already exists 02:44:22 098eef851ec0: Layer already exists 02:44:22 5235b76b4fef: Layer already exists 02:44:22 6b103a04ff1a: Layer already exists 02:44:22 46eb03d629a1: Layer already exists 02:44:22 59df64f4ea7a: Layer already exists 02:44:22 3023c47df103: Layer already exists 02:44:22 1c448f6136f7: Layer already exists 02:44:22 db3b324b8b49: Layer already exists 02:44:22 5f70bf18a086: Layer already exists 02:44:22 b65d405f2446: Layer already exists 02:44:22 0e64f2360a44: Layer already exists 02:44:23 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:432deb7936cf010f5aa918f6f5578e5ffca7501e3359f8c24b8405715dc66af2 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:44:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:44:23 f1d70d8f96d6: Preparing 02:44:23 70e8f606ce6d: Preparing 02:44:23 5576319541bc: Preparing 02:44:23 5c5fe1d6e6ce: Preparing 02:44:23 e1bb21119d1a: Preparing 02:44:23 098eef851ec0: Preparing 02:44:23 098eef851ec0: Waiting 02:44:23 6b103a04ff1a: Preparing 02:44:23 59df64f4ea7a: Preparing 02:44:23 6b103a04ff1a: Waiting 02:44:23 46eb03d629a1: Preparing 02:44:23 59df64f4ea7a: Waiting 02:44:23 5235b76b4fef: Preparing 02:44:23 46eb03d629a1: Waiting 02:44:23 3023c47df103: Preparing 02:44:23 5235b76b4fef: Waiting 02:44:23 5f70bf18a086: Preparing 02:44:23 3023c47df103: Waiting 02:44:23 b65d405f2446: Preparing 02:44:23 5f70bf18a086: Waiting 02:44:23 db3b324b8b49: Preparing 02:44:23 b65d405f2446: Waiting 02:44:23 1c448f6136f7: Preparing 02:44:23 db3b324b8b49: Waiting 02:44:23 0e64f2360a44: Preparing 02:44:23 1c448f6136f7: Waiting 02:44:23 0e64f2360a44: Waiting 02:44:23 5c5fe1d6e6ce: Layer already exists 02:44:23 e1bb21119d1a: Layer already exists 02:44:23 f1d70d8f96d6: Layer already exists 02:44:23 70e8f606ce6d: Layer already exists 02:44:23 5576319541bc: Layer already exists 02:44:23 098eef851ec0: Layer already exists 02:44:23 59df64f4ea7a: Layer already exists 02:44:23 5235b76b4fef: Layer already exists 02:44:23 46eb03d629a1: Layer already exists 02:44:23 6b103a04ff1a: Layer already exists 02:44:23 3023c47df103: Layer already exists 02:44:23 b65d405f2446: Layer already exists 02:44:23 5f70bf18a086: Layer already exists 02:44:23 db3b324b8b49: Layer already exists 02:44:23 1c448f6136f7: Layer already exists 02:44:23 0e64f2360a44: Layer already exists 02:44:24 main: digest: sha256:432deb7936cf010f5aa918f6f5578e5ffca7501e3359f8c24b8405715dc66af2 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:44:24 ===================================================== [Pipeline] echo 02:44:24 taggedImages: 02:44:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:44:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.82 02:44:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:44:24 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:44:24 55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:24 latest 02:44:24 4.1.0-dev.82 02:44:24 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:24 main 02:44:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:24 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:44:27 b4a362c4b31e: Preparing 02:44:27 9b687cb60d48: Preparing 02:44:27 a9309da7dff2: Preparing 02:44:27 48be4cd70ec9: Preparing 02:44:27 59df64f4ea7a: Preparing 02:44:27 46eb03d629a1: Preparing 02:44:27 e48e66f9716f: Preparing 02:44:27 b697582d764d: Preparing 02:44:27 0e64f2360a44: Preparing 02:44:27 e48e66f9716f: Waiting 02:44:27 b697582d764d: Waiting 02:44:27 46eb03d629a1: Waiting 02:44:27 0e64f2360a44: Waiting 02:44:27 59df64f4ea7a: Layer already exists 02:44:27 46eb03d629a1: Layer already exists 02:44:27 9b687cb60d48: Pushed 02:44:27 e48e66f9716f: Layer already exists 02:44:27 a9309da7dff2: Pushed 02:44:27 b4a362c4b31e: Pushed 02:44:27 b697582d764d: Layer already exists 02:44:27 0e64f2360a44: Layer already exists 02:44:35 48be4cd70ec9: Pushed 02:44:35 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:01907f0ef49c8aab2a40fe1255cecf531c84a4bf314521515da923954556c1bb size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:35 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:44:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:44:36 b4a362c4b31e: Preparing 02:44:36 9b687cb60d48: Preparing 02:44:36 a9309da7dff2: Preparing 02:44:36 48be4cd70ec9: Preparing 02:44:36 59df64f4ea7a: Preparing 02:44:36 46eb03d629a1: Preparing 02:44:36 e48e66f9716f: Preparing 02:44:36 b697582d764d: Preparing 02:44:36 0e64f2360a44: Preparing 02:44:36 46eb03d629a1: Waiting 02:44:36 e48e66f9716f: Waiting 02:44:36 b697582d764d: Waiting 02:44:36 0e64f2360a44: Waiting 02:44:36 b4a362c4b31e: Layer already exists 02:44:36 48be4cd70ec9: Layer already exists 02:44:36 59df64f4ea7a: Layer already exists 02:44:36 a9309da7dff2: Layer already exists 02:44:36 9b687cb60d48: Layer already exists 02:44:36 46eb03d629a1: Layer already exists 02:44:36 e48e66f9716f: Layer already exists 02:44:36 b697582d764d: Layer already exists 02:44:36 0e64f2360a44: Layer already exists 02:44:36 latest: digest: sha256:01907f0ef49c8aab2a40fe1255cecf531c84a4bf314521515da923954556c1bb size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:36 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.82 02:44:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:44:37 b4a362c4b31e: Preparing 02:44:37 9b687cb60d48: Preparing 02:44:37 a9309da7dff2: Preparing 02:44:37 48be4cd70ec9: Preparing 02:44:37 59df64f4ea7a: Preparing 02:44:37 46eb03d629a1: Preparing 02:44:37 e48e66f9716f: Preparing 02:44:37 b697582d764d: Preparing 02:44:37 0e64f2360a44: Preparing 02:44:37 e48e66f9716f: Waiting 02:44:37 b697582d764d: Waiting 02:44:37 0e64f2360a44: Waiting 02:44:37 46eb03d629a1: Waiting 02:44:37 a9309da7dff2: Layer already exists 02:44:37 9b687cb60d48: Layer already exists 02:44:37 48be4cd70ec9: Layer already exists 02:44:37 b4a362c4b31e: Layer already exists 02:44:37 59df64f4ea7a: Layer already exists 02:44:37 b697582d764d: Layer already exists 02:44:37 e48e66f9716f: Layer already exists 02:44:37 46eb03d629a1: Layer already exists 02:44:37 0e64f2360a44: Layer already exists 02:44:37 4.1.0-dev.82: digest: sha256:01907f0ef49c8aab2a40fe1255cecf531c84a4bf314521515da923954556c1bb size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:37 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:44:39 b4a362c4b31e: Preparing 02:44:39 9b687cb60d48: Preparing 02:44:39 a9309da7dff2: Preparing 02:44:39 48be4cd70ec9: Preparing 02:44:39 59df64f4ea7a: Preparing 02:44:39 46eb03d629a1: Preparing 02:44:39 e48e66f9716f: Preparing 02:44:39 b697582d764d: Preparing 02:44:39 0e64f2360a44: Preparing 02:44:39 e48e66f9716f: Waiting 02:44:39 b697582d764d: Waiting 02:44:39 0e64f2360a44: Waiting 02:44:39 46eb03d629a1: Waiting 02:44:39 9b687cb60d48: Layer already exists 02:44:39 b4a362c4b31e: Layer already exists 02:44:39 48be4cd70ec9: Layer already exists 02:44:39 59df64f4ea7a: Layer already exists 02:44:39 a9309da7dff2: Layer already exists 02:44:39 46eb03d629a1: Layer already exists 02:44:39 0e64f2360a44: Layer already exists 02:44:39 b697582d764d: Layer already exists 02:44:39 e48e66f9716f: Layer already exists 02:44:39 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:01907f0ef49c8aab2a40fe1255cecf531c84a4bf314521515da923954556c1bb size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:40 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:44:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:44:40 b4a362c4b31e: Preparing 02:44:40 9b687cb60d48: Preparing 02:44:40 a9309da7dff2: Preparing 02:44:40 48be4cd70ec9: Preparing 02:44:40 59df64f4ea7a: Preparing 02:44:40 46eb03d629a1: Preparing 02:44:40 e48e66f9716f: Preparing 02:44:40 b697582d764d: Preparing 02:44:40 0e64f2360a44: Preparing 02:44:40 46eb03d629a1: Waiting 02:44:40 e48e66f9716f: Waiting 02:44:40 b697582d764d: Waiting 02:44:40 0e64f2360a44: Waiting 02:44:40 b4a362c4b31e: Layer already exists 02:44:40 a9309da7dff2: Layer already exists 02:44:40 9b687cb60d48: Layer already exists 02:44:40 48be4cd70ec9: Layer already exists 02:44:40 59df64f4ea7a: Layer already exists 02:44:40 b697582d764d: Layer already exists 02:44:40 e48e66f9716f: Layer already exists 02:44:40 46eb03d629a1: Layer already exists 02:44:40 0e64f2360a44: Layer already exists 02:44:40 main: digest: sha256:01907f0ef49c8aab2a40fe1255cecf531c84a4bf314521515da923954556c1bb size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:44:41 ===================================================== [Pipeline] echo 02:44:41 taggedImages: 02:44:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:44:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.82 02:44:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:44:41 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:44:41 55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:41 latest 02:44:41 4.1.0-dev.82 02:44:41 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:41 main 02:44:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:41 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:44:41 a1a500bd5457: Preparing 02:44:41 d15c41f9fb80: Preparing 02:44:41 693148f68ee0: Preparing 02:44:41 368cd9bfdbba: Preparing 02:44:41 2a7c9652af59: Preparing 02:44:41 59df64f4ea7a: Preparing 02:44:41 46eb03d629a1: Preparing 02:44:41 0c33927208d6: Preparing 02:44:41 4ea2e41d6819: Preparing 02:44:41 b0e43b08af0c: Preparing 02:44:41 0e64f2360a44: Preparing 02:44:41 0c33927208d6: Waiting 02:44:41 59df64f4ea7a: Waiting 02:44:41 4ea2e41d6819: Waiting 02:44:41 b0e43b08af0c: Waiting 02:44:41 46eb03d629a1: Waiting 02:44:42 d15c41f9fb80: Pushed 02:44:42 2a7c9652af59: Pushed 02:44:42 368cd9bfdbba: Pushed 02:44:42 59df64f4ea7a: Layer already exists 02:44:42 46eb03d629a1: Layer already exists 02:44:42 a1a500bd5457: Pushed 02:44:42 0e64f2360a44: Layer already exists 02:44:42 0c33927208d6: Pushed 02:44:42 4ea2e41d6819: Pushed 02:44:45 b0e43b08af0c: Pushed 02:44:48 693148f68ee0: Pushed 02:44:48 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:b619a1315f87fffd88b3e2dd97a4c78ed2cc6d0eda5dbb9c237d9088b8312e75 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:48 + 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 02:44:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:44:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:44:49 a1a500bd5457: Preparing 02:44:49 d15c41f9fb80: Preparing 02:44:49 693148f68ee0: Preparing 02:44:49 368cd9bfdbba: Preparing 02:44:49 2a7c9652af59: Preparing 02:44:49 59df64f4ea7a: Preparing 02:44:49 46eb03d629a1: Preparing 02:44:49 0c33927208d6: Preparing 02:44:49 4ea2e41d6819: Preparing 02:44:49 b0e43b08af0c: Preparing 02:44:49 0e64f2360a44: Preparing 02:44:49 59df64f4ea7a: Waiting 02:44:49 46eb03d629a1: Waiting 02:44:49 0e64f2360a44: Waiting 02:44:49 0c33927208d6: Waiting 02:44:49 b0e43b08af0c: Waiting 02:44:49 a1a500bd5457: Layer already exists 02:44:49 d15c41f9fb80: Layer already exists 02:44:49 368cd9bfdbba: Layer already exists 02:44:49 2a7c9652af59: Layer already exists 02:44:49 693148f68ee0: Layer already exists 02:44:49 59df64f4ea7a: Layer already exists 02:44:49 46eb03d629a1: Layer already exists 02:44:49 0c33927208d6: Layer already exists 02:44:49 4ea2e41d6819: Layer already exists 02:44:49 b0e43b08af0c: Layer already exists 02:44:49 0e64f2360a44: Layer already exists 02:44:49 latest: digest: sha256:b619a1315f87fffd88b3e2dd97a4c78ed2cc6d0eda5dbb9c237d9088b8312e75 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:49 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.82 02:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:44:50 a1a500bd5457: Preparing 02:44:50 d15c41f9fb80: Preparing 02:44:50 693148f68ee0: Preparing 02:44:50 368cd9bfdbba: Preparing 02:44:50 2a7c9652af59: Preparing 02:44:50 59df64f4ea7a: Preparing 02:44:50 46eb03d629a1: Preparing 02:44:50 0c33927208d6: Preparing 02:44:50 4ea2e41d6819: Preparing 02:44:50 b0e43b08af0c: Preparing 02:44:50 0e64f2360a44: Preparing 02:44:50 0c33927208d6: Waiting 02:44:50 59df64f4ea7a: Waiting 02:44:50 4ea2e41d6819: Waiting 02:44:50 0e64f2360a44: Waiting 02:44:50 b0e43b08af0c: Waiting 02:44:50 46eb03d629a1: Waiting 02:44:50 a1a500bd5457: Layer already exists 02:44:50 693148f68ee0: Layer already exists 02:44:50 2a7c9652af59: Layer already exists 02:44:50 368cd9bfdbba: Layer already exists 02:44:50 d15c41f9fb80: Layer already exists 02:44:50 46eb03d629a1: Layer already exists 02:44:50 4ea2e41d6819: Layer already exists 02:44:50 0c33927208d6: Layer already exists 02:44:50 b0e43b08af0c: Layer already exists 02:44:50 59df64f4ea7a: Layer already exists 02:44:50 0e64f2360a44: Layer already exists 02:44:50 4.1.0-dev.82: digest: sha256:b619a1315f87fffd88b3e2dd97a4c78ed2cc6d0eda5dbb9c237d9088b8312e75 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:50 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:44:52 a1a500bd5457: Preparing 02:44:52 d15c41f9fb80: Preparing 02:44:52 693148f68ee0: Preparing 02:44:52 368cd9bfdbba: Preparing 02:44:52 2a7c9652af59: Preparing 02:44:52 59df64f4ea7a: Preparing 02:44:52 46eb03d629a1: Preparing 02:44:52 0c33927208d6: Preparing 02:44:52 4ea2e41d6819: Preparing 02:44:52 b0e43b08af0c: Preparing 02:44:52 0e64f2360a44: Preparing 02:44:52 59df64f4ea7a: Waiting 02:44:52 46eb03d629a1: Waiting 02:44:52 0c33927208d6: Waiting 02:44:52 4ea2e41d6819: Waiting 02:44:52 0e64f2360a44: Waiting 02:44:52 b0e43b08af0c: Waiting 02:44:52 a1a500bd5457: Layer already exists 02:44:52 693148f68ee0: Layer already exists 02:44:52 d15c41f9fb80: Layer already exists 02:44:52 2a7c9652af59: Layer already exists 02:44:52 368cd9bfdbba: Layer already exists 02:44:52 0c33927208d6: Layer already exists 02:44:52 b0e43b08af0c: Layer already exists 02:44:52 46eb03d629a1: Layer already exists 02:44:52 4ea2e41d6819: Layer already exists 02:44:52 59df64f4ea7a: Layer already exists 02:44:52 0e64f2360a44: Layer already exists 02:44:53 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:b619a1315f87fffd88b3e2dd97a4c78ed2cc6d0eda5dbb9c237d9088b8312e75 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:53 + 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 02:44:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:44:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:44:53 a1a500bd5457: Preparing 02:44:53 d15c41f9fb80: Preparing 02:44:53 693148f68ee0: Preparing 02:44:53 368cd9bfdbba: Preparing 02:44:53 2a7c9652af59: Preparing 02:44:53 59df64f4ea7a: Preparing 02:44:53 46eb03d629a1: Preparing 02:44:53 0c33927208d6: Preparing 02:44:53 4ea2e41d6819: Preparing 02:44:53 b0e43b08af0c: Preparing 02:44:53 0e64f2360a44: Preparing 02:44:53 0c33927208d6: Waiting 02:44:53 4ea2e41d6819: Waiting 02:44:53 b0e43b08af0c: Waiting 02:44:53 0e64f2360a44: Waiting 02:44:53 59df64f4ea7a: Waiting 02:44:53 46eb03d629a1: Waiting 02:44:53 368cd9bfdbba: Layer already exists 02:44:53 a1a500bd5457: Layer already exists 02:44:53 693148f68ee0: Layer already exists 02:44:53 d15c41f9fb80: Layer already exists 02:44:53 2a7c9652af59: Layer already exists 02:44:53 0c33927208d6: Layer already exists 02:44:53 46eb03d629a1: Layer already exists 02:44:53 59df64f4ea7a: Layer already exists 02:44:53 b0e43b08af0c: Layer already exists 02:44:53 4ea2e41d6819: Layer already exists 02:44:53 0e64f2360a44: Layer already exists 02:44:54 main: digest: sha256:b619a1315f87fffd88b3e2dd97a4c78ed2cc6d0eda5dbb9c237d9088b8312e75 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:44:54 ===================================================== [Pipeline] echo 02:44:54 taggedImages: 02:44:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:44:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.82 02:44:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:44:54 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:44:54 55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:54 latest 02:44:54 4.1.0-dev.82 02:44:54 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:44:54 main 02:44:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:54 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:44:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:44:55 08a27ef3e9e7: Preparing 02:44:55 e110bf75c414: Preparing 02:44:55 52d1368da47a: Preparing 02:44:55 5745e9364da6: Preparing 02:44:55 92d3509681d3: Preparing 02:44:55 718197ff8bc3: Preparing 02:44:55 defdf1d1472e: Preparing 02:44:55 59df64f4ea7a: Preparing 02:44:55 46eb03d629a1: Preparing 02:44:55 8e076115ea3c: Preparing 02:44:55 3dc472e6faa4: Preparing 02:44:55 0e64f2360a44: Preparing 02:44:55 59df64f4ea7a: Waiting 02:44:55 46eb03d629a1: Waiting 02:44:55 8e076115ea3c: Waiting 02:44:55 3dc472e6faa4: Waiting 02:44:55 0e64f2360a44: Waiting 02:44:55 718197ff8bc3: Waiting 02:44:55 defdf1d1472e: Waiting 02:44:55 e110bf75c414: Pushed 02:44:55 92d3509681d3: Pushed 02:44:55 08a27ef3e9e7: Pushed 02:44:55 59df64f4ea7a: Layer already exists 02:44:55 46eb03d629a1: Layer already exists 02:44:55 defdf1d1472e: Pushed 02:44:55 718197ff8bc3: Pushed 02:44:55 0e64f2360a44: Layer already exists 02:44:55 8e076115ea3c: Pushed 02:44:59 3dc472e6faa4: Pushed 02:45:01 5745e9364da6: Pushed 02:45:01 52d1368da47a: Pushed 02:45:02 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:d7c1e0af4105d801b0fcb57cbf0e3e2dcd114dbd64ef0afefefecfeefba56179 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:02 + 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 02:45:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:45:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:45:02 08a27ef3e9e7: Preparing 02:45:02 e110bf75c414: Preparing 02:45:02 52d1368da47a: Preparing 02:45:02 5745e9364da6: Preparing 02:45:02 92d3509681d3: Preparing 02:45:02 718197ff8bc3: Preparing 02:45:02 defdf1d1472e: Preparing 02:45:02 59df64f4ea7a: Preparing 02:45:02 46eb03d629a1: Preparing 02:45:02 718197ff8bc3: Waiting 02:45:02 defdf1d1472e: Waiting 02:45:02 59df64f4ea7a: Waiting 02:45:02 46eb03d629a1: Waiting 02:45:02 8e076115ea3c: Preparing 02:45:02 3dc472e6faa4: Preparing 02:45:02 8e076115ea3c: Waiting 02:45:02 0e64f2360a44: Preparing 02:45:02 3dc472e6faa4: Waiting 02:45:02 0e64f2360a44: Waiting 02:45:02 e110bf75c414: Layer already exists 02:45:02 5745e9364da6: Layer already exists 02:45:02 08a27ef3e9e7: Layer already exists 02:45:02 52d1368da47a: Layer already exists 02:45:02 92d3509681d3: Layer already exists 02:45:02 718197ff8bc3: Layer already exists 02:45:02 59df64f4ea7a: Layer already exists 02:45:02 defdf1d1472e: Layer already exists 02:45:02 8e076115ea3c: Layer already exists 02:45:02 46eb03d629a1: Layer already exists 02:45:02 3dc472e6faa4: Layer already exists 02:45:02 0e64f2360a44: Layer already exists 02:45:03 latest: digest: sha256:d7c1e0af4105d801b0fcb57cbf0e3e2dcd114dbd64ef0afefefecfeefba56179 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:03 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.82 02:45:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:45:04 08a27ef3e9e7: Preparing 02:45:04 e110bf75c414: Preparing 02:45:04 52d1368da47a: Preparing 02:45:04 5745e9364da6: Preparing 02:45:04 92d3509681d3: Preparing 02:45:04 718197ff8bc3: Preparing 02:45:04 defdf1d1472e: Preparing 02:45:04 59df64f4ea7a: Preparing 02:45:04 46eb03d629a1: Preparing 02:45:04 8e076115ea3c: Preparing 02:45:04 3dc472e6faa4: Preparing 02:45:04 0e64f2360a44: Preparing 02:45:04 718197ff8bc3: Waiting 02:45:04 defdf1d1472e: Waiting 02:45:04 59df64f4ea7a: Waiting 02:45:04 46eb03d629a1: Waiting 02:45:04 8e076115ea3c: Waiting 02:45:04 3dc472e6faa4: Waiting 02:45:04 0e64f2360a44: Waiting 02:45:04 5745e9364da6: Layer already exists 02:45:04 08a27ef3e9e7: Layer already exists 02:45:04 52d1368da47a: Layer already exists 02:45:04 92d3509681d3: Layer already exists 02:45:04 e110bf75c414: Layer already exists 02:45:04 59df64f4ea7a: Layer already exists 02:45:04 defdf1d1472e: Layer already exists 02:45:04 46eb03d629a1: Layer already exists 02:45:04 718197ff8bc3: Layer already exists 02:45:04 8e076115ea3c: Layer already exists 02:45:04 3dc472e6faa4: Layer already exists 02:45:04 0e64f2360a44: Layer already exists 02:45:04 4.1.0-dev.82: digest: sha256:d7c1e0af4105d801b0fcb57cbf0e3e2dcd114dbd64ef0afefefecfeefba56179 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:04 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:45:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:45:05 08a27ef3e9e7: Preparing 02:45:05 e110bf75c414: Preparing 02:45:05 52d1368da47a: Preparing 02:45:05 5745e9364da6: Preparing 02:45:05 92d3509681d3: Preparing 02:45:05 718197ff8bc3: Preparing 02:45:05 defdf1d1472e: Preparing 02:45:05 59df64f4ea7a: Preparing 02:45:05 46eb03d629a1: Preparing 02:45:05 8e076115ea3c: Preparing 02:45:05 3dc472e6faa4: Preparing 02:45:05 0e64f2360a44: Preparing 02:45:05 46eb03d629a1: Waiting 02:45:05 718197ff8bc3: Waiting 02:45:05 8e076115ea3c: Waiting 02:45:05 0e64f2360a44: Waiting 02:45:05 3dc472e6faa4: Waiting 02:45:05 defdf1d1472e: Waiting 02:45:05 59df64f4ea7a: Waiting 02:45:05 92d3509681d3: Layer already exists 02:45:05 5745e9364da6: Layer already exists 02:45:05 52d1368da47a: Layer already exists 02:45:05 08a27ef3e9e7: Layer already exists 02:45:05 e110bf75c414: Layer already exists 02:45:05 46eb03d629a1: Layer already exists 02:45:05 718197ff8bc3: Layer already exists 02:45:05 defdf1d1472e: Layer already exists 02:45:05 8e076115ea3c: Layer already exists 02:45:05 59df64f4ea7a: Layer already exists 02:45:05 0e64f2360a44: Layer already exists 02:45:05 3dc472e6faa4: Layer already exists 02:45:05 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:d7c1e0af4105d801b0fcb57cbf0e3e2dcd114dbd64ef0afefefecfeefba56179 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:05 + 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 02:45:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:45:06 08a27ef3e9e7: Preparing 02:45:06 e110bf75c414: Preparing 02:45:06 52d1368da47a: Preparing 02:45:06 5745e9364da6: Preparing 02:45:06 92d3509681d3: Preparing 02:45:06 718197ff8bc3: Preparing 02:45:06 defdf1d1472e: Preparing 02:45:06 59df64f4ea7a: Preparing 02:45:06 46eb03d629a1: Preparing 02:45:06 8e076115ea3c: Preparing 02:45:06 3dc472e6faa4: Preparing 02:45:06 0e64f2360a44: Preparing 02:45:06 718197ff8bc3: Waiting 02:45:06 defdf1d1472e: Waiting 02:45:06 59df64f4ea7a: Waiting 02:45:06 46eb03d629a1: Waiting 02:45:06 8e076115ea3c: Waiting 02:45:06 3dc472e6faa4: Waiting 02:45:06 0e64f2360a44: Waiting 02:45:06 52d1368da47a: Layer already exists 02:45:06 5745e9364da6: Layer already exists 02:45:06 08a27ef3e9e7: Layer already exists 02:45:06 e110bf75c414: Layer already exists 02:45:06 92d3509681d3: Layer already exists 02:45:06 46eb03d629a1: Layer already exists 02:45:06 defdf1d1472e: Layer already exists 02:45:06 8e076115ea3c: Layer already exists 02:45:06 718197ff8bc3: Layer already exists 02:45:06 59df64f4ea7a: Layer already exists 02:45:06 0e64f2360a44: Layer already exists 02:45:06 3dc472e6faa4: Layer already exists 02:45:06 main: digest: sha256:d7c1e0af4105d801b0fcb57cbf0e3e2dcd114dbd64ef0afefefecfeefba56179 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:45:06 ===================================================== [Pipeline] echo 02:45:06 taggedImages: 02:45:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:45:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:45:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.82 02:45:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:45:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:45:06 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:45:06 55f62612875c19bb2ff18f787e56d4631b1703b5 02:45:06 latest 02:45:06 4.1.0-dev.82 02:45:06 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:45:06 main 02:45:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:07 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:45:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:45:09 307009e35830: Preparing 02:45:09 ab9b533624aa: Preparing 02:45:09 59df64f4ea7a: Preparing 02:45:09 46eb03d629a1: Preparing 02:45:09 bbe37f024b17: Preparing 02:45:09 8c9e8e9f8365: Preparing 02:45:09 0e64f2360a44: Preparing 02:45:09 8c9e8e9f8365: Waiting 02:45:09 0e64f2360a44: Waiting 02:45:09 46eb03d629a1: Layer already exists 02:45:09 59df64f4ea7a: Layer already exists 02:45:09 0e64f2360a44: Layer already exists 02:45:09 307009e35830: Pushed 02:45:09 bbe37f024b17: Pushed 02:45:11 8c9e8e9f8365: Pushed 02:45:16 ab9b533624aa: Pushed 02:45:16 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:4e66d4b1edcdad32e99865afbe5c58884071fd0e9d9b555ed95a1de1404bf53f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:17 + 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 02:45:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:45:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:45:17 307009e35830: Preparing 02:45:17 ab9b533624aa: Preparing 02:45:17 59df64f4ea7a: Preparing 02:45:17 46eb03d629a1: Preparing 02:45:17 bbe37f024b17: Preparing 02:45:17 8c9e8e9f8365: Preparing 02:45:17 0e64f2360a44: Preparing 02:45:17 8c9e8e9f8365: Waiting 02:45:17 0e64f2360a44: Waiting 02:45:17 ab9b533624aa: Layer already exists 02:45:17 59df64f4ea7a: Layer already exists 02:45:17 46eb03d629a1: Layer already exists 02:45:17 bbe37f024b17: Layer already exists 02:45:17 307009e35830: Layer already exists 02:45:17 8c9e8e9f8365: Layer already exists 02:45:17 0e64f2360a44: Layer already exists 02:45:17 latest: digest: sha256:4e66d4b1edcdad32e99865afbe5c58884071fd0e9d9b555ed95a1de1404bf53f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:18 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.82 02:45:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:45:18 307009e35830: Preparing 02:45:18 ab9b533624aa: Preparing 02:45:18 59df64f4ea7a: Preparing 02:45:18 46eb03d629a1: Preparing 02:45:18 bbe37f024b17: Preparing 02:45:18 8c9e8e9f8365: Preparing 02:45:18 0e64f2360a44: Preparing 02:45:18 8c9e8e9f8365: Waiting 02:45:18 0e64f2360a44: Waiting 02:45:18 59df64f4ea7a: Layer already exists 02:45:18 ab9b533624aa: Layer already exists 02:45:18 307009e35830: Layer already exists 02:45:18 46eb03d629a1: Layer already exists 02:45:18 bbe37f024b17: Layer already exists 02:45:18 8c9e8e9f8365: Layer already exists 02:45:18 0e64f2360a44: Layer already exists 02:45:18 4.1.0-dev.82: digest: sha256:4e66d4b1edcdad32e99865afbe5c58884071fd0e9d9b555ed95a1de1404bf53f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:19 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:45:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:45:19 307009e35830: Preparing 02:45:19 ab9b533624aa: Preparing 02:45:19 59df64f4ea7a: Preparing 02:45:19 46eb03d629a1: Preparing 02:45:19 bbe37f024b17: Preparing 02:45:19 8c9e8e9f8365: Preparing 02:45:19 0e64f2360a44: Preparing 02:45:19 8c9e8e9f8365: Waiting 02:45:19 0e64f2360a44: Waiting 02:45:19 307009e35830: Layer already exists 02:45:19 ab9b533624aa: Layer already exists 02:45:19 46eb03d629a1: Layer already exists 02:45:19 bbe37f024b17: Layer already exists 02:45:19 59df64f4ea7a: Layer already exists 02:45:19 8c9e8e9f8365: Layer already exists 02:45:19 0e64f2360a44: Layer already exists 02:45:19 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:4e66d4b1edcdad32e99865afbe5c58884071fd0e9d9b555ed95a1de1404bf53f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:19 + 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 02:45:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:45:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:45:20 307009e35830: Preparing 02:45:20 ab9b533624aa: Preparing 02:45:20 59df64f4ea7a: Preparing 02:45:20 46eb03d629a1: Preparing 02:45:20 bbe37f024b17: Preparing 02:45:20 8c9e8e9f8365: Preparing 02:45:20 0e64f2360a44: Preparing 02:45:20 8c9e8e9f8365: Waiting 02:45:20 0e64f2360a44: Waiting 02:45:20 46eb03d629a1: Layer already exists 02:45:20 307009e35830: Layer already exists 02:45:20 ab9b533624aa: Layer already exists 02:45:20 59df64f4ea7a: Layer already exists 02:45:20 bbe37f024b17: Layer already exists 02:45:20 0e64f2360a44: Layer already exists 02:45:20 8c9e8e9f8365: Layer already exists 02:45:20 main: digest: sha256:4e66d4b1edcdad32e99865afbe5c58884071fd0e9d9b555ed95a1de1404bf53f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:45:20 ===================================================== [Pipeline] echo 02:45:20 taggedImages: 02:45:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:45:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:45:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.82 02:45:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:45:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:45:20 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:45:20 55f62612875c19bb2ff18f787e56d4631b1703b5 02:45:20 latest 02:45:20 4.1.0-dev.82 02:45:20 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:45:20 main 02:45:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:21 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:45:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:45:21 40528ac56dea: Preparing 02:45:21 52ab7ef3d332: Preparing 02:45:21 2cc935f1c0df: Preparing 02:45:21 59df64f4ea7a: Preparing 02:45:21 46eb03d629a1: Preparing 02:45:21 576d57410152: Preparing 02:45:21 b27f51f9b28f: Preparing 02:45:21 558053b30121: Preparing 02:45:21 defc7b2b1210: Preparing 02:45:21 0e64f2360a44: Preparing 02:45:21 576d57410152: Waiting 02:45:21 b27f51f9b28f: Waiting 02:45:21 558053b30121: Waiting 02:45:21 defc7b2b1210: Waiting 02:45:21 0e64f2360a44: Waiting 02:45:21 59df64f4ea7a: Layer already exists 02:45:21 46eb03d629a1: Layer already exists 02:45:21 52ab7ef3d332: Pushed 02:45:21 2cc935f1c0df: Pushed 02:45:21 40528ac56dea: Pushed 02:45:21 0e64f2360a44: Layer already exists 02:45:21 558053b30121: Pushed 02:45:22 defc7b2b1210: Pushed 02:45:34 b27f51f9b28f: Pushed 02:45:49 576d57410152: Pushed 02:45:50 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:6e2974ca5c91d7a85fdce3f1c0d36b4fe0b07b25fb6a4a53577fe61918ab2132 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:50 + 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 02:45:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:45:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:45:50 40528ac56dea: Preparing 02:45:50 52ab7ef3d332: Preparing 02:45:50 2cc935f1c0df: Preparing 02:45:50 59df64f4ea7a: Preparing 02:45:50 46eb03d629a1: Preparing 02:45:50 576d57410152: Preparing 02:45:50 b27f51f9b28f: Preparing 02:45:50 576d57410152: Waiting 02:45:50 558053b30121: Preparing 02:45:50 b27f51f9b28f: Waiting 02:45:50 defc7b2b1210: Preparing 02:45:50 558053b30121: Waiting 02:45:50 0e64f2360a44: Preparing 02:45:50 defc7b2b1210: Waiting 02:45:50 0e64f2360a44: Waiting 02:45:50 52ab7ef3d332: Layer already exists 02:45:50 59df64f4ea7a: Layer already exists 02:45:50 40528ac56dea: Layer already exists 02:45:50 46eb03d629a1: Layer already exists 02:45:50 2cc935f1c0df: Layer already exists 02:45:50 576d57410152: Layer already exists 02:45:50 b27f51f9b28f: Layer already exists 02:45:50 558053b30121: Layer already exists 02:45:50 defc7b2b1210: Layer already exists 02:45:50 0e64f2360a44: Layer already exists 02:45:51 latest: digest: sha256:6e2974ca5c91d7a85fdce3f1c0d36b4fe0b07b25fb6a4a53577fe61918ab2132 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:51 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.82 02:45:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:45:53 40528ac56dea: Preparing 02:45:53 52ab7ef3d332: Preparing 02:45:53 2cc935f1c0df: Preparing 02:45:53 59df64f4ea7a: Preparing 02:45:53 46eb03d629a1: Preparing 02:45:53 576d57410152: Preparing 02:45:53 b27f51f9b28f: Preparing 02:45:53 558053b30121: Preparing 02:45:53 defc7b2b1210: Preparing 02:45:53 0e64f2360a44: Preparing 02:45:53 558053b30121: Waiting 02:45:53 defc7b2b1210: Waiting 02:45:53 0e64f2360a44: Waiting 02:45:53 576d57410152: Waiting 02:45:53 b27f51f9b28f: Waiting 02:45:53 46eb03d629a1: Layer already exists 02:45:53 40528ac56dea: Layer already exists 02:45:53 59df64f4ea7a: Layer already exists 02:45:53 2cc935f1c0df: Layer already exists 02:45:53 52ab7ef3d332: Layer already exists 02:45:53 b27f51f9b28f: Layer already exists 02:45:53 0e64f2360a44: Layer already exists 02:45:53 558053b30121: Layer already exists 02:45:53 576d57410152: Layer already exists 02:45:53 defc7b2b1210: Layer already exists 02:45:53 4.1.0-dev.82: digest: sha256:6e2974ca5c91d7a85fdce3f1c0d36b4fe0b07b25fb6a4a53577fe61918ab2132 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:54 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:45:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:45:54 40528ac56dea: Preparing 02:45:54 52ab7ef3d332: Preparing 02:45:54 2cc935f1c0df: Preparing 02:45:54 59df64f4ea7a: Preparing 02:45:54 46eb03d629a1: Preparing 02:45:54 576d57410152: Preparing 02:45:54 b27f51f9b28f: Preparing 02:45:54 558053b30121: Preparing 02:45:54 defc7b2b1210: Preparing 02:45:54 0e64f2360a44: Preparing 02:45:54 b27f51f9b28f: Waiting 02:45:54 558053b30121: Waiting 02:45:54 defc7b2b1210: Waiting 02:45:54 0e64f2360a44: Waiting 02:45:54 576d57410152: Waiting 02:45:54 52ab7ef3d332: Layer already exists 02:45:54 59df64f4ea7a: Layer already exists 02:45:54 40528ac56dea: Layer already exists 02:45:54 46eb03d629a1: Layer already exists 02:45:54 2cc935f1c0df: Layer already exists 02:45:54 0e64f2360a44: Layer already exists 02:45:54 defc7b2b1210: Layer already exists 02:45:54 b27f51f9b28f: Layer already exists 02:45:54 558053b30121: Layer already exists 02:45:54 576d57410152: Layer already exists 02:45:54 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:6e2974ca5c91d7a85fdce3f1c0d36b4fe0b07b25fb6a4a53577fe61918ab2132 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:55 + 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 02:45:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:45:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:45:55 40528ac56dea: Preparing 02:45:55 52ab7ef3d332: Preparing 02:45:55 2cc935f1c0df: Preparing 02:45:55 59df64f4ea7a: Preparing 02:45:55 46eb03d629a1: Preparing 02:45:55 576d57410152: Preparing 02:45:55 b27f51f9b28f: Preparing 02:45:55 558053b30121: Preparing 02:45:55 defc7b2b1210: Preparing 02:45:55 0e64f2360a44: Preparing 02:45:55 558053b30121: Waiting 02:45:55 defc7b2b1210: Waiting 02:45:55 0e64f2360a44: Waiting 02:45:55 576d57410152: Waiting 02:45:55 b27f51f9b28f: Waiting 02:45:55 52ab7ef3d332: Layer already exists 02:45:55 40528ac56dea: Layer already exists 02:45:55 2cc935f1c0df: Layer already exists 02:45:55 59df64f4ea7a: Layer already exists 02:45:55 46eb03d629a1: Layer already exists 02:45:55 b27f51f9b28f: Layer already exists 02:45:55 558053b30121: Layer already exists 02:45:55 576d57410152: Layer already exists 02:45:55 defc7b2b1210: Layer already exists 02:45:55 0e64f2360a44: Layer already exists 02:45:55 main: digest: sha256:6e2974ca5c91d7a85fdce3f1c0d36b4fe0b07b25fb6a4a53577fe61918ab2132 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:45:56 ===================================================== [Pipeline] echo 02:45:56 taggedImages: 02:45:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:45:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:45:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.82 02:45:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:45:56 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:45:56 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:45:56 55f62612875c19bb2ff18f787e56d4631b1703b5 02:45:56 latest 02:45:56 4.1.0-dev.82 02:45:56 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:45:56 main 02:45:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:56 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:45:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:45:56 39ea11382a4b: Preparing 02:45:56 09146551b394: Preparing 02:45:56 654c0ec158fd: Preparing 02:45:56 59df64f4ea7a: Preparing 02:45:56 46eb03d629a1: Preparing 02:45:56 9f8bb9e85cfc: Preparing 02:45:56 c06b3ed475f8: Preparing 02:45:56 e2bd828ce651: Preparing 02:45:56 0e64f2360a44: Preparing 02:45:56 9f8bb9e85cfc: Waiting 02:45:56 c06b3ed475f8: Waiting 02:45:56 e2bd828ce651: Waiting 02:45:56 0e64f2360a44: Waiting 02:45:56 59df64f4ea7a: Layer already exists 02:45:56 46eb03d629a1: Layer already exists 02:45:56 39ea11382a4b: Pushed 02:45:56 654c0ec158fd: Pushed 02:45:56 09146551b394: Pushed 02:45:57 0e64f2360a44: Layer already exists 02:45:57 c06b3ed475f8: Pushed 02:45:58 e2bd828ce651: Pushed 02:46:30 9f8bb9e85cfc: Pushed 02:46:30 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:6869201c08900d9738270f97c06999d868476117ec663a0855a41c2cf1af97f6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:30 + 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 02:46:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:46:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:46:31 39ea11382a4b: Preparing 02:46:31 09146551b394: Preparing 02:46:31 654c0ec158fd: Preparing 02:46:31 59df64f4ea7a: Preparing 02:46:31 46eb03d629a1: Preparing 02:46:31 9f8bb9e85cfc: Preparing 02:46:31 9f8bb9e85cfc: Waiting 02:46:31 c06b3ed475f8: Preparing 02:46:31 e2bd828ce651: Preparing 02:46:31 0e64f2360a44: Preparing 02:46:31 0e64f2360a44: Waiting 02:46:31 e2bd828ce651: Waiting 02:46:31 c06b3ed475f8: Waiting 02:46:31 654c0ec158fd: Layer already exists 02:46:31 09146551b394: Layer already exists 02:46:31 39ea11382a4b: Layer already exists 02:46:31 59df64f4ea7a: Layer already exists 02:46:31 46eb03d629a1: Layer already exists 02:46:31 9f8bb9e85cfc: Layer already exists 02:46:31 c06b3ed475f8: Layer already exists 02:46:31 e2bd828ce651: Layer already exists 02:46:31 0e64f2360a44: Layer already exists 02:46:31 latest: digest: sha256:6869201c08900d9738270f97c06999d868476117ec663a0855a41c2cf1af97f6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:31 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.82 02:46:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:46:32 39ea11382a4b: Preparing 02:46:32 09146551b394: Preparing 02:46:32 654c0ec158fd: Preparing 02:46:32 59df64f4ea7a: Preparing 02:46:32 46eb03d629a1: Preparing 02:46:32 9f8bb9e85cfc: Preparing 02:46:32 c06b3ed475f8: Preparing 02:46:32 e2bd828ce651: Preparing 02:46:32 0e64f2360a44: Preparing 02:46:32 c06b3ed475f8: Waiting 02:46:32 e2bd828ce651: Waiting 02:46:32 0e64f2360a44: Waiting 02:46:32 9f8bb9e85cfc: Waiting 02:46:32 09146551b394: Layer already exists 02:46:32 59df64f4ea7a: Layer already exists 02:46:32 39ea11382a4b: Layer already exists 02:46:32 46eb03d629a1: Layer already exists 02:46:32 e2bd828ce651: Layer already exists 02:46:32 c06b3ed475f8: Layer already exists 02:46:32 654c0ec158fd: Layer already exists 02:46:32 9f8bb9e85cfc: Layer already exists 02:46:32 0e64f2360a44: Layer already exists 02:46:32 4.1.0-dev.82: digest: sha256:6869201c08900d9738270f97c06999d868476117ec663a0855a41c2cf1af97f6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:46:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:46:33 39ea11382a4b: Preparing 02:46:33 09146551b394: Preparing 02:46:33 654c0ec158fd: Preparing 02:46:33 59df64f4ea7a: Preparing 02:46:33 46eb03d629a1: Preparing 02:46:33 9f8bb9e85cfc: Preparing 02:46:33 c06b3ed475f8: Preparing 02:46:33 e2bd828ce651: Preparing 02:46:33 0e64f2360a44: Preparing 02:46:33 9f8bb9e85cfc: Waiting 02:46:33 e2bd828ce651: Waiting 02:46:33 0e64f2360a44: Waiting 02:46:33 c06b3ed475f8: Waiting 02:46:33 09146551b394: Layer already exists 02:46:33 46eb03d629a1: Layer already exists 02:46:33 39ea11382a4b: Layer already exists 02:46:33 654c0ec158fd: Layer already exists 02:46:33 59df64f4ea7a: Layer already exists 02:46:33 9f8bb9e85cfc: Layer already exists 02:46:33 c06b3ed475f8: Layer already exists 02:46:33 0e64f2360a44: Layer already exists 02:46:33 e2bd828ce651: Layer already exists 02:46:33 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:6869201c08900d9738270f97c06999d868476117ec663a0855a41c2cf1af97f6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:33 + 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 02:46:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:46:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:46:34 39ea11382a4b: Preparing 02:46:34 09146551b394: Preparing 02:46:34 654c0ec158fd: Preparing 02:46:34 59df64f4ea7a: Preparing 02:46:34 46eb03d629a1: Preparing 02:46:34 9f8bb9e85cfc: Preparing 02:46:34 c06b3ed475f8: Preparing 02:46:34 e2bd828ce651: Preparing 02:46:34 0e64f2360a44: Preparing 02:46:34 9f8bb9e85cfc: Waiting 02:46:34 c06b3ed475f8: Waiting 02:46:34 0e64f2360a44: Waiting 02:46:34 e2bd828ce651: Waiting 02:46:34 09146551b394: Layer already exists 02:46:34 46eb03d629a1: Layer already exists 02:46:34 39ea11382a4b: Layer already exists 02:46:34 59df64f4ea7a: Layer already exists 02:46:34 654c0ec158fd: Layer already exists 02:46:34 c06b3ed475f8: Layer already exists 02:46:34 9f8bb9e85cfc: Layer already exists 02:46:34 e2bd828ce651: Layer already exists 02:46:34 0e64f2360a44: Layer already exists 02:46:34 main: digest: sha256:6869201c08900d9738270f97c06999d868476117ec663a0855a41c2cf1af97f6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:34 ===================================================== [Pipeline] echo 02:46:34 taggedImages: 02:46:34 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:46:34 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:46:34 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.82 02:46:34 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:46:34 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:46:34 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:46:34 55f62612875c19bb2ff18f787e56d4631b1703b5 02:46:34 latest 02:46:34 4.1.0-dev.82 02:46:34 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:46:34 main 02:46:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:46:35 df51f1122be6: Preparing 02:46:35 02f9f041b497: Preparing 02:46:35 a4ca1bf9d3d1: Preparing 02:46:35 59df64f4ea7a: Preparing 02:46:35 46eb03d629a1: Preparing 02:46:35 1e4307ecc452: Preparing 02:46:35 558053b30121: Preparing 02:46:35 defc7b2b1210: Preparing 02:46:35 0e64f2360a44: Preparing 02:46:35 1e4307ecc452: Waiting 02:46:35 558053b30121: Waiting 02:46:35 0e64f2360a44: Waiting 02:46:35 defc7b2b1210: Waiting 02:46:35 59df64f4ea7a: Layer already exists 02:46:35 46eb03d629a1: Layer already exists 02:46:35 558053b30121: Layer already exists 02:46:35 02f9f041b497: Pushed 02:46:35 a4ca1bf9d3d1: Pushed 02:46:35 df51f1122be6: Pushed 02:46:35 defc7b2b1210: Layer already exists 02:46:35 0e64f2360a44: Layer already exists 02:47:07 1e4307ecc452: Pushed 02:47:07 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:f22e747118ff707f2a8d45e4b97fb6fab75900a79817a01702cc75d0207ec2b9 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:08 + 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 02:47:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:47:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:47:08 df51f1122be6: Preparing 02:47:08 02f9f041b497: Preparing 02:47:08 a4ca1bf9d3d1: Preparing 02:47:08 59df64f4ea7a: Preparing 02:47:08 46eb03d629a1: Preparing 02:47:08 1e4307ecc452: Preparing 02:47:08 558053b30121: Preparing 02:47:08 defc7b2b1210: Preparing 02:47:08 0e64f2360a44: Preparing 02:47:08 1e4307ecc452: Waiting 02:47:08 558053b30121: Waiting 02:47:08 defc7b2b1210: Waiting 02:47:08 0e64f2360a44: Waiting 02:47:08 df51f1122be6: Layer already exists 02:47:08 a4ca1bf9d3d1: Layer already exists 02:47:08 02f9f041b497: Layer already exists 02:47:08 46eb03d629a1: Layer already exists 02:47:08 59df64f4ea7a: Layer already exists 02:47:08 defc7b2b1210: Layer already exists 02:47:08 558053b30121: Layer already exists 02:47:08 1e4307ecc452: Layer already exists 02:47:08 0e64f2360a44: Layer already exists 02:47:08 latest: digest: sha256:f22e747118ff707f2a8d45e4b97fb6fab75900a79817a01702cc75d0207ec2b9 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.82 02:47:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:47:09 df51f1122be6: Preparing 02:47:09 02f9f041b497: Preparing 02:47:09 a4ca1bf9d3d1: Preparing 02:47:09 59df64f4ea7a: Preparing 02:47:09 46eb03d629a1: Preparing 02:47:09 1e4307ecc452: Preparing 02:47:09 558053b30121: Preparing 02:47:09 defc7b2b1210: Preparing 02:47:09 0e64f2360a44: Preparing 02:47:09 558053b30121: Waiting 02:47:09 defc7b2b1210: Waiting 02:47:09 0e64f2360a44: Waiting 02:47:09 1e4307ecc452: Waiting 02:47:09 59df64f4ea7a: Layer already exists 02:47:09 02f9f041b497: Layer already exists 02:47:09 a4ca1bf9d3d1: Layer already exists 02:47:09 df51f1122be6: Layer already exists 02:47:09 46eb03d629a1: Layer already exists 02:47:09 1e4307ecc452: Layer already exists 02:47:09 defc7b2b1210: Layer already exists 02:47:09 0e64f2360a44: Layer already exists 02:47:09 558053b30121: Layer already exists 02:47:09 4.1.0-dev.82: digest: sha256:f22e747118ff707f2a8d45e4b97fb6fab75900a79817a01702cc75d0207ec2b9 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:10 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:47:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:47:10 df51f1122be6: Preparing 02:47:10 02f9f041b497: Preparing 02:47:10 a4ca1bf9d3d1: Preparing 02:47:10 59df64f4ea7a: Preparing 02:47:10 46eb03d629a1: Preparing 02:47:10 1e4307ecc452: Preparing 02:47:10 558053b30121: Preparing 02:47:10 defc7b2b1210: Preparing 02:47:10 0e64f2360a44: Preparing 02:47:10 558053b30121: Waiting 02:47:10 defc7b2b1210: Waiting 02:47:10 0e64f2360a44: Waiting 02:47:10 1e4307ecc452: Waiting 02:47:10 46eb03d629a1: Layer already exists 02:47:10 59df64f4ea7a: Layer already exists 02:47:10 df51f1122be6: Layer already exists 02:47:10 02f9f041b497: Layer already exists 02:47:10 a4ca1bf9d3d1: Layer already exists 02:47:10 1e4307ecc452: Layer already exists 02:47:10 0e64f2360a44: Layer already exists 02:47:10 defc7b2b1210: Layer already exists 02:47:10 558053b30121: Layer already exists 02:47:10 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:f22e747118ff707f2a8d45e4b97fb6fab75900a79817a01702cc75d0207ec2b9 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:11 + 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 02:47:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:47:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:47:11 df51f1122be6: Preparing 02:47:11 02f9f041b497: Preparing 02:47:11 a4ca1bf9d3d1: Preparing 02:47:11 59df64f4ea7a: Preparing 02:47:11 46eb03d629a1: Preparing 02:47:11 1e4307ecc452: Preparing 02:47:11 558053b30121: Preparing 02:47:11 defc7b2b1210: Preparing 02:47:11 0e64f2360a44: Preparing 02:47:11 558053b30121: Waiting 02:47:11 defc7b2b1210: Waiting 02:47:11 0e64f2360a44: Waiting 02:47:11 1e4307ecc452: Waiting 02:47:11 df51f1122be6: Layer already exists 02:47:11 46eb03d629a1: Layer already exists 02:47:11 02f9f041b497: Layer already exists 02:47:11 59df64f4ea7a: Layer already exists 02:47:11 a4ca1bf9d3d1: Layer already exists 02:47:11 1e4307ecc452: Layer already exists 02:47:11 0e64f2360a44: Layer already exists 02:47:11 558053b30121: Layer already exists 02:47:11 defc7b2b1210: Layer already exists 02:47:11 main: digest: sha256:f22e747118ff707f2a8d45e4b97fb6fab75900a79817a01702cc75d0207ec2b9 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:11 ===================================================== [Pipeline] echo 02:47:11 taggedImages: 02:47:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:47:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:47:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.82 02:47:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:47:11 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:47:11 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:47:11 55f62612875c19bb2ff18f787e56d4631b1703b5 02:47:11 latest 02:47:11 4.1.0-dev.82 02:47:11 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:47:11 main 02:47:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:12 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:47:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:47:12 ec975f150e03: Preparing 02:47:12 11f75d7c3f50: Preparing 02:47:12 59df64f4ea7a: Preparing 02:47:12 46eb03d629a1: Preparing 02:47:12 e5245fb66938: Preparing 02:47:12 b7dab3f540e0: Preparing 02:47:12 0e64f2360a44: Preparing 02:47:12 b7dab3f540e0: Waiting 02:47:12 0e64f2360a44: Waiting 02:47:12 46eb03d629a1: Layer already exists 02:47:12 59df64f4ea7a: Layer already exists 02:47:12 0e64f2360a44: Layer already exists 02:47:12 ec975f150e03: Pushed 02:47:13 e5245fb66938: Pushed 02:47:14 b7dab3f540e0: Pushed 02:47:22 11f75d7c3f50: Pushed 02:47:22 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:d8704201f231715f149df57f0db68fbb775e13c1a7007d9ddf065bcf56181862 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:47:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:47:23 ec975f150e03: Preparing 02:47:23 11f75d7c3f50: Preparing 02:47:23 59df64f4ea7a: Preparing 02:47:23 46eb03d629a1: Preparing 02:47:23 e5245fb66938: Preparing 02:47:23 b7dab3f540e0: Preparing 02:47:23 0e64f2360a44: Preparing 02:47:23 b7dab3f540e0: Waiting 02:47:23 ec975f150e03: Layer already exists 02:47:23 59df64f4ea7a: Layer already exists 02:47:23 11f75d7c3f50: Layer already exists 02:47:23 46eb03d629a1: Layer already exists 02:47:23 e5245fb66938: Layer already exists 02:47:23 b7dab3f540e0: Layer already exists 02:47:23 0e64f2360a44: Layer already exists 02:47:23 latest: digest: sha256:d8704201f231715f149df57f0db68fbb775e13c1a7007d9ddf065bcf56181862 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:23 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.82 02:47:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:47:24 ec975f150e03: Preparing 02:47:24 11f75d7c3f50: Preparing 02:47:24 59df64f4ea7a: Preparing 02:47:24 46eb03d629a1: Preparing 02:47:24 e5245fb66938: Preparing 02:47:24 b7dab3f540e0: Preparing 02:47:24 0e64f2360a44: Preparing 02:47:24 b7dab3f540e0: Waiting 02:47:24 0e64f2360a44: Waiting 02:47:24 e5245fb66938: Layer already exists 02:47:24 11f75d7c3f50: Layer already exists 02:47:24 ec975f150e03: Layer already exists 02:47:24 59df64f4ea7a: Layer already exists 02:47:24 46eb03d629a1: Layer already exists 02:47:24 0e64f2360a44: Layer already exists 02:47:24 b7dab3f540e0: Layer already exists 02:47:24 4.1.0-dev.82: digest: sha256:d8704201f231715f149df57f0db68fbb775e13c1a7007d9ddf065bcf56181862 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:47:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:47:24 ec975f150e03: Preparing 02:47:24 11f75d7c3f50: Preparing 02:47:24 59df64f4ea7a: Preparing 02:47:24 46eb03d629a1: Preparing 02:47:24 e5245fb66938: Preparing 02:47:24 b7dab3f540e0: Preparing 02:47:24 0e64f2360a44: Preparing 02:47:24 b7dab3f540e0: Waiting 02:47:24 0e64f2360a44: Waiting 02:47:24 59df64f4ea7a: Layer already exists 02:47:24 46eb03d629a1: Layer already exists 02:47:24 11f75d7c3f50: Layer already exists 02:47:24 ec975f150e03: Layer already exists 02:47:24 e5245fb66938: Layer already exists 02:47:24 b7dab3f540e0: Layer already exists 02:47:24 0e64f2360a44: Layer already exists 02:47:25 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:d8704201f231715f149df57f0db68fbb775e13c1a7007d9ddf065bcf56181862 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:47:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:47:25 ec975f150e03: Preparing 02:47:25 11f75d7c3f50: Preparing 02:47:25 59df64f4ea7a: Preparing 02:47:25 46eb03d629a1: Preparing 02:47:25 e5245fb66938: Preparing 02:47:25 b7dab3f540e0: Preparing 02:47:25 0e64f2360a44: Preparing 02:47:25 b7dab3f540e0: Waiting 02:47:25 0e64f2360a44: Waiting 02:47:25 11f75d7c3f50: Layer already exists 02:47:25 59df64f4ea7a: Layer already exists 02:47:25 46eb03d629a1: Layer already exists 02:47:25 ec975f150e03: Layer already exists 02:47:25 e5245fb66938: Layer already exists 02:47:25 b7dab3f540e0: Layer already exists 02:47:25 0e64f2360a44: Layer already exists 02:47:25 main: digest: sha256:d8704201f231715f149df57f0db68fbb775e13c1a7007d9ddf065bcf56181862 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:26 ===================================================== [Pipeline] echo 02:47:26 taggedImages: 02:47:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:47:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:47:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.82 02:47:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:47:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:47:26 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:47:26 55f62612875c19bb2ff18f787e56d4631b1703b5 02:47:26 latest 02:47:26 4.1.0-dev.82 02:47:26 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:47:26 main 02:47:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:26 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:47:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:47:26 3bd0df30441f: Preparing 02:47:26 55ae6341dee1: Preparing 02:47:26 59df64f4ea7a: Preparing 02:47:26 46eb03d629a1: Preparing 02:47:26 4cf3d180f544: Preparing 02:47:26 8fcc8d103615: Preparing 02:47:26 0e64f2360a44: Preparing 02:47:26 8fcc8d103615: Waiting 02:47:26 0e64f2360a44: Waiting 02:47:26 46eb03d629a1: Layer already exists 02:47:26 59df64f4ea7a: Layer already exists 02:47:27 0e64f2360a44: Layer already exists 02:47:27 3bd0df30441f: Pushed 02:47:27 4cf3d180f544: Pushed 02:47:27 8fcc8d103615: Pushed 02:47:35 55ae6341dee1: Pushed 02:47:35 55f62612875c19bb2ff18f787e56d4631b1703b5: digest: sha256:9e1a4dab686a809310276512c6fb853b13b46dd46c4e9bab8fe00eaa77bb26c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:47:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:47:36 3bd0df30441f: Preparing 02:47:36 55ae6341dee1: Preparing 02:47:36 59df64f4ea7a: Preparing 02:47:36 46eb03d629a1: Preparing 02:47:36 4cf3d180f544: Preparing 02:47:36 8fcc8d103615: Preparing 02:47:36 0e64f2360a44: Preparing 02:47:36 8fcc8d103615: Waiting 02:47:36 0e64f2360a44: Waiting 02:47:36 55ae6341dee1: Layer already exists 02:47:36 3bd0df30441f: Layer already exists 02:47:36 46eb03d629a1: Layer already exists 02:47:36 59df64f4ea7a: Layer already exists 02:47:36 4cf3d180f544: Layer already exists 02:47:36 0e64f2360a44: Layer already exists 02:47:36 8fcc8d103615: Layer already exists 02:47:36 latest: digest: sha256:9e1a4dab686a809310276512c6fb853b13b46dd46c4e9bab8fe00eaa77bb26c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.82 02:47:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:47:37 3bd0df30441f: Preparing 02:47:37 55ae6341dee1: Preparing 02:47:37 59df64f4ea7a: Preparing 02:47:37 46eb03d629a1: Preparing 02:47:37 4cf3d180f544: Preparing 02:47:37 8fcc8d103615: Preparing 02:47:37 0e64f2360a44: Preparing 02:47:37 8fcc8d103615: Waiting 02:47:37 0e64f2360a44: Waiting 02:47:37 55ae6341dee1: Layer already exists 02:47:37 3bd0df30441f: Layer already exists 02:47:37 59df64f4ea7a: Layer already exists 02:47:37 4cf3d180f544: Layer already exists 02:47:37 46eb03d629a1: Layer already exists 02:47:37 8fcc8d103615: Layer already exists 02:47:37 0e64f2360a44: Layer already exists 02:47:37 4.1.0-dev.82: digest: sha256:9e1a4dab686a809310276512c6fb853b13b46dd46c4e9bab8fe00eaa77bb26c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:47:38 3bd0df30441f: Preparing 02:47:38 55ae6341dee1: Preparing 02:47:38 59df64f4ea7a: Preparing 02:47:38 46eb03d629a1: Preparing 02:47:38 4cf3d180f544: Preparing 02:47:38 8fcc8d103615: Preparing 02:47:38 0e64f2360a44: Preparing 02:47:38 8fcc8d103615: Waiting 02:47:38 0e64f2360a44: Waiting 02:47:38 3bd0df30441f: Layer already exists 02:47:38 4cf3d180f544: Layer already exists 02:47:38 59df64f4ea7a: Layer already exists 02:47:38 55ae6341dee1: Layer already exists 02:47:38 46eb03d629a1: Layer already exists 02:47:38 0e64f2360a44: Layer already exists 02:47:38 8fcc8d103615: Layer already exists 02:47:38 55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82: digest: sha256:9e1a4dab686a809310276512c6fb853b13b46dd46c4e9bab8fe00eaa77bb26c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:47:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:47:39 3bd0df30441f: Preparing 02:47:39 55ae6341dee1: Preparing 02:47:39 59df64f4ea7a: Preparing 02:47:39 46eb03d629a1: Preparing 02:47:39 4cf3d180f544: Preparing 02:47:39 8fcc8d103615: Preparing 02:47:39 0e64f2360a44: Preparing 02:47:39 0e64f2360a44: Waiting 02:47:39 8fcc8d103615: Waiting 02:47:39 4cf3d180f544: Layer already exists 02:47:39 46eb03d629a1: Layer already exists 02:47:39 55ae6341dee1: Layer already exists 02:47:39 59df64f4ea7a: Layer already exists 02:47:39 3bd0df30441f: Layer already exists 02:47:39 0e64f2360a44: Layer already exists 02:47:39 8fcc8d103615: Layer already exists 02:47:39 main: digest: sha256:9e1a4dab686a809310276512c6fb853b13b46dd46c4e9bab8fe00eaa77bb26c6 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:39 ===================================================== [Pipeline] echo 02:47:39 taggedImages: 02:47:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 02:47:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:47:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.82 02:47:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 02:47:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:39 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:55f62612875c19bb2ff18f787e56d4631b1703b5-4.1.0-dev.82 [Pipeline] echo 02:47:40 Skip building multi-arch image for 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 02:47:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:47:41 02:47:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:47:41 arm64: Pulling from edgex-lftools-log-publisher 02:47:41 8998bd30e6a1: Pulling fs layer 02:47:41 04944245beec: Pulling fs layer 02:47:41 699f458cf7ca: Pulling fs layer 02:47:41 765212b225bb: Pulling fs layer 02:47:41 f23df028b6ca: Pulling fs layer 02:47:41 d65c8cfc05b1: Pulling fs layer 02:47:41 2437ff75d9bd: Pulling fs layer 02:47:41 d65c8cfc05b1: Waiting 02:47:41 f23df028b6ca: Waiting 02:47:41 765212b225bb: Waiting 02:47:41 2437ff75d9bd: Waiting 02:47:41 04944245beec: Verifying Checksum 02:47:41 04944245beec: Download complete 02:47:41 765212b225bb: Verifying Checksum 02:47:41 765212b225bb: Download complete 02:47:41 f23df028b6ca: Verifying Checksum 02:47:41 f23df028b6ca: Download complete 02:47:41 d65c8cfc05b1: Verifying Checksum 02:47:41 d65c8cfc05b1: Download complete 02:47:41 699f458cf7ca: Verifying Checksum 02:47:41 699f458cf7ca: Download complete 02:47:42 8998bd30e6a1: Verifying Checksum 02:47:42 8998bd30e6a1: Download complete 02:47:44 2437ff75d9bd: Verifying Checksum 02:47:44 2437ff75d9bd: Download complete 02:47:46 8998bd30e6a1: Pull complete 02:47:47 04944245beec: Pull complete 02:47:49 699f458cf7ca: Pull complete 02:47:49 765212b225bb: Pull complete 02:47:50 f23df028b6ca: Pull complete 02:47:50 d65c8cfc05b1: Pull complete 02:48:08 2437ff75d9bd: Pull complete 02:48:08 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:48:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:48:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:48:08 prd-ubuntu20.04-docker-arm64-4c-16g-775038 does not seem to be running inside a container 02:48:08 $ 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/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 02:48:11 $ docker top d43bea372d0ad9d64b1e1e7d4be73086f6dec4eb444cb69bc4fdeb99fed8762a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:12 ---> job-cost.sh 02:48:12 lf-activate-venv: SKIPPING 02:48:12 INFO: No Stack... 02:48:12 INFO: Retrieving Pricing Info for: v3-standard-4 02:48:13 INFO: Archiving Costs [Pipeline] sh 02:48:14 + cat /w/workspace/edgex-go/933/archives/cost.csv 02:48:14 + cut -d, -f6 [Pipeline] lock 02:48:14 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-933-stack-cost] 02:48:14 Resource [jenkins-edgexfoundry-edgex-go-main-933-stack-cost] did not exist. Created. 02:48:14 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-933-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:48:14 + echo total: 0.10999999940395355 [Pipeline] stash 02:48:15 Stashed 1 file(s) [Pipeline] } 02:48:15 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-933-stack-cost] [Pipeline] // lock [Pipeline] } 02:48:15 $ docker stop --time=1 d43bea372d0ad9d64b1e1e7d4be73086f6dec4eb444cb69bc4fdeb99fed8762a 02:48:16 $ docker rm -f --volumes d43bea372d0ad9d64b1e1e7d4be73086f6dec4eb444cb69bc4fdeb99fed8762a [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 02:48:17 provisioning config files... 02:48:17 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/933@tmp/config15402089979617986952tmp [Pipeline] { [Pipeline] sh 02:48:17 + set +x 02:48:17 + curl -s https://codecov.io/bash 02:48:17 + bash -s -- 02:48:17 02:48:17 _____ _ 02:48:17 / ____| | | 02:48:17 | | ___ __| | ___ ___ _____ __ 02:48:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:48:17 | |___| (_) | (_| | __/ (_| (_) \ V / 02:48:17 \_____\___/ \__,_|\___|\___\___/ \_/ 02:48:17 Bash-1.0.6 02:48:17 02:48:17 02:48:17 ==> git version 2.25.1 found 02:48:17 ==> 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 02:48:17 Release-Date: 2020-01-08 02:48:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:48:17 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:48:17 ==> Jenkins CI detected. 02:48:17 current dir:  /w/workspace/edgex-go/933 02:48:17 project root: . 02:48:17 --> token set from env 02:48:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:48:17 ==> Running gcov in . (disable via -X gcov) 02:48:17 ==> Python coveragepy not found 02:48:17 ==> Searching for coverage reports in: 02:48:17 + . 02:48:18 -> Found 1 reports 02:48:18 ==> Detecting git/mercurial file structure 02:48:18 ==> Reading reports 02:48:18 + ./coverage.out bytes=1043318 02:48:18 ==> Appending adjustments 02:48:18 https://docs.codecov.io/docs/fixing-reports 02:48:19 + Found adjustments 02:48:19 ==> Gzipping contents 02:48:19 108K /tmp/codecov.bQsR5W.gz 02:48:19 ==> Uploading reports 02:48:19 url: https://codecov.io 02:48:19 query: branch=main&commit=55f62612875c19bb2ff18f787e56d4631b1703b5&build=933&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F933%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:48:19 -> Pinging Codecov 02:48:19 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=55f62612875c19bb2ff18f787e56d4631b1703b5&build=933&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F933%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:48:19 -> Uploading to 02:48:19 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/55f62612875c19bb2ff18f787e56d4631b1703b5/8a5610cb-17f2-4c96-87bf-ee813abf0af9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251215%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251215T024819Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=61a9dab1838496fd4f1001551c31df5899358df651a8430e918f4450f8618452 02:48:19 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:19 Dload Upload Total Spent Left Speed 02:48:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 104k 0 0 100 104k 0 282k --:--:-- --:--:-- --:--:-- 282k 02:48:19 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/55f62612875c19bb2ff18f787e56d4631b1703b5 [Pipeline] } 02:48:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:48:20 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:48:20 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:48:20 02:48:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:48:20 latest: Pulling from edgex-devops/edgex-snyk-go 02:48:20 2d35ebdb57d9: Already exists 02:48:20 85e8836fcdb2: Pulling fs layer 02:48:20 91631faa732a: Pulling fs layer 02:48:20 f3f5ae8826fa: Pulling fs layer 02:48:20 4f4fb700ef54: Pulling fs layer 02:48:20 7861252a18e6: Pulling fs layer 02:48:20 9130f900ef6f: Pulling fs layer 02:48:20 7861252a18e6: Waiting 02:48:20 4f4fb700ef54: Waiting 02:48:20 9130f900ef6f: Waiting 02:48:21 f3f5ae8826fa: Verifying Checksum 02:48:21 f3f5ae8826fa: Download complete 02:48:21 4f4fb700ef54: Download complete 02:48:21 85e8836fcdb2: Pull complete 02:48:21 7861252a18e6: Verifying Checksum 02:48:21 7861252a18e6: Download complete 02:48:21 91631faa732a: Verifying Checksum 02:48:21 91631faa732a: Download complete 02:48:22 9130f900ef6f: Verifying Checksum 02:48:22 9130f900ef6f: Download complete 02:48:27 91631faa732a: Pull complete 02:48:27 f3f5ae8826fa: Pull complete 02:48:27 4f4fb700ef54: Pull complete 02:48:27 7861252a18e6: Pull complete 02:48:30 9130f900ef6f: Pull complete 02:48:30 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 02:48:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:48:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:48:30 prd-ubuntu20.04-docker-8c-8g-775033 does not seem to be running inside a container 02:48:31 $ 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/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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:latest cat 02:48:33 $ docker top 07486fc443f05356845487138af8aafebb1bdb38c7dc41dd88800b78e6997595 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:33 + git config --global --add safe.directory /w/workspace/edgex-go/933 [Pipeline] echo 02:48:33 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:48:33 + set -o pipefail 02:48:33 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:48:44 02:48:44 Monitoring /w/workspace/edgex-go/933 (github.com/edgexfoundry/edgex-go)... 02:48:44 02:48:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/8042c490-8ca7-4969-a7d3-71dc821b140b 02:48:44 02:48:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:48:44 02:48:44 02:48:44 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 02:48:44 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:48:44 $ docker stop --time=1 07486fc443f05356845487138af8aafebb1bdb38c7dc41dd88800b78e6997595 02:48:47 $ docker rm -f --volumes 07486fc443f05356845487138af8aafebb1bdb38c7dc41dd88800b78e6997595 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:48:47 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:48:47 provisioning config files... 02:48:47 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/933@tmp/config4852220674746329471tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:48 --> edgex-publish-swagger.sh 02:48:48 === Publish openapi API === 02:48:48 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 02:48:48 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/933/openapi/core-command.yaml] 02:48:48 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:48 Dload Upload Total Spent Left Speed 02:48:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 440 217k --:--:-- --:--:-- --:--:-- 218k 02:48:48 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:48:48 02:48:48 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/933/openapi/core-data.yaml] 02:48:48 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:48 Dload Upload Total Spent Left Speed 02:48:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 425 474k --:--:-- --:--:-- --:--:-- 474k 02:48:48 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:48:48 02:48:48 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/933/openapi/core-keeper.yaml] 02:48:48 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:48 Dload Upload Total Spent Left Speed 02:48:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 523 234k --:--:-- --:--:-- --:--:-- 234k 02:48:48 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:48:48 02:48:48 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/933/openapi/core-metadata.yaml] 02:48:48 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:48 Dload Upload Total Spent Left Speed 02:48:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 159k 100 66 100 159k 500 1211k --:--:-- --:--:-- --:--:-- 1202k 02:48:48 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:48:48 02:48:48 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/933/openapi/security-proxy-auth.yaml] 02:48:48 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:48 Dload Upload Total Spent Left Speed 02:48:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 519 188k --:--:-- --:--:-- --:--:-- 188k 02:48:48 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:48:48 02:48:48 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/933/openapi/security-secretstore-setup.yaml] 02:48:48 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:48 Dload Upload Total Spent Left Speed 02:48:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 464 27556 --:--:-- --:--:-- --:--:-- 28021 02:48:48 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:48:48 02:48:48 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/933/openapi/support-notifications.yaml] 02:48:48 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:48 Dload Upload Total Spent Left Speed 02:48:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 515 762k --:--:-- --:--:-- --:--:-- 763k 02:48:49 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:48:49 02:48:49 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/933/openapi/support-scheduler.yaml] 02:48:49 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:49 Dload Upload Total Spent Left Speed 02:48:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 584 438k --:--:-- --:--:-- --:--:-- 438k 02:48:49 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:48:49 [Pipeline] } 02:48:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 02:48:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:48:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:48:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:48:50 prd-ubuntu20.04-docker-8c-8g-775033 does not seem to be running inside a container 02:48:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 02:48:50 $ docker top 19702df8c3892d4d18a76d3ce7f6d9354742a1f4a047eb909992ddc13c9a8ed4 -eo pid,comm 02:48:50 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). 02:48:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:48:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:48:50 [ssh-agent] Looking for ssh-agent implementation... 02:48:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:48:50 $ docker exec 19702df8c3892d4d18a76d3ce7f6d9354742a1f4a047eb909992ddc13c9a8ed4 ssh-agent 02:48:50 SSH_AUTH_SOCK=/tmp/ssh-E0luEl4LNYOb/agent.32 02:48:50 SSH_AGENT_PID=38 02:48:50 Running ssh-add (command line suppressed) 02:48:50 Identity added: /w/workspace/edgex-go/933@tmp/private_key_10610747951769173671.key (/w/workspace/edgex-go/933@tmp/private_key_10610747951769173671.key) 02:48:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:48:51 + git semver tag 02:48:51 2025-12-15 02:48:51,454 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:48:51 2025-12-15 02:48:51,458 [run_tag] DEBUG tag force:False 02:48:51 2025-12-15 02:48:51,458 [check_head_tag] DEBUG check head tag 02:48:51 2025-12-15 02:48:51,460 [execute] INFO git cat-file --batch-check 02:48:51 2025-12-15 02:48:51,460 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/933, stdin=, shell=False, universal_newlines=False) 02:48:51 2025-12-15 02:48:51,462 [execute] INFO git cat-file --batch 02:48:51 2025-12-15 02:48:51,462 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/933, stdin=, shell=False, universal_newlines=False) 02:48:51 2025-12-15 02:48:51,489 [read_version] DEBUG read version from /w/workspace/edgex-go/933/.semver/main 02:48:51 2025-12-15 02:48:51,489 [execute] INFO git tag -a v4.1.0-dev.82 -m v4.1.0-dev.82 02:48:51 2025-12-15 02:48:51,489 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.82', '-m', 'v4.1.0-dev.82'], cwd=/w/workspace/edgex-go/933, stdin=None, shell=False, universal_newlines=False) 02:48:51 2025-12-15 02:48:51,492 [read_version] DEBUG read version from /w/workspace/edgex-go/933/.semver/main 02:48:51 4.1.0-dev.82 [Pipeline] } 02:48:51 $ docker exec --env ******** --env ******** 19702df8c3892d4d18a76d3ce7f6d9354742a1f4a047eb909992ddc13c9a8ed4 ssh-agent -k 02:48:51 unset SSH_AUTH_SOCK; 02:48:51 unset SSH_AGENT_PID; 02:48:51 echo Agent pid 38 killed; 02:48:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:48:52 + git semver [Pipeline] } 02:48:52 $ docker stop --time=1 19702df8c3892d4d18a76d3ce7f6d9354742a1f4a047eb909992ddc13c9a8ed4 02:48:53 $ docker rm -f --volumes 19702df8c3892d4d18a76d3ce7f6d9354742a1f4a047eb909992ddc13c9a8ed4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:48:54 02:48:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:48:54 0.23.1-centos7: Pulling from edgex-lftools 02:48:54 ab5ef0e58194: Pulling fs layer 02:48:54 9712f1f96733: Pulling fs layer 02:48:54 63f879dbbcfc: Pulling fs layer 02:48:54 0d9ebad4ef96: Pulling fs layer 02:48:54 e9a5061849ea: Pulling fs layer 02:48:54 d747dcd14b5f: Pulling fs layer 02:48:54 2de7ff778b66: Pulling fs layer 02:48:54 0d9ebad4ef96: Waiting 02:48:54 e9a5061849ea: Waiting 02:48:54 d747dcd14b5f: Waiting 02:48:54 2de7ff778b66: Waiting 02:48:54 9712f1f96733: Verifying Checksum 02:48:54 9712f1f96733: Download complete 02:48:54 63f879dbbcfc: Verifying Checksum 02:48:54 63f879dbbcfc: Download complete 02:48:54 e9a5061849ea: Verifying Checksum 02:48:54 e9a5061849ea: Download complete 02:48:54 d747dcd14b5f: Verifying Checksum 02:48:54 d747dcd14b5f: Download complete 02:48:54 ab5ef0e58194: Verifying Checksum 02:48:54 ab5ef0e58194: Download complete 02:48:54 0d9ebad4ef96: Verifying Checksum 02:48:54 0d9ebad4ef96: Download complete 02:48:54 2de7ff778b66: Verifying Checksum 02:48:54 2de7ff778b66: Download complete 02:48:58 ab5ef0e58194: Pull complete 02:48:58 9712f1f96733: Pull complete 02:48:59 63f879dbbcfc: Pull complete 02:49:04 0d9ebad4ef96: Pull complete 02:49:04 e9a5061849ea: Pull complete 02:49:04 d747dcd14b5f: Pull complete 02:49:05 2de7ff778b66: Pull complete 02:49:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:49:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:49:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:49:06 prd-ubuntu20.04-docker-8c-8g-775033 does not seem to be running inside a container 02:49:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 02:49:08 $ docker top 455b6b91e926016a6f14e67dc32c5af3f3336cfbb5f826e275aaa53d5265687e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:49:08 provisioning config files... 02:49:08 copy managed file [sigul-config] to file:/w/workspace/edgex-go/933@tmp/config9039622623218187502tmp 02:49:08 copy managed file [sigul-password] to file:/w/workspace/edgex-go/933@tmp/config2207755461690577399tmp 02:49:08 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/933@tmp/config1403073598860656128tmp [Pipeline] { [Pipeline] echo 02:49:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:49:08 ---> sigul-configuration.sh 02:49:08 gpg: directory `/root/.gnupg' created 02:49:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:49:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:49:08 gpg: keyring `/root/.gnupg/secring.gpg' created 02:49:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:49:08 gpg: CAST5 encrypted data 02:49:08 gpg: encrypted with 1 passphrase 02:49:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:49:09 + mkdir /home/jenkins 02:49:09 + mkdir /home/jenkins/sigul [Pipeline] sh 02:49:09 + 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 02:49:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:49:09 ---> sigul-install.sh 02:49:09 Sigul already installed; skipping installation. [Pipeline] sh 02:49:10 + git tag --list 02:49:10 0.6.0 02:49:10 0.6.1 02:49:10 0.7.0 02:49:10 0.7.1 02:49:10 v1.0.0 02:49:10 v1.0.1 02:49:10 v1.1.0 02:49:10 v1.2.0 02:49:10 v1.2.1 02:49:10 v1.3.0 02:49:10 v1.3.1 02:49:10 v2.0.0 02:49:10 v2.1.0 02:49:10 v2.1.1 02:49:10 v2.2.0 02:49:10 v2.3.0 02:49:10 v3.0 02:49:10 v3.0.0 02:49:10 v3.1 02:49:10 v3.1.0 02:49:10 v3.1.1 02:49:10 v4.0 02:49:10 v4.0.0 02:49:10 v4.0.1 02:49:10 v4.0.1-dev.1 02:49:10 v4.0.1-dev.2 02:49:10 v4.1.0-dev.1 02:49:10 v4.1.0-dev.10 02:49:10 v4.1.0-dev.11 02:49:10 v4.1.0-dev.12 02:49:10 v4.1.0-dev.13 02:49:10 v4.1.0-dev.14 02:49:10 v4.1.0-dev.15 02:49:10 v4.1.0-dev.16 02:49:10 v4.1.0-dev.17 02:49:10 v4.1.0-dev.18 02:49:10 v4.1.0-dev.19 02:49:10 v4.1.0-dev.2 02:49:10 v4.1.0-dev.20 02:49:10 v4.1.0-dev.21 02:49:10 v4.1.0-dev.22 02:49:10 v4.1.0-dev.23 02:49:10 v4.1.0-dev.24 02:49:10 v4.1.0-dev.25 02:49:10 v4.1.0-dev.26 02:49:10 v4.1.0-dev.27 02:49:10 v4.1.0-dev.28 02:49:10 v4.1.0-dev.29 02:49:10 v4.1.0-dev.3 02:49:10 v4.1.0-dev.30 02:49:10 v4.1.0-dev.31 02:49:10 v4.1.0-dev.32 02:49:10 v4.1.0-dev.33 02:49:10 v4.1.0-dev.34 02:49:10 v4.1.0-dev.35 02:49:10 v4.1.0-dev.36 02:49:10 v4.1.0-dev.37 02:49:10 v4.1.0-dev.38 02:49:10 v4.1.0-dev.39 02:49:10 v4.1.0-dev.4 02:49:10 v4.1.0-dev.40 02:49:10 v4.1.0-dev.41 02:49:10 v4.1.0-dev.42 02:49:10 v4.1.0-dev.43 02:49:10 v4.1.0-dev.44 02:49:10 v4.1.0-dev.45 02:49:10 v4.1.0-dev.46 02:49:10 v4.1.0-dev.47 02:49:10 v4.1.0-dev.48 02:49:10 v4.1.0-dev.49 02:49:10 v4.1.0-dev.5 02:49:10 v4.1.0-dev.50 02:49:10 v4.1.0-dev.51 02:49:10 v4.1.0-dev.52 02:49:10 v4.1.0-dev.53 02:49:10 v4.1.0-dev.54 02:49:10 v4.1.0-dev.55 02:49:10 v4.1.0-dev.56 02:49:10 v4.1.0-dev.57 02:49:10 v4.1.0-dev.58 02:49:10 v4.1.0-dev.59 02:49:10 v4.1.0-dev.6 02:49:10 v4.1.0-dev.60 02:49:10 v4.1.0-dev.61 02:49:10 v4.1.0-dev.62 02:49:10 v4.1.0-dev.63 02:49:10 v4.1.0-dev.64 02:49:10 v4.1.0-dev.65 02:49:10 v4.1.0-dev.66 02:49:10 v4.1.0-dev.67 02:49:10 v4.1.0-dev.68 02:49:10 v4.1.0-dev.69 02:49:10 v4.1.0-dev.7 02:49:10 v4.1.0-dev.70 02:49:10 v4.1.0-dev.71 02:49:10 v4.1.0-dev.72 02:49:10 v4.1.0-dev.73 02:49:10 v4.1.0-dev.74 02:49:10 v4.1.0-dev.75 02:49:10 v4.1.0-dev.76 02:49:10 v4.1.0-dev.77 02:49:10 v4.1.0-dev.78 02:49:10 v4.1.0-dev.79 02:49:10 v4.1.0-dev.8 02:49:10 v4.1.0-dev.80 02:49:10 v4.1.0-dev.81 02:49:10 v4.1.0-dev.82 02:49:10 v4.1.0-dev.9 [Pipeline] sh 02:49:10 + lftools sign git-tag v4.1.0-dev.82 02:49:10 Signing Git tag with Sigul... 02:49:10 Signing v4.1.0-dev.82 [Pipeline] echo 02:49:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:49:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:49:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:49:11 $ docker stop --time=1 455b6b91e926016a6f14e67dc32c5af3f3336cfbb5f826e275aaa53d5265687e 02:49:12 $ docker rm -f --volumes 455b6b91e926016a6f14e67dc32c5af3f3336cfbb5f826e275aaa53d5265687e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:49:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:49:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:49:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:49:13 prd-ubuntu20.04-docker-8c-8g-775033 does not seem to be running inside a container 02:49:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 02:49:13 $ docker top 91313bc95462a0c50f3d738c6f6348d1eecd2cf33d7becf4e6e06521a08e5959 -eo pid,comm 02:49:14 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). 02:49:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:49:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:49:14 [ssh-agent] Looking for ssh-agent implementation... 02:49:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:49:14 $ docker exec 91313bc95462a0c50f3d738c6f6348d1eecd2cf33d7becf4e6e06521a08e5959 ssh-agent 02:49:14 SSH_AUTH_SOCK=/tmp/ssh-EwhRvrvuCKuv/agent.32 02:49:14 SSH_AGENT_PID=38 02:49:14 Running ssh-add (command line suppressed) 02:49:14 Identity added: /w/workspace/edgex-go/933@tmp/private_key_6047160242490875863.key (/w/workspace/edgex-go/933@tmp/private_key_6047160242490875863.key) 02:49:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:49:14 + git semver bump pre 02:49:14 2025-12-15 02:49:14,950 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:49:14 2025-12-15 02:49:14,954 [read_version] DEBUG read version from /w/workspace/edgex-go/933/.semver/main 02:49:14 2025-12-15 02:49:14,954 [bump_version] DEBUG bumping version:4.1.0-dev.82 on axis:pre with prefix:dev 02:49:14 2025-12-15 02:49:14,954 [bump_version] DEBUG bumped version:4.1.0-dev.83 02:49:14 2025-12-15 02:49:14,954 [write_version] DEBUG write version:4.1.0-dev.83 to path:/w/workspace/edgex-go/933/.semver/main with force:True 02:49:14 2025-12-15 02:49:14,954 [read_version] DEBUG read version from /w/workspace/edgex-go/933/.semver/main 02:49:14 2025-12-15 02:49:14,954 [write_file] DEBUG write to file:/w/workspace/edgex-go/933/.semver/main 02:49:14 2025-12-15 02:49:14,958 [execute] INFO git cat-file --batch-check 02:49:14 2025-12-15 02:49:14,958 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/933/.semver, stdin=, shell=False, universal_newlines=False) 02:49:14 2025-12-15 02:49:14,962 [execute] INFO git cat-file --batch 02:49:14 2025-12-15 02:49:14,962 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/933/.semver, stdin=, shell=False, universal_newlines=False) 02:49:14 2025-12-15 02:49:14,965 [read_version] DEBUG read version from /w/workspace/edgex-go/933/.semver/main 02:49:14 4.1.0-dev.83 [Pipeline] } 02:49:15 $ docker exec --env ******** --env ******** 91313bc95462a0c50f3d738c6f6348d1eecd2cf33d7becf4e6e06521a08e5959 ssh-agent -k 02:49:15 unset SSH_AUTH_SOCK; 02:49:15 unset SSH_AGENT_PID; 02:49:15 echo Agent pid 38 killed; 02:49:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:49:15 + git semver [Pipeline] } 02:49:15 $ docker stop --time=1 91313bc95462a0c50f3d738c6f6348d1eecd2cf33d7becf4e6e06521a08e5959 02:49:17 $ docker rm -f --volumes 91313bc95462a0c50f3d738c6f6348d1eecd2cf33d7becf4e6e06521a08e5959 [Pipeline] // withDockerContainer [Pipeline] sh 02:49:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:49:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:49:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:49:17 prd-ubuntu20.04-docker-8c-8g-775033 does not seem to be running inside a container 02:49:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 02:49:18 $ docker top aef6925727a31ac258fff7e5c68c425b5bd1370704d71f3a19945629794bd9d3 -eo pid,comm 02:49:18 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). 02:49:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:49:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:49:18 [ssh-agent] Looking for ssh-agent implementation... 02:49:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:49:18 $ docker exec aef6925727a31ac258fff7e5c68c425b5bd1370704d71f3a19945629794bd9d3 ssh-agent 02:49:18 SSH_AUTH_SOCK=/tmp/ssh-j0rqC70b0BYW/agent.32 02:49:18 SSH_AGENT_PID=38 02:49:18 Running ssh-add (command line suppressed) 02:49:18 Identity added: /w/workspace/edgex-go/933@tmp/private_key_16902607684186730319.key (/w/workspace/edgex-go/933@tmp/private_key_16902607684186730319.key) 02:49:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:49:18 + git semver push 02:49:19 2025-12-15 02:49:19,115 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:49:19 2025-12-15 02:49:19,119 [run_push] DEBUG push 02:49:19 2025-12-15 02:49:19,119 [execute] INFO git cat-file --batch-check 02:49:19 2025-12-15 02:49:19,119 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/933/.semver, stdin=, shell=False, universal_newlines=False) 02:49:19 2025-12-15 02:49:19,121 [execute] INFO git rev-list 8f6592cdee6549764fb4e6f0d9909463bed1de2b -- 02:49:19 2025-12-15 02:49:19,121 [execute] DEBUG Popen(['git', 'rev-list', '8f6592cdee6549764fb4e6f0d9909463bed1de2b', '--'], cwd=/w/workspace/edgex-go/933/.semver, stdin=None, shell=False, universal_newlines=False) 02:49:19 2025-12-15 02:49:19,133 [execute] INFO git fetch -v -- origin 02:49:19 2025-12-15 02:49:19,133 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/933/.semver, stdin=None, shell=False, universal_newlines=True) 02:49:19 2025-12-15 02:49:19,672 [run_push] DEBUG no remote changes detected 02:49:19 2025-12-15 02:49:19,672 [execute] INFO git push origin semver 02:49:19 2025-12-15 02:49:19,672 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/933/.semver, stdin=None, shell=False, universal_newlines=False) 02:49:20 2025-12-15 02:49:20,484 [run_push] DEBUG push all version tags 02:49:20 2025-12-15 02:49:20,484 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:49:20 2025-12-15 02:49:20,484 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/933, stdin=None, shell=False, universal_newlines=False) 02:49:21 2025-12-15 02:49:21,208 [read_version] DEBUG read version from /w/workspace/edgex-go/933/.semver/main 02:49:21 4.1.0-dev.83 [Pipeline] } 02:49:21 $ docker exec --env ******** --env ******** aef6925727a31ac258fff7e5c68c425b5bd1370704d71f3a19945629794bd9d3 ssh-agent -k 02:49:21 unset SSH_AUTH_SOCK; 02:49:21 unset SSH_AGENT_PID; 02:49:21 echo Agent pid 38 killed; 02:49:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:49:21 + git semver [Pipeline] } 02:49:21 $ docker stop --time=1 aef6925727a31ac258fff7e5c68c425b5bd1370704d71f3a19945629794bd9d3 02:49:23 $ docker rm -f --volumes aef6925727a31ac258fff7e5c68c425b5bd1370704d71f3a19945629794bd9d3 [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 02:49:23 + [ -d /w/workspace/edgex-go/933/archives ] [Pipeline] libraryResource [Pipeline] sh 02:49:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:49:24 ---> package-listing.sh 02:49:24 ++ facter osfamily 02:49:24 ++ tr '[:upper:]' '[:lower:]' 02:49:25 + OS_FAMILY=debian 02:49:25 + workspace=/w/workspace/edgex-go/933 02:49:25 + START_PACKAGES=/tmp/packages_start.txt 02:49:25 + END_PACKAGES=/tmp/packages_end.txt 02:49:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:49:25 + PACKAGES=/tmp/packages_start.txt 02:49:25 + '[' /w/workspace/edgex-go/933 ']' 02:49:25 + PACKAGES=/tmp/packages_end.txt 02:49:25 + case "${OS_FAMILY}" in 02:49:25 + dpkg -l 02:49:25 + grep '^ii' 02:49:25 + '[' -f /tmp/packages_start.txt ']' 02:49:25 + '[' -f /tmp/packages_end.txt ']' 02:49:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:49:25 + '[' /w/workspace/edgex-go/933 ']' 02:49:25 + mkdir -p /w/workspace/edgex-go/933/archives/ 02:49:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/933/archives/ [Pipeline] echo 02:49:25 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/933/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:49:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:49:26 02:49:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:49:26 latest: Pulling from edgex-lftools-log-publisher 02:49:26 5eb5b503b376: Pulling fs layer 02:49:26 5c69ac0246d0: Pulling fs layer 02:49:26 ec43610c2a17: Pulling fs layer 02:49:26 3a2ae6a8a46f: Pulling fs layer 02:49:26 33b1e0a273af: Pulling fs layer 02:49:26 5d3b04190fa2: Pulling fs layer 02:49:26 2f39f015ded8: Pulling fs layer 02:49:26 3a2ae6a8a46f: Waiting 02:49:26 33b1e0a273af: Waiting 02:49:26 5d3b04190fa2: Waiting 02:49:26 2f39f015ded8: Waiting 02:49:26 5c69ac0246d0: Verifying Checksum 02:49:26 5c69ac0246d0: Download complete 02:49:26 3a2ae6a8a46f: Verifying Checksum 02:49:26 3a2ae6a8a46f: Download complete 02:49:26 33b1e0a273af: Verifying Checksum 02:49:26 33b1e0a273af: Download complete 02:49:26 5d3b04190fa2: Verifying Checksum 02:49:26 5d3b04190fa2: Download complete 02:49:26 ec43610c2a17: Verifying Checksum 02:49:26 ec43610c2a17: Download complete 02:49:26 5eb5b503b376: Verifying Checksum 02:49:26 5eb5b503b376: Download complete 02:49:27 2f39f015ded8: Download complete 02:49:28 5eb5b503b376: Pull complete 02:49:28 5c69ac0246d0: Pull complete 02:49:28 ec43610c2a17: Pull complete 02:49:28 3a2ae6a8a46f: Pull complete 02:49:28 33b1e0a273af: Pull complete 02:49:28 5d3b04190fa2: Pull complete 02:49:35 2f39f015ded8: Pull complete 02:49:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:49:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:49:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:49:35 prd-ubuntu20.04-docker-8c-8g-775033 does not seem to be running inside a container 02:49:35 $ 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/933/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/933 -v /w/workspace/edgex-go/933:/w/workspace/edgex-go/933:rw,z -v /w/workspace/edgex-go/933@tmp:/w/workspace/edgex-go/933@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 02:49:37 $ docker top 10d2102a4748eb9dc01e6562d46e9317546ca8afeee236cec2aab9162fa0d0c0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:37 + touch /tmp/pre-build-complete [Pipeline] sh 02:49:37 + mkdir -p /var/log/sysstat [Pipeline] sh 02:49:38 + ls /var/log/sa-host 02:49:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:49:38 provisioning config files... 02:49:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/933@tmp/config17559324266886488194tmp [Pipeline] { [Pipeline] echo 02:49:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:49:38 ---> create-netrc.sh [Pipeline] } 02:49:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:49:38 ---> python-tools-install.sh [Pipeline] echo 02:49:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:49:39 ---> sudo-logs.sh 02:49:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:49:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:49:39 ---> job-cost.sh 02:49:39 lf-activate-venv: SKIPPING 02:49:39 DEBUG: total: 0.10999999940395355 02:49:39 INFO: Retrieving Stack Cost... 02:49:39 INFO: Retrieving Pricing Info for: v3-standard-8 02:49:40 INFO: Archiving Costs [Pipeline] echo 02:49:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:49:40 ---> logs-deploy.sh 02:49:40 lf-activate-venv: SKIPPING 02:49:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/933 02:49:40 INFO: archiving workspace using pattern(s): 02:49:41 Archives upload complete. 02:49:41 INFO: archiving logs to Nexus 02:49:42 ---> uname -a: 02:49:42 Linux prd-ubuntu20-04-docker-8c-8g-775033 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:49:42 02:49:42 02:49:42 ---> lscpu: 02:49:42 Architecture: x86_64 02:49:42 CPU op-mode(s): 32-bit, 64-bit 02:49:42 Byte Order: Little Endian 02:49:42 Address sizes: 40 bits physical, 48 bits virtual 02:49:42 CPU(s): 8 02:49:42 On-line CPU(s) list: 0-7 02:49:42 Thread(s) per core: 1 02:49:42 Core(s) per socket: 1 02:49:42 Socket(s): 8 02:49:42 NUMA node(s): 1 02:49:42 Vendor ID: AuthenticAMD 02:49:42 CPU family: 23 02:49:42 Model: 49 02:49:42 Model name: AMD EPYC-Rome Processor 02:49:42 Stepping: 0 02:49:42 CPU MHz: 2799.998 02:49:42 BogoMIPS: 5599.99 02:49:42 Virtualization: AMD-V 02:49:42 Hypervisor vendor: KVM 02:49:42 Virtualization type: full 02:49:42 L1d cache: 256 KiB 02:49:42 L1i cache: 256 KiB 02:49:42 L2 cache: 4 MiB 02:49:42 L3 cache: 128 MiB 02:49:42 NUMA node0 CPU(s): 0-7 02:49:42 Vulnerability Gather data sampling: Not affected 02:49:42 Vulnerability Itlb multihit: Not affected 02:49:42 Vulnerability L1tf: Not affected 02:49:42 Vulnerability Mds: Not affected 02:49:42 Vulnerability Meltdown: Not affected 02:49:42 Vulnerability Mmio stale data: Not affected 02:49:42 Vulnerability Retbleed: Vulnerable 02:49:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:49:42 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:49:42 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:49:42 Vulnerability Srbds: Not affected 02:49:42 Vulnerability Tsx async abort: Not affected 02:49:42 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:49:42 02:49:42 02:49:42 ---> nproc: 02:49:42 8 02:49:42 02:49:42 02:49:42 ---> df -h: 02:49:42 Filesystem Size Used Avail Use% Mounted on 02:49:42 overlay 155G 34G 122G 22% / 02:49:42 tmpfs 64M 0 64M 0% /dev 02:49:42 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:49:42 shm 64M 0 64M 0% /dev/shm 02:49:42 /dev/vda1 155G 34G 122G 22% /facter-os 02:49:42 02:49:42 02:49:42 ---> sar -b -r -n DEV: 02:49:42 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-775033) 12/15/25 _x86_64_ (8 CPU) 02:49:42 02:49:42 01:48:21 LINUX RESTART (8 CPU) 02:49:42 02:49:42 01:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:49:42 01:50:01 478.65 19.90 458.76 0.00 3181.20 75959.47 0.00 02:49:42 01:51:01 40.86 0.08 40.78 0.00 0.67 31152.82 0.00 02:49:42 01:52:01 43.78 0.18 43.59 0.00 2.40 18681.29 0.00 02:49:42 01:53:01 228.65 0.08 228.56 0.00 10.26 143291.85 0.00 02:49:42 01:54:01 1296.83 22.30 1274.54 0.00 4453.92 485584.40 0.00 02:49:42 01:55:01 135.92 0.03 135.89 0.00 0.27 47306.79 0.00 02:49:42 01:56:01 358.17 0.08 358.09 0.00 1.87 94879.89 0.00 02:49:42 01:57:01 827.85 27.61 800.23 0.00 1032.23 153774.90 0.00 02:49:42 01:58:01 33.66 2.58 31.07 0.00 273.91 806.13 0.00 02:49:42 01:59:01 14.96 0.00 14.96 0.00 0.00 375.27 0.00 02:49:42 02:00:01 1.73 0.00 1.73 0.00 0.00 18.79 0.00 02:49:42 02:01:01 1.30 0.00 1.30 0.00 0.00 19.73 0.00 02:49:42 02:02:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 02:49:42 02:03:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 02:49:42 02:04:01 4.45 2.32 2.13 0.00 21.06 27.72 0.00 02:49:42 02:05:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 02:49:42 02:06:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 02:49:42 02:07:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 02:49:42 02:08:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 02:49:42 02:09:01 1.80 0.00 1.80 0.00 0.00 20.26 0.00 02:49:42 02:10:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 02:49:42 02:11:01 1.50 0.00 1.50 0.00 0.00 17.86 0.00 02:49:42 02:12:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 02:49:42 02:13:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 02:49:42 02:14:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 02:49:42 02:15:01 1.63 0.00 1.63 0.00 0.00 18.53 0.00 02:49:42 02:16:01 0.90 0.00 0.90 0.00 0.00 9.73 0.00 02:49:42 02:17:01 1.60 0.05 1.55 0.00 1.07 17.99 0.00 02:49:42 02:18:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 02:49:42 02:19:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 02:49:42 02:20:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 02:49:42 02:21:01 1.23 0.00 1.23 0.00 0.00 15.46 0.00 02:49:42 02:22:01 0.92 0.00 0.92 0.00 0.00 11.46 0.00 02:49:42 02:23:01 1.23 0.00 1.23 0.00 0.00 15.06 0.00 02:49:42 02:24:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 02:49:42 02:25:01 1.48 0.02 1.47 0.00 3.33 17.20 0.00 02:49:42 02:26:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 02:49:42 02:27:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 02:49:42 02:28:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 02:49:42 02:29:01 1.48 0.00 1.48 0.00 0.00 17.73 0.00 02:49:42 02:30:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 02:49:42 02:31:01 1.52 0.00 1.52 0.00 0.00 17.73 0.00 02:49:42 02:32:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 02:49:42 02:33:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 02:49:42 02:34:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 02:49:42 02:35:01 1.55 0.00 1.55 0.00 0.00 17.33 0.00 02:49:42 02:36:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 02:49:42 02:37:01 1.93 0.30 1.63 0.00 16.80 19.06 0.00 02:49:42 02:38:01 2.65 1.42 1.23 0.00 29.06 15.20 0.00 02:49:42 02:39:01 1.55 0.00 1.55 0.00 0.00 19.73 0.00 02:49:42 02:40:01 1.03 0.00 1.03 0.00 0.00 11.66 0.00 02:49:42 02:41:01 1.37 0.00 1.37 0.00 0.00 17.06 0.00 02:49:42 02:42:01 0.97 0.00 0.97 0.00 0.00 10.53 0.00 02:49:42 02:43:01 1.50 0.00 1.50 0.00 0.00 16.79 0.00 02:49:42 02:44:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 02:49:42 02:45:01 1.72 0.00 1.72 0.00 0.00 19.33 0.00 02:49:42 02:46:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 02:49:42 02:47:01 1.42 0.00 1.42 0.00 0.00 18.13 0.00 02:49:42 02:48:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 02:49:42 02:49:01 108.37 2.57 105.80 0.00 154.51 40639.09 0.00 02:49:42 Average: 60.59 1.33 59.26 0.00 153.08 18225.11 0.00 02:49:42 02:49:42 01:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:49:42 01:50:01 27621816 31517288 766592 2.33 117812 3982652 1745984 5.15 1188512 3581224 608 02:49:42 01:51:01 26027760 31307040 967200 2.94 128936 5257952 2177424 6.42 2230696 4029360 396612 02:49:42 01:52:01 26066856 31360560 909356 2.77 134768 5238740 2180032 6.43 1738148 4449960 419704 02:49:42 01:53:01 23194192 31304288 964460 2.93 147380 7988356 2214048 6.53 2034508 6961220 549584 02:49:42 01:54:01 6842360 29176284 2987204 9.09 416220 20987448 9583064 28.25 5896804 18357476 59928 02:49:42 01:55:01 2615832 27748548 4408824 13.41 446308 23620976 11045692 32.56 8641536 19687140 1417068 02:49:42 01:56:01 595416 28782752 3380012 10.28 462168 26552412 8869092 26.15 8945620 21317124 1884916 02:49:42 01:57:01 5218768 31407220 822308 2.50 464228 24786020 2169444 6.40 3948380 22017756 264 02:49:42 01:58:01 5206096 31404988 823440 2.51 465588 24795044 2131012 6.28 4421388 21554316 600 02:49:42 01:59:01 5214928 31414472 813720 2.48 466084 24795140 2043988 6.03 4779484 21187920 260 02:49:42 02:00:01 5214424 31413988 814152 2.48 466096 24795148 2043988 6.03 4779044 21187928 12 02:49:42 02:01:01 5229724 31429320 799400 2.43 466100 24795148 2043988 6.03 4763364 21187920 52 02:49:42 02:02:01 5233364 31432968 795884 2.42 466112 24795152 2043988 6.03 4760312 21187924 12 02:49:42 02:03:01 5237308 31437072 791724 2.41 466136 24795284 2043988 6.03 4756116 21188052 4 02:49:42 02:04:01 5236456 31436980 791796 2.41 466616 24795444 2058812 6.07 4756408 21188096 8 02:49:42 02:05:01 5237132 31437676 791032 2.41 466632 24795448 2058812 6.07 4756416 21188100 44 02:49:42 02:06:01 5237112 31437668 791196 2.41 466644 24795448 2058812 6.07 4756368 21188100 4 02:49:42 02:07:01 5237064 31437632 791204 2.41 466652 24795452 2058812 6.07 4756408 21188104 12 02:49:42 02:08:01 5237008 31437600 791172 2.41 466676 24795452 2058812 6.07 4756508 21188104 12 02:49:42 02:09:01 5237196 31437832 790888 2.41 466716 24795456 2058812 6.07 4756080 21188108 20 02:49:42 02:10:01 5237452 31438120 790756 2.41 466744 24795460 2058812 6.07 4756112 21188112 16 02:49:42 02:11:01 5237404 31438092 790752 2.41 466764 24795464 2058812 6.07 4756080 21188112 8 02:49:42 02:12:01 5237616 31438328 790460 2.40 466780 24795468 2058812 6.07 4756100 21188120 8 02:49:42 02:13:01 5237056 31437832 790932 2.41 466812 24795472 2058812 6.07 4756700 21188124 180 02:49:42 02:14:01 5237592 31438400 790336 2.40 466836 24795468 2058812 6.07 4756224 21188124 16 02:49:42 02:15:01 5237152 31438000 790724 2.41 466864 24795476 2058812 6.07 4756192 21188128 148 02:49:42 02:16:01 5237284 31438144 790512 2.40 466872 24795476 2058812 6.07 4756492 21188128 8 02:49:42 02:17:01 5237284 31438160 790448 2.40 466888 24795480 2058812 6.07 4756608 21188132 12 02:49:42 02:18:01 5237172 31438128 790408 2.40 466912 24795516 2058812 6.07 4756260 21188148 4 02:49:42 02:19:01 5236724 31437692 790844 2.41 466928 24795512 2058812 6.07 4756340 21188148 20 02:49:42 02:20:01 5236636 31437628 790892 2.41 466944 24795520 2058812 6.07 4756304 21188152 8 02:49:42 02:21:01 5236764 31437784 790880 2.41 466972 24795524 2058812 6.07 4756400 21188152 4 02:49:42 02:22:01 5236828 31437876 790736 2.41 466996 24795528 2058812 6.07 4756480 21188156 24 02:49:42 02:23:01 5236968 31438036 790552 2.41 467008 24795532 2058812 6.07 4756508 21188164 24 02:49:42 02:24:01 5236472 31437556 791016 2.41 467024 24795532 2058812 6.07 4756448 21188164 24 02:49:42 02:25:01 5236456 31437660 790852 2.41 467040 24795636 2058812 6.07 4756472 21188268 44 02:49:42 02:26:01 5236352 31437572 790880 2.41 467048 24795640 2058812 6.07 4756416 21188272 8 02:49:42 02:27:01 5236336 31437572 790820 2.41 467064 24795640 2058812 6.07 4756444 21188272 152 02:49:42 02:28:01 5236004 31437264 791052 2.41 467084 24795644 2058812 6.07 4756716 21188276 160 02:49:42 02:29:01 5235964 31437248 791048 2.41 467108 24795648 2058812 6.07 4756540 21188276 28 02:49:42 02:30:01 5236420 31437720 790520 2.40 467112 24795652 2058812 6.07 4756504 21188284 20 02:49:42 02:31:01 5236192 31437512 790720 2.41 467124 24795656 2058812 6.07 4756500 21188288 12 02:49:42 02:32:01 5235932 31437268 790900 2.41 467140 24795660 2058812 6.07 4756528 21188288 8 02:49:42 02:33:01 5236168 31437544 790692 2.41 467144 24795664 2058812 6.07 4756540 21188292 60 02:49:42 02:34:01 5235932 31437324 790888 2.41 467152 24795668 2058812 6.07 4756632 21188300 36 02:49:42 02:35:01 5235560 31436968 791152 2.41 467164 24795668 2058812 6.07 4756564 21188300 40 02:49:42 02:36:01 5235284 31436700 791352 2.41 467168 24795672 2058812 6.07 4757008 21188304 28 02:49:42 02:37:01 5233496 31435420 792560 2.41 467188 24796172 2058812 6.07 4760376 21188612 148 02:49:42 02:38:01 5228784 31432812 795108 2.42 467212 24797048 2058812 6.07 4764652 21188704 12 02:49:42 02:39:01 5227956 31432032 795820 2.42 467256 24797060 2058812 6.07 4764712 21188692 48 02:49:42 02:40:01 5227584 31431692 796144 2.42 467280 24797060 2074896 6.12 4764792 21188692 204 02:49:42 02:41:01 5226624 31430760 797088 2.42 467296 24797064 2074896 6.12 4764508 21188696 8 02:49:42 02:42:01 5226340 31430492 797320 2.43 467312 24797064 2074896 6.12 4764808 21188696 12 02:49:42 02:43:01 5226036 31430220 797744 2.43 467340 24797068 2074896 6.12 4764544 21188700 8 02:49:42 02:44:01 5226036 31430248 797720 2.43 467360 24797072 2074896 6.12 4764628 21188704 28 02:49:42 02:45:01 5226036 31430288 797632 2.43 467396 24797072 2074896 6.12 4764620 21188704 20 02:49:42 02:46:01 5225968 31430236 797820 2.43 467412 24797076 2074896 6.12 4764616 21188708 28 02:49:42 02:47:01 5225952 31430296 797720 2.43 467428 24797148 2074896 6.12 4764984 21188764 68 02:49:42 02:48:01 5226208 31430580 797608 2.43 467440 24797148 2074896 6.12 4764712 21188780 16 02:49:42 02:49:01 3804868 31383164 843456 2.57 505656 26036736 2180448 6.43 4866524 22403340 530232 02:49:42 Average: 6481028 31285642 942440 2.87 443936 23483987 2455125 7.24 4698078 20062887 87694 02:49:42 02:49:42 01:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:49:42 01:50:01 veth369cc1b 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:50:01 lo 4.20 4.20 0.42 0.42 0.00 0.00 0.00 0.00 02:49:42 01:50:01 ens3 1254.49 1076.95 12203.28 162.13 0.00 0.00 0.00 0.00 02:49:42 01:50:01 docker0 841.54 897.07 61.49 4684.20 0.00 0.00 0.00 0.00 02:49:42 01:51:01 veth369cc1b 0.13 0.25 0.01 0.02 0.00 0.00 0.00 0.00 02:49:42 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 01:51:01 ens3 27.50 16.35 23.98 11.65 0.00 0.00 0.00 0.00 02:49:42 01:51:01 docker0 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 01:52:01 veth369cc1b 1.27 1.28 0.11 0.11 0.00 0.00 0.00 0.00 02:49:42 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:52:01 ens3 25.08 16.68 19.96 11.93 0.00 0.00 0.00 0.00 02:49:42 01:52:01 docker0 1.27 1.27 0.09 0.11 0.00 0.00 0.00 0.00 02:49:42 01:53:01 vethf12bbf2 0.65 0.90 0.06 0.25 0.00 0.00 0.00 0.00 02:49:42 01:53:01 vethceef11d 1.52 3.48 0.13 43.16 0.00 0.00 0.00 0.00 02:49:42 01:53:01 vethe8b566b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:53:01 veth6f01dd2 1.77 3.32 0.15 43.17 0.00 0.00 0.00 0.00 02:49:42 01:53:01 veth6026d97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:53:01 veth3fc6457 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:53:01 veth8fec3af 3.32 1.77 43.17 0.15 0.00 0.00 0.00 0.00 02:49:42 01:53:01 vethab91276 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:53:01 vethab6bf56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:53:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 02:49:42 01:53:01 vethb28bd05 8.02 2.93 125.96 0.24 0.00 0.00 0.00 0.00 02:49:42 01:53:01 veth7d359cb 2.78 4.93 0.23 48.87 0.00 0.00 0.00 0.00 02:49:42 01:53:01 ens3 119.53 76.25 2525.66 19.15 0.00 0.00 0.00 0.00 02:49:42 01:53:01 vethfb9b7d0 1.90 3.37 0.16 43.22 0.00 0.00 0.00 0.00 02:49:42 01:53:01 veth32238ba 2.93 8.02 0.24 125.96 0.00 0.00 0.00 0.01 02:49:42 01:53:01 veth099e0ad 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:53:01 docker0 11.55 21.78 0.81 304.52 0.00 0.00 0.00 0.00 02:49:42 01:54:01 veth632f0fd 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 02:49:42 01:54:01 vethf12bbf2 0.05 2.93 0.00 0.12 0.00 0.00 0.00 0.00 02:49:42 01:54:01 veth3e88e1a 0.05 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:49:42 01:54:01 veth2d38a18 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 02:49:42 01:54:01 veth6ee8387 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:49:42 01:54:01 veth2092c24 0.05 0.75 0.00 0.04 0.00 0.00 0.00 0.00 02:49:42 01:54:01 vethcd9b30d 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 02:49:42 01:54:01 vethe1f506d 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:49:42 01:54:01 vethb510116 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 02:49:42 01:54:01 lo 1.07 1.07 0.12 0.12 0.00 0.00 0.00 0.00 02:49:42 01:54:01 veth1e62845 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:49:42 01:54:01 vethd035cd9 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 02:49:42 01:54:01 ens3 1209.97 650.04 13212.44 81.18 0.00 0.00 0.00 0.00 02:49:42 01:54:01 veth8fbbf80 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 02:49:42 01:54:01 veth1ed2634 0.05 0.72 0.00 0.03 0.00 0.00 0.00 0.00 02:49:42 01:54:01 docker0 506.45 936.28 47.56 9185.07 0.00 0.00 0.00 0.00 02:49:42 01:55:01 veth632f0fd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 vethf12bbf2 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 02:49:42 01:55:01 veth3e88e1a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 veth2d38a18 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 veth6ee8387 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 veth2092c24 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 vethcd9b30d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 vethe1f506d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 vethb510116 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 02:49:42 01:55:01 veth1e62845 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 vethd035cd9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 ens3 4.36 2.96 3.22 1.75 0.00 0.00 0.00 0.00 02:49:42 01:55:01 veth8fbbf80 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 veth1ed2634 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:55:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 veth632f0fd 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 vethf12bbf2 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 veth3e88e1a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 veth2d38a18 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 veth6ee8387 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 veth2092c24 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 vethe1f506d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 vethb510116 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 vethd035cd9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 ens3 7.18 5.45 5.94 3.53 0.00 0.00 0.00 0.00 02:49:42 01:56:01 veth8fbbf80 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 veth1ed2634 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:56:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:57:01 lo 18.26 18.26 1.79 1.79 0.00 0.00 0.00 0.00 02:49:42 01:57:01 ens3 213.10 232.03 112.07 948.49 0.00 0.00 0.00 0.00 02:49:42 01:57:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:58:01 lo 36.45 36.45 3.57 3.57 0.00 0.00 0.00 0.00 02:49:42 01:58:01 ens3 464.70 466.08 189.32 2764.28 0.00 0.00 0.00 0.00 02:49:42 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 01:59:01 lo 14.93 14.93 1.45 1.45 0.00 0.00 0.00 0.00 02:49:42 01:59:01 ens3 249.14 247.19 98.03 1752.03 0.00 0.00 0.00 0.00 02:49:42 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:00:01 ens3 0.15 0.02 0.01 0.03 0.00 0.00 0.00 0.00 02:49:42 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:01:01 ens3 1.13 0.50 0.41 0.29 0.00 0.00 0.00 0.00 02:49:42 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:02:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:03:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:04:01 ens3 0.63 0.13 0.13 0.07 0.00 0.00 0.00 0.00 02:49:42 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:05:01 ens3 0.70 0.43 0.34 0.22 0.00 0.00 0.00 0.00 02:49:42 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:06:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:07:01 ens3 0.27 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:08:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:09:01 ens3 0.40 0.18 0.10 0.07 0.00 0.00 0.00 0.00 02:49:42 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:10:01 ens3 0.30 0.05 0.08 0.00 0.00 0.00 0.00 0.00 02:49:42 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:11:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:12:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:13:01 ens3 0.20 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:14:01 ens3 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 02:49:42 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:15:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:16:01 ens3 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 02:49:42 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:17:01 ens3 0.62 0.30 0.28 0.21 0.00 0.00 0.00 0.00 02:49:42 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:18:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:19:01 ens3 0.30 0.20 0.09 0.07 0.00 0.00 0.00 0.00 02:49:42 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:20:01 ens3 0.42 0.07 0.08 0.00 0.00 0.00 0.00 0.00 02:49:42 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:21:01 ens3 0.57 0.10 0.06 0.01 0.00 0.00 0.00 0.00 02:49:42 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:22:01 ens3 1.00 0.62 0.41 0.30 0.00 0.00 0.00 0.00 02:49:42 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:23:01 ens3 0.62 0.32 0.28 0.20 0.00 0.00 0.00 0.00 02:49:42 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:24:01 ens3 0.97 0.12 0.23 0.07 0.00 0.00 0.00 0.00 02:49:42 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:25:01 ens3 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:26:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:27:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:28:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:29:01 ens3 0.38 0.22 0.15 0.08 0.00 0.00 0.00 0.00 02:49:42 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:30:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:31:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:32:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:33:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:34:01 ens3 0.22 0.18 0.09 0.07 0.00 0.00 0.00 0.00 02:49:42 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:35:01 ens3 0.32 0.17 0.08 0.01 0.00 0.00 0.00 0.00 02:49:42 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:36:01 ens3 0.58 0.50 0.31 0.22 0.00 0.00 0.00 0.00 02:49:42 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:37:01 ens3 0.95 0.63 0.83 0.38 0.00 0.00 0.00 0.00 02:49:42 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:38:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:38:01 ens3 5.52 4.28 3.74 4.76 0.00 0.00 0.00 0.00 02:49:42 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:39:01 ens3 2.03 1.65 1.12 1.29 0.00 0.00 0.00 0.00 02:49:42 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:40:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:41:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:42:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:49:42 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:43:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:49:42 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:44:01 ens3 0.20 0.12 0.09 0.07 0.00 0.00 0.00 0.00 02:49:42 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:45:01 ens3 0.25 0.17 0.08 0.01 0.00 0.00 0.00 0.00 02:49:42 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:46:01 ens3 0.42 0.00 0.05 0.00 0.00 0.00 0.00 0.00 02:49:42 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:49:42 02:47:01 ens3 0.82 0.45 0.30 0.22 0.00 0.00 0.00 0.00 02:49:42 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:48:01 ens3 0.27 0.00 0.03 0.00 0.00 0.00 0.00 0.00 02:49:42 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:42 02:49:01 lo 2.53 2.53 0.23 0.23 0.00 0.00 0.00 0.00 02:49:42 02:49:01 ens3 350.64 207.95 8128.06 44.67 0.00 0.00 0.00 0.00 02:49:42 02:49:01 docker0 53.82 87.72 5.48 897.94 0.00 0.00 0.00 0.00 02:49:42 Average: lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 02:49:42 Average: ens3 65.84 50.19 609.00 96.86 0.00 0.00 0.00 0.00 02:49:42 Average: docker0 23.59 32.41 1.92 251.25 0.00 0.00 0.00 0.00 02:49:42 02:49:42 02:49:42 ---> sar -P ALL: 02:49:42 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-775033) 12/15/25 _x86_64_ (8 CPU) 02:49:42 02:49:42 01:48:21 LINUX RESTART (8 CPU) 02:49:42 02:49:42 01:49:01 CPU %user %nice %system %iowait %steal %idle 02:49:42 01:50:01 all 10.41 0.00 4.14 1.71 0.06 83.68 02:49:42 01:50:01 0 10.26 0.00 5.57 0.25 0.05 83.87 02:49:42 01:50:01 1 9.06 0.00 2.86 1.40 0.05 86.64 02:49:42 01:50:01 2 9.91 0.00 4.15 1.25 0.07 84.63 02:49:42 01:50:01 3 7.94 0.00 2.77 0.44 0.05 88.79 02:49:42 01:50:01 4 9.95 0.00 3.51 2.69 0.05 83.80 02:49:42 01:50:01 5 13.14 0.00 4.74 1.41 0.05 80.66 02:49:42 01:50:01 6 10.73 0.00 4.22 0.15 0.07 84.84 02:49:42 01:50:01 7 12.33 0.00 5.31 6.11 0.07 76.18 02:49:42 01:51:01 all 48.35 0.00 8.67 0.36 0.08 42.54 02:49:42 01:51:01 0 50.79 0.00 8.21 0.15 0.08 40.77 02:49:42 01:51:01 1 49.71 0.00 8.27 0.10 0.08 41.83 02:49:42 01:51:01 2 46.82 0.00 9.20 2.31 0.08 41.58 02:49:42 01:51:01 3 49.34 0.00 8.41 0.05 0.08 42.11 02:49:42 01:51:01 4 47.29 0.00 8.33 0.07 0.08 44.22 02:49:42 01:51:01 5 46.14 0.00 9.47 0.03 0.08 44.27 02:49:42 01:51:01 6 49.79 0.00 8.11 0.10 0.08 41.92 02:49:42 01:51:01 7 46.90 0.00 9.36 0.07 0.08 43.59 02:49:42 01:52:01 all 54.57 0.00 7.41 0.18 0.09 37.75 02:49:42 01:52:01 0 54.63 0.00 7.39 0.02 0.08 37.88 02:49:42 01:52:01 1 54.66 0.00 7.49 0.02 0.08 37.74 02:49:42 01:52:01 2 55.42 0.00 7.28 0.25 0.08 36.96 02:49:42 01:52:01 3 54.80 0.00 7.47 0.02 0.08 37.62 02:49:42 01:52:01 4 54.59 0.00 6.87 0.05 0.08 38.41 02:49:42 01:52:01 5 55.04 0.00 7.75 0.02 0.08 37.11 02:49:42 01:52:01 6 52.24 0.00 7.27 1.00 0.08 39.41 02:49:42 01:52:01 7 55.18 0.00 7.74 0.08 0.10 36.89 02:49:42 01:53:01 all 35.38 0.00 7.38 3.32 0.09 53.83 02:49:42 01:53:01 0 35.17 0.00 7.44 3.30 0.12 53.97 02:49:42 01:53:01 1 33.57 0.00 7.58 5.06 0.08 53.71 02:49:42 01:53:01 2 34.82 0.00 7.20 3.58 0.08 54.31 02:49:42 01:53:01 3 37.22 0.00 6.67 2.67 0.08 53.36 02:49:42 01:53:01 4 35.29 0.00 6.44 3.07 0.08 55.12 02:49:42 01:53:01 5 37.35 0.00 7.45 2.95 0.10 52.15 02:49:42 01:53:01 6 34.65 0.00 7.99 2.73 0.08 54.55 02:49:42 01:53:01 7 34.96 0.00 8.28 3.24 0.08 53.43 02:49:42 01:54:01 all 59.57 0.00 16.36 7.32 0.11 16.64 02:49:42 01:54:01 0 59.08 0.00 17.28 3.16 0.10 20.38 02:49:42 01:54:01 1 59.61 0.00 15.79 5.57 0.10 18.93 02:49:42 01:54:01 2 58.78 0.00 15.67 11.65 0.15 13.75 02:49:42 01:54:01 3 60.50 0.00 14.45 4.99 0.10 19.96 02:49:42 01:54:01 4 59.31 0.00 18.44 10.07 0.10 12.08 02:49:42 01:54:01 5 59.44 0.00 16.21 5.61 0.10 18.63 02:49:42 01:54:01 6 60.31 0.00 16.00 13.18 0.10 10.41 02:49:42 01:54:01 7 59.53 0.00 17.08 4.37 0.10 18.92 02:49:42 01:55:01 all 89.70 0.00 10.18 0.00 0.12 0.00 02:49:42 01:55:01 0 90.21 0.00 9.67 0.00 0.12 0.00 02:49:42 01:55:01 1 87.58 0.00 12.29 0.00 0.13 0.00 02:49:42 01:55:01 2 89.81 0.00 10.07 0.00 0.12 0.00 02:49:42 01:55:01 3 90.00 0.00 9.87 0.00 0.13 0.00 02:49:42 01:55:01 4 90.23 0.00 9.65 0.00 0.12 0.00 02:49:42 01:55:01 5 90.43 0.00 9.44 0.00 0.13 0.00 02:49:42 01:55:01 6 90.05 0.00 9.84 0.00 0.12 0.00 02:49:42 01:55:01 7 89.26 0.00 10.64 0.00 0.10 0.00 02:49:42 01:56:01 all 90.51 0.00 9.37 0.00 0.12 0.00 02:49:42 01:56:01 0 89.70 0.00 10.16 0.00 0.13 0.00 02:49:42 01:56:01 1 88.31 0.00 11.54 0.00 0.15 0.00 02:49:42 01:56:01 2 91.20 0.00 8.68 0.00 0.12 0.00 02:49:42 01:56:01 3 91.60 0.00 8.28 0.00 0.12 0.00 02:49:42 01:56:01 4 91.54 0.00 8.36 0.00 0.10 0.00 02:49:42 01:56:01 5 90.87 0.00 9.00 0.00 0.12 0.02 02:49:42 01:56:01 6 90.97 0.00 8.91 0.00 0.12 0.00 02:49:42 01:56:01 7 89.85 0.00 10.05 0.00 0.10 0.00 02:49:42 01:57:01 all 41.53 0.00 6.18 0.55 0.08 51.67 02:49:42 01:57:01 0 41.29 0.00 6.91 0.73 0.08 50.98 02:49:42 01:57:01 1 40.20 0.00 7.14 1.22 0.08 51.35 02:49:42 01:57:01 2 41.55 0.00 5.38 0.15 0.07 52.86 02:49:42 01:57:01 3 41.36 0.00 6.13 0.47 0.08 51.96 02:49:42 01:57:01 4 42.33 0.00 6.21 0.63 0.08 50.73 02:49:42 01:57:01 5 43.18 0.00 5.90 0.47 0.08 50.38 02:49:42 01:57:01 6 41.15 0.00 5.77 0.33 0.07 52.68 02:49:42 01:57:01 7 41.19 0.00 5.98 0.37 0.08 52.39 02:49:42 01:58:01 all 10.68 0.00 0.88 0.11 0.06 88.27 02:49:42 01:58:01 0 12.86 0.00 1.19 0.47 0.07 85.42 02:49:42 01:58:01 1 14.07 0.00 0.92 0.12 0.07 84.83 02:49:42 01:58:01 2 12.96 0.00 0.93 0.02 0.07 86.02 02:49:42 01:58:01 3 12.15 0.00 0.92 0.03 0.07 86.83 02:49:42 01:58:01 4 6.49 0.00 0.72 0.03 0.08 92.67 02:49:42 01:58:01 5 11.16 0.00 0.73 0.10 0.07 87.93 02:49:42 01:58:01 6 9.21 0.00 0.75 0.05 0.07 89.92 02:49:42 01:58:01 7 6.49 0.00 0.85 0.03 0.03 92.59 02:49:42 01:59:01 all 7.68 0.00 0.45 0.05 0.05 91.78 02:49:42 01:59:01 0 10.24 0.00 0.45 0.02 0.07 89.23 02:49:42 01:59:01 1 4.81 0.00 0.30 0.00 0.05 94.84 02:49:42 01:59:01 2 9.02 0.00 0.45 0.02 0.05 90.46 02:49:42 01:59:01 3 2.84 0.00 0.40 0.02 0.05 96.70 02:49:42 01:59:01 4 9.03 0.00 0.57 0.00 0.05 90.35 02:49:42 01:59:01 5 10.20 0.00 0.57 0.22 0.07 88.95 02:49:42 01:59:01 6 11.65 0.00 0.50 0.00 0.05 87.79 02:49:42 01:59:01 7 3.64 0.00 0.35 0.10 0.03 95.88 02:49:42 02:00:01 all 0.02 0.00 0.03 0.00 0.02 99.93 02:49:42 02:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:00:01 1 0.03 0.00 0.03 0.00 0.05 99.88 02:49:42 02:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:49:42 02:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:00:01 4 0.05 0.00 0.08 0.00 0.03 99.83 02:49:42 02:00:01 5 0.05 0.00 0.05 0.02 0.03 99.85 02:49:42 02:00:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:00:01 7 0.00 0.00 0.00 0.02 0.02 99.97 02:49:42 02:49:42 02:00:01 CPU %user %nice %system %iowait %steal %idle 02:49:42 02:01:01 all 0.04 0.00 0.01 0.00 0.01 99.92 02:49:42 02:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:01:01 1 0.10 0.00 0.03 0.00 0.05 99.82 02:49:42 02:01:01 2 0.10 0.00 0.02 0.00 0.02 99.87 02:49:42 02:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:01:01 4 0.05 0.00 0.03 0.02 0.02 99.88 02:49:42 02:01:01 5 0.02 0.00 0.02 0.02 0.02 99.93 02:49:42 02:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:01:01 7 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:02:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:49:42 02:02:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:02:01 1 0.05 0.00 0.03 0.00 0.03 99.88 02:49:42 02:02:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:49:42 02:02:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:02:01 4 0.02 0.00 0.02 0.02 0.02 99.93 02:49:42 02:02:01 5 0.02 0.00 0.00 0.02 0.00 99.97 02:49:42 02:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:02:01 7 0.03 0.00 0.00 0.00 0.02 99.95 02:49:42 02:03:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:49:42 02:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:03:01 1 0.05 0.00 0.00 0.00 0.05 99.90 02:49:42 02:03:01 2 0.05 0.00 0.02 0.00 0.02 99.92 02:49:42 02:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:03:01 4 0.08 0.00 0.00 0.00 0.02 99.90 02:49:42 02:03:01 5 0.00 0.00 0.02 0.02 0.02 99.95 02:49:42 02:03:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:03:01 7 0.02 0.00 0.00 0.02 0.00 99.97 02:49:42 02:04:01 all 0.01 0.00 0.03 0.01 0.02 99.92 02:49:42 02:04:01 0 0.00 0.00 0.03 0.00 0.02 99.95 02:49:42 02:04:01 1 0.05 0.00 0.05 0.00 0.05 99.85 02:49:42 02:04:01 2 0.03 0.00 0.02 0.02 0.00 99.93 02:49:42 02:04:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:49:42 02:04:01 4 0.00 0.00 0.05 0.05 0.03 99.87 02:49:42 02:04:01 5 0.02 0.00 0.02 0.03 0.02 99.92 02:49:42 02:04:01 6 0.00 0.00 0.03 0.00 0.00 99.97 02:49:42 02:04:01 7 0.00 0.00 0.02 0.02 0.02 99.95 02:49:42 02:05:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:49:42 02:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:05:01 1 0.05 0.00 0.02 0.00 0.03 99.90 02:49:42 02:05:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:49:42 02:05:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:49:42 02:05:01 4 0.08 0.00 0.05 0.02 0.02 99.83 02:49:42 02:05:01 5 0.02 0.00 0.00 0.02 0.00 99.97 02:49:42 02:05:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:49:42 02:05:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:06:01 all 0.20 0.00 0.01 0.00 0.01 99.78 02:49:42 02:06:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:06:01 1 1.55 0.00 0.02 0.00 0.03 98.40 02:49:42 02:06:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:06:01 3 0.02 0.00 0.02 0.00 0.03 99.93 02:49:42 02:06:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:06:01 5 0.00 0.00 0.02 0.02 0.02 99.95 02:49:42 02:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:06:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:07:01 all 0.27 0.00 0.01 0.00 0.01 99.70 02:49:42 02:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:07:01 1 2.00 0.00 0.03 0.00 0.03 97.93 02:49:42 02:07:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:07:01 3 0.03 0.00 0.03 0.00 0.03 99.90 02:49:42 02:07:01 4 0.05 0.00 0.00 0.02 0.02 99.92 02:49:42 02:07:01 5 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:07:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:08:01 all 0.28 0.00 0.01 0.00 0.02 99.69 02:49:42 02:08:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:08:01 1 2.04 0.00 0.03 0.00 0.03 97.90 02:49:42 02:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:08:01 3 0.02 0.00 0.03 0.00 0.05 99.90 02:49:42 02:08:01 4 0.13 0.00 0.02 0.02 0.02 99.82 02:49:42 02:08:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:08:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:09:01 all 0.29 0.00 0.02 0.02 0.01 99.66 02:49:42 02:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:09:01 1 2.07 0.00 0.03 0.00 0.03 97.87 02:49:42 02:09:01 2 0.02 0.00 0.03 0.02 0.00 99.93 02:49:42 02:09:01 3 0.05 0.00 0.02 0.00 0.03 99.90 02:49:42 02:09:01 4 0.05 0.00 0.05 0.00 0.02 99.88 02:49:42 02:09:01 5 0.07 0.00 0.03 0.12 0.00 99.78 02:49:42 02:09:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:10:01 all 0.16 0.00 0.01 0.00 0.02 99.81 02:49:42 02:10:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:10:01 1 1.16 0.00 0.08 0.00 0.03 98.73 02:49:42 02:10:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:10:01 3 0.02 0.00 0.02 0.00 0.03 99.93 02:49:42 02:10:01 4 0.08 0.00 0.00 0.00 0.00 99.92 02:49:42 02:10:01 5 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:10:01 7 0.00 0.00 0.00 0.02 0.02 99.97 02:49:42 02:11:01 all 0.02 0.00 0.01 0.03 0.01 99.93 02:49:42 02:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:11:01 1 0.07 0.00 0.00 0.00 0.03 99.90 02:49:42 02:11:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:49:42 02:11:01 3 0.00 0.00 0.05 0.00 0.02 99.93 02:49:42 02:11:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:49:42 02:11:01 5 0.03 0.00 0.02 0.17 0.02 99.77 02:49:42 02:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:11:01 7 0.00 0.00 0.02 0.03 0.00 99.95 02:49:42 02:49:42 02:11:01 CPU %user %nice %system %iowait %steal %idle 02:49:42 02:12:01 all 0.27 0.00 0.01 0.00 0.02 99.69 02:49:42 02:12:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:12:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:49:42 02:12:01 3 2.00 0.00 0.02 0.00 0.05 97.93 02:49:42 02:12:01 4 0.07 0.00 0.03 0.00 0.02 99.88 02:49:42 02:12:01 5 0.02 0.00 0.02 0.02 0.02 99.93 02:49:42 02:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:12:01 7 0.00 0.00 0.00 0.02 0.02 99.97 02:49:42 02:13:01 all 0.28 0.00 0.01 0.00 0.01 99.69 02:49:42 02:13:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:13:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:13:01 3 2.05 0.00 0.03 0.00 0.05 97.87 02:49:42 02:13:01 4 0.12 0.00 0.02 0.00 0.00 99.87 02:49:42 02:13:01 5 0.03 0.00 0.03 0.00 0.00 99.93 02:49:42 02:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:14:01 all 0.26 0.00 0.01 0.00 0.02 99.71 02:49:42 02:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:14:01 1 0.03 0.00 0.05 0.00 0.03 99.88 02:49:42 02:14:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:49:42 02:14:01 3 1.94 0.00 0.00 0.00 0.03 98.03 02:49:42 02:14:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:14:01 5 0.02 0.00 0.00 0.02 0.02 99.95 02:49:42 02:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:14:01 7 0.00 0.00 0.00 0.02 0.02 99.97 02:49:42 02:15:01 all 0.27 0.00 0.00 0.01 0.01 99.71 02:49:42 02:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:15:01 1 0.07 0.00 0.00 0.03 0.02 99.88 02:49:42 02:15:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:15:01 3 2.02 0.00 0.00 0.00 0.00 97.98 02:49:42 02:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:15:01 5 0.03 0.00 0.02 0.02 0.02 99.92 02:49:42 02:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:16:01 all 0.06 0.00 0.01 0.04 0.01 99.87 02:49:42 02:16:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:16:01 1 0.05 0.00 0.03 0.33 0.02 99.57 02:49:42 02:16:01 2 0.03 0.00 0.02 0.00 0.03 99.92 02:49:42 02:16:01 3 0.28 0.00 0.05 0.00 0.02 99.65 02:49:42 02:16:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:16:01 5 0.03 0.00 0.02 0.02 0.02 99.92 02:49:42 02:16:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:17:01 all 0.05 0.00 0.01 0.01 0.02 99.91 02:49:42 02:17:01 0 0.00 0.00 0.03 0.00 0.02 99.95 02:49:42 02:17:01 1 0.05 0.00 0.00 0.02 0.03 99.90 02:49:42 02:17:01 2 0.02 0.00 0.03 0.02 0.03 99.90 02:49:42 02:17:01 3 0.25 0.00 0.00 0.00 0.02 99.73 02:49:42 02:17:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:17:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:49:42 02:17:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:17:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:49:42 02:18:01 all 0.05 0.00 0.02 0.01 0.01 99.92 02:49:42 02:18:01 0 0.00 0.00 0.03 0.00 0.00 99.97 02:49:42 02:18:01 1 0.07 0.00 0.05 0.02 0.03 99.83 02:49:42 02:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:18:01 3 0.28 0.00 0.03 0.00 0.00 99.68 02:49:42 02:18:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:49:42 02:18:01 5 0.00 0.00 0.00 0.05 0.02 99.93 02:49:42 02:18:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:49:42 02:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:49:42 02:19:01 1 0.05 0.00 0.03 0.02 0.03 99.87 02:49:42 02:19:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:49:42 02:19:01 3 0.07 0.00 0.02 0.00 0.02 99.90 02:49:42 02:19:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:19:01 5 0.03 0.00 0.02 0.02 0.00 99.93 02:49:42 02:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:19:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:20:01 all 0.01 0.00 0.01 0.02 0.01 99.94 02:49:42 02:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:20:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:49:42 02:20:01 2 0.02 0.00 0.00 0.17 0.00 99.82 02:49:42 02:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:20:01 5 0.00 0.00 0.00 0.02 0.02 99.97 02:49:42 02:20:01 6 0.03 0.00 0.00 0.00 0.03 99.93 02:49:42 02:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:21:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:49:42 02:21:01 0 0.07 0.00 0.00 0.00 0.00 99.93 02:49:42 02:21:01 1 0.07 0.00 0.05 0.00 0.03 99.85 02:49:42 02:21:01 2 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:21:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:21:01 4 0.07 0.00 0.02 0.00 0.02 99.90 02:49:42 02:21:01 5 0.03 0.00 0.02 0.02 0.00 99.93 02:49:42 02:21:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:22:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:49:42 02:22:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:22:01 1 0.08 0.00 0.03 0.00 0.02 99.87 02:49:42 02:22:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 02:49:42 02:22:01 5 0.00 0.00 0.02 0.00 0.02 99.97 02:49:42 02:22:01 6 0.03 0.00 0.05 0.00 0.03 99.88 02:49:42 02:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:49:42 02:22:01 CPU %user %nice %system %iowait %steal %idle 02:49:42 02:23:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:49:42 02:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:49:42 02:23:01 1 0.07 0.00 0.02 0.00 0.02 99.90 02:49:42 02:23:01 2 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:23:01 3 0.05 0.00 0.02 0.00 0.02 99.92 02:49:42 02:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:23:01 5 0.00 0.00 0.03 0.02 0.00 99.95 02:49:42 02:23:01 6 0.03 0.00 0.03 0.00 0.03 99.90 02:49:42 02:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:49:42 02:24:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:24:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:49:42 02:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:24:01 4 0.05 0.00 0.02 0.00 0.02 99.92 02:49:42 02:24:01 5 0.03 0.00 0.02 0.02 0.00 99.93 02:49:42 02:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:25:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:49:42 02:25:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:49:42 02:25:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:49:42 02:25:01 2 0.00 0.00 0.02 0.02 0.02 99.95 02:49:42 02:25:01 3 0.05 0.00 0.02 0.00 0.02 99.92 02:49:42 02:25:01 4 0.03 0.00 0.02 0.02 0.00 99.93 02:49:42 02:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:25:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:49:42 02:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:26:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:49:42 02:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:26:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:49:42 02:26:01 2 0.02 0.00 0.00 0.02 0.00 99.97 02:49:42 02:26:01 3 0.03 0.00 0.02 0.00 0.03 99.92 02:49:42 02:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:26:01 5 0.03 0.00 0.02 0.02 0.00 99.93 02:49:42 02:26:01 6 0.02 0.00 0.03 0.00 0.03 99.92 02:49:42 02:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:27:01 all 0.03 0.00 0.01 0.03 0.01 99.91 02:49:42 02:27:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:27:01 1 0.05 0.00 0.03 0.00 0.02 99.90 02:49:42 02:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:49:42 02:27:01 3 0.08 0.00 0.00 0.00 0.02 99.90 02:49:42 02:27:01 4 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:27:01 5 0.00 0.00 0.02 0.25 0.02 99.72 02:49:42 02:27:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:49:42 02:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:28:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:49:42 02:28:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:49:42 02:28:01 4 0.03 0.00 0.00 0.00 0.02 99.95 02:49:42 02:28:01 5 0.07 0.00 0.02 0.00 0.00 99.92 02:49:42 02:28:01 6 0.00 0.00 0.02 0.00 0.03 99.95 02:49:42 02:28:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:29:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:49:42 02:29:01 0 0.00 0.00 0.03 0.00 0.02 99.95 02:49:42 02:29:01 1 0.08 0.00 0.00 0.00 0.02 99.90 02:49:42 02:29:01 2 0.00 0.00 0.02 0.02 0.00 99.97 02:49:42 02:29:01 3 0.07 0.00 0.02 0.00 0.03 99.88 02:49:42 02:29:01 4 0.05 0.00 0.00 0.02 0.00 99.93 02:49:42 02:29:01 5 0.02 0.00 0.00 0.02 0.02 99.95 02:49:42 02:29:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:30:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:49:42 02:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:30:01 1 0.02 0.00 0.05 0.00 0.02 99.92 02:49:42 02:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:30:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:30:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:30:01 5 0.02 0.00 0.02 0.02 0.00 99.95 02:49:42 02:30:01 6 0.03 0.00 0.02 0.00 0.03 99.92 02:49:42 02:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:31:01 all 0.04 0.00 0.01 0.00 0.02 99.93 02:49:42 02:31:01 0 0.07 0.00 0.02 0.00 0.02 99.90 02:49:42 02:31:01 1 0.08 0.00 0.03 0.00 0.02 99.87 02:49:42 02:31:01 2 0.02 0.00 0.02 0.02 0.02 99.93 02:49:42 02:31:01 3 0.07 0.00 0.00 0.00 0.02 99.92 02:49:42 02:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:31:01 5 0.00 0.00 0.02 0.00 0.02 99.97 02:49:42 02:31:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:49:42 02:31:01 7 0.03 0.00 0.00 0.02 0.02 99.93 02:49:42 02:32:01 all 0.19 0.00 0.02 0.00 0.01 99.78 02:49:42 02:32:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:32:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:49:42 02:32:01 2 0.05 0.00 0.03 0.02 0.02 99.88 02:49:42 02:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:49:42 02:32:01 4 1.32 0.00 0.00 0.00 0.00 98.68 02:49:42 02:32:01 5 0.02 0.00 0.00 0.02 0.00 99.97 02:49:42 02:32:01 6 0.00 0.00 0.05 0.00 0.03 99.92 02:49:42 02:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:33:01 all 0.11 0.00 0.01 0.00 0.01 99.87 02:49:42 02:33:01 0 0.00 0.00 0.03 0.00 0.02 99.95 02:49:42 02:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:33:01 3 0.05 0.00 0.00 0.00 0.02 99.93 02:49:42 02:33:01 4 0.71 0.00 0.02 0.00 0.02 99.25 02:49:42 02:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:33:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:33:01 7 0.00 0.00 0.00 0.02 0.02 99.97 02:49:42 02:49:42 02:33:01 CPU %user %nice %system %iowait %steal %idle 02:49:42 02:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:49:42 02:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:34:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:34:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:34:01 3 0.05 0.00 0.03 0.00 0.02 99.90 02:49:42 02:34:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:34:01 5 0.02 0.00 0.02 0.02 0.02 99.93 02:49:42 02:34:01 6 0.03 0.00 0.02 0.00 0.03 99.92 02:49:42 02:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:35:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:49:42 02:35:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:35:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:49:42 02:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:35:01 3 0.08 0.00 0.02 0.00 0.03 99.87 02:49:42 02:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:49:42 02:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:35:01 6 0.03 0.00 0.02 0.00 0.03 99.92 02:49:42 02:35:01 7 0.00 0.00 0.00 0.03 0.02 99.95 02:49:42 02:36:01 all 0.25 0.00 0.02 0.00 0.01 99.73 02:49:42 02:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:36:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:36:01 2 0.00 0.00 0.03 0.00 0.00 99.97 02:49:42 02:36:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:49:42 02:36:01 4 1.81 0.00 0.02 0.00 0.02 98.16 02:49:42 02:36:01 5 0.00 0.00 0.02 0.02 0.00 99.97 02:49:42 02:36:01 6 0.00 0.00 0.02 0.00 0.03 99.95 02:49:42 02:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:37:01 all 0.34 0.00 0.01 0.00 0.01 99.63 02:49:42 02:37:01 0 0.02 0.00 0.05 0.00 0.02 99.92 02:49:42 02:37:01 1 0.00 0.00 0.03 0.00 0.02 99.95 02:49:42 02:37:01 2 0.17 0.00 0.00 0.02 0.02 99.80 02:49:42 02:37:01 3 0.18 0.00 0.02 0.00 0.02 99.78 02:49:42 02:37:01 4 2.10 0.00 0.00 0.00 0.00 97.90 02:49:42 02:37:01 5 0.05 0.00 0.00 0.02 0.02 99.92 02:49:42 02:37:01 6 0.18 0.00 0.02 0.00 0.03 99.77 02:49:42 02:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:38:01 all 0.19 0.00 0.05 0.20 0.01 99.54 02:49:42 02:38:01 0 0.12 0.00 0.03 0.00 0.02 99.83 02:49:42 02:38:01 1 0.13 0.00 0.02 0.00 0.02 99.83 02:49:42 02:38:01 2 0.24 0.00 0.03 0.02 0.00 99.71 02:49:42 02:38:01 3 0.07 0.00 0.02 0.00 0.00 99.92 02:49:42 02:38:01 4 0.35 0.00 0.03 0.00 0.02 99.60 02:49:42 02:38:01 5 0.10 0.00 0.18 1.55 0.00 98.17 02:49:42 02:38:01 6 0.55 0.00 0.05 0.02 0.02 99.37 02:49:42 02:38:01 7 0.00 0.00 0.05 0.02 0.02 99.92 02:49:42 02:39:01 all 0.07 0.00 0.01 0.00 0.01 99.90 02:49:42 02:39:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:49:42 02:39:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:49:42 02:39:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:49:42 02:39:01 3 0.07 0.00 0.02 0.00 0.02 99.90 02:49:42 02:39:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:39:01 5 0.10 0.00 0.03 0.02 0.03 99.82 02:49:42 02:39:01 6 0.27 0.00 0.02 0.00 0.03 99.68 02:49:42 02:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:40:01 all 0.09 0.00 0.00 0.00 0.00 99.90 02:49:42 02:40:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:49:42 02:40:01 3 0.05 0.00 0.00 0.00 0.00 99.95 02:49:42 02:40:01 4 0.54 0.00 0.00 0.00 0.00 99.46 02:49:42 02:40:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:40:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:41:01 all 0.28 0.00 0.02 0.00 0.02 99.68 02:49:42 02:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:49:42 02:41:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:49:42 02:41:01 2 0.05 0.00 0.00 0.02 0.02 99.92 02:49:42 02:41:01 3 0.23 0.00 0.05 0.00 0.02 99.70 02:49:42 02:41:01 4 1.76 0.00 0.00 0.00 0.02 98.23 02:49:42 02:41:01 5 0.03 0.00 0.00 0.02 0.02 99.93 02:49:42 02:41:01 6 0.07 0.00 0.02 0.00 0.03 99.88 02:49:42 02:41:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:49:42 02:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:49:42 02:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:42:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:42:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:49:42 02:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:42:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:49:42 02:42:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:42:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:43:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:49:42 02:43:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:49:42 02:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:49:42 02:43:01 2 0.05 0.00 0.00 0.00 0.00 99.95 02:49:42 02:43:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:49:42 02:43:01 4 0.00 0.00 0.02 0.00 0.02 99.97 02:49:42 02:43:01 5 0.03 0.00 0.02 0.02 0.02 99.92 02:49:42 02:43:01 6 0.03 0.00 0.02 0.00 0.03 99.92 02:49:42 02:43:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:44:01 all 0.18 0.00 0.02 0.00 0.01 99.78 02:49:42 02:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:49:42 02:44:01 1 0.03 0.00 0.05 0.00 0.02 99.90 02:49:42 02:44:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:49:42 02:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:49:42 02:44:01 4 1.29 0.00 0.03 0.00 0.02 98.66 02:49:42 02:44:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:49:42 02:44:01 6 0.02 0.00 0.00 0.00 0.03 99.95 02:49:42 02:44:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:49:42 02:44:01 CPU %user %nice %system %iowait %steal %idle 02:49:42 02:45:01 all 0.24 0.00 0.02 0.01 0.01 99.73 02:49:42 02:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:49:42 02:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:45:01 2 0.02 0.00 0.00 0.02 0.02 99.95 02:49:42 02:45:01 3 0.07 0.00 0.02 0.00 0.02 99.90 02:49:42 02:45:01 4 1.66 0.00 0.07 0.00 0.00 98.27 02:49:42 02:45:01 5 0.03 0.00 0.03 0.02 0.00 99.92 02:49:42 02:45:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:49:42 02:45:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:46:01 all 0.14 0.00 0.02 0.00 0.01 99.83 02:49:42 02:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:46:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:49:42 02:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:49:42 02:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:49:42 02:46:01 4 0.98 0.00 0.05 0.00 0.00 98.97 02:49:42 02:46:01 5 0.07 0.00 0.00 0.02 0.02 99.90 02:49:42 02:46:01 6 0.02 0.00 0.02 0.00 0.03 99.93 02:49:42 02:46:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:49:42 02:47:01 all 0.11 0.00 0.01 0.00 0.01 99.85 02:49:42 02:47:01 0 0.05 0.00 0.00 0.00 0.02 99.93 02:49:42 02:47:01 1 0.07 0.00 0.03 0.00 0.02 99.88 02:49:42 02:47:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:49:42 02:47:01 3 0.05 0.00 0.02 0.00 0.02 99.92 02:49:42 02:47:01 4 0.53 0.00 0.02 0.00 0.02 99.43 02:49:42 02:47:01 5 0.02 0.00 0.02 0.02 0.00 99.95 02:49:42 02:47:01 6 0.17 0.00 0.02 0.00 0.02 99.80 02:49:42 02:47:01 7 0.00 0.00 0.02 0.02 0.02 99.95 02:49:42 02:48:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:49:42 02:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:49:42 02:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:49:42 02:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:49:42 02:48:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:49:42 02:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:48:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:49:42 02:48:01 6 0.05 0.00 0.05 0.00 0.03 99.87 02:49:42 02:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:49:42 02:49:01 all 7.78 0.00 2.95 0.65 0.05 88.57 02:49:42 02:49:01 0 6.88 0.00 3.49 0.07 0.05 89.51 02:49:42 02:49:01 1 8.08 0.00 2.66 1.57 0.05 87.64 02:49:42 02:49:01 2 8.87 0.00 3.46 0.02 0.05 87.60 02:49:42 02:49:01 3 8.57 0.00 2.43 0.55 0.05 88.39 02:49:42 02:49:01 4 7.77 0.00 2.24 0.02 0.05 89.93 02:49:42 02:49:01 5 7.82 0.00 2.95 0.15 0.03 89.04 02:49:42 02:49:01 6 6.43 0.00 2.51 0.15 0.05 90.85 02:49:42 02:49:01 7 7.84 0.00 3.83 2.70 0.05 85.57 02:49:42 Average: all 7.66 0.00 1.24 0.24 0.03 90.84 02:49:42 Average: 0 7.67 0.00 1.30 0.14 0.02 90.87 02:49:42 Average: 1 7.65 0.00 1.30 0.26 0.03 90.77 02:49:42 Average: 2 7.65 0.00 1.21 0.32 0.02 90.79 02:49:42 Average: 3 7.75 0.00 1.14 0.15 0.03 90.93 02:49:42 Average: 4 7.77 0.00 1.19 0.28 0.02 90.74 02:49:42 Average: 5 7.73 0.00 1.24 0.23 0.02 90.78 02:49:42 Average: 6 7.62 0.00 1.20 0.29 0.03 90.86 02:49:42 Average: 7 7.43 0.00 1.32 0.29 0.02 90.95 02:49:42 02:49:42 02:49:42