Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 72591cb8d59e464071c8624b664f23cc7ea8b8ea 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-ssh5297457862805867539.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-ssh5880456434746846678.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-ssh6008024736211987667.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-ssh3794119490700886922.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-ssh1933569413967429727.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-526 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/948 [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/948 # 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 72591cb8d59e464071c8624b664f23cc7ea8b8ea (main) > 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 72591cb8d59e464071c8624b664f23cc7ea8b8ea # timeout=10 Commit message: "Merge pull request #5362 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.47.0" > git rev-list --no-walk 3275492f3b456a38bdf366ac4f0a07efda70c683 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:56:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:56:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:56:07 ========================================================= 01:56:07 EdgeX Global Pipelines Version Info 01:56:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:56:08 ------------------- 01:56:08 stable info: 01:56:08 ------------------- 01:56:08 Commited By: Cherry Wang cherry@iotechsys.com 01:56:08 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 01:56:08 Message: update stable to v1.0.278 01:56:09 ------------------- 01:56:09 experimental info: 01:56:09 ------------------- 01:56:09 Commited By: **** collab-it+edgex@linuxfoundation.org 01:56:09 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 01:56:09 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 72591cb [Pipeline] echo 01:56:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:56:09 provisioning config files... 01:56:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/948@tmp/config13704430889940118458tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:56:10 ---> ****-login.sh 01:56:10 nexus3.edgexfoundry.org:10001 01:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:10 01:56:10 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:56:10 Configure a credential helper to remove this warning. See 01:56:10 https://docs.****.com/go/credential-store/ 01:56:10 01:56:10 Login Succeeded 01:56:10 nexus3.edgexfoundry.org:10002 01:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:10 01:56:10 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:56:10 Configure a credential helper to remove this warning. See 01:56:10 https://docs.****.com/go/credential-store/ 01:56:10 01:56:10 Login Succeeded 01:56:10 nexus3.edgexfoundry.org:10003 01:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:10 01:56:10 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:56:10 Configure a credential helper to remove this warning. See 01:56:10 https://docs.****.com/go/credential-store/ 01:56:10 01:56:10 Login Succeeded 01:56:10 nexus3.edgexfoundry.org:10004 01:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:10 01:56:10 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:56:10 Configure a credential helper to remove this warning. See 01:56:10 https://docs.****.com/go/credential-store/ 01:56:10 01:56:10 Login Succeeded 01:56:10 ****.io 01:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:10 01:56:10 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:56:10 Configure a credential helper to remove this warning. See 01:56:10 https://docs.****.com/go/credential-store/ 01:56:10 01:56:10 Login Succeeded 01:56:10 ---> ****-login.sh ends [Pipeline] } 01:56:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:56: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:56:11 + dirname cmd/core-command/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo core-command,cmd/core-command/Dockerfile 01:56:11 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:56:11 + dirname cmd/core-data/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo core-data,cmd/core-data/Dockerfile 01:56:11 + dirname cmd/core-keeper/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo core-keeper,cmd/core-keeper/Dockerfile 01:56:11 + dirname cmd/core-metadata/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo core-metadata,cmd/core-metadata/Dockerfile 01:56:11 + dirname cmd/security-bootstrapper/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:56:11 + + dirname cmd/security-proxy-auth/Dockerfile 01:56:11 cut -d/ -f2 01:56:11 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:56:11 + + dirnamecut cmd/security-proxy-setup/Dockerfile -d/ 01:56:11 -f2 01:56:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:56:11 + dirname cmd/security-secretstore-setup/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:56:11 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:56:11 + dirname cmd/security-spire-agent/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:56:11 + dirname cmd/security-spire-config/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:56:11 + dirname cmd/security-spire-server/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:56:11 + dirname cmd/support-notifications/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo support-notifications,cmd/support-notifications/Dockerfile 01:56:11 + dirname cmd/support-scheduler/Dockerfile 01:56:11 + cut -d/ -f2 01:56:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:56: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:56:11 + git rev-list -1 --merges 72591cb8d59e464071c8624b664f23cc7ea8b8ea~1..72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 01:56:11 -----------> git rev-list -1 --merges 72591cb8d59e464071c8624b664f23cc7ea8b8ea~1..72591cb8d59e464071c8624b664f23cc7ea8b8ea 72591cb8d59e464071c8624b664f23cc7ea8b8ea 01:56:11 72591cb8d59e464071c8624b664f23cc7ea8b8ea [false] [Pipeline] sh 01:56:11 + git log --format=format:%s -1 72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 01:56:11 ========================================================= 01:56:11 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:56:11 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:56:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:56:12 + grep -v github /etc/ssh/ssh_known_hosts 01:56:12 + [ -e /tmp/ssh_known_hosts ] 01:56:12 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:56:12 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:56:12 + sudo tee -a /etc/ssh/ssh_known_hosts 01:56:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:56:12 01:56: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:56:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:56:13 0.1.4: Pulling from edgex-devops/py-git-semver 01:56:13 3dae71ba6b94: Pulling fs layer 01:56:13 6bf1a483ea7c: Pulling fs layer 01:56:13 f5dfc541a4d3: Pulling fs layer 01:56:13 461d9e800cba: Pulling fs layer 01:56:13 80192f66455f: Pulling fs layer 01:56:13 2e8e34ca0e6c: Pulling fs layer 01:56:13 a29436f7fd5d: Pulling fs layer 01:56:13 923cac83aea3: Pulling fs layer 01:56:13 25ad8b0a4227: Pulling fs layer 01:56:13 db01528c6b51: Pulling fs layer 01:56:13 28988de357af: Pulling fs layer 01:56:13 923cac83aea3: Waiting 01:56:13 a29436f7fd5d: Waiting 01:56:13 25ad8b0a4227: Waiting 01:56:13 db01528c6b51: Waiting 01:56:13 80192f66455f: Waiting 01:56:13 28988de357af: Waiting 01:56:13 461d9e800cba: Waiting 01:56:13 6bf1a483ea7c: Verifying Checksum 01:56:13 6bf1a483ea7c: Download complete 01:56:13 461d9e800cba: Download complete 01:56:13 80192f66455f: Verifying Checksum 01:56:13 80192f66455f: Download complete 01:56:13 f5dfc541a4d3: Verifying Checksum 01:56:13 f5dfc541a4d3: Download complete 01:56:13 3dae71ba6b94: Verifying Checksum 01:56:13 3dae71ba6b94: Download complete 01:56:13 923cac83aea3: Verifying Checksum 01:56:13 923cac83aea3: Download complete 01:56:13 25ad8b0a4227: Verifying Checksum 01:56:13 25ad8b0a4227: Download complete 01:56:13 db01528c6b51: Verifying Checksum 01:56:13 db01528c6b51: Download complete 01:56:13 28988de357af: Download complete 01:56:13 a29436f7fd5d: Verifying Checksum 01:56:13 a29436f7fd5d: Download complete 01:56:13 2e8e34ca0e6c: Verifying Checksum 01:56:13 2e8e34ca0e6c: Download complete 01:56:14 3dae71ba6b94: Pull complete 01:56:14 6bf1a483ea7c: Pull complete 01:56:15 f5dfc541a4d3: Pull complete 01:56:15 461d9e800cba: Pull complete 01:56:15 80192f66455f: Pull complete 01:56:20 2e8e34ca0e6c: Pull complete 01:56:20 a29436f7fd5d: Pull complete 01:56:20 923cac83aea3: Pull complete 01:56:20 25ad8b0a4227: Pull complete 01:56:20 db01528c6b51: Pull complete 01:56:20 28988de357af: Pull complete 01:56:20 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:56:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:56:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:56:20 prd-ubuntu20.04-docker-8c-8g-526 does not seem to be running inside a container 01:56:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:56:22 $ docker top 840f12299733348362334c5d3e834805eaaae2c20df28729ee86373135c2df7a -eo pid,comm 01:56:22 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:56:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:56:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:56:22 [ssh-agent] Looking for ssh-agent implementation... 01:56:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:56:22 $ docker exec 840f12299733348362334c5d3e834805eaaae2c20df28729ee86373135c2df7a ssh-agent 01:56:23 SSH_AUTH_SOCK=/tmp/ssh-iTkQlb6Dac7r/agent.33 01:56:23 SSH_AGENT_PID=39 01:56:23 Running ssh-add (command line suppressed) 01:56:23 Identity added: /w/workspace/edgex-go/948@tmp/private_key_9480866388668665362.key (/w/workspace/edgex-go/948@tmp/private_key_9480866388668665362.key) 01:56:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:56:23 + git config --global --add safe.directory /w/workspace/edgex-go/948 [Pipeline] sh 01:56:23 + git tag --points-at HEAD [Pipeline] } 01:56:23 $ docker exec --env ******** --env ******** 840f12299733348362334c5d3e834805eaaae2c20df28729ee86373135c2df7a ssh-agent -k 01:56:23 unset SSH_AUTH_SOCK; 01:56:23 unset SSH_AGENT_PID; 01:56:23 echo Agent pid 39 killed; 01:56:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:56:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:56:23 [ssh-agent] Looking for ssh-agent implementation... 01:56:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:56:23 $ docker exec 840f12299733348362334c5d3e834805eaaae2c20df28729ee86373135c2df7a ssh-agent 01:56:24 SSH_AUTH_SOCK=/tmp/ssh-ChC8wKUCe0wh/agent.86 01:56:24 SSH_AGENT_PID=92 01:56:24 Running ssh-add (command line suppressed) 01:56:24 Identity added: /w/workspace/edgex-go/948@tmp/private_key_13440404045012781374.key (/w/workspace/edgex-go/948@tmp/private_key_13440404045012781374.key) 01:56:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:56:24 + git semver init 01:56:24 2026-01-13 01:56:24,672 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:56:24 2026-01-13 01:56:24,676 [run_init] DEBUG init version:0.0.0 force:False 01:56:24 2026-01-13 01:56:24,677 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/948/.semver 01:56:24 2026-01-13 01:56:24,677 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/948/.semver 01:56:24 2026-01-13 01:56:24,677 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/948/.semver'], cwd=/w/workspace/edgex-go/948, stdin=None, shell=False, universal_newlines=False) 01:56:30 2026-01-13 01:56:29,346 [append_file] DEBUG append to file:/w/workspace/edgex-go/948/.git/info/exclude 01:56:30 2026-01-13 01:56:29,347 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/948/.semver/main with force:False 01:56:30 2026-01-13 01:56:29,347 [read_version] DEBUG read version from /w/workspace/edgex-go/948/.semver/main 01:56:30 2026-01-13 01:56:29,347 [read_version] DEBUG read version from /w/workspace/edgex-go/948/.semver/main 01:56:30 4.1.0-dev.93 [Pipeline] } 01:56:30 $ docker exec --env ******** --env ******** 840f12299733348362334c5d3e834805eaaae2c20df28729ee86373135c2df7a ssh-agent -k 01:56:30 unset SSH_AUTH_SOCK; 01:56:30 unset SSH_AGENT_PID; 01:56:30 echo Agent pid 92 killed; 01:56:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:56:30 + git semver [Pipeline] } 01:56:30 $ docker stop --time=1 840f12299733348362334c5d3e834805eaaae2c20df28729ee86373135c2df7a 01:56:31 $ docker rm -f --volumes 840f12299733348362334c5d3e834805eaaae2c20df28729ee86373135c2df7a [Pipeline] // withDockerContainer [Pipeline] sh 01:56:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:56:32 Stashed 1 file(s) [Pipeline] echo 01:56:32 [edgeXSemver]: initialized semver on version 4.1.0-dev.93 [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:56:33 + git config --global --add safe.directory /w/workspace/edgex-go/948 [Pipeline] echo 01:56:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:56:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:56:33 ========================================================= 01:56:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 01:56:33 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:56:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:56:33 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 01:56:33 2d35ebdb57d9: Pulling fs layer 01:56:33 c35fb4624d26: Pulling fs layer 01:56:33 4e2aec7ef170: Pulling fs layer 01:56:33 333b49ad6fbf: Pulling fs layer 01:56:33 4f4fb700ef54: Pulling fs layer 01:56:33 c3e65509a76b: Pulling fs layer 01:56:33 7cf9ebb963bd: Pulling fs layer 01:56:33 bb34ca984cfb: Pulling fs layer 01:56:33 151cf03bc807: Pulling fs layer 01:56:33 4f4fb700ef54: Waiting 01:56:33 c3e65509a76b: Waiting 01:56:33 7cf9ebb963bd: Waiting 01:56:33 bb34ca984cfb: Waiting 01:56:33 151cf03bc807: Waiting 01:56:33 333b49ad6fbf: Waiting 01:56:33 c35fb4624d26: Verifying Checksum 01:56:33 c35fb4624d26: Download complete 01:56:33 333b49ad6fbf: Verifying Checksum 01:56:33 333b49ad6fbf: Download complete 01:56:33 4f4fb700ef54: Verifying Checksum 01:56:33 4f4fb700ef54: Download complete 01:56:33 c3e65509a76b: Verifying Checksum 01:56:33 c3e65509a76b: Download complete 01:56:33 2d35ebdb57d9: Download complete 01:56:33 7cf9ebb963bd: Verifying Checksum 01:56:33 7cf9ebb963bd: Download complete 01:56:33 2d35ebdb57d9: Pull complete 01:56:33 c35fb4624d26: Pull complete 01:56:33 151cf03bc807: Verifying Checksum 01:56:33 151cf03bc807: Download complete 01:56:33 4e2aec7ef170: Verifying Checksum 01:56:33 4e2aec7ef170: Download complete 01:56:34 bb34ca984cfb: Verifying Checksum 01:56:34 bb34ca984cfb: Download complete 01:56:39 4e2aec7ef170: Pull complete 01:56:39 333b49ad6fbf: Pull complete 01:56:39 4f4fb700ef54: Pull complete 01:56:39 c3e65509a76b: Pull complete 01:56:39 7cf9ebb963bd: Pull complete 01:56:42 bb34ca984cfb: Pull complete 01:56:42 151cf03bc807: Pull complete 01:56:42 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 01:56:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:56:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 01:56:42 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:56:42 WORKDIR /edgex 01:56:42 COPY go.mod . 01:56:42 RUN go mod download 01:56:42 + docker build -t ci-base-image-x86_64 -f - . 01:56:43 #0 building with "default" instance using docker driver 01:56:43 01:56:43 #1 [internal] load build definition from Dockerfile 01:56:43 #1 transferring dockerfile: 164B done 01:56:43 #1 DONE 0.0s 01:56:43 01:56:43 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:56:43 #2 DONE 0.0s 01:56:43 01:56:43 #3 [internal] load .dockerignore 01:56:43 #3 transferring context: 50B done 01:56:43 #3 DONE 0.0s 01:56:43 01:56:43 #4 [internal] load build context 01:56:43 #4 transferring context: 7.11kB done 01:56:43 #4 DONE 0.0s 01:56:43 01:56:43 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 01:56:43 #5 DONE 0.1s 01:56:43 01:56:43 #6 [2/4] WORKDIR /edgex 01:56:44 #6 DONE 1.5s 01:56:45 01:56:45 #7 [3/4] COPY go.mod . 01:56:45 #7 DONE 0.0s 01:56:45 01:56:45 #8 [4/4] RUN go mod download 01:56:47 Still waiting to schedule task 01:56:47 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-524’ 01:56:55 #8 DONE 10.0s 01:56:55 01:56:55 #9 exporting to image 01:56:55 #9 exporting layers 01:56:58 #9 exporting layers 3.5s done 01:56:58 #9 writing image sha256:c8e19139c06c7c4219a404bbceef2cf0ce0556b1214f714b54805fb8ffc1226b done 01:56:58 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:56:58 #9 DONE 3.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:56:58 + docker inspect -f . ci-base-image-x86_64 01:56:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:56:58 prd-ubuntu20.04-docker-8c-8g-526 does not seem to be running inside a container 01:56:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:56:59 $ docker top 3f56d42fa6f7bc565c645be201d093bccfe92a2f923ddbe24ace2b6594c3af0d -eo pid,comm [Pipeline] { [Pipeline] sh 01:56:59 + go version 01:56:59 go version go1.25.2 linux/amd64 [Pipeline] } 01:56:59 $ docker stop --time=1 3f56d42fa6f7bc565c645be201d093bccfe92a2f923ddbe24ace2b6594c3af0d 01:57:00 $ docker rm -f --volumes 3f56d42fa6f7bc565c645be201d093bccfe92a2f923ddbe24ace2b6594c3af0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:01 + docker inspect -f . ci-base-image-x86_64 01:57:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:57:01 prd-ubuntu20.04-docker-8c-8g-526 does not seem to be running inside a container 01:57:01 $ 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/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:57:01 $ docker top 2c55dd146d6c1a9defca768ca815c5a1edad345155a6d4de9f085e35bdd9c2e8 -eo pid,comm [Pipeline] { [Pipeline] echo 01:57:01 ========================================================= 01:57:01 [edgeXBuildGoParallel] Running Tests and Build... 01:57:01 ========================================================= [Pipeline] sh 01:57:01 + git config --global --add safe.directory /w/workspace/edgex-go/948 [Pipeline] fileExists [Pipeline] sh 01:57:02 + make test 01:57:02 go test -race -coverprofile=coverage.out ./... 01:57:10 ? github.com/edgexfoundry/edgex-go [no test files] 01:57:42 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:57:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:57:42 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:57:42 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:57:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements 01:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.044s coverage: 69.4% of statements 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 4.8% of statements 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.061s coverage: 57.6% of statements 01:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.027s coverage: 86.5% of statements 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.624s coverage: 94.2% of statements 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.053s coverage: 90.7% of statements 01:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.024s coverage: 0.0% of statements 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:57:45 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:57:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.038s coverage: 8.3% of statements 01:57:46 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:57:46 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:57:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.499s coverage: 95.9% of statements 01:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:57:49 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:57:49 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:57:49 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:57:49 ok github.com/edgexfoundry/edgex-go/internal/io 1.040s coverage: 72.2% of statements 01:57:49 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:57:49 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:57:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:57:49 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:57:49 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:57:49 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:57:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:57:49 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:57:49 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:57:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.051s coverage: 3.5% of statements 01:57:51 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements 01:57:51 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.0% of statements 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.038s coverage: 38.2% of statements 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.026s coverage: 68.8% of statements 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:57:51 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:57:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:57:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.026s coverage: 40.0% of statements 01:57:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.028s coverage: 87.1% of statements 01:57:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 89.5% of statements 01:57:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.030s coverage: 93.1% of statements 01:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements 01:58:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.026s coverage: 94.4% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.048s coverage: 92.9% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.029s coverage: 68.8% of statements 01:58:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.044s coverage: 62.3% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.041s coverage: 47.4% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.067s coverage: 81.8% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.070s coverage: 82.1% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 01:58:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.036s coverage: 6.8% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.042s coverage: 33.3% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.040s coverage: 100.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.167s coverage: 54.8% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.6% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.021s coverage: 100.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.042s coverage: 20.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.029s coverage: 88.6% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements 01:58:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:58:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.015s coverage: 100.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.148s coverage: 29.2% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.032s coverage: 93.8% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:58:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements 01:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.023s coverage: 54.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:58:13 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:58:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.063s coverage: 17.1% of statements 01:58:18 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:58:18 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:58:18 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:58:18 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:58:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.124s coverage: 94.9% of statements 01:58:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:58:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:58:18 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:58:18 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:58:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements 01:58:18 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:58:18 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:58:18 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:58:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.078s coverage: 97.7% of statements 01:58:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:58:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.036s coverage: 43.6% of statements 01:58:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:58:18 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:58:18 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:58:18 running golangci-lint 01:58:18 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 01:58:18 go version go1.25.2 linux/amd64 01:58:19 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 01:58:19 level=info msg="[config_reader] Used config file .golangci.yml" 01:58:19 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 01:58:19 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 01:58:19 level=info msg="[goenv] Read go env for 3.794182ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 01:58:19 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 01:58:40 level=info msg="[loader] Go packages loading at mode 8767 (exports_file|name|compiled_files|deps|files|imports|types_sizes) took 20.163527847s" 01:58:40 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.993276ms" 01:58:50 level=info msg="[linters_context/goanalysis] analyzers took 1m29.651798045s with top 10 stages: buildir: 52.781984153s, gosec: 2.847071655s, inspect: 2.356825308s, fact_deprecated: 2.151266552s, printf: 1.601686729s, ctrlflow: 1.20192019s, fact_purity: 1.197758361s, S1038: 1.04481298s, nilness: 1.020682632s, unused: 833.641794ms" 01:58:50 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 01:58:50 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 01:58:50 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 01:58:50 level=info msg="[runner] Issues before processing: 35, after processing: 0" 01:58:50 level=info msg="[runner] Processors filtering stat (in/out): path_absoluter: 35/35, cgo: 35/35, invalid_issue: 35/35, generated_file_filter: 35/22, filename_unadjuster: 35/35, path_relativity: 35/35, exclusion_paths: 35/35, exclusion_rules: 22/21, nolint_filter: 21/0" 01:58:50 level=info msg="[runner] processing took 7.922688ms with stages: nolint_filter: 6.826769ms, generated_file_filter: 866.676µs, exclusion_rules: 121.192µs, exclusion_paths: 47.121µs, path_relativity: 44.87µs, cgo: 5µs, path_absoluter: 2.37µs, sort_results: 2.36µs, invalid_issue: 2.07µs, filename_unadjuster: 870ns, diff: 780ns, max_same_issues: 560ns, fixer: 540ns, path_shortener: 300ns, uniq_by_line: 290ns, path_prettifier: 280ns, max_from_linter: 170ns, severity-rules: 170ns, max_per_file_from_linter: 160ns, source_code: 140ns" 01:58:50 level=info msg="[runner] linters took 11.251646143s with stages: goanalysis_metalinter: 11.243649135s" 01:58:50 0 issues. 01:58:50 level=info msg="File cache stats: 0 entries of total size 0B" 01:58:50 level=info msg="Memory: 314 samples, avg is 346.4MB, max is 1431.9MB" 01:58:50 level=info msg="Execution took 31.463839883s" 01:58:50 go vet ./... 01:58:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:58:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:58:57 ./bin/test-attribution-txt.sh [Pipeline] echo 01:58:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:58:57 + ls -al . 01:58:57 total 1392 01:58:57 drwxrwxr-x 11 1001 1001 4096 Jan 13 01:57 . 01:58:57 drwxr-xr-x 4 root root 4096 Jan 13 01:57 .. 01:58:57 drwxrwxr-x 2 1001 1001 4096 Jan 13 01:56 .blubracket 01:58:57 -rw-rw-r-- 1 1001 1001 10 Jan 13 01:56 .dockerignore 01:58:57 drwxrwxr-x 8 1001 1001 4096 Jan 13 01:58 .git 01:58:57 drwxrwxr-x 3 1001 1001 4096 Jan 13 01:56 .github 01:58:57 -rw-rw-r-- 1 1001 1001 909 Jan 13 01:56 .gitignore 01:58:57 -rw-rw-r-- 1 1001 1001 359 Jan 13 01:56 .golangci.yml 01:58:57 -rw-rw-r-- 1 1001 1001 100 Jan 13 01:56 .hadolint.yml 01:58:57 drwxr-xr-x 3 1001 1001 4096 Jan 13 01:56 .semver 01:58:57 -rw-rw-r-- 1 1001 1001 155 Jan 13 01:56 .sonarcloud.properties 01:58:57 -rw-rw-r-- 1 1001 1001 1171 Jan 13 01:56 ADOPTERS.md 01:58:57 -rw-rw-r-- 1 1001 1001 20017 Jan 13 01:56 Attribution.txt 01:58:57 -rw-rw-r-- 1 1001 1001 108018 Jan 13 01:56 CHANGELOG.md 01:58:57 -rw-rw-r-- 1 1001 1001 3804 Jan 13 01:56 CONTRIBUTING.md 01:58:57 -rw-rw-r-- 1 1001 1001 677 Jan 13 01:56 GOVERNANCE.md 01:58:57 -rw-rw-r-- 1 1001 1001 886 Jan 13 01:56 Jenkinsfile 01:58:57 -rw-rw-r-- 1 1001 1001 10775 Jan 13 01:56 LICENSE 01:58:57 -rw-rw-r-- 1 1001 1001 16743 Jan 13 01:56 Makefile 01:58:57 -rw-rw-r-- 1 1001 1001 582 Jan 13 01:56 OWNERS.md 01:58:57 -rw-rw-r-- 1 1001 1001 9932 Jan 13 01:56 README.md 01:58:57 -rw-rw-r-- 1 1001 1001 789 Jan 13 01:56 SECURITY.md 01:58:57 -rw-rw-r-- 1 1001 1001 12 Jan 13 01:56 VERSION 01:58:57 drwxrwxr-x 2 1001 1001 4096 Jan 13 01:56 bin 01:58:57 drwxrwxr-x 19 1001 1001 4096 Jan 13 01:56 cmd 01:58:57 -rw-r--r-- 1 root root 1044038 Jan 13 01:58 coverage.out 01:58:57 drwxrwxr-x 2 1001 1001 4096 Jan 13 01:56 fuzz_test 01:58:57 -rw-rw-r-- 1 1001 1001 7070 Jan 13 01:56 go.mod 01:58:57 -rw-rw-r-- 1 1001 1001 90674 Jan 13 01:56 go.sum 01:58:57 drwxrwxr-x 7 1001 1001 4096 Jan 13 01:56 internal 01:58:57 drwxrwxr-x 2 1001 1001 4096 Jan 13 01:56 openapi 01:58:57 -rw-rw-r-- 1 1001 1001 584 Jan 13 01:56 security.txt 01:58:57 -rw-rw-r-- 1 1001 1001 204 Jan 13 01:56 version.go [Pipeline] sh 01:58:58 + '[' -e coverage.out ] 01:58:58 + chown 1001:1001 coverage.out [Pipeline] stash 01:58:58 Stashed 1 file(s) [Pipeline] sh 01:58:58 + make build 01:58:58 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:59:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-527 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:59:14 Running in /w/workspace/edgex-go/948 [Pipeline] { [Pipeline] checkout 01:59:14 The recommended git tool is: git 01:59:20 using credential edgex-jenkins-ssh 01:59:25 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:59:25 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:59:25 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:59:26 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:59:28 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:59:33 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:59:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:59:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:59:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:59:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:59:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:59:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:59:45 $ docker stop --time=1 2c55dd146d6c1a9defca768ca815c5a1edad345155a6d4de9f085e35bdd9c2e8 01:59:47 Cloning the remote Git repository 01:59:47 $ docker rm -f --volumes 2c55dd146d6c1a9defca768ca815c5a1edad345155a6d4de9f085e35bdd9c2e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 01:59:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:59:47 > git init /w/workspace/edgex-go/948 # timeout=10 01:59:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:59:47 > git --version # timeout=10 01:59:47 > git --version # 'git version 2.25.1' 01:59:47 using GIT_SSH to set credentials SSH Credentials for GitHub 01:59:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:59:48 01:59:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:59:49 latest: Pulling from edgex-devops/edgex-compose 01:59:49 91d30c5bc195: Pulling fs layer 01:59:49 2e9b0aa3be6d: Pulling fs layer 01:59:49 9c61dcf015f6: Pulling fs layer 01:59:49 4698f68db338: Pulling fs layer 01:59:49 2a2f49069b9e: Pulling fs layer 01:59:49 e0025b399a48: Pulling fs layer 01:59:49 4698f68db338: Waiting 01:59:49 2a2f49069b9e: Waiting 01:59:49 e0025b399a48: Waiting 01:59:49 91d30c5bc195: Verifying Checksum 01:59:49 91d30c5bc195: Download complete 01:59:49 4698f68db338: Verifying Checksum 01:59:49 4698f68db338: Download complete 01:59:49 91d30c5bc195: Pull complete 01:59:49 2e9b0aa3be6d: Download complete 01:59:49 e0025b399a48: Verifying Checksum 01:59:49 e0025b399a48: Download complete 01:59:49 2a2f49069b9e: Download complete 01:59:49 2e9b0aa3be6d: Pull complete 01:59:50 9c61dcf015f6: Download complete 01:59:54 9c61dcf015f6: Pull complete 01:59:54 4698f68db338: Pull complete 01:59:54 2a2f49069b9e: Pull complete 01:59:54 e0025b399a48: Pull complete 01:59:54 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:59:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:59:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:59:54 prd-ubuntu20.04-docker-8c-8g-526 does not seem to be running inside a container 01:59:54 $ 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/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:59:55 $ docker top 288e98a1ea1bbd5e3cb46433acd50890162ae47aa4112c2bb4af96575ba6849f -eo pid,comm [Pipeline] { [Pipeline] sh 01:59:55 + docker compose -f ./docker-compose-build.yml build --parallel 01:59:55 #1 [security-spire-agent internal] load build definition from Dockerfile 01:59:55 #1 transferring dockerfile: 1.81kB done 01:59:55 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:59:55 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:59:55 #1 DONE 0.0s 01:59:55 01:59:55 #2 [support-scheduler internal] load build definition from Dockerfile 01:59:55 #2 transferring dockerfile: 1.83kB done 01:59:55 #2 DONE 0.1s 01:59:55 01:59:55 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:59:55 #3 transferring dockerfile: 2.23kB done 01:59:55 #3 DONE 0.1s 01:59:55 01:59:55 #4 [security-secretstore-setup internal] load build definition from Dockerfile 01:59:55 #4 transferring dockerfile: 2.49kB done 01:59:55 #4 DONE 0.1s 01:59:55 01:59:55 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:59:55 #5 transferring dockerfile: 1.89kB done 01:59:55 #5 DONE 0.1s 01:59:55 01:59:55 #6 [core-keeper internal] load build definition from Dockerfile 01:59:55 #6 transferring dockerfile: 2.07kB done 01:59:55 #6 DONE 0.2s 01:59:55 01:59:55 #7 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:59:55 #7 DONE 0.0s 01:59:55 01:59:55 #8 [security-spire-server internal] load build definition from Dockerfile 01:59:55 #8 transferring dockerfile: 1.70kB done 01:59:55 #8 DONE 0.2s 01:59:55 01:59:55 #9 [support-scheduler internal] load .dockerignore 01:59:56 #9 transferring context: 50B done 01:59:56 #9 DONE 0.1s 01:59:56 01:59:56 #10 [support-notifications internal] load build definition from Dockerfile 01:59:56 #10 transferring dockerfile: 2.02kB done 01:59:56 #10 DONE 0.2s 01:59:56 01:59:56 #11 [security-bootstrapper internal] load build definition from Dockerfile 01:59:56 #11 transferring dockerfile: 3.02kB done 01:59:56 #11 DONE 0.2s 01:59:56 01:59:56 #12 [security-proxy-setup internal] load build definition from Dockerfile 01:59:56 #12 transferring dockerfile: 2.50kB done 01:59:56 #12 DONE 0.2s 01:59:56 01:59:56 #13 [core-metadata internal] load build definition from Dockerfile 01:59:56 #13 transferring dockerfile: 2.10kB done 01:59:56 #13 DONE 0.2s 01:59:56 01:59:56 #14 [core-command internal] load build definition from Dockerfile 01:59:56 #14 transferring dockerfile: 1.94kB done 01:59:56 #14 DONE 0.2s 01:59:56 01:59:56 #15 [security-proxy-auth internal] load build definition from Dockerfile 01:59:56 #15 transferring dockerfile: 2.14kB done 01:59:56 #15 DONE 0.2s 01:59:56 01:59:56 #16 [core-data internal] load build definition from Dockerfile 01:59:56 #16 transferring dockerfile: 2.04kB done 01:59:56 #16 DONE 0.2s 01:59:56 01:59:56 #7 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:59:56 #7 DONE 0.0s 01:59:56 01:59:56 #17 [core-common-config-bootstrapper internal] load .dockerignore 01:59:56 #17 transferring context: 50B done 01:59:56 #17 DONE 0.1s 01:59:56 01:59:56 #18 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:59:56 #18 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:59:56 #18 ... 01:59:56 01:59:56 #19 [security-secretstore-setup internal] load .dockerignore 01:59:56 #19 transferring context: 50B done 01:59:56 #19 DONE 0.1s 01:59:56 01:59:56 #20 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 01:59:56 #20 DONE 0.3s 01:59:56 01:59:56 #21 [core-keeper internal] load .dockerignore 01:59:56 #21 transferring context: 50B done 01:59:56 #21 DONE 0.1s 01:59:56 01:59:56 #22 [security-spiffe-token-provider internal] load .dockerignore 01:59:56 #22 transferring context: 50B done 01:59:56 #22 DONE 0.2s 01:59:56 01:59:56 #23 [support-notifications internal] load .dockerignore 01:59:56 #23 transferring context: 50B done 01:59:56 #23 DONE 0.1s 01:59:56 01:59:56 #24 [security-proxy-setup internal] load .dockerignore 01:59:56 #24 transferring context: 50B done 01:59:56 #24 DONE 0.1s 01:59:56 01:59:56 #25 [core-metadata internal] load .dockerignore 01:59:56 #25 transferring context: 50B done 01:59:56 #25 DONE 0.2s 01:59:56 01:59:56 #26 [core-command internal] load .dockerignore 01:59:56 #26 transferring context: 50B done 01:59:56 #26 DONE 0.2s 01:59:56 01:59:56 #27 [security-bootstrapper internal] load .dockerignore 01:59:56 #27 transferring context: 50B done 01:59:56 #27 DONE 0.2s 01:59:56 01:59:56 #18 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:59:56 #18 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:59:56 #18 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:59:56 #18 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:59:56 #18 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:59:56 #18 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:59:56 #18 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:59:56 #18 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:59:56 #18 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:59:56 #18 DONE 0.2s 01:59:56 01:59:56 #28 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:59:56 #28 ... 01:59:56 01:59:56 #18 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:59:56 #18 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:59:56 #18 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:59:56 #18 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:59:56 #18 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:59:56 #18 DONE 0.2s 01:59:56 01:59:56 #29 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 01:59:56 #29 DONE 0.6s 01:59:56 01:59:56 #30 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 01:59:56 #30 DONE 0.6s 01:59:56 01:59:56 #31 [security-proxy-auth internal] load .dockerignore 01:59:56 #31 transferring context: 50B done 01:59:56 #31 DONE 0.4s 01:59:56 01:59:56 #32 [core-data internal] load .dockerignore 01:59:56 #32 transferring context: 50B 0.0s done 01:59:56 #32 DONE 0.4s 01:59:56 01:59:56 #28 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:59:56 #28 DONE 0.6s 01:59:56 01:59:56 #33 [core-data builder 2/7] WORKDIR /edgex-go 01:59:58 #33 DONE 1.2s 01:59:58 01:59:58 #18 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:59:58 #18 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:59:58 #18 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:59:58 #18 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:59:58 #18 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:59:58 #18 DONE 0.2s 01:59:58 01:59:58 #34 [security-spire-agent internal] load .dockerignore 01:59:58 #34 transferring context: 50B 0.0s done 01:59:58 #34 DONE 1.4s 01:59:58 01:59:58 #35 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:59:58 #35 ... 01:59:58 01:59:58 #18 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 01:59:58 #18 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 01:59:58 #18 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 01:59:58 #18 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 01:59:58 #18 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 01:59:58 #18 DONE 0.2s 01:59:58 01:59:58 #36 [security-spire-server internal] load .dockerignore 01:59:58 #36 transferring context: 50B 0.0s done 01:59:58 #36 DONE 1.5s 01:59:58 01:59:58 #37 [security-spire-agent internal] load build context 01:59:58 #37 transferring context: 25.98kB 0.0s done 01:59:58 #37 DONE 0.2s 01:59:58 01:59:58 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:59:58 #38 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.2s done 01:59:58 #38 ... 01:59:58 01:59:58 #39 [security-spire-server internal] load build context 01:59:58 #39 transferring context: 26.44kB 0.0s done 01:59:58 #39 DONE 0.1s 01:59:58 01:59:58 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 01:59:58 #38 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 01:59:58 #38 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 01:59:58 #38 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 01:59:58 #38 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0B / 126.89kB 0.1s 01:59:58 #38 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 0.1s 01:59:58 #38 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done 01:59:58 #38 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.1s done 01:59:58 #38 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s 01:59:58 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0B / 41.51MB 0.2s 01:59:58 #38 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 01:59:58 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 3.15MB / 41.51MB 0.3s 01:59:58 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 16.78MB / 41.51MB 0.7s 01:59:58 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 32.51MB / 41.51MB 0.8s 01:59:58 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 0.9s 01:59:59 #38 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 1.2s done 02:00:00 #38 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 02:00:01 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 2.5s done 02:00:04 #38 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 02:00:04 #38 ... 02:00:04 02:00:04 #40 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:00:04 #40 DONE 8.1s 02:00:04 02:00:04 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:04 #41 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.2s done 02:00:04 #41 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done 02:00:04 #41 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.0s done 02:00:04 #41 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 1.1s done 02:00:04 #41 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 02:00:04 #41 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done 02:00:04 #41 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 02:00:04 #41 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 3.1s done 02:00:04 #41 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 3.7s done 02:00:04 #41 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 02:00:05 #41 ... 02:00:05 02:00:05 #42 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:00:05 #42 ... 02:00:05 02:00:05 #43 [security-spire-config internal] load build definition from Dockerfile 02:00:05 #43 transferring dockerfile: 1.69kB done 02:00:05 #43 DONE 6.6s 02:00:05 02:00:05 #44 [core-data internal] load build context 02:00:05 #44 transferring context: 488.13MB 8.8s 02:00:05 #44 ... 02:00:05 02:00:05 #45 [security-proxy-auth internal] load build context 02:00:05 #45 ... 02:00:05 02:00:05 #44 [core-data internal] load build context 02:00:06 #44 ... 02:00:06 02:00:06 #46 [security-secretstore-setup internal] load build context 02:00:06 #46 ... 02:00:06 02:00:06 #47 [core-command internal] load build context 02:00:06 #47 ... 02:00:06 02:00:06 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:00:06 #0 1.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:06 #0 1.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:06 #0 2.156 (1/3) Installing ca-certificates (20250911-r0) 02:00:06 #0 2.200 (2/3) Installing dumb-init (1.2.5-r3) 02:00:06 #0 2.200 (3/3) Installing tzdata (2025c-r0) 02:00:06 #0 2.383 Executing busybox-1.37.0-r19.trigger 02:00:06 #0 2.390 Executing ca-certificates-20250911-r0.trigger 02:00:06 #0 2.457 OK: 8 MiB in 19 packages 02:00:06 #48 ... 02:00:06 02:00:06 #49 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:00:06 #0 2.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:06 #0 2.720 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:06 #0 3.033 (1/1) Installing dumb-init (1.2.5-r3) 02:00:06 #0 3.039 Executing busybox-1.37.0-r19.trigger 02:00:06 #0 3.047 OK: 7 MiB in 17 packages 02:00:06 #49 ... 02:00:06 02:00:06 #50 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:00:06 #0 3.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:06 #0 3.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:06 #0 3.630 (1/7) Installing ca-certificates (20250911-r0) 02:00:06 #0 3.683 (2/7) Installing dumb-init (1.2.5-r3) 02:00:06 #0 3.714 (3/7) Installing libgcc (14.2.0-r6) 02:00:06 #0 3.745 (4/7) Installing libsodium (1.0.20-r1) 02:00:06 #0 3.767 (5/7) Installing libstdc++ (14.2.0-r6) 02:00:06 #0 3.817 (6/7) Installing libzmq (4.3.5-r2) 02:00:06 #0 3.846 (7/7) Installing zeromq (4.3.5-r2) 02:00:06 #0 3.896 Executing busybox-1.37.0-r19.trigger 02:00:06 #0 3.905 Executing ca-certificates-20250911-r0.trigger 02:00:06 #0 3.942 OK: 12 MiB in 23 packages 02:00:06 #50 ... 02:00:06 02:00:06 #51 [support-scheduler internal] load build context 02:00:06 #51 ... 02:00:06 02:00:06 #52 [security-spiffe-token-provider internal] load build context 02:00:06 #52 ... 02:00:06 02:00:06 #53 [core-common-config-bootstrapper internal] load build context 02:00:06 #53 ... 02:00:06 02:00:06 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:00:06 #0 1.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:06 #0 1.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:06 #0 2.293 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:00:06 #0 2.293 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:00:06 #0 2.293 OK: 26327 distinct packages available 02:00:06 #0 2.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:06 #0 2.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:06 #0 2.828 (1/13) Installing brotli-libs (1.1.0-r2) 02:00:06 #0 2.849 (2/13) Installing c-ares (1.34.6-r0) 02:00:06 #0 2.862 (3/13) Installing libunistring (1.3-r0) 02:00:06 #0 2.939 (4/13) Installing libidn2 (2.3.7-r0) 02:00:06 #0 2.973 (5/13) Installing nghttp2-libs (1.65.0-r0) 02:00:06 #0 3.012 (6/13) Installing libpsl (0.21.5-r3) 02:00:06 #0 3.017 (7/13) Installing zstd-libs (1.5.7-r0) 02:00:06 #0 3.031 (8/13) Installing libcurl (8.14.1-r2) 02:00:06 #0 3.058 (9/13) Installing curl (8.14.1-r2) 02:00:06 #0 3.079 (10/13) Installing dumb-init (1.2.5-r3) 02:00:06 #0 3.083 (11/13) Installing musl-obstack (1.2.3-r2) 02:00:06 #0 3.101 (12/13) Installing libucontext (1.3.2-r0) 02:00:06 #0 3.113 (13/13) Installing gcompat (1.1.0-r4) 02:00:06 #0 3.119 Executing busybox-1.37.0-r19.trigger 02:00:06 #0 3.132 OK: 13 MiB in 29 packages 02:00:07 #54 ... 02:00:07 02:00:07 #55 [security-proxy-setup internal] load build context 02:00:07 #55 ... 02:00:07 02:00:07 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:00:07 #0 1.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:07 #0 1.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:07 #0 2.137 (1/2) Installing dumb-init (1.2.5-r3) 02:00:07 #0 2.137 (2/2) Installing su-exec (0.2-r3) 02:00:07 #0 2.149 Executing busybox-1.37.0-r19.trigger 02:00:07 #0 2.160 OK: 7 MiB in 18 packages 02:00:07 #56 ... 02:00:07 02:00:07 #57 [core-metadata internal] load build context 02:00:07 #57 ... 02:00:07 02:00:07 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:00:07 #0 3.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:07 #0 3.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:07 #0 3.568 (1/1) Installing dumb-init (1.2.5-r3) 02:00:07 #0 3.574 Executing busybox-1.37.0-r19.trigger 02:00:07 #0 3.580 OK: 7 MiB in 17 packages 02:00:07 #58 ... 02:00:07 02:00:07 #59 [core-keeper internal] load build context 02:00:07 #59 ... 02:00:07 02:00:07 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:00:07 #0 2.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:07 #0 2.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:07 #0 2.855 (1/4) Installing ca-certificates (20250911-r0) 02:00:07 #0 2.933 (2/4) Installing dumb-init (1.2.5-r3) 02:00:07 #0 2.944 (3/4) Installing su-exec (0.2-r3) 02:00:07 #0 2.946 (4/4) Installing yq-go (4.47.2-r2) 02:00:07 #0 3.091 Executing busybox-1.37.0-r19.trigger 02:00:07 #0 3.103 Executing ca-certificates-20250911-r0.trigger 02:00:07 #0 3.153 OK: 20 MiB in 20 packages 02:00:07 #60 ... 02:00:07 02:00:07 #61 [support-notifications internal] load build context 02:00:07 #61 transferring context: 608.62MB 10.8s done 02:00:07 #61 ... 02:00:07 02:00:07 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:00:07 #0 1.851 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:07 #0 1.929 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:07 #0 2.255 (1/4) Installing dumb-init (1.2.5-r3) 02:00:07 #0 2.354 (2/4) Installing openssl (3.5.4-r0) 02:00:07 #0 2.391 (3/4) Installing su-exec (0.2-r3) 02:00:07 #0 2.401 (4/4) Installing yq-go (4.47.2-r2) 02:00:07 #0 2.600 Executing busybox-1.37.0-r19.trigger 02:00:07 #0 2.614 OK: 20 MiB in 20 packages 02:00:08 #62 ... 02:00:08 02:00:08 #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:00:08 #63 ... 02:00:08 02:00:08 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:00:08 #64 ... 02:00:08 02:00:08 #65 [security-bootstrapper internal] load build context 02:00:08 #65 ... 02:00:08 02:00:08 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:00:08 #66 ... 02:00:08 02:00:08 #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:00:08 #67 ... 02:00:08 02:00:08 #68 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:00:08 #68 ... 02:00:08 02:00:08 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 02:00:08 #69 ... 02:00:08 02:00:08 #65 [security-bootstrapper internal] load build context 02:00:09 #65 transferring context: 608.62MB 12.8s done 02:00:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:00:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:00:10 Avoid second fetch 02:00:10 Checking out Revision 72591cb8d59e464071c8624b664f23cc7ea8b8ea (main) 02:00:10 Commit message: "Merge pull request #5362 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.47.0" 02:00:11 #65 ... 02:00:11 02:00:11 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:00:11 #56 DONE 14.9s 02:00:11 02:00:11 #20 [security-spire-config internal] load metadata for docker.io/library/alpine:3.22 02:00:11 #20 DONE 0.4s 02:00:11 02:00:11 #47 [core-command internal] load build context 02:00:11 #47 transferring context: 608.62MB 10.6s done 02:00:11 #47 DONE 15.0s 02:00:11 02:00:11 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:00:11 #48 DONE 14.9s 02:00:11 02:00:11 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:00:11 #62 DONE 14.9s 02:00:11 02:00:11 #49 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:00:11 #49 DONE 15.0s 02:00:11 02:00:11 #50 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:00:11 #50 DONE 15.0s 02:00:11 02:00:11 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:00:11 #58 DONE 14.8s 02:00:11 02:00:11 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:00:11 #54 DONE 15.0s 02:00:11 02:00:11 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:00:11 #60 DONE 15.0s 02:00:11 02:00:11 #61 [support-notifications internal] load build context 02:00:11 #61 DONE 15.2s 02:00:11 02:00:11 #55 [security-proxy-setup internal] load build context 02:00:11 #55 transferring context: 608.62MB 12.0s done 02:00:11 #55 DONE 15.2s 02:00:11 02:00:11 #44 [core-data internal] load build context 02:00:11 #44 transferring context: 608.62MB 11.0s done 02:00:11 #44 DONE 14.9s 02:00:11 02:00:11 #52 [security-spiffe-token-provider internal] load build context 02:00:11 #52 transferring context: 608.62MB 12.5s done 02:00:11 #52 DONE 15.2s 02:00:11 02:00:11 #57 [core-metadata internal] load build context 02:00:11 #57 transferring context: 608.62MB 12.5s done 02:00:11 #57 DONE 15.2s 02:00:11 02:00:11 #45 [security-proxy-auth internal] load build context 02:00:11 #45 transferring context: 608.62MB 12.3s done 02:00:11 #45 DONE 14.9s 02:00:11 02:00:11 #65 [security-bootstrapper internal] load build context 02:00:11 #65 DONE 15.2s 02:00:11 02:00:11 #53 [core-common-config-bootstrapper internal] load build context 02:00:11 #53 transferring context: 608.62MB 13.1s done 02:00:11 #53 DONE 15.3s 02:00:11 02:00:11 #59 [core-keeper internal] load build context 02:00:11 #59 transferring context: 608.62MB 13.4s done 02:00:11 #59 DONE 15.3s 02:00:11 02:00:11 #51 [support-scheduler internal] load build context 02:00:11 #51 transferring context: 608.62MB 13.9s done 02:00:11 #51 DONE 15.4s 02:00:11 02:00:11 #46 [security-secretstore-setup internal] load build context 02:00:11 #46 transferring context: 608.62MB 14.0s done 02:00:11 #46 DONE 15.3s 02:00:11 02:00:11 #70 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:00:11 #70 ... 02:00:11 02:00:11 #18 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:00:11 #18 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 02:00:11 #18 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 02:00:11 #18 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 02:00:11 #18 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 02:00:11 #18 DONE 0.2s 02:00:11 02:00:11 #29 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 02:00:11 #29 DONE 0.9s 02:00:11 02:00:11 #71 [security-spire-config internal] load .dockerignore 02:00:11 #71 transferring context: 50B done 02:00:11 #71 DONE 0.1s 02:00:11 02:00:11 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:00:11 #41 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 3.1s done 02:00:11 #41 DONE 13.7s 02:00:11 02:00:11 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:00:11 #38 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.2s done 02:00:11 #38 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 02:00:11 #38 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 02:00:11 #38 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 02:00:11 #38 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s done 02:00:11 #38 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.1s done 02:00:11 #38 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 1.2s done 02:00:11 #38 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 2.5s done 02:00:11 #38 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 02:00:11 #38 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 02:00:11 #38 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 02:00:11 #38 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 1.2s done 02:00:11 #38 DONE 13.7s 02:00:11 02:00:11 #72 [security-spire-config internal] load build context 02:00:11 #72 transferring context: 24.70kB done 02:00:11 #72 DONE 0.0s 02:00:11 02:00:11 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:00:12 #73 ... 02:00:12 02:00:12 #63 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:00:12 #63 DONE 14.0s 02:00:12 02:00:12 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:00:12 #66 13.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:12 #66 13.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:12 #66 14.36 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:00:12 #66 14.36 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:00:12 #66 14.36 OK: 26331 distinct packages available 02:00:12 #66 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:12 #66 14.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:12 #66 ... 02:00:12 02:00:12 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 02:00:12 #69 13.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:12 #69 14.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:12 #69 14.52 OK: 265 MiB in 60 packages 02:00:12 #69 DONE 14.6s 02:00:12 02:00:12 #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:00:12 #67 13.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:12 #67 14.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:12 #67 14.51 OK: 265 MiB in 60 packages 02:00:12 #67 DONE 14.6s 02:00:12 02:00:12 #74 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:00:12 #74 DONE 0.1s 02:00:12 02:00:12 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:00:12 #75 DONE 0.1s 02:00:12 02:00:12 #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:00:12 #66 14.82 OK: 265 MiB in 60 packages 02:00:12 #66 DONE 14.9s 02:00:12 02:00:12 #76 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:00:12 #76 DONE 0.1s 02:00:12 02:00:12 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:00:12 #64 14.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:12 #64 14.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:12 #64 14.86 OK: 265 MiB in 60 packages 02:00:12 #64 DONE 15.0s 02:00:12 02:00:12 #70 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:00:12 #70 1.581 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:12 #70 1.669 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:13 #70 ... 02:00:13 02:00:13 #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:00:13 #77 DONE 0.1s 02:00:13 02:00:13 #68 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:00:13 #68 13.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:13 #68 14.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:13 #68 14.57 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:00:13 #68 14.57 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:00:13 #68 14.57 OK: 26327 distinct packages available 02:00:13 #68 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:13 #68 14.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:13 #68 15.10 (1/5) Installing dumb-init (1.2.5-r3) 02:00:13 #68 15.12 (2/5) Installing musl-obstack (1.2.3-r2) 02:00:13 #68 15.15 (3/5) Installing libucontext (1.3.2-r0) 02:00:13 #68 15.16 (4/5) Installing gcompat (1.1.0-r4) 02:00:13 #68 15.17 (5/5) Installing openssl (3.5.4-r0) 02:00:13 #68 15.18 Executing busybox-1.37.0-r19.trigger 02:00:13 #68 15.20 OK: 8 MiB in 21 packages 02:00:13 #68 DONE 15.3s 02:00:13 02:00:13 #78 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:00:10 > git config core.sparsecheckout # timeout=10 02:00:10 > git checkout -f 72591cb8d59e464071c8624b664f23cc7ea8b8ea # timeout=10 02:00:13 #78 ... 02:00:13 02:00:13 #79 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:00:13 #0 1.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:13 #0 1.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:13 #0 1.966 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 1.985 Executing busybox-1.37.0-r20.post-upgrade 02:00:13 #0 2.015 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.046 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.051 Executing busybox-1.37.0-r20.trigger 02:00:13 #0 2.059 OK: 7 MiB in 17 packages 02:00:13 #79 DONE 2.3s 02:00:13 02:00:13 #70 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:00:13 #70 2.199 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #70 2.256 Executing busybox-1.37.0-r20.post-upgrade 02:00:13 #70 2.369 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #70 2.377 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #70 2.385 Executing busybox-1.37.0-r20.trigger 02:00:13 #70 2.398 OK: 7 MiB in 17 packages 02:00:13 #70 DONE 2.6s 02:00:13 02:00:13 #35 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 02:00:13 #35 13.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:13 #35 15.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:13 #35 15.73 OK: 265 MiB in 60 packages 02:00:13 #35 DONE 15.9s 02:00:13 02:00:13 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:00:13 #0 1.671 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:13 #0 1.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:13 #0 2.090 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.112 Executing busybox-1.37.0-r20.post-upgrade 02:00:13 #0 2.206 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.206 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.214 Executing busybox-1.37.0-r20.trigger 02:00:13 #0 2.219 OK: 12 MiB in 23 packages 02:00:13 #80 DONE 2.6s 02:00:13 02:00:13 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:00:13 #0 1.533 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:13 #0 1.615 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:13 #0 2.106 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.168 Executing busybox-1.37.0-r20.post-upgrade 02:00:13 #0 2.260 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.263 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.263 Executing busybox-1.37.0-r20.trigger 02:00:13 #0 2.284 OK: 20 MiB in 20 packages 02:00:13 #81 DONE 2.6s 02:00:13 02:00:13 #82 [core-data builder 4/7] COPY go.mod vendor* ./ 02:00:13 #82 DONE 0.1s 02:00:13 02:00:13 #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:00:13 #83 DONE 0.1s 02:00:13 02:00:13 #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:00:13 #0 1.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:13 #0 1.755 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:13 #0 2.362 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.416 Executing busybox-1.37.0-r20.post-upgrade 02:00:13 #0 2.491 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.495 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:00:13 #0 2.499 Executing busybox-1.37.0-r20.trigger 02:00:13 #0 2.507 OK: 8 MiB in 19 packages 02:00:13 #84 DONE 2.7s 02:00:13 02:00:13 #85 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:14 #85 ... 02:00:14 02:00:14 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:00:14 #0 1.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:14 #0 2.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:14 #0 2.451 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:00:14 #0 2.485 Executing busybox-1.37.0-r20.post-upgrade 02:00:14 #0 2.571 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:00:14 #0 2.577 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:00:14 #0 2.583 Executing busybox-1.37.0-r20.trigger 02:00:14 #0 2.584 OK: 20 MiB in 20 packages 02:00:14 #86 DONE 2.7s 02:00:14 02:00:14 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:00:14 #0 1.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:14 #0 2.064 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:14 #0 2.465 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:00:14 #0 2.489 Executing busybox-1.37.0-r20.post-upgrade 02:00:14 #0 2.567 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:00:14 #0 2.567 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:00:14 #0 2.570 Executing busybox-1.37.0-r20.trigger 02:00:14 #0 2.573 OK: 13 MiB in 29 packages 02:00:14 #87 DONE 2.7s 02:00:14 02:00:14 #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:00:14 #0 1.391 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:14 #0 1.592 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:14 #0 2.130 OK: 265 MiB in 60 packages 02:00:14 #88 DONE 2.2s 02:00:14 02:00:14 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:00:14 #89 DONE 0.1s 02:00:14 02:00:14 #42 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:00:14 #42 7.488 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:14 #42 7.870 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:14 #42 9.108 (1/1) Installing dumb-init (1.2.5-r3) 02:00:14 #42 9.227 Executing busybox-1.37.0-r19.trigger 02:00:14 #42 9.238 OK: 7 MiB in 17 packages 02:00:14 #42 DONE 9.4s 02:00:14 02:00:14 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:14 #90 ... 02:00:14 02:00:14 #91 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:00:14 #0 1.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:14 #0 2.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:14 #0 2.627 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:00:14 #0 2.759 Executing busybox-1.37.0-r20.post-upgrade 02:00:14 #0 2.797 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:00:14 #0 2.909 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:00:14 #0 2.982 Executing busybox-1.37.0-r20.trigger 02:00:14 #0 2.989 OK: 7 MiB in 18 packages 02:00:14 #91 DONE 3.1s 02:00:14 02:00:14 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:00:14 #92 ... 02:00:14 02:00:14 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:00:14 #73 1.840 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:14 #73 1.943 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:14 #73 2.348 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:00:14 #73 2.348 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:00:14 #73 2.348 OK: 26327 distinct packages available 02:00:14 #73 2.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:14 #73 2.549 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:14 #73 2.908 (1/4) Installing dumb-init (1.2.5-r3) 02:00:14 #73 2.925 (2/4) Installing musl-obstack (1.2.3-r2) 02:00:14 #73 2.930 (3/4) Installing libucontext (1.3.2-r0) 02:00:14 #73 2.934 (4/4) Installing gcompat (1.1.0-r4) 02:00:14 #73 2.943 Executing busybox-1.37.0-r19.trigger 02:00:14 #73 2.949 OK: 8 MiB in 20 packages 02:00:14 #73 DONE 3.1s 02:00:14 02:00:14 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:00:15 provisioning config files... 02:00:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/948@tmp/config12288411744647682581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:00:15 #93 1.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:15 #93 1.138 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:15 ---> ****-login.sh 02:00:15 nexus3.edgexfoundry.org:10001 02:00:16 #93 1.518 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:00:16 #93 1.572 Executing busybox-1.37.0-r20.post-upgrade 02:00:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:16 #93 ... 02:00:16 02:00:16 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:00:16 #92 DONE 1.9s 02:00:16 02:00:16 #78 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:00:16 #78 2.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 02:00:16 #78 2.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 02:00:16 #78 2.532 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:00:16 #78 2.548 Executing busybox-1.37.0-r20.post-upgrade 02:00:16 #78 2.606 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:00:16 #78 2.631 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:00:16 #78 2.641 Executing busybox-1.37.0-r20.trigger 02:00:16 #78 2.646 OK: 8 MiB in 21 packages 02:00:16 #78 DONE 3.1s 02:00:16 02:00:16 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:00:16 #93 1.666 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:00:16 #93 1.686 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:00:16 #93 ... 02:00:16 02:00:16 #94 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:00:16 #94 DONE 0.1s 02:00:16 02:00:16 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:00:16 #93 1.690 Executing busybox-1.37.0-r20.trigger 02:00:16 #93 1.697 OK: 8 MiB in 20 packages 02:00:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:16 Configure a credential helper to remove this warning. See 02:00:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:16 02:00:16 Login Succeeded 02:00:16 nexus3.edgexfoundry.org:10002 02:00:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:16 Configure a credential helper to remove this warning. See 02:00:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:16 02:00:16 Login Succeeded 02:00:16 nexus3.edgexfoundry.org:10003 02:00:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:17 Configure a credential helper to remove this warning. See 02:00:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:17 02:00:17 Login Succeeded 02:00:17 nexus3.edgexfoundry.org:10004 02:00:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:17 Configure a credential helper to remove this warning. See 02:00:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:17 02:00:17 Login Succeeded 02:00:17 ****.io 02:00:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:00:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:00:18 Configure a credential helper to remove this warning. See 02:00:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:00:18 02:00:18 Login Succeeded 02:00:18 ---> ****-login.sh ends [Pipeline] } 02:00:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:00:18 #93 DONE 3.7s 02:00:18 02:00:18 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:00:18 + git config --global --add safe.directory /w/workspace/edgex-go/948 [Pipeline] echo 02:00:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:00:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:00:18 ========================================================= 02:00:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 02:00:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:00:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 02:00:19 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:00:19 6b59a28fa201: Pulling fs layer 02:00:19 d32bb0dddca7: Pulling fs layer 02:00:19 5dab1238d3d9: Pulling fs layer 02:00:19 196fd7d83e7d: Pulling fs layer 02:00:19 4f4fb700ef54: Pulling fs layer 02:00:19 8ba94037c8f0: Pulling fs layer 02:00:19 deaec5988b04: Pulling fs layer 02:00:19 9f65657bb879: Pulling fs layer 02:00:19 4f4fb700ef54: Waiting 02:00:19 8ba94037c8f0: Waiting 02:00:19 deaec5988b04: Waiting 02:00:19 9f65657bb879: Waiting 02:00:19 196fd7d83e7d: Waiting 02:00:19 d32bb0dddca7: Verifying Checksum 02:00:19 d32bb0dddca7: Download complete 02:00:19 196fd7d83e7d: Verifying Checksum 02:00:19 196fd7d83e7d: Download complete 02:00:19 4f4fb700ef54: Verifying Checksum 02:00:19 4f4fb700ef54: Download complete 02:00:19 6b59a28fa201: Verifying Checksum 02:00:19 6b59a28fa201: Download complete 02:00:19 8ba94037c8f0: Verifying Checksum 02:00:19 8ba94037c8f0: Download complete 02:00:20 9f65657bb879: Verifying Checksum 02:00:20 9f65657bb879: Download complete 02:00:20 6b59a28fa201: Pull complete 02:00:21 #95 ... 02:00:21 02:00:21 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:00:21 #96 DONE 4.7s 02:00:21 02:00:21 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:00:21 d32bb0dddca7: Pull complete 02:00:21 5dab1238d3d9: Verifying Checksum 02:00:21 5dab1238d3d9: Download complete 02:00:22 #97 ... 02:00:22 02:00:22 #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:22 #98 ... 02:00:22 02:00:22 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:23 #99 ... 02:00:23 02:00:23 #100 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:23 deaec5988b04: Verifying Checksum 02:00:23 deaec5988b04: Download complete 02:00:23 #100 ... 02:00:23 02:00:23 #101 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:23 #101 ... 02:00:23 02:00:23 #102 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:00:27 #102 ... 02:00:27 02:00:27 #98 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:27 #98 DONE 14.4s 02:00:27 02:00:27 #102 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:00:27 #102 DONE 10.7s 02:00:27 02:00:27 #101 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:27 #101 DONE 14.0s 02:00:27 02:00:27 #100 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:27 #100 DONE 14.4s 02:00:27 02:00:27 #85 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:27 #85 DONE 13.0s 02:00:27 02:00:27 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:27 #90 DONE 12.8s 02:00:27 02:00:27 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:27 #99 DONE 14.1s 02:00:27 02:00:27 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:00:27 #95 DONE 8.6s 02:00:27 02:00:27 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:00:27 #97 DONE 5.9s 02:00:27 02:00:27 #103 [core-command builder 6/7] COPY . . 02:00:34 #103 ... 02:00:34 02:00:34 #104 [security-spire-server stage-2 6/9] COPY security.txt / 02:00:34 #104 DONE 6.8s 02:00:34 02:00:34 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:00:34 #105 ... 02:00:34 02:00:34 #106 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:00:34 #106 DONE 6.8s 02:00:34 02:00:34 #103 [core-data builder 6/7] COPY . . 02:00:34 #103 DONE 6.8s 02:00:34 02:00:34 #107 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:34 #107 CACHED 02:00:34 02:00:34 #108 [core-data builder 6/7] COPY . . 02:00:34 #108 CACHED 02:00:34 02:00:34 #109 [core-data builder 4/7] COPY go.mod vendor* ./ 02:00:34 #109 CACHED 02:00:34 02:00:34 #110 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:34 #110 CACHED 02:00:34 02:00:34 #111 [core-metadata builder 6/7] COPY . . 02:00:34 #111 CACHED 02:00:34 02:00:34 #112 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:00:34 #112 CACHED 02:00:34 02:00:34 #113 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:34 #113 CACHED 02:00:34 02:00:34 #114 [core-command builder 6/7] COPY . . 02:00:34 #114 CACHED 02:00:34 02:00:34 #115 [core-command builder 4/7] COPY go.mod vendor* ./ 02:00:34 #115 CACHED 02:00:34 02:00:34 #116 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:00:34 #116 CACHED 02:00:34 02:00:34 #117 [security-proxy-auth builder 6/7] COPY . . 02:00:34 #117 CACHED 02:00:34 02:00:34 #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:34 #118 CACHED 02:00:34 02:00:34 #119 [security-secretstore-setup builder 6/7] COPY . . 02:00:34 #119 DONE 6.9s 02:00:34 02:00:34 #120 [support-scheduler builder 6/7] COPY . . 02:00:34 #120 DONE 6.9s 02:00:34 02:00:34 #121 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:34 #121 CACHED 02:00:34 02:00:34 #122 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:00:34 #122 CACHED 02:00:34 02:00:34 #123 [security-bootstrapper builder 6/7] COPY . . 02:00:34 #123 CACHED 02:00:34 02:00:34 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:00:34 #124 CACHED 02:00:34 02:00:34 #125 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:00:34 #125 CACHED 02:00:34 02:00:34 #126 [security-proxy-setup builder 6/7] COPY . . 02:00:34 #126 CACHED 02:00:34 02:00:34 #127 [core-keeper builder 7/8] COPY . . 02:00:34 #127 DONE 6.9s 02:00:34 02:00:34 #128 [support-notifications builder 6/7] COPY . . 02:00:34 #128 DONE 6.9s 02:00:34 02:00:34 #129 [security-spiffe-token-provider builder 6/7] COPY . . 02:00:34 #129 DONE 6.9s 02:00:34 02:00:34 #130 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:00:34 #130 DONE 6.9s 02:00:34 02:00:34 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:00:34 #105 DONE 0.3s 02:00:34 02:00:34 #131 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:00:34 #131 DONE 0.2s 02:00:34 02:00:34 #132 [security-spire-config stage-2 6/10] COPY security.txt / 02:00:34 #132 DONE 0.3s 02:00:34 02:00:34 #133 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:00:34 #133 DONE 0.1s 02:00:34 02:00:34 #134 [security-spire-agent stage-3 7/10] COPY security.txt / 02:00:34 #134 DONE 0.1s 02:00:34 02:00:34 #135 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:00:34 #135 DONE 0.1s 02:00:34 02:00:34 #136 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:00:34 #136 DONE 0.1s 02:00:34 02:00:34 #137 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:00:34 #137 DONE 0.1s 02:00:34 02:00:34 #138 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:00:34 #138 DONE 0.1s 02:00:34 02:00:34 #139 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:00:34 #139 DONE 0.1s 02:00:34 02:00:34 #140 [security-spire-server] exporting to image 02:00:34 #140 exporting layers 02:00:34 #140 ... 02:00:34 02:00:34 #141 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:00:34 #141 DONE 0.1s 02:00:34 02:00:34 #142 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:00:34 #142 DONE 0.1s 02:00:34 02:00:34 #143 [security-spire-agent] exporting to image 02:00:35 5dab1238d3d9: Pull complete 02:00:35 196fd7d83e7d: Pull complete 02:00:35 #143 ... 02:00:35 02:00:35 #140 [security-spire-server] exporting to image 02:00:35 #140 exporting layers 0.8s done 02:00:35 #140 writing image sha256:39b1890bee6731122e0f97ab7be69ec53724b225648f7207de16423fa668479e 0.1s done 02:00:35 #140 naming to docker.io/library/security-spire-server done 02:00:35 #140 DONE 1.1s 02:00:35 02:00:35 #144 [security-spire-config] exporting to image 02:00:35 4f4fb700ef54: Pull complete 02:00:35 8ba94037c8f0: Pull complete 02:00:36 #144 exporting layers 2.0s done 02:00:36 #144 writing image sha256:5d0808df220c0a4abb2e7babe34454a1d5dc1dc2216d672f0eb5af8420010cfa 02:00:36 #144 writing image sha256:5d0808df220c0a4abb2e7babe34454a1d5dc1dc2216d672f0eb5af8420010cfa 0.3s done 02:00:36 #144 naming to docker.io/library/security-spire-config 0.1s done 02:00:37 #144 DONE 2.9s 02:00:37 02:00:37 #143 [security-spire-agent] exporting to image 02:00:37 #143 exporting layers 2.2s done 02:00:37 #143 writing image sha256:97e6b658f4b6a2d4aaa4ab2a31f2feb34dab3122e9e52560b38a86879ea91692 0.0s done 02:00:37 #143 naming to docker.io/library/security-spire-agent 0.0s done 02:00:37 #143 DONE 3.3s 02:00:37 02:00:37 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:00:37 #0 0.917 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:00:44 #145 ... 02:00:44 02:00:44 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:00:44 #0 0.632 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:00:44 #146 ... 02:00:44 02:00:44 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:00:44 #0 0.686 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:00:44 #147 ... 02:00:44 02:00:44 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:00:44 #0 0.718 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:00:44 #148 ... 02:00:44 02:00:44 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:00:44 #0 0.790 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:00:44 #149 ... 02:00:44 02:00:44 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:00:44 #0 1.005 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:00:44 #150 ... 02:00:44 02:00:44 #151 [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:00:44 #0 0.528 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:00:44 #151 ... 02:00:44 02:00:44 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:00:44 #0 0.809 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:00:45 #152 ... 02:00:45 02:00:45 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:00:45 #0 0.664 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:00:45 #153 ... 02:00:45 02:00:45 #154 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 02:00:45 #0 0.995 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:00:45 #154 ... 02:00:45 02:00:45 #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:00:45 #0 0.935 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:00:45 #155 ... 02:00:45 02:00:45 #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:00:45 #0 0.813 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:00:45 deaec5988b04: Pull complete 02:00:47 9f65657bb879: Pull complete 02:00:47 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 02:00:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 02:00:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh 02:00:47 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 02:00:47 WORKDIR /edgex 02:00:47 COPY go.mod . 02:00:47 RUN go mod download+ 02:00:47 docker build -t ci-base-image-arm64 -f - . 02:00:48 Sending build context to Docker daemon 3.888MB 02:00:48 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 02:00:48 ---> 334268110677 02:00:48 Step 2/4 : WORKDIR /edgex 02:00:50 ---> Running in 86356007621d 02:00:50 Removing intermediate container 86356007621d 02:00:50 ---> 326ca6ace89b 02:00:50 Step 3/4 : COPY go.mod . 02:00:51 ---> b3d718f5c4c2 02:00:51 Step 4/4 : RUN go mod download 02:00:51 ---> Running in f13d16cb543d 02:01:47 Removing intermediate container f13d16cb543d 02:01:47 ---> 56870115a03c 02:01:47 Successfully built 56870115a03c 02:01:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:48 + docker inspect -f . ci-base-image-arm64 02:01:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:01:48 prd-ubuntu20.04-docker-arm64-4c-16g-527 does not seem to be running inside a container 02:01:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@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 02:01:49 $ docker top b9f24d4c21fb244d635a122305d3b88c989ab987116c20591ffe43e69dbcebd0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:01:50 + go version 02:01:50 go version go1.25.3 linux/arm64 [Pipeline] } 02:01:50 $ docker stop --time=1 b9f24d4c21fb244d635a122305d3b88c989ab987116c20591ffe43e69dbcebd0 02:01:52 $ docker rm -f --volumes b9f24d4c21fb244d635a122305d3b88c989ab987116c20591ffe43e69dbcebd0 [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 02:01:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:01:52 02:01:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:01:53 latest: Pulling from edgex-devops/edgex-compose-arm64 02:01:53 547446be3368: Pulling fs layer 02:01:53 d125d8839a47: Pulling fs layer 02:01:53 3e85d5ac6304: Pulling fs layer 02:01:53 c3105a71a48b: Pulling fs layer 02:01:53 0f093f025ec4: Pulling fs layer 02:01:53 c3106fc0e877: Pulling fs layer 02:01:53 c3105a71a48b: Waiting 02:01:53 0f093f025ec4: Waiting 02:01:53 547446be3368: Verifying Checksum 02:01:53 547446be3368: Download complete 02:01:53 c3105a71a48b: Verifying Checksum 02:01:53 c3105a71a48b: Download complete 02:01:53 d125d8839a47: Verifying Checksum 02:01:53 d125d8839a47: Download complete 02:01:53 c3106fc0e877: Verifying Checksum 02:01:53 c3106fc0e877: Download complete 02:01:53 0f093f025ec4: Verifying Checksum 02:01:53 0f093f025ec4: Download complete 02:01:54 547446be3368: Pull complete 02:01:55 d125d8839a47: Pull complete 02:01:56 3e85d5ac6304: Verifying Checksum 02:02:06 3e85d5ac6304: Pull complete 02:02:06 c3105a71a48b: Pull complete 02:02:07 0f093f025ec4: Pull complete 02:02:07 c3106fc0e877: Pull complete 02:02:07 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 02:02:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:02:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:02:07 prd-ubuntu20.04-docker-arm64-4c-16g-527 does not seem to be running inside a container 02:02:07 $ 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/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@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 02:02:11 $ docker top b1ab520a8057e5bc9e1e69476e18eec108baae41f0fdf5cfe1f726e01119eeb7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:02:12 + docker compose -f ./docker-compose-build.yml build --parallel 02:02:21 #156 DONE 99.1s 02:02:21 02:02:21 #151 [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:02:21 #151 ... 02:02:21 02:02:21 #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:02:21 #155 DONE 99.1s 02:02:21 02:02:21 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:02:21 #157 DONE 0.1s 02:02:21 02:02:21 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:02:21 #158 DONE 0.2s 02:02:21 02:02:21 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:02:21 #159 ... 02:02:21 02:02:21 #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:02:21 #160 DONE 0.1s 02:02:21 02:02:21 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:02:21 #161 DONE 0.2s 02:02:21 02:02:21 #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 02:02:21 #162 DONE 0.2s 02:02:21 02:02:21 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:02:21 #163 DONE 0.2s 02:02:21 02:02:21 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:02:21 #149 ... 02:02:21 02:02:21 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:02:21 #164 ... 02:02:21 02:02:21 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:02:21 #159 DONE 0.9s 02:02:21 02:02:21 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:02:21 #165 DONE 0.2s 02:02:21 02:02:21 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:02:21 #166 DONE 0.1s 02:02:21 02:02:21 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:02:21 #167 DONE 0.2s 02:02:21 02:02:21 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:02:21 #148 ... 02:02:21 02:02:21 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:02:21 #168 DONE 0.0s 02:02:21 02:02:21 #169 [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:02:21 #169 DONE 0.0s 02:02:21 02:02:21 #170 [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:02:21 #170 DONE 0.1s 02:02:21 02:02:21 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:02:21 #164 DONE 0.9s 02:02:21 02:02:21 #171 [core-common-config-bootstrapper] exporting to image 02:02:21 #171 exporting layers 02:02:21 #171 ... 02:02:21 02:02:21 #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/ 02:02:21 #172 DONE 0.1s 02:02:21 02:02:21 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:02:21 #173 DONE 0.2s 02:02:21 02:02:21 #171 [core-common-config-bootstrapper] exporting to image 02:02:21 #171 exporting layers 0.3s done 02:02:21 #171 writing image sha256:f69ef8b0f7fb919541ee980d26a1ada579a3740484908af11c9cd8eb7de6a8cd done 02:02:21 #171 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 02:02:21 #171 DONE 0.4s 02:02:21 02:02:21 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:02:21 #174 DONE 0.9s 02:02:21 02:02:21 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:02:21 #152 ... 02:02:21 02:02:21 #175 [security-bootstrapper] exporting to image 02:02:21 #175 exporting layers 0.4s done 02:02:21 #175 writing image sha256:2be0c1ff8fa21a9c35142485eb9192d8085788ce1cbada6de11d7a2184b75519 done 02:02:21 #175 naming to docker.io/library/security-bootstrapper 02:02:21 #175 naming to docker.io/library/security-bootstrapper done 02:02:21 #175 DONE 0.5s 02:02:21 02:02:21 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:02:22 #1 [core-keeper internal] load build definition from Dockerfile 02:02:23 #1 transferring dockerfile: 2.07kB done 02:02:23 #1 DONE 1.4s 02:02:23 02:02:23 #2 [security-proxy-setup internal] load build definition from Dockerfile 02:02:23 #2 ... 02:02:23 02:02:23 #3 [core-command internal] load build definition from Dockerfile 02:02:23 #3 transferring dockerfile: 1.94kB done 02:02:23 #3 DONE 0.9s 02:02:23 02:02:23 #4 [support-notifications internal] load build definition from Dockerfile 02:02:23 #4 transferring dockerfile: 2.02kB 0.0s done 02:02:23 #4 ... 02:02:23 02:02:23 #5 [security-bootstrapper internal] load build definition from Dockerfile 02:02:23 #5 transferring dockerfile: 3.02kB 0.0s done 02:02:23 #5 DONE 0.9s 02:02:23 02:02:23 #6 [core-metadata internal] load build definition from Dockerfile 02:02:23 #6 transferring dockerfile: 2.10kB done 02:02:23 #6 DONE 0.9s 02:02:23 02:02:23 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:02:23 #7 transferring dockerfile: 1.89kB 0.0s done 02:02:23 #7 DONE 1.0s 02:02:23 02:02:23 #4 [support-notifications internal] load build definition from Dockerfile 02:02:23 #4 DONE 1.0s 02:02:23 02:02:23 #8 [security-proxy-auth internal] load build definition from Dockerfile 02:02:23 #8 transferring dockerfile: 2.14kB 0.0s done 02:02:23 #8 DONE 0.8s 02:02:23 02:02:23 #2 [security-proxy-setup internal] load build definition from Dockerfile 02:02:23 #2 transferring dockerfile: 2.50kB 0.0s done 02:02:23 #2 ... 02:02:23 02:02:23 #9 [security-spire-server internal] load build definition from Dockerfile 02:02:23 #9 transferring dockerfile: 1.70kB 0.0s done 02:02:23 #9 DONE 0.8s 02:02:23 02:02:23 #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:02:23 #10 transferring dockerfile: 2.23kB 0.0s done 02:02:23 #10 DONE 0.8s 02:02:23 02:02:23 #11 [security-spire-agent internal] load build definition from Dockerfile 02:02:23 #11 transferring dockerfile: 1.81kB 0.0s done 02:02:23 #11 DONE 0.8s 02:02:23 02:02:23 #12 [support-scheduler internal] load build definition from Dockerfile 02:02:23 #12 transferring dockerfile: 1.83kB 0.0s done 02:02:23 #12 DONE 1.0s 02:02:24 02:02:24 #13 [security-spire-config internal] load build definition from Dockerfile 02:02:24 #13 transferring dockerfile: 1.69kB 0.0s done 02:02:24 #13 DONE 0.8s 02:02:24 02:02:24 #14 [security-secretstore-setup internal] load build definition from Dockerfile 02:02:24 #14 transferring dockerfile: 2.49kB 0.0s done 02:02:24 #14 DONE 1.1s 02:02:24 02:02:24 #2 [security-proxy-setup internal] load build definition from Dockerfile 02:02:24 #2 DONE 0.8s 02:02:24 02:02:24 #15 [core-keeper internal] load .dockerignore 02:02:24 #15 transferring context: 50B 0.0s done 02:02:24 #15 DONE 0.7s 02:02:24 02:02:24 #16 [core-data internal] load build definition from Dockerfile 02:02:24 #16 transferring dockerfile: 2.04kB 0.0s done 02:02:24 #16 DONE 0.8s 02:02:24 02:02:24 #17 [core-command internal] load .dockerignore 02:02:24 #17 transferring context: 50B done 02:02:24 #17 DONE 0.1s 02:02:24 02:02:24 #18 [security-bootstrapper internal] load .dockerignore 02:02:24 #18 transferring context: 50B 0.0s done 02:02:24 #18 DONE 0.1s 02:02:24 02:02:24 #19 [core-metadata internal] load .dockerignore 02:02:24 #19 transferring context: 50B done 02:02:24 #19 DONE 0.1s 02:02:24 02:02:24 #20 [security-spiffe-token-provider internal] load .dockerignore 02:02:24 #20 transferring context: 50B 0.0s done 02:02:24 #20 ... 02:02:24 02:02:24 #21 [support-notifications internal] load .dockerignore 02:02:24 #21 transferring context: 50B 0.0s done 02:02:24 #21 DONE 0.1s 02:02:24 02:02:24 #22 [support-scheduler internal] load .dockerignore 02:02:24 #22 transferring context: 50B done 02:02:24 #22 DONE 0.1s 02:02:24 02:02:24 #23 [security-proxy-auth internal] load .dockerignore 02:02:24 #23 transferring context: 50B 0.0s done 02:02:24 #23 DONE 0.1s 02:02:24 02:02:24 #24 [security-spire-server internal] load .dockerignore 02:02:25 #24 transferring context: 50B 0.0s done 02:02:25 #24 DONE 0.1s 02:02:25 02:02:25 #25 [core-common-config-bootstrapper internal] load .dockerignore 02:02:25 #25 transferring context: 50B done 02:02:25 #25 DONE 0.1s 02:02:25 02:02:25 #26 [security-spire-agent internal] load .dockerignore 02:02:25 #26 transferring context: 50B 0.0s done 02:02:25 #26 DONE 0.1s 02:02:25 02:02:25 #27 [security-secretstore-setup internal] load .dockerignore 02:02:25 #27 transferring context: 50B done 02:02:25 #27 ... 02:02:25 02:02:25 #28 [security-spire-config internal] load .dockerignore 02:02:25 #28 transferring context: 50B 0.0s done 02:02:25 #28 DONE 0.1s 02:02:25 02:02:25 #29 [security-proxy-setup internal] load .dockerignore 02:02:25 #29 transferring context: 50B 0.0s done 02:02:25 #29 DONE 0.1s 02:02:25 02:02:25 #30 [core-data internal] load .dockerignore 02:02:25 #30 transferring context: 50B 0.0s done 02:02:25 #30 DONE 0.1s 02:02:25 02:02:25 #20 [security-spiffe-token-provider internal] load .dockerignore 02:02:25 #20 ... 02:02:25 02:02:25 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:02:25 #31 DONE 0.0s 02:02:26 02:02:26 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 02:02:26 #32 DONE 0.6s 02:02:26 02:02:26 #33 [core-command internal] load build context 02:02:26 #33 DONE 0.0s 02:02:26 02:02:26 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:02:26 #31 DONE 0.0s 02:02:26 02:02:26 #34 [core-keeper internal] load build context 02:02:26 #34 DONE 0.0s 02:02:26 02:02:26 #35 [security-bootstrapper builder 1/8] FROM docker.io/library/ci-base-image-arm64 02:02:26 #35 DONE 0.0s 02:02:26 02:02:26 #36 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:02:26 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:02:26 #36 ... 02:02:26 02:02:26 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:02:26 #31 DONE 0.0s 02:02:26 02:02:26 #36 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:02:26 #36 ... 02:02:26 02:02:26 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:02:26 #31 DONE 0.0s 02:02:26 02:02:26 #36 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:02:26 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.3s done 02:02:26 #36 ... 02:02:26 02:02:26 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:02:26 #31 DONE 0.0s 02:02:26 02:02:26 #36 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:02:26 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.3s done 02:02:27 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.3s done 02:02:27 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 02:02:27 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 02:02:27 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 02:02:27 #36 ... 02:02:27 02:02:27 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:02:27 #31 DONE 0.0s 02:02:27 02:02:27 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 02:02:27 #32 DONE 0.8s 02:02:27 02:02:27 #34 [core-keeper internal] load build context 02:02:27 #34 ... 02:02:27 02:02:27 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:02:27 #31 DONE 0.0s 02:02:27 02:02:27 #34 [core-keeper internal] load build context 02:02:27 #34 ... 02:02:27 02:02:27 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.22 02:02:27 #32 DONE 1.4s 02:02:27 02:02:27 #34 [core-keeper internal] load build context 02:02:28 #34 transferring context: 3.39MB 1.7s done 02:02:28 #34 DONE 2.3s 02:02:28 02:02:28 #36 [core-common-config-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:02:28 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.3s done 02:02:28 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 02:02:28 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 02:02:28 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 02:02:29 #36 ... 02:02:29 02:02:29 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:02:29 #31 DONE 0.0s 02:02:29 02:02:29 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:02:29 #31 DONE 0.0s 02:02:29 02:02:29 #37 [core-metadata internal] load build context 02:02:29 #37 transferring context: 3.39MB 3.0s done 02:02:30 #37 ... 02:02:30 02:02:30 #32 [core-data internal] load metadata for docker.io/library/alpine:3.22 02:02:30 #32 DONE 3.5s 02:02:30 02:02:30 #33 [core-command internal] load build context 02:02:30 #33 transferring context: 3.39MB 2.3s done 02:02:30 #33 DONE 4.0s 02:02:30 02:02:30 #36 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:02:30 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.3s done 02:02:30 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 02:02:30 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 02:02:30 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 02:02:30 #36 ... 02:02:30 02:02:30 #38 [security-bootstrapper internal] load build context 02:02:30 #38 transferring context: 3.39MB 2.9s done 02:02:30 #38 DONE 4.2s 02:02:30 02:02:30 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 02:02:30 #39 DONE 3.5s 02:02:30 02:02:30 #36 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:02:30 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.3s done 02:02:30 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 02:02:30 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 02:02:30 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 02:02:31 #36 ... 02:02:31 02:02:31 #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 02:02:31 #40 DONE 2.4s 02:02:31 02:02:31 #37 [core-metadata internal] load build context 02:02:31 #37 DONE 4.5s 02:02:31 02:02:31 #36 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:02:31 #36 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.3s done 02:02:31 #36 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 02:02:31 #36 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 02:02:31 #36 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 02:02:31 #36 ... 02:02:31 02:02:31 #41 [security-proxy-auth internal] load build context 02:02:31 #41 transferring context: 3.39MB 2.7s done 02:02:31 #41 DONE 3.8s 02:02:31 02:02:31 #42 [security-secretstore-setup internal] load build context 02:02:31 #42 transferring context: 3.39MB 3.1s done 02:02:31 #42 DONE 4.5s 02:02:31 02:02:31 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:31 #43 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:31 #43 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.4s done 02:02:31 #43 DONE 0.5s 02:02:31 02:02:31 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:02:31 #44 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.4s done 02:02:31 #44 DONE 0.5s 02:02:31 02:02:31 #45 [support-notifications internal] load build context 02:02:31 #45 transferring context: 3.39MB 3.3s done 02:02:31 #45 ... 02:02:31 02:02:31 #46 [security-spiffe-token-provider internal] load build context 02:02:31 #46 transferring context: 3.39MB 3.1s done 02:02:31 #46 DONE 4.7s 02:02:31 02:02:31 #47 [support-scheduler internal] load build context 02:02:31 #47 transferring context: 3.39MB 2.2s done 02:02:31 #47 DONE 4.2s 02:02:31 02:02:31 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:31 #43 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 02:02:31 #43 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 02:02:31 #43 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 02:02:31 #43 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0B / 126.89kB 0.0s 02:02:31 #43 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0B / 113B 0.0s 02:02:31 #43 ... 02:02:31 02:02:31 #45 [support-notifications internal] load build context 02:02:31 #45 DONE 5.0s 02:02:31 02:02:31 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:31 #43 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.1s 02:02:31 #43 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.1s 02:02:31 #43 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done 02:02:31 #43 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 02:02:32 #43 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done 02:02:32 #43 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done 02:02:32 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 0.5s 02:02:32 #43 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 0.5s 02:02:32 #43 ... 02:02:32 02:02:32 #48 [core-common-config-bootstrapper internal] load build context 02:02:32 #48 transferring context: 3.39MB 1.3s done 02:02:32 #48 DONE 4.0s 02:02:32 02:02:32 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:32 #43 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.6s done 02:02:32 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 1.4s 02:02:33 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 5.19MB / 37.02MB 2.3s 02:02:34 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 7.34MB / 37.02MB 3.0s 02:02:34 #43 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 02:02:35 #43 ... 02:02:35 02:02:35 #35 [core-metadata builder 1/8] FROM docker.io/library/ci-base-image-arm64 02:02:35 #35 DONE 9.3s 02:02:35 02:02:35 #49 [core-command builder 2/8] WORKDIR /edgex-go 02:02:35 #49 ... 02:02:35 02:02:35 #50 [security-spire-config internal] load build context 02:02:35 #50 transferring context: 24.70kB 0.1s done 02:02:35 #50 DONE 4.5s 02:02:35 02:02:35 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:35 #43 ... 02:02:35 02:02:35 #51 [security-spire-agent internal] load build context 02:02:35 #51 transferring context: 25.98kB 0.1s done 02:02:35 #51 DONE 4.9s 02:02:35 02:02:35 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:35 #43 ... 02:02:35 02:02:35 #52 [security-spire-server internal] load build context 02:02:35 #52 transferring context: 26.44kB 0.2s done 02:02:35 #52 DONE 4.9s 02:02:35 02:02:35 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:36 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 9.44MB / 37.02MB 5.0s 02:02:36 #43 ... 02:02:36 02:02:36 #49 [security-proxy-setup builder 2/8] WORKDIR /edgex-go 02:02:36 #49 DONE 2.6s 02:02:36 02:02:36 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:37 #43 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.1s done 02:02:37 #43 ... 02:02:37 02:02:37 #53 [security-proxy-setup internal] load build context 02:02:37 #53 transferring context: 3.39MB 4.1s done 02:02:37 #53 DONE 6.6s 02:02:37 02:02:37 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:37 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 11.53MB / 37.02MB 5.6s 02:02:37 #43 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.1s done 02:02:37 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.63MB / 37.02MB 6.1s 02:02:38 #43 ... 02:02:38 02:02:38 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:02:38 #54 ... 02:02:38 02:02:38 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:02:38 #0 7.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:38 #0 8.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:38 #55 10.30 (1/7) Installing ca-certificates (20250911-r0) 02:02:38 #55 ... 02:02:38 02:02:38 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:38 #56 ... 02:02:38 02:02:38 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:38 #43 ... 02:02:38 02:02:38 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:02:38 #57 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:38 #57 ... 02:02:38 02:02:38 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:02:39 #58 ... 02:02:39 02:02:39 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:02:39 #59 ... 02:02:39 02:02:39 #60 [core-data internal] load build context 02:02:39 #60 transferring context: 3.39MB 5.4s done 02:02:39 #60 DONE 8.7s 02:02:39 02:02:39 #61 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 02:02:39 #61 ... 02:02:39 02:02:39 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:39 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 15.73MB / 37.02MB 7.7s 02:02:40 #43 ... 02:02:40 02:02:40 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:40 #56 DONE 12.1s 02:02:40 02:02:40 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:40 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 17.63MB / 37.02MB 9.1s 02:02:40 #43 ... 02:02:40 02:02:40 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:02:41 #62 ... 02:02:41 02:02:41 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:02:41 #63 ... 02:02:41 02:02:41 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:02:41 #64 ... 02:02:41 02:02:41 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:02:41 #65 ... 02:02:41 02:02:41 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:02:41 #44 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 02:02:41 #44 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done 02:02:41 #44 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done 02:02:41 #44 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done 02:02:41 #44 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.4s done 02:02:41 #44 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.3s done 02:02:41 #44 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done 02:02:41 #44 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 5.5s done 02:02:41 #44 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 02:02:41 #44 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 02:02:41 #44 ... 02:02:41 02:02:41 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:41 #43 ... 02:02:41 02:02:41 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:02:41 #55 10.43 (2/7) Installing dumb-init (1.2.5-r3) 02:02:41 #55 10.63 (3/7) Installing libgcc (14.2.0-r6) 02:02:41 #55 10.63 (4/7) Installing libsodium (1.0.20-r1) 02:02:41 #55 10.63 (5/7) Installing libstdc++ (14.2.0-r6) 02:02:41 #55 10.68 (6/7) Installing libzmq (4.3.5-r2) 02:02:41 #55 10.73 (7/7) Installing zeromq (4.3.5-r2) 02:02:41 #55 11.03 Executing busybox-1.37.0-r19.trigger 02:02:41 #55 11.19 Executing ca-certificates-20250911-r0.trigger 02:02:41 #55 11.82 OK: 12 MiB in 23 packages 02:02:41 #55 DONE 13.6s 02:02:41 02:02:41 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:42 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 19.92MB / 37.02MB 10.8s 02:02:43 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 22.02MB / 37.02MB 11.6s 02:02:43 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 24.12MB / 37.02MB 12.2s 02:02:44 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 26.21MB / 37.02MB 12.8s 02:02:45 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 28.30MB / 37.02MB 13.2s 02:02:45 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 30.41MB / 37.02MB 13.7s 02:02:45 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 32.39MB / 37.02MB 14.2s 02:02:46 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 34.60MB / 37.02MB 14.8s 02:02:47 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 36.70MB / 37.02MB 15.3s 02:02:47 #43 ... 02:02:47 02:02:47 #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:02:47 #66 ... 02:02:47 02:02:47 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:47 #67 ... 02:02:47 02:02:47 #68 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 02:02:47 #68 ... 02:02:47 02:02:47 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 02:02:47 #69 ... 02:02:47 02:02:47 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:02:47 #0 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:47 #70 ... 02:02:47 02:02:47 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:02:47 #71 ... 02:02:47 02:02:47 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 02:02:47 #69 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:48 #69 ... 02:02:48 02:02:48 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:02:48 #54 10.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:48 #54 11.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:48 #54 ... 02:02:48 02:02:48 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:48 #67 DONE 11.7s 02:02:48 02:02:48 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:02:49 #72 ... 02:02:49 02:02:49 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:02:49 #57 10.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:49 #57 ... 02:02:49 02:02:49 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:02:49 #54 21.69 (1/3) Installing ca-certificates (20250911-r0) 02:02:50 #54 ... 02:02:50 02:02:50 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:02:50 #59 11.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:50 #59 12.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:50 #59 ... 02:02:50 02:02:50 #61 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 02:02:50 #61 11.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:50 #61 13.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:50 #61 ... 02:02:50 02:02:50 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:02:50 #0 8.984 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:50 #73 ... 02:02:50 02:02:50 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:02:50 #54 22.48 (2/3) Installing dumb-init (1.2.5-r3) 02:02:50 #54 22.51 (3/3) Installing tzdata (2025c-r0) 02:02:51 #54 ... 02:02:51 02:02:51 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:02:51 #64 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:51 #64 12.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:51 #64 ... 02:02:51 02:02:51 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:02:51 #0 8.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:52 #74 ... 02:02:52 02:02:52 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:52 #43 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 15.5s done 02:02:52 #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.6s 02:02:52 #43 ... 02:02:52 02:02:52 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:02:52 #58 13.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:52 #58 15.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:52 #58 ... 02:02:52 02:02:52 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:02:52 #54 24.17 Executing busybox-1.37.0-r19.trigger 02:02:52 #54 ... 02:02:52 02:02:52 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:02:52 #63 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:52 #63 13.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:52 #63 ... 02:02:52 02:02:52 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:53 #43 ... 02:02:53 02:02:53 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:02:53 #57 21.10 (1/2) Installing dumb-init (1.2.5-r3) 02:02:53 #57 21.13 (2/2) Installing su-exec (0.2-r3) 02:02:53 #57 21.26 Executing busybox-1.37.0-r19.trigger 02:02:53 #57 21.41 OK: 8 MiB in 18 packages 02:02:53 #57 DONE 24.4s 02:02:53 02:02:53 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:02:53 #59 24.32 (1/4) Installing ca-certificates (20250911-r0) 02:02:53 #59 ... 02:02:53 02:02:53 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:02:53 #62 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:53 #62 14.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:53 #62 ... 02:02:53 02:02:53 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:02:53 #44 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 9.9s 02:02:54 #44 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 10.0s done 02:02:54 #44 ... 02:02:54 02:02:54 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:02:54 #72 5.441 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:55 #72 ... 02:02:55 02:02:55 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:02:55 #65 13.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:55 #65 16.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:55 #65 ... 02:02:55 02:02:55 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 02:02:55 #44 DONE 24.1s 02:02:55 02:02:55 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:57 #43 ... 02:02:57 02:02:57 #61 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 02:02:57 #61 24.16 (1/1) Installing dumb-init (1.2.5-r3) 02:02:57 #61 24.20 Executing busybox-1.37.0-r19.trigger 02:02:57 #61 24.37 OK: 8 MiB in 17 packages 02:02:57 #61 DONE 28.1s 02:02:57 02:02:57 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:57 #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.0s 02:02:58 #43 ... 02:02:58 02:02:58 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:02:58 #54 24.45 Executing ca-certificates-20250911-r0.trigger 02:02:58 #54 26.46 OK: 8 MiB in 19 packages 02:02:58 #54 DONE 29.9s 02:02:58 02:02:58 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:02:59 #43 ... 02:02:59 02:02:59 #68 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 02:02:59 #68 12.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:59 #68 14.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:59 #68 ... 02:02:59 02:02:59 #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:02:59 #66 12.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:02:59 #66 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:02:59 #66 ... 02:02:59 02:02:59 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:03:00 #43 ... 02:03:00 02:03:00 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:03:00 #70 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:00 #70 ... 02:03:00 02:03:00 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:03:00 #71 13.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:00 #71 15.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:00 #71 ... 02:03:00 02:03:00 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 02:03:00 #69 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:00 #69 ... 02:03:00 02:03:00 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:03:00 #43 ... 02:03:00 02:03:00 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:03:00 #59 25.16 (2/4) Installing dumb-init (1.2.5-r3) 02:03:00 #59 25.20 (3/4) Installing su-exec (0.2-r3) 02:03:00 #59 25.25 (4/4) Installing yq-go (4.47.2-r2) 02:03:00 #59 26.74 Executing busybox-1.37.0-r19.trigger 02:03:00 #59 26.79 Executing ca-certificates-20250911-r0.trigger 02:03:00 #59 27.85 OK: 19 MiB in 20 packages 02:03:00 #59 DONE 31.7s 02:03:00 02:03:00 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:03:02 #43 ... 02:03:02 02:03:02 #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:03:02 #62 27.79 (1/1) Installing dumb-init (1.2.5-r3) 02:03:02 #62 27.84 Executing busybox-1.37.0-r19.trigger 02:03:02 #62 28.07 OK: 8 MiB in 17 packages 02:03:02 #62 DONE 31.7s 02:03:02 02:03:02 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:03:02 #73 12.12 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:02 #73 ... 02:03:02 02:03:02 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:03:02 #65 31.65 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:03:02 #65 31.65 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:03:02 #65 31.65 OK: 26168 distinct packages available 02:03:03 #65 ... 02:03:03 02:03:03 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:03:03 #74 11.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:03 #74 ... 02:03:03 02:03:03 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:03:03 #0 4.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:03 #0 6.711 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:03 #75 ... 02:03:03 02:03:03 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:03:03 #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 14.0s 02:03:04 #43 ... 02:03:04 02:03:04 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:03:04 #63 27.76 (1/4) Installing dumb-init (1.2.5-r3) 02:03:04 #63 27.82 (2/4) Installing openssl (3.5.4-r0) 02:03:04 #63 28.02 (3/4) Installing su-exec (0.2-r3) 02:03:04 #63 28.05 (4/4) Installing yq-go (4.47.2-r2) 02:03:04 #63 29.94 Executing busybox-1.37.0-r19.trigger 02:03:04 #63 30.25 OK: 20 MiB in 20 packages 02:03:04 #63 DONE 33.3s 02:03:04 02:03:04 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:03:06 #43 ... 02:03:06 02:03:06 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:03:06 #72 7.414 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:06 #72 ... 02:03:06 02:03:06 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:03:06 #43 ... 02:03:06 02:03:06 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 02:03:06 #69 27.01 OK: 255 MiB in 60 packages 02:03:06 #69 DONE 29.6s 02:03:06 02:03:06 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:03:07 #43 ... 02:03:07 02:03:07 #76 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 02:03:07 #0 5.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:07 #0 7.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:07 #76 ... 02:03:07 02:03:07 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:03:07 #74 24.42 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:03:07 #74 24.80 Executing busybox-1.37.0-r20.post-upgrade 02:03:07 #74 ... 02:03:07 02:03:07 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:03:07 #77 DONE 0.8s 02:03:07 02:03:07 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:03:08 #43 ... 02:03:08 02:03:08 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:03:08 #0 5.639 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:08 #0 8.563 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:08 #78 ... 02:03:08 02:03:08 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:03:08 #64 27.04 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:03:08 #64 27.04 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:03:08 #64 27.04 OK: 26168 distinct packages available 02:03:08 #64 30.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:08 #64 33.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:08 #64 ... 02:03:08 02:03:08 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:03:08 #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 19.0s 02:03:09 #43 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.0s done 02:03:09 #43 ... 02:03:09 02:03:09 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:03:09 #70 29.67 OK: 255 MiB in 60 packages 02:03:09 #70 DONE 32.9s 02:03:09 02:03:09 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:03:09 #58 31.05 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:03:09 #58 31.05 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:03:09 #58 31.05 OK: 26168 distinct packages available 02:03:09 #58 34.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:09 #58 36.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:10 #58 ... 02:03:10 02:03:10 #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:03:10 #79 ... 02:03:10 02:03:10 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 02:03:10 #43 DONE 39.3s 02:03:10 02:03:10 #66 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:03:10 #66 31.95 OK: 255 MiB in 60 packages 02:03:10 #66 DONE 33.4s 02:03:10 02:03:10 #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:03:11 #80 ... 02:03:11 02:03:11 #68 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:03:11 #68 30.79 OK: 255 MiB in 60 packages 02:03:11 #68 DONE 33.9s 02:03:11 02:03:11 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:03:11 #0 4.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:11 #0 7.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:11 #81 ... 02:03:11 02:03:11 #82 [core-command builder 4/7] COPY go.mod vendor* ./ 02:03:11 #82 ... 02:03:11 02:03:11 #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:03:11 #79 DONE 1.3s 02:03:11 02:03:11 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:03:11 #73 26.15 (1/1) Installing dumb-init (1.2.5-r3) 02:03:11 #73 27.09 Executing busybox-1.37.0-r19.trigger 02:03:11 #73 27.49 OK: 8 MiB in 17 packages 02:03:11 #73 DONE 30.7s 02:03:11 02:03:11 #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:12 #83 ... 02:03:12 02:03:12 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:03:12 #74 26.01 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:03:12 #74 26.02 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:03:12 #74 26.03 Executing busybox-1.37.0-r20.trigger 02:03:12 #74 26.31 OK: 12 MiB in 23 packages 02:03:12 #74 DONE 30.0s 02:03:12 02:03:12 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:03:12 #72 23.39 OK: 255 MiB in 60 packages 02:03:12 #72 ... 02:03:12 02:03:12 #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:03:12 #80 DONE 1.9s 02:03:12 02:03:12 #82 [core-command builder 4/7] COPY go.mod vendor* ./ 02:03:12 #82 DONE 1.5s 02:03:12 02:03:12 #84 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:12 #84 ... 02:03:12 02:03:12 #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:03:12 #0 4.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:12 #0 7.650 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:12 #85 ... 02:03:12 02:03:12 #86 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:14 #86 ... 02:03:14 02:03:14 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:03:14 #0 6.104 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:14 #0 8.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:14 #87 ... 02:03:14 02:03:14 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:03:14 #75 20.91 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:03:14 #75 21.25 Executing busybox-1.37.0-r20.post-upgrade 02:03:15 #75 ... 02:03:15 02:03:15 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:03:15 #72 DONE 26.1s 02:03:15 02:03:15 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:03:15 #88 DONE 0.6s 02:03:15 02:03:15 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:03:15 #75 22.15 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:03:15 #75 22.15 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:03:15 #75 22.18 Executing busybox-1.37.0-r20.trigger 02:03:15 #75 22.34 OK: 8 MiB in 18 packages 02:03:16 #75 ... 02:03:16 02:03:16 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:03:16 #65 35.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:16 #65 38.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:16 #65 ... 02:03:16 02:03:16 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:17 #89 ... 02:03:17 02:03:17 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:17 #90 ... 02:03:17 02:03:17 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:03:17 #71 33.61 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 02:03:17 #71 33.61 v3.22.2-336-g51b5b1242c1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 02:03:17 #71 33.61 OK: 26172 distinct packages available 02:03:17 #71 36.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:17 #71 38.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:18 #149 ... 02:03:18 02:03:18 #151 [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:03:18 #151 159.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:03:18 #71 ... 02:03:18 02:03:18 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:03:18 #75 DONE 24.9s 02:03:18 02:03:18 #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:03:19 #151 DONE 165.5s 02:03:19 02:03:19 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:03:19 #147 DONE 165.5s 02:03:19 02:03:19 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:03:19 #150 DONE 165.5s 02:03:19 02:03:19 #176 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:03:19 #176 DONE 0.3s 02:03:19 02:03:19 #177 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:03:19 #177 DONE 0.2s 02:03:19 02:03:19 #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:03:19 #178 DONE 0.2s 02:03:19 02:03:19 #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:03:19 #179 DONE 0.1s 02:03:19 02:03:19 #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:03:20 #180 DONE 0.1s 02:03:20 02:03:20 #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:03:20 #181 DONE 0.1s 02:03:20 02:03:20 #182 [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:03:20 #182 DONE 0.1s 02:03:20 02:03:20 #183 [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:03:20 #183 DONE 0.2s 02:03:20 02:03:20 #184 [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:03:20 #184 DONE 0.2s 02:03:20 02:03:20 #185 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:03:20 #185 DONE 0.2s 02:03:20 02:03:20 #186 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:03:20 #186 DONE 0.1s 02:03:20 02:03:20 #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:03:20 #187 DONE 0.1s 02:03:20 02:03:20 #188 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:03:20 #188 DONE 0.1s 02:03:20 02:03:20 #189 [core-command] exporting to image 02:03:20 #189 exporting layers 02:03:20 #189 exporting layers 0.1s done 02:03:20 #189 writing image sha256:8a22005cc8547034565aa288edf4a424d9a878411f9f2e88dfab42d28caa8318 02:03:20 #189 writing image sha256:8a22005cc8547034565aa288edf4a424d9a878411f9f2e88dfab42d28caa8318 done 02:03:20 #189 naming to docker.io/library/core-command 0.0s done 02:03:20 #189 DONE 0.5s 02:03:20 02:03:20 #190 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:03:20 #190 DONE 0.5s 02:03:20 02:03:20 #191 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:03:20 #191 DONE 0.6s 02:03:20 02:03:20 #192 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:03:21 #192 ... 02:03:21 02:03:21 #193 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:03:21 #193 DONE 0.3s 02:03:21 02:03:21 #192 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:03:21 #192 DONE 0.3s 02:03:21 02:03:21 #194 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:03:21 #194 DONE 0.1s 02:03:21 02:03:21 #195 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:03:21 #195 ... 02:03:21 02:03:21 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:03:21 #146 DONE 167.6s 02:03:21 02:03:21 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:03:21 #145 DONE 167.6s 02:03:21 02:03:21 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:03:21 #196 DONE 0.1s 02:03:21 02:03:21 #197 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:03:21 #91 ... 02:03:21 02:03:21 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:03:21 #58 50.18 (1/13) Installing brotli-libs (1.1.0-r2) 02:03:21 #58 50.28 (2/13) Installing c-ares (1.34.6-r0) 02:03:21 #58 50.32 (3/13) Installing libunistring (1.3-r0) 02:03:21 #58 50.49 (4/13) Installing libidn2 (2.3.7-r0) 02:03:21 #58 50.53 (5/13) Installing nghttp2-libs (1.65.0-r0) 02:03:21 #58 50.55 (6/13) Installing libpsl (0.21.5-r3) 02:03:21 #58 50.58 (7/13) Installing zstd-libs (1.5.7-r0) 02:03:21 #58 50.68 (8/13) Installing libcurl (8.14.1-r2) 02:03:21 #58 50.75 (9/13) Installing curl (8.14.1-r2) 02:03:21 #58 50.77 (10/13) Installing dumb-init (1.2.5-r3) 02:03:21 #58 50.81 (11/13) Installing musl-obstack (1.2.3-r2) 02:03:21 #58 50.82 (12/13) Installing libucontext (1.3.2-r0) 02:03:21 #58 50.84 (13/13) Installing gcompat (1.1.0-r4) 02:03:21 #58 50.86 Executing busybox-1.37.0-r19.trigger 02:03:21 #58 51.02 OK: 13 MiB in 29 packages 02:03:21 #58 DONE 52.3s 02:03:21 02:03:21 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:03:21 #64 47.82 (1/5) Installing dumb-init (1.2.5-r3) 02:03:21 #64 47.88 (2/5) Installing musl-obstack (1.2.3-r2) 02:03:21 #64 47.91 (3/5) Installing libucontext (1.3.2-r0) 02:03:21 #64 47.95 (4/5) Installing gcompat (1.1.0-r4) 02:03:21 #64 47.98 (5/5) Installing openssl (3.5.4-r0) 02:03:21 #64 48.09 Executing busybox-1.37.0-r19.trigger 02:03:21 #64 48.23 OK: 9 MiB in 21 packages 02:03:21 #64 DONE 50.3s 02:03:21 02:03:21 #92 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:03:21 #92 ... 02:03:21 02:03:21 #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:03:21 #91 DONE 3.4s 02:03:21 02:03:21 #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:03:21 #197 DONE 0.2s 02:03:21 02:03:21 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:03:21 #153 DONE 167.9s 02:03:21 02:03:21 #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:03:21 #198 DONE 0.1s 02:03:21 02:03:21 #199 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:03:21 #199 DONE 0.1s 02:03:21 02:03:21 #200 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:03:22 #93 DONE 0.6s 02:03:22 02:03:22 #76 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 02:03:22 #76 21.76 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:03:22 #76 21.97 Executing busybox-1.37.0-r20.post-upgrade 02:03:22 #76 22.56 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:03:22 #76 22.58 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:03:22 #76 22.62 Executing busybox-1.37.0-r20.trigger 02:03:22 #76 22.76 OK: 8 MiB in 17 packages 02:03:22 #76 DONE 25.4s 02:03:22 02:03:22 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:03:22 #78 21.34 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:03:22 #78 21.51 Executing busybox-1.37.0-r20.post-upgrade 02:03:22 #78 22.07 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:03:22 #78 22.09 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:03:22 #78 22.13 Executing busybox-1.37.0-r20.trigger 02:03:22 #78 22.20 OK: 8 MiB in 19 packages 02:03:22 #200 ... 02:03:22 02:03:22 #195 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:03:22 #195 DONE 1.2s 02:03:22 02:03:22 #201 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:03:22 #201 DONE 1.1s 02:03:22 02:03:22 #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:03:22 #202 DONE 0.4s 02:03:22 02:03:22 #203 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:03:22 #203 DONE 0.4s 02:03:22 02:03:22 #204 [security-secretstore-setup] exporting to image 02:03:22 #204 ... 02:03:22 02:03:22 #200 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:03:22 #200 DONE 0.5s 02:03:22 02:03:22 #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:03:22 #205 DONE 0.3s 02:03:22 02:03:22 #206 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:03:22 #206 DONE 0.3s 02:03:22 02:03:22 #207 [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:03:22 #207 DONE 0.1s 02:03:22 02:03:22 #208 [security-spiffe-token-provider] exporting to image 02:03:22 #208 ... 02:03:22 02:03:22 #209 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:03:22 #209 DONE 0.2s 02:03:22 02:03:22 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:03:22 #148 DONE 168.8s 02:03:22 02:03:22 #210 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:03:22 #210 DONE 0.2s 02:03:22 02:03:22 #196 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:03:22 #196 DONE 0.1s 02:03:22 02:03:22 #198 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:03:22 #198 DONE 0.1s 02:03:22 02:03:22 #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:03:22 #211 DONE 0.1s 02:03:22 02:03:22 #212 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:03:22 #212 CACHED 02:03:22 02:03:22 #213 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:03:22 #213 CACHED 02:03:22 02:03:22 #214 [core-data] exporting to image 02:03:23 #78 DONE 24.9s 02:03:23 02:03:23 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:03:23 #65 51.71 (1/4) Installing dumb-init (1.2.5-r3) 02:03:23 #65 51.77 (2/4) Installing musl-obstack (1.2.3-r2) 02:03:23 #65 51.79 (3/4) Installing libucontext (1.3.2-r0) 02:03:23 #65 51.81 (4/4) Installing gcompat (1.1.0-r4) 02:03:23 #65 51.91 Executing busybox-1.37.0-r19.trigger 02:03:23 #65 52.05 OK: 8 MiB in 20 packages 02:03:23 #214 ... 02:03:23 02:03:23 #215 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:03:23 #215 DONE 0.2s 02:03:23 02:03:23 #208 [security-spiffe-token-provider] exporting to image 02:03:23 #208 exporting layers 0.5s done 02:03:23 #208 writing image sha256:9ee13b9cf12739b95ea7b285294df54c6eaf6b6494e8b1f5b2d8e55430b7a9db 0.1s done 02:03:23 #208 naming to docker.io/library/security-spiffe-token-provider done 02:03:23 #208 DONE 0.6s 02:03:23 02:03:23 #216 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:03:23 #216 DONE 0.2s 02:03:23 02:03:23 #204 [security-secretstore-setup] exporting to image 02:03:23 #204 exporting layers 0.9s done 02:03:23 #204 writing image sha256:d10a2879da4edb743114e75dd4720e44aa67d31163f988e9ca7c75dff613d332 0.0s done 02:03:23 #204 naming to docker.io/library/security-secretstore-setup done 02:03:23 #204 DONE 1.0s 02:03:23 02:03:23 #217 [security-proxy-setup] exporting to image 02:03:23 #217 exporting layers 1.0s done 02:03:23 #217 writing image sha256:cb5c3b61da99f23a09ac6641a62e3e68331adbe93a09041a825adafbebc65dae 0.0s done 02:03:23 #217 naming to docker.io/library/security-proxy-setup 0.0s done 02:03:23 #217 DONE 1.1s 02:03:23 02:03:23 #214 [core-data] exporting to image 02:03:23 #214 exporting layers 0.5s done 02:03:23 #214 writing image sha256:a0af85accef6d083cf5da83a2c36f6d9f4d448dcac48137d02c0cc88d68b1fa0 02:03:23 #214 writing image sha256:a0af85accef6d083cf5da83a2c36f6d9f4d448dcac48137d02c0cc88d68b1fa0 0.0s done 02:03:23 #214 naming to docker.io/library/core-data done 02:03:23 #214 DONE 0.6s 02:03:23 02:03:23 #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:03:23 #218 DONE 0.6s 02:03:23 02:03:23 #219 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:03:23 #219 DONE 0.1s 02:03:23 02:03:23 #220 [core-metadata] exporting to image 02:03:23 #220 ... 02:03:23 02:03:23 #221 [security-proxy-auth] exporting to image 02:03:23 #221 exporting layers 0.2s done 02:03:23 #221 writing image sha256:d8099bf9dc3e1f98f0fbef0f7b50b7a914998e3341dc3f2d2b17f1c085b249a4 done 02:03:23 #221 naming to docker.io/library/security-proxy-auth done 02:03:23 #221 DONE 0.3s 02:03:23 02:03:23 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:03:24 #152 ... 02:03:24 02:03:24 #154 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 02:03:24 #154 DONE 170.3s 02:03:24 02:03:24 #220 [core-metadata] exporting to image 02:03:24 #220 exporting layers 0.8s done 02:03:24 #220 writing image sha256:83e4222d7e2c2eaef861531e53ec40391aa3e9dd1a95c418b20356019db1c512 done 02:03:24 #220 naming to docker.io/library/core-metadata done 02:03:24 #220 DONE 0.8s 02:03:24 02:03:24 #222 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:03:24 #222 DONE 0.1s 02:03:24 02:03:24 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:03:24 #149 ... 02:03:24 02:03:24 #223 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:03:24 #223 DONE 0.1s 02:03:24 #65 ... 02:03:24 02:03:24 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:03:24 #81 20.42 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:03:24 #81 20.81 Executing busybox-1.37.0-r20.post-upgrade 02:03:24 #81 21.56 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:03:24 #81 21.60 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:03:24 #81 21.62 Executing busybox-1.37.0-r20.trigger 02:03:24 #81 21.77 OK: 19 MiB in 20 packages 02:03:24 #81 DONE 23.5s 02:03:24 02:03:24 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:03:24 #87 19.95 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:03:24 #87 20.13 Executing busybox-1.37.0-r20.post-upgrade 02:03:24 02:03:24 #224 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:03:24 #224 DONE 0.0s 02:03:24 02:03:24 #225 [core-keeper] exporting to image 02:03:24 #225 exporting layers 0.1s done 02:03:24 #225 writing image sha256:a875b15536f1b4d3f87f381fb23255a756658ace883e900876e661a52853eef5 done 02:03:24 #225 naming to docker.io/library/core-keeper done 02:03:24 #225 DONE 0.2s 02:03:24 02:03:24 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:03:24 #87 20.68 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:03:24 #87 20.71 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:03:24 #87 20.72 Executing busybox-1.37.0-r20.trigger 02:03:25 #87 ... 02:03:25 02:03:25 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:03:25 #65 DONE 54.1s 02:03:25 02:03:25 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:03:25 #87 20.89 OK: 20 MiB in 20 packages 02:03:25 #87 ... 02:03:25 02:03:25 #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:03:25 #85 19.90 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:03:25 #85 20.10 Executing busybox-1.37.0-r20.post-upgrade 02:03:25 #85 20.74 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:03:25 #85 20.77 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:03:25 #85 20.79 Executing busybox-1.37.0-r20.trigger 02:03:25 #85 20.95 OK: 8 MiB in 17 packages 02:03:25 #85 DONE 22.8s 02:03:25 02:03:25 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:03:26 #149 ... 02:03:26 02:03:26 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:03:26 #152 DONE 172.1s 02:03:26 02:03:26 #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:03:26 #226 DONE 0.0s 02:03:26 02:03:26 #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:03:26 #227 DONE 0.0s 02:03:26 02:03:26 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:03:26 #149 ... 02:03:26 02:03:26 #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:03:26 #228 DONE 0.2s 02:03:26 02:03:26 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:03:26 #149 DONE 172.4s 02:03:26 02:03:26 #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:03:26 #229 DONE 0.1s 02:03:26 02:03:26 #230 [support-scheduler] exporting to image 02:03:26 #230 ... 02:03:26 02:03:26 #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:03:26 #231 DONE 0.0s 02:03:26 02:03:26 #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:03:26 #232 DONE 0.0s 02:03:26 02:03:26 #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:03:26 #233 DONE 0.2s 02:03:26 02:03:26 #230 [support-scheduler] exporting to image 02:03:26 #230 exporting layers 0.2s done 02:03:26 #230 writing image sha256:2fd75c36d08128af06f13764e37a05eff9c61e711b97ef3a50155656c3d9701e 0.1s done 02:03:26 #230 naming to docker.io/library/support-scheduler done 02:03:26 #230 DONE 0.3s 02:03:26 02:03:26 #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:03:26 #234 DONE 0.1s 02:03:26 02:03:26 #235 [support-notifications] exporting to image 02:03:26 #235 exporting layers 0.1s done 02:03:26 #235 writing image sha256:140f4440737975bc24a0965b7677a3c3df302573e061e2e6f6558ce6a7ae56fd done 02:03:26 #235 naming to docker.io/library/support-notifications done 02:03:26 #235 DONE 0.1s 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:03:26 time="2026-01-13T01:59:58Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:03:26 $ docker stop --time=1 288e98a1ea1bbd5e3cb46433acd50890162ae47aa4112c2bb4af96575ba6849f 02:03:27 #94 ... 02:03:27 02:03:27 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:03:27 #87 DONE 22.9s 02:03:27 02:03:27 #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:03:27 #95 DONE 0.3s 02:03:27 02:03:27 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:03:27 #71 49.80 OK: 255 MiB in 60 packages 02:03:28 $ docker rm -f --volumes 288e98a1ea1bbd5e3cb46433acd50890162ae47aa4112c2bb4af96575ba6849f [Pipeline] // withDockerContainer [Pipeline] sh 02:03:28 #71 DONE 51.1s 02:03:28 02:03:28 #96 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:03:28 + docker images 02:03:28 REPOSITORY TAG IMAGE ID CREATED SIZE 02:03:28 support-notifications latest 140f44407379 2 seconds ago 55.7MB 02:03:28 support-scheduler latest 2fd75c36d081 2 seconds ago 52MB 02:03:28 core-keeper latest a875b15536f1 4 seconds ago 46.8MB 02:03:28 core-metadata latest 83e4222d7e2c 5 seconds ago 48MB 02:03:28 security-proxy-auth latest d8099bf9dc3e 5 seconds ago 47MB 02:03:28 security-spiffe-token-provider latest 9ee13b9cf127 6 seconds ago 51MB 02:03:28 security-secretstore-setup latest d10a2879da4e 6 seconds ago 84.5MB 02:03:28 core-data latest a0af85accef6 6 seconds ago 47.9MB 02:03:28 security-proxy-setup latest cb5c3b61da99 6 seconds ago 52.8MB 02:03:28 core-command latest 8a22005cc854 8 seconds ago 42.1MB 02:03:28 security-bootstrapper latest 2be0c1ff8fa2 About a minute ago 22.4MB 02:03:28 core-common-config-bootstrapper latest f69ef8b0f7fb About a minute ago 21.3MB 02:03:28 security-spire-agent latest 97e6b658f4b6 2 minutes ago 238MB 02:03:28 security-spire-config latest 5d0808df220c 2 minutes ago 178MB 02:03:28 security-spire-server latest 39b1890bee67 2 minutes ago 178MB 02:03:28 ci-base-image-x86_64 latest c8e19139c06c 6 minutes ago 999MB 02:03:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 3 months ago 636MB 02:03:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 7 months ago 573MB 02:03:28 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] { 02:03:28 #96 DONE 0.5s 02:03:28 02:03:28 #92 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:03:28 #92 5.181 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:28 #92 6.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [Pipeline] configFileProvider 02:03:28 provisioning config files... 02:03:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/948@tmp/config12592773114263861850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:03:28 ---> ****-login.sh 02:03:28 nexus3.edgexfoundry.org:10001 02:03:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:28 Login Succeeded 02:03:28 nexus3.edgexfoundry.org:10002 02:03:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:28 Login Succeeded 02:03:28 nexus3.edgexfoundry.org:10003 02:03:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:29 Login Succeeded 02:03:29 nexus3.edgexfoundry.org:10004 02:03:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:29 Login Succeeded 02:03:29 ****.io 02:03:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:29 Login Succeeded 02:03:29 ---> ****-login.sh ends [Pipeline] } 02:03:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:03:29 [edgeXDocker.push] Tagging docker image core-command with the following tags: 02:03:29 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:29 latest 02:03:29 4.1.0-dev.93 02:03:29 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:29 main 02:03:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:30 + docker push nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:03:30 78eb8f46d8b2: Preparing 02:03:30 1007c16bf5af: Preparing 02:03:30 9074464ba2c1: Preparing 02:03:30 083c7e0dee5b: Preparing 02:03:30 11de342eae5d: Preparing 02:03:30 c3cf80e3e21d: Preparing 02:03:30 256f393e029f: Preparing 02:03:30 c3cf80e3e21d: Waiting 02:03:30 256f393e029f: Waiting 02:03:30 083c7e0dee5b: Pushed 02:03:30 9074464ba2c1: Pushed 02:03:30 78eb8f46d8b2: Pushed 02:03:30 256f393e029f: Layer already exists 02:03:30 11de342eae5d: Pushed 02:03:30 c3cf80e3e21d: Pushed 02:03:31 #92 ... 02:03:31 02:03:31 #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:03:31 #0 5.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:31 #0 6.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:31 #97 ... 02:03:31 02:03:31 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:03:31 #94 3.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 02:03:31 #94 4.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 02:03:33 1007c16bf5af: Pushed 02:03:33 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:34 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 02:03:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:03:34 78eb8f46d8b2: Preparing 02:03:34 1007c16bf5af: Preparing 02:03:34 9074464ba2c1: Preparing 02:03:34 083c7e0dee5b: Preparing 02:03:34 11de342eae5d: Preparing 02:03:34 c3cf80e3e21d: Preparing 02:03:34 256f393e029f: Preparing 02:03:34 256f393e029f: Waiting 02:03:34 c3cf80e3e21d: Waiting 02:03:34 11de342eae5d: Layer already exists 02:03:34 9074464ba2c1: Layer already exists 02:03:34 083c7e0dee5b: Layer already exists 02:03:34 1007c16bf5af: Layer already exists 02:03:34 78eb8f46d8b2: Layer already exists 02:03:34 c3cf80e3e21d: Layer already exists 02:03:34 256f393e029f: Layer already exists 02:03:34 latest: digest: sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:34 #94 ... 02:03:34 02:03:34 #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:03:34 #97 11.79 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:03:34 #97 11.96 Executing busybox-1.37.0-r20.post-upgrade 02:03:34 #97 12.39 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:03:34 #97 12.40 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:03:34 #97 12.45 Executing busybox-1.37.0-r20.trigger 02:03:34 #97 12.51 OK: 13 MiB in 29 packages 02:03:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:34 #97 ... 02:03:34 02:03:34 #92 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:03:34 #92 11.53 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:03:34 #92 11.66 Executing busybox-1.37.0-r20.post-upgrade 02:03:34 #92 12.06 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:03:34 #92 12.07 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:03:34 #92 12.14 Executing busybox-1.37.0-r20.trigger 02:03:34 #92 12.20 OK: 9 MiB in 21 packages 02:03:34 #92 DONE 13.2s 02:03:34 02:03:34 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:03:34 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93 02:03:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:03:34 78eb8f46d8b2: Preparing 02:03:34 1007c16bf5af: Preparing 02:03:34 9074464ba2c1: Preparing 02:03:34 083c7e0dee5b: Preparing 02:03:34 11de342eae5d: Preparing 02:03:34 c3cf80e3e21d: Preparing 02:03:34 256f393e029f: Preparing 02:03:34 c3cf80e3e21d: Waiting 02:03:34 256f393e029f: Waiting 02:03:34 9074464ba2c1: Layer already exists 02:03:34 11de342eae5d: Layer already exists 02:03:34 083c7e0dee5b: Layer already exists 02:03:34 78eb8f46d8b2: Layer already exists 02:03:34 1007c16bf5af: Layer already exists 02:03:34 256f393e029f: Layer already exists 02:03:34 c3cf80e3e21d: Layer already exists 02:03:34 4.1.0-dev.93: digest: sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:35 #98 ... 02:03:35 02:03:35 #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:03:35 #97 DONE 14.1s 02:03:35 + docker push nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:03:35 78eb8f46d8b2: Preparing 02:03:35 1007c16bf5af: Preparing 02:03:35 9074464ba2c1: Preparing 02:03:35 083c7e0dee5b: Preparing 02:03:35 11de342eae5d: Preparing 02:03:35 c3cf80e3e21d: Preparing 02:03:35 256f393e029f: Preparing 02:03:35 c3cf80e3e21d: Waiting 02:03:35 256f393e029f: Waiting 02:03:35 9074464ba2c1: Layer already exists 02:03:35 11de342eae5d: Layer already exists 02:03:35 78eb8f46d8b2: Layer already exists 02:03:35 083c7e0dee5b: Layer already exists 02:03:35 1007c16bf5af: Layer already exists 02:03:35 256f393e029f: Layer already exists 02:03:35 c3cf80e3e21d: Layer already exists 02:03:35 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:35 02:03:35 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:03:35 #94 9.267 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 02:03:35 #94 9.699 Executing busybox-1.37.0-r20.post-upgrade 02:03:35 #94 10.35 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 02:03:35 #94 10.36 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 02:03:35 #94 10.37 Executing busybox-1.37.0-r20.trigger 02:03:35 #94 10.47 OK: 8 MiB in 20 packages 02:03:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:36 + docker push nexus3.edgexfoundry.org:10004/core-command:main 02:03:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:03:36 78eb8f46d8b2: Preparing 02:03:36 1007c16bf5af: Preparing 02:03:36 9074464ba2c1: Preparing 02:03:36 083c7e0dee5b: Preparing 02:03:36 11de342eae5d: Preparing 02:03:36 c3cf80e3e21d: Preparing 02:03:36 256f393e029f: Preparing 02:03:36 256f393e029f: Waiting 02:03:36 c3cf80e3e21d: Waiting 02:03:36 9074464ba2c1: Layer already exists 02:03:36 1007c16bf5af: Layer already exists 02:03:36 11de342eae5d: Layer already exists 02:03:36 78eb8f46d8b2: Layer already exists 02:03:36 083c7e0dee5b: Layer already exists 02:03:36 c3cf80e3e21d: Layer already exists 02:03:36 256f393e029f: Layer already exists 02:03:36 main: digest: sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:36 ===================================================== [Pipeline] echo 02:03:36 taggedImages: 02:03:36 - nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:36 - nexus3.edgexfoundry.org:10004/core-command:latest 02:03:36 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93 02:03:36 - nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:36 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 02:03:36 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 02:03:36 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:36 latest 02:03:36 4.1.0-dev.93 02:03:36 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:36 main 02:03:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:36 #94 ... 02:03:36 02:03:36 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:03:36 #98 DONE 2.0s 02:03:36 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:03:36 8b1fd388c318: Preparing 02:03:36 3bf6c296b1a5: Preparing 02:03:36 c393763ebeb2: Preparing 02:03:36 5a5142a4f75c: Preparing 02:03:36 9074464ba2c1: Preparing 02:03:36 083c7e0dee5b: Preparing 02:03:36 11de342eae5d: Preparing 02:03:36 c3cf80e3e21d: Preparing 02:03:36 256f393e029f: Preparing 02:03:36 083c7e0dee5b: Waiting 02:03:36 11de342eae5d: Waiting 02:03:36 c3cf80e3e21d: Waiting 02:03:36 256f393e029f: Waiting 02:03:36 9074464ba2c1: Layer already exists 02:03:36 083c7e0dee5b: Layer already exists 02:03:36 11de342eae5d: Layer already exists 02:03:36 c3cf80e3e21d: Layer already exists 02:03:36 3bf6c296b1a5: Pushed 02:03:36 256f393e029f: Layer already exists 02:03:36 c393763ebeb2: Pushed 02:03:36 8b1fd388c318: Pushed 02:03:36 02:03:36 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:03:37 #99 ... 02:03:37 02:03:37 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:03:37 #94 DONE 12.2s 02:03:37 02:03:37 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:03:38 #100 ... 02:03:38 02:03:38 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:03:38 #101 DONE 3.6s 02:03:38 5a5142a4f75c: Pushed 02:03:38 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 size: 2195 02:03:38 02:03:38 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:03:38 #102 DONE 0.2s 02:03:38 02:03:38 #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:38 #103 ... 02:03:38 02:03:38 #104 [security-spire-server stage-2 6/9] COPY security.txt / 02:03:38 + 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 02:03:38 #104 DONE 0.3s 02:03:38 02:03:38 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:03:38 #105 DONE 0.2s 02:03:38 02:03:38 #36 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:03:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:03:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:03:39 8b1fd388c318: Preparing 02:03:39 3bf6c296b1a5: Preparing 02:03:39 c393763ebeb2: Preparing 02:03:39 5a5142a4f75c: Preparing 02:03:39 9074464ba2c1: Preparing 02:03:39 083c7e0dee5b: Preparing 02:03:39 11de342eae5d: Preparing 02:03:39 c3cf80e3e21d: Preparing 02:03:39 256f393e029f: Preparing 02:03:39 11de342eae5d: Waiting 02:03:39 c3cf80e3e21d: Waiting 02:03:39 256f393e029f: Waiting 02:03:39 083c7e0dee5b: Waiting 02:03:39 c393763ebeb2: Layer already exists 02:03:39 9074464ba2c1: Layer already exists 02:03:39 3bf6c296b1a5: Layer already exists 02:03:39 5a5142a4f75c: Layer already exists 02:03:39 8b1fd388c318: Layer already exists 02:03:39 c3cf80e3e21d: Layer already exists 02:03:39 083c7e0dee5b: Layer already exists 02:03:39 11de342eae5d: Layer already exists 02:03:39 256f393e029f: Layer already exists 02:03:39 latest: digest: sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 size: 2195 02:03:39 #36 ... 02:03:39 02:03:39 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:03:39 #106 DONE 0.3s 02:03:39 02:03:39 #36 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:39 #36 ... 02:03:39 02:03:39 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:03:39 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:39 #107 DONE 0.3s 02:03:39 02:03:39 #108 [security-spire-server] exporting to image 02:03:39 #108 exporting layers 02:03:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93 02:03:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:03:39 8b1fd388c318: Preparing 02:03:39 3bf6c296b1a5: Preparing 02:03:39 c393763ebeb2: Preparing 02:03:39 5a5142a4f75c: Preparing 02:03:39 9074464ba2c1: Preparing 02:03:39 083c7e0dee5b: Preparing 02:03:39 11de342eae5d: Preparing 02:03:39 c3cf80e3e21d: Preparing 02:03:39 256f393e029f: Preparing 02:03:39 083c7e0dee5b: Waiting 02:03:39 11de342eae5d: Waiting 02:03:39 c3cf80e3e21d: Waiting 02:03:39 256f393e029f: Waiting 02:03:39 9074464ba2c1: Layer already exists 02:03:39 c393763ebeb2: Layer already exists 02:03:39 3bf6c296b1a5: Layer already exists 02:03:39 5a5142a4f75c: Layer already exists 02:03:39 8b1fd388c318: Layer already exists 02:03:39 11de342eae5d: Layer already exists 02:03:39 c3cf80e3e21d: Layer already exists 02:03:39 083c7e0dee5b: Layer already exists 02:03:39 256f393e029f: Layer already exists 02:03:39 4.1.0-dev.93: digest: sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:40 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:03:40 8b1fd388c318: Preparing 02:03:40 3bf6c296b1a5: Preparing 02:03:40 c393763ebeb2: Preparing 02:03:40 5a5142a4f75c: Preparing 02:03:40 9074464ba2c1: Preparing 02:03:40 083c7e0dee5b: Preparing 02:03:40 11de342eae5d: Preparing 02:03:40 083c7e0dee5b: Waiting 02:03:40 c3cf80e3e21d: Preparing 02:03:40 256f393e029f: Preparing 02:03:40 11de342eae5d: Waiting 02:03:40 c3cf80e3e21d: Waiting 02:03:40 256f393e029f: Waiting 02:03:40 5a5142a4f75c: Layer already exists 02:03:40 3bf6c296b1a5: Layer already exists 02:03:40 c393763ebeb2: Layer already exists 02:03:40 9074464ba2c1: Layer already exists 02:03:40 8b1fd388c318: Layer already exists 02:03:40 11de342eae5d: Layer already exists 02:03:40 083c7e0dee5b: Layer already exists 02:03:40 c3cf80e3e21d: Layer already exists 02:03:40 256f393e029f: Layer already exists 02:03:40 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:40 #108 ... 02:03:40 02:03:40 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:03:40 #100 DONE 3.4s 02:03:40 02:03:40 #109 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:03:40 + 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 02:03:41 #109 ... 02:03:41 02:03:41 #99 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:03:41 #99 DONE 4.2s 02:03:41 02:03:41 #109 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:03:41 #109 DONE 0.3s 02:03:41 02:03:41 #110 [security-spire-config stage-2 6/10] COPY security.txt / 02:03:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:03:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:03:41 8b1fd388c318: Preparing 02:03:41 3bf6c296b1a5: Preparing 02:03:41 c393763ebeb2: Preparing 02:03:41 5a5142a4f75c: Preparing 02:03:41 9074464ba2c1: Preparing 02:03:41 083c7e0dee5b: Preparing 02:03:41 11de342eae5d: Preparing 02:03:41 c3cf80e3e21d: Preparing 02:03:41 256f393e029f: Preparing 02:03:41 c3cf80e3e21d: Waiting 02:03:41 083c7e0dee5b: Waiting 02:03:41 256f393e029f: Waiting 02:03:41 11de342eae5d: Waiting 02:03:41 c393763ebeb2: Layer already exists 02:03:41 9074464ba2c1: Layer already exists 02:03:41 8b1fd388c318: Layer already exists 02:03:41 5a5142a4f75c: Layer already exists 02:03:41 3bf6c296b1a5: Layer already exists 02:03:41 c3cf80e3e21d: Layer already exists 02:03:41 11de342eae5d: Layer already exists 02:03:41 083c7e0dee5b: Layer already exists 02:03:41 256f393e029f: Layer already exists 02:03:41 main: digest: sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry 02:03:41 #110 ... 02:03:41 02:03:41 #111 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:03:41 #111 DONE 0.4s [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:41 ===================================================== [Pipeline] echo 02:03:41 taggedImages: 02:03:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:03:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93 02:03:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 02:03:41 [edgeXDocker.push] Tagging docker image core-data with the following tags: 02:03:41 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:41 latest 02:03:41 4.1.0-dev.93 02:03:41 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:41 main 02:03:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:41 02:03:41 #110 [security-spire-config stage-2 6/10] COPY security.txt / 02:03:41 #110 DONE 0.5s 02:03:41 02:03:41 #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:03:41 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:41 #112 ... 02:03:41 02:03:41 #113 [security-spire-agent stage-3 7/10] COPY security.txt / 02:03:41 #113 DONE 0.4s 02:03:41 02:03:41 #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:03:41 #112 DONE 0.4s 02:03:41 02:03:41 #114 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:03:42 + docker push nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:03:42 85cf9ab8f40a: Preparing 02:03:42 3b09559ba844: Preparing 02:03:42 9074464ba2c1: Preparing 02:03:42 083c7e0dee5b: Preparing 02:03:42 11de342eae5d: Preparing 02:03:42 633d170fee8e: Preparing 02:03:42 256f393e029f: Preparing 02:03:42 633d170fee8e: Waiting 02:03:42 256f393e029f: Waiting 02:03:42 11de342eae5d: Layer already exists 02:03:42 9074464ba2c1: Layer already exists 02:03:42 083c7e0dee5b: Layer already exists 02:03:42 256f393e029f: Layer already exists 02:03:42 85cf9ab8f40a: Pushed 02:03:42 633d170fee8e: Pushed 02:03:42 #114 ... 02:03:42 02:03:42 #115 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:03:42 #115 DONE 0.5s 02:03:42 02:03:42 #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:03:42 #116 ... 02:03:42 02:03:42 #114 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:03:42 #114 DONE 0.5s 02:03:42 02:03:42 #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:03:42 #116 DONE 0.4s 02:03:42 02:03:42 #117 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:03:42 #117 DONE 0.4s 02:03:42 02:03:42 #108 [security-spire-config] exporting to image 02:03:43 #108 ... 02:03:43 02:03:43 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:03:43 #118 DONE 0.5s 02:03:43 02:03:43 #108 [security-spire-agent] exporting to image 02:03:44 #108 exporting layers 4.5s done 02:03:44 #108 writing image sha256:eec01978d64122b6201d19cee23766f6a423fd1ca3213c6061633af2d27bb232 02:03:44 #108 writing image sha256:eec01978d64122b6201d19cee23766f6a423fd1ca3213c6061633af2d27bb232 0.0s done 02:03:44 #108 naming to docker.io/library/security-spire-server-arm64 0.0s done 02:03:46 3b09559ba844: Pushed 02:03:46 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:46 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:46 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 02:03:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:03:46 85cf9ab8f40a: Preparing 02:03:46 3b09559ba844: Preparing 02:03:46 9074464ba2c1: Preparing 02:03:46 083c7e0dee5b: Preparing 02:03:46 11de342eae5d: Preparing 02:03:46 633d170fee8e: Preparing 02:03:46 256f393e029f: Preparing 02:03:46 256f393e029f: Waiting 02:03:46 633d170fee8e: Waiting 02:03:46 85cf9ab8f40a: Layer already exists 02:03:46 083c7e0dee5b: Layer already exists 02:03:46 3b09559ba844: Layer already exists 02:03:46 11de342eae5d: Layer already exists 02:03:46 9074464ba2c1: Layer already exists 02:03:46 256f393e029f: Layer already exists 02:03:46 633d170fee8e: Layer already exists 02:03:46 latest: digest: sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:46 #108 exporting layers 3.7s done 02:03:46 #108 writing image sha256:7e80b752d299f1586257f7c92f21b93d457ea735a89640f2f7e8dcdf89cbd7cb 0.0s done 02:03:46 #108 naming to docker.io/library/security-spire-config-arm64 done 02:03:46 #108 exporting layers 3.6s done 02:03:46 #108 writing image sha256:faf61d986448a2b05c9e2ec1c2860de06d8219dfe7fbf7c7d18936674134f98a 0.0s done 02:03:46 #108 naming to docker.io/library/security-spire-agent-arm64 0.0s done 02:03:46 #108 DONE 7.2s 02:03:46 02:03:46 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:47 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93 02:03:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:03:47 85cf9ab8f40a: Preparing 02:03:47 3b09559ba844: Preparing 02:03:47 9074464ba2c1: Preparing 02:03:47 083c7e0dee5b: Preparing 02:03:47 11de342eae5d: Preparing 02:03:47 633d170fee8e: Preparing 02:03:47 256f393e029f: Preparing 02:03:47 633d170fee8e: Waiting 02:03:47 256f393e029f: Waiting 02:03:47 85cf9ab8f40a: Layer already exists 02:03:47 11de342eae5d: Layer already exists 02:03:47 083c7e0dee5b: Layer already exists 02:03:47 9074464ba2c1: Layer already exists 02:03:47 3b09559ba844: Layer already exists 02:03:47 633d170fee8e: Layer already exists 02:03:47 256f393e029f: Layer already exists 02:03:47 4.1.0-dev.93: digest: sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:48 + docker push nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:03:48 85cf9ab8f40a: Preparing 02:03:48 3b09559ba844: Preparing 02:03:48 9074464ba2c1: Preparing 02:03:48 083c7e0dee5b: Preparing 02:03:48 11de342eae5d: Preparing 02:03:48 633d170fee8e: Preparing 02:03:48 256f393e029f: Preparing 02:03:48 633d170fee8e: Waiting 02:03:48 256f393e029f: Waiting 02:03:48 85cf9ab8f40a: Layer already exists 02:03:48 9074464ba2c1: Layer already exists 02:03:48 11de342eae5d: Layer already exists 02:03:48 083c7e0dee5b: Layer already exists 02:03:48 3b09559ba844: Layer already exists 02:03:48 256f393e029f: Layer already exists 02:03:48 633d170fee8e: Layer already exists 02:03:48 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:48 + docker push nexus3.edgexfoundry.org:10004/core-data:main 02:03:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:03:48 85cf9ab8f40a: Preparing 02:03:48 3b09559ba844: Preparing 02:03:48 9074464ba2c1: Preparing 02:03:48 083c7e0dee5b: Preparing 02:03:48 11de342eae5d: Preparing 02:03:48 633d170fee8e: Preparing 02:03:48 256f393e029f: Preparing 02:03:48 256f393e029f: Waiting 02:03:48 633d170fee8e: Waiting 02:03:48 3b09559ba844: Layer already exists 02:03:48 11de342eae5d: Layer already exists 02:03:48 9074464ba2c1: Layer already exists 02:03:48 083c7e0dee5b: Layer already exists 02:03:48 85cf9ab8f40a: Layer already exists 02:03:48 633d170fee8e: Layer already exists 02:03:48 256f393e029f: Layer already exists 02:03:48 main: digest: sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:48 ===================================================== [Pipeline] echo 02:03:48 taggedImages: 02:03:48 - nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:48 - nexus3.edgexfoundry.org:10004/core-data:latest 02:03:48 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93 02:03:48 - nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:48 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 02:03:48 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 02:03:48 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:48 latest 02:03:48 4.1.0-dev.93 02:03:48 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:48 main 02:03:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:49 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:03:49 c8544712f622: Preparing 02:03:49 763535bec4d7: Preparing 02:03:49 083c7e0dee5b: Preparing 02:03:49 70d54ee45901: Preparing 02:03:49 128e5491185a: Preparing 02:03:49 256f393e029f: Preparing 02:03:49 256f393e029f: Waiting 02:03:49 083c7e0dee5b: Layer already exists 02:03:49 256f393e029f: Layer already exists 02:03:49 128e5491185a: Pushed 02:03:49 c8544712f622: Pushed 02:03:49 70d54ee45901: Pushed 02:03:53 763535bec4d7: Pushed 02:03:53 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:54 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 02:03:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:03:54 c8544712f622: Preparing 02:03:54 763535bec4d7: Preparing 02:03:54 083c7e0dee5b: Preparing 02:03:54 70d54ee45901: Preparing 02:03:54 128e5491185a: Preparing 02:03:54 256f393e029f: Preparing 02:03:54 256f393e029f: Waiting 02:03:54 c8544712f622: Layer already exists 02:03:54 763535bec4d7: Layer already exists 02:03:54 128e5491185a: Layer already exists 02:03:54 70d54ee45901: Layer already exists 02:03:54 083c7e0dee5b: Layer already exists 02:03:54 256f393e029f: Layer already exists 02:03:54 latest: digest: sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:54 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93 02:03:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:03:55 c8544712f622: Preparing 02:03:55 763535bec4d7: Preparing 02:03:55 083c7e0dee5b: Preparing 02:03:55 70d54ee45901: Preparing 02:03:55 128e5491185a: Preparing 02:03:55 256f393e029f: Preparing 02:03:55 256f393e029f: Waiting 02:03:55 128e5491185a: Layer already exists 02:03:55 763535bec4d7: Layer already exists 02:03:55 70d54ee45901: Layer already exists 02:03:55 083c7e0dee5b: Layer already exists 02:03:55 c8544712f622: Layer already exists 02:03:55 256f393e029f: Layer already exists 02:03:55 4.1.0-dev.93: digest: sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:55 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:03:55 c8544712f622: Preparing 02:03:55 763535bec4d7: Preparing 02:03:55 083c7e0dee5b: Preparing 02:03:55 70d54ee45901: Preparing 02:03:55 128e5491185a: Preparing 02:03:55 256f393e029f: Preparing 02:03:55 256f393e029f: Waiting 02:03:55 70d54ee45901: Layer already exists 02:03:55 083c7e0dee5b: Layer already exists 02:03:55 763535bec4d7: Layer already exists 02:03:55 c8544712f622: Layer already exists 02:03:55 128e5491185a: Layer already exists 02:03:55 256f393e029f: Layer already exists 02:03:55 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:55 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 02:03:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:03:56 c8544712f622: Preparing 02:03:56 763535bec4d7: Preparing 02:03:56 083c7e0dee5b: Preparing 02:03:56 70d54ee45901: Preparing 02:03:56 128e5491185a: Preparing 02:03:56 256f393e029f: Preparing 02:03:56 256f393e029f: Waiting 02:03:56 c8544712f622: Layer already exists 02:03:56 128e5491185a: Layer already exists 02:03:56 083c7e0dee5b: Layer already exists 02:03:56 763535bec4d7: Layer already exists 02:03:56 70d54ee45901: Layer already exists 02:03:56 256f393e029f: Layer already exists 02:03:56 main: digest: sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:56 ===================================================== [Pipeline] echo 02:03:56 taggedImages: 02:03:56 - nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:56 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:03:56 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93 02:03:56 - nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:56 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 02:03:56 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 02:03:56 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:56 latest 02:03:56 4.1.0-dev.93 02:03:56 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:03:56 main 02:03:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:03:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:03:57 54b9546763b7: Preparing 02:03:57 3713de1a58c3: Preparing 02:03:57 59e0384d41b9: Preparing 02:03:57 9074464ba2c1: Preparing 02:03:57 083c7e0dee5b: Preparing 02:03:57 11de342eae5d: Preparing 02:03:57 c3cf80e3e21d: Preparing 02:03:57 256f393e029f: Preparing 02:03:57 c3cf80e3e21d: Waiting 02:03:57 256f393e029f: Waiting 02:03:57 11de342eae5d: Waiting 02:03:57 9074464ba2c1: Layer already exists 02:03:57 083c7e0dee5b: Layer already exists 02:03:57 11de342eae5d: Layer already exists 02:03:57 c3cf80e3e21d: Layer already exists 02:03:57 256f393e029f: Layer already exists 02:03:57 3713de1a58c3: Pushed 02:03:57 54b9546763b7: Pushed 02:04:01 59e0384d41b9: Pushed 02:04:01 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:01 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 02:04:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:04:01 54b9546763b7: Preparing 02:04:01 3713de1a58c3: Preparing 02:04:01 59e0384d41b9: Preparing 02:04:01 9074464ba2c1: Preparing 02:04:01 083c7e0dee5b: Preparing 02:04:01 11de342eae5d: Preparing 02:04:01 c3cf80e3e21d: Preparing 02:04:01 256f393e029f: Preparing 02:04:01 256f393e029f: Waiting 02:04:01 11de342eae5d: Waiting 02:04:01 c3cf80e3e21d: Waiting 02:04:01 59e0384d41b9: Layer already exists 02:04:01 3713de1a58c3: Layer already exists 02:04:01 9074464ba2c1: Layer already exists 02:04:01 083c7e0dee5b: Layer already exists 02:04:01 54b9546763b7: Layer already exists 02:04:01 256f393e029f: Layer already exists 02:04:01 11de342eae5d: Layer already exists 02:04:01 c3cf80e3e21d: Layer already exists 02:04:01 latest: digest: sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:02 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93 02:04:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:04:02 54b9546763b7: Preparing 02:04:02 3713de1a58c3: Preparing 02:04:02 59e0384d41b9: Preparing 02:04:02 9074464ba2c1: Preparing 02:04:02 083c7e0dee5b: Preparing 02:04:02 11de342eae5d: Preparing 02:04:02 c3cf80e3e21d: Preparing 02:04:02 256f393e029f: Preparing 02:04:02 11de342eae5d: Waiting 02:04:02 c3cf80e3e21d: Waiting 02:04:02 256f393e029f: Waiting 02:04:02 083c7e0dee5b: Layer already exists 02:04:02 54b9546763b7: Layer already exists 02:04:02 59e0384d41b9: Layer already exists 02:04:02 9074464ba2c1: Layer already exists 02:04:02 3713de1a58c3: Layer already exists 02:04:02 c3cf80e3e21d: Layer already exists 02:04:02 11de342eae5d: Layer already exists 02:04:02 256f393e029f: Layer already exists 02:04:02 4.1.0-dev.93: digest: sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:02 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:04:03 54b9546763b7: Preparing 02:04:03 3713de1a58c3: Preparing 02:04:03 59e0384d41b9: Preparing 02:04:03 9074464ba2c1: Preparing 02:04:03 083c7e0dee5b: Preparing 02:04:03 11de342eae5d: Preparing 02:04:03 c3cf80e3e21d: Preparing 02:04:03 256f393e029f: Preparing 02:04:03 11de342eae5d: Waiting 02:04:03 c3cf80e3e21d: Waiting 02:04:03 256f393e029f: Waiting 02:04:03 3713de1a58c3: Layer already exists 02:04:03 59e0384d41b9: Layer already exists 02:04:03 54b9546763b7: Layer already exists 02:04:03 9074464ba2c1: Layer already exists 02:04:03 083c7e0dee5b: Layer already exists 02:04:03 11de342eae5d: Layer already exists 02:04:03 256f393e029f: Layer already exists 02:04:03 c3cf80e3e21d: Layer already exists 02:04:03 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:03 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 02:04:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:04:03 54b9546763b7: Preparing 02:04:03 3713de1a58c3: Preparing 02:04:03 59e0384d41b9: Preparing 02:04:03 9074464ba2c1: Preparing 02:04:03 083c7e0dee5b: Preparing 02:04:03 11de342eae5d: Preparing 02:04:03 c3cf80e3e21d: Preparing 02:04:03 256f393e029f: Preparing 02:04:03 11de342eae5d: Waiting 02:04:03 c3cf80e3e21d: Waiting 02:04:03 256f393e029f: Waiting 02:04:03 59e0384d41b9: Layer already exists 02:04:03 54b9546763b7: Layer already exists 02:04:03 9074464ba2c1: Layer already exists 02:04:03 083c7e0dee5b: Layer already exists 02:04:03 3713de1a58c3: Layer already exists 02:04:03 c3cf80e3e21d: Layer already exists 02:04:03 11de342eae5d: Layer already exists 02:04:03 256f393e029f: Layer already exists 02:04:03 main: digest: sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:03 ===================================================== [Pipeline] echo 02:04:03 taggedImages: 02:04:03 - nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:03 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:04:03 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93 02:04:03 - nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:03 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 02:04:03 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 02:04:03 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:03 latest 02:04:03 4.1.0-dev.93 02:04:03 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:03 main 02:04:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:04 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:04:04 bb32c8ae54ff: Preparing 02:04:04 1540e98a73a0: Preparing 02:04:04 69d5aa62708d: Preparing 02:04:04 006d6548f7ec: Preparing 02:04:04 c9352c3943ec: Preparing 02:04:04 bedc64f64fd9: Preparing 02:04:04 d27e32d07a7d: Preparing 02:04:04 9074464ba2c1: Preparing 02:04:04 083c7e0dee5b: Preparing 02:04:04 0f8077004f98: Preparing 02:04:04 21865db0ee3c: Preparing 02:04:04 5f70bf18a086: Preparing 02:04:04 79e328326798: Preparing 02:04:04 af11ed6589ad: Preparing 02:04:04 e37d489a5ac6: Preparing 02:04:04 256f393e029f: Preparing 02:04:04 0f8077004f98: Waiting 02:04:04 21865db0ee3c: Waiting 02:04:04 5f70bf18a086: Waiting 02:04:04 79e328326798: Waiting 02:04:04 bedc64f64fd9: Waiting 02:04:04 af11ed6589ad: Waiting 02:04:04 e37d489a5ac6: Waiting 02:04:04 9074464ba2c1: Waiting 02:04:04 256f393e029f: Waiting 02:04:04 083c7e0dee5b: Waiting 02:04:04 d27e32d07a7d: Waiting 02:04:04 1540e98a73a0: Pushed 02:04:04 006d6548f7ec: Pushed 02:04:04 69d5aa62708d: Pushed 02:04:04 c9352c3943ec: Pushed 02:04:04 bb32c8ae54ff: Pushed 02:04:04 9074464ba2c1: Layer already exists 02:04:04 083c7e0dee5b: Layer already exists 02:04:04 5f70bf18a086: Layer already exists 02:04:04 bedc64f64fd9: Pushed 02:04:04 0f8077004f98: Pushed 02:04:04 79e328326798: Pushed 02:04:04 21865db0ee3c: Pushed 02:04:04 256f393e029f: Layer already exists 02:04:04 e37d489a5ac6: Pushed 02:04:04 af11ed6589ad: Pushed 02:04:06 d27e32d07a7d: Pushed 02:04:06 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:04:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:04:06 bb32c8ae54ff: Preparing 02:04:06 1540e98a73a0: Preparing 02:04:06 69d5aa62708d: Preparing 02:04:06 006d6548f7ec: Preparing 02:04:06 c9352c3943ec: Preparing 02:04:06 bedc64f64fd9: Preparing 02:04:06 d27e32d07a7d: Preparing 02:04:06 9074464ba2c1: Preparing 02:04:06 083c7e0dee5b: Preparing 02:04:06 0f8077004f98: Preparing 02:04:06 21865db0ee3c: Preparing 02:04:06 5f70bf18a086: Preparing 02:04:06 79e328326798: Preparing 02:04:06 af11ed6589ad: Preparing 02:04:06 e37d489a5ac6: Preparing 02:04:06 256f393e029f: Preparing 02:04:06 9074464ba2c1: Waiting 02:04:06 083c7e0dee5b: Waiting 02:04:06 0f8077004f98: Waiting 02:04:06 21865db0ee3c: Waiting 02:04:06 5f70bf18a086: Waiting 02:04:06 79e328326798: Waiting 02:04:06 af11ed6589ad: Waiting 02:04:06 e37d489a5ac6: Waiting 02:04:06 256f393e029f: Waiting 02:04:06 bedc64f64fd9: Waiting 02:04:06 d27e32d07a7d: Waiting 02:04:06 c9352c3943ec: Layer already exists 02:04:06 bb32c8ae54ff: Layer already exists 02:04:06 006d6548f7ec: Layer already exists 02:04:06 69d5aa62708d: Layer already exists 02:04:06 1540e98a73a0: Layer already exists 02:04:06 d27e32d07a7d: Layer already exists 02:04:06 bedc64f64fd9: Layer already exists 02:04:06 9074464ba2c1: Layer already exists 02:04:06 083c7e0dee5b: Layer already exists 02:04:06 0f8077004f98: Layer already exists 02:04:06 21865db0ee3c: Layer already exists 02:04:06 5f70bf18a086: Layer already exists 02:04:06 af11ed6589ad: Layer already exists 02:04:06 79e328326798: Layer already exists 02:04:06 e37d489a5ac6: Layer already exists 02:04:06 256f393e029f: Layer already exists 02:04:06 latest: digest: sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:07 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93 02:04:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:04:07 bb32c8ae54ff: Preparing 02:04:07 1540e98a73a0: Preparing 02:04:07 69d5aa62708d: Preparing 02:04:07 006d6548f7ec: Preparing 02:04:07 c9352c3943ec: Preparing 02:04:07 bedc64f64fd9: Preparing 02:04:07 d27e32d07a7d: Preparing 02:04:07 9074464ba2c1: Preparing 02:04:07 083c7e0dee5b: Preparing 02:04:07 0f8077004f98: Preparing 02:04:07 21865db0ee3c: Preparing 02:04:07 5f70bf18a086: Preparing 02:04:07 79e328326798: Preparing 02:04:07 af11ed6589ad: Preparing 02:04:07 e37d489a5ac6: Preparing 02:04:07 256f393e029f: Preparing 02:04:07 5f70bf18a086: Waiting 02:04:07 79e328326798: Waiting 02:04:07 af11ed6589ad: Waiting 02:04:07 e37d489a5ac6: Waiting 02:04:07 256f393e029f: Waiting 02:04:07 d27e32d07a7d: Waiting 02:04:07 9074464ba2c1: Waiting 02:04:07 21865db0ee3c: Waiting 02:04:07 0f8077004f98: Waiting 02:04:07 bedc64f64fd9: Waiting 02:04:07 083c7e0dee5b: Waiting 02:04:07 c9352c3943ec: Layer already exists 02:04:07 bb32c8ae54ff: Layer already exists 02:04:07 69d5aa62708d: Layer already exists 02:04:07 1540e98a73a0: Layer already exists 02:04:07 006d6548f7ec: Layer already exists 02:04:07 bedc64f64fd9: Layer already exists 02:04:07 d27e32d07a7d: Layer already exists 02:04:07 083c7e0dee5b: Layer already exists 02:04:07 9074464ba2c1: Layer already exists 02:04:07 0f8077004f98: Layer already exists 02:04:07 79e328326798: Layer already exists 02:04:07 af11ed6589ad: Layer already exists 02:04:07 21865db0ee3c: Layer already exists 02:04:07 5f70bf18a086: Layer already exists 02:04:07 e37d489a5ac6: Layer already exists 02:04:07 256f393e029f: Layer already exists 02:04:07 4.1.0-dev.93: digest: sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:07 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:04:08 bb32c8ae54ff: Preparing 02:04:08 1540e98a73a0: Preparing 02:04:08 69d5aa62708d: Preparing 02:04:08 006d6548f7ec: Preparing 02:04:08 c9352c3943ec: Preparing 02:04:08 bedc64f64fd9: Preparing 02:04:08 d27e32d07a7d: Preparing 02:04:08 9074464ba2c1: Preparing 02:04:08 083c7e0dee5b: Preparing 02:04:08 0f8077004f98: Preparing 02:04:08 21865db0ee3c: Preparing 02:04:08 5f70bf18a086: Preparing 02:04:08 79e328326798: Preparing 02:04:08 af11ed6589ad: Preparing 02:04:08 e37d489a5ac6: Preparing 02:04:08 256f393e029f: Preparing 02:04:08 bedc64f64fd9: Waiting 02:04:08 5f70bf18a086: Waiting 02:04:08 79e328326798: Waiting 02:04:08 af11ed6589ad: Waiting 02:04:08 e37d489a5ac6: Waiting 02:04:08 256f393e029f: Waiting 02:04:08 d27e32d07a7d: Waiting 02:04:08 9074464ba2c1: Waiting 02:04:08 083c7e0dee5b: Waiting 02:04:08 0f8077004f98: Waiting 02:04:08 21865db0ee3c: Waiting 02:04:08 006d6548f7ec: Layer already exists 02:04:08 c9352c3943ec: Layer already exists 02:04:08 1540e98a73a0: Layer already exists 02:04:08 bb32c8ae54ff: Layer already exists 02:04:08 69d5aa62708d: Layer already exists 02:04:08 bedc64f64fd9: Layer already exists 02:04:08 d27e32d07a7d: Layer already exists 02:04:08 9074464ba2c1: Layer already exists 02:04:08 083c7e0dee5b: Layer already exists 02:04:08 0f8077004f98: Layer already exists 02:04:08 5f70bf18a086: Layer already exists 02:04:08 21865db0ee3c: Layer already exists 02:04:08 af11ed6589ad: Layer already exists 02:04:08 e37d489a5ac6: Layer already exists 02:04:08 79e328326798: Layer already exists 02:04:08 256f393e029f: Layer already exists 02:04:08 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:08 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:04:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:04:08 bb32c8ae54ff: Preparing 02:04:08 1540e98a73a0: Preparing 02:04:08 69d5aa62708d: Preparing 02:04:08 006d6548f7ec: Preparing 02:04:08 c9352c3943ec: Preparing 02:04:08 bedc64f64fd9: Preparing 02:04:08 d27e32d07a7d: Preparing 02:04:08 9074464ba2c1: Preparing 02:04:08 083c7e0dee5b: Preparing 02:04:08 0f8077004f98: Preparing 02:04:08 21865db0ee3c: Preparing 02:04:08 5f70bf18a086: Preparing 02:04:08 79e328326798: Preparing 02:04:08 af11ed6589ad: Preparing 02:04:08 e37d489a5ac6: Preparing 02:04:08 256f393e029f: Preparing 02:04:08 d27e32d07a7d: Waiting 02:04:08 9074464ba2c1: Waiting 02:04:08 083c7e0dee5b: Waiting 02:04:08 0f8077004f98: Waiting 02:04:08 21865db0ee3c: Waiting 02:04:08 5f70bf18a086: Waiting 02:04:08 79e328326798: Waiting 02:04:08 af11ed6589ad: Waiting 02:04:08 e37d489a5ac6: Waiting 02:04:08 256f393e029f: Waiting 02:04:08 bedc64f64fd9: Waiting 02:04:08 006d6548f7ec: Layer already exists 02:04:08 1540e98a73a0: Layer already exists 02:04:08 bb32c8ae54ff: Layer already exists 02:04:08 c9352c3943ec: Layer already exists 02:04:08 69d5aa62708d: Layer already exists 02:04:08 d27e32d07a7d: Layer already exists 02:04:08 bedc64f64fd9: Layer already exists 02:04:08 083c7e0dee5b: Layer already exists 02:04:08 9074464ba2c1: Layer already exists 02:04:08 0f8077004f98: Layer already exists 02:04:08 21865db0ee3c: Layer already exists 02:04:08 5f70bf18a086: Layer already exists 02:04:08 79e328326798: Layer already exists 02:04:08 e37d489a5ac6: Layer already exists 02:04:08 af11ed6589ad: Layer already exists 02:04:08 256f393e029f: Layer already exists 02:04:08 main: digest: sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:08 ===================================================== [Pipeline] echo 02:04:08 taggedImages: 02:04:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:04:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93 02:04:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 02:04:08 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 02:04:08 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:08 latest 02:04:08 4.1.0-dev.93 02:04:08 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:08 main 02:04:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:09 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:04:09 c97d83031fbe: Preparing 02:04:09 7115089d6b61: Preparing 02:04:09 a7b4c43d0ad7: Preparing 02:04:09 1c3fb87f670e: Preparing 02:04:09 9074464ba2c1: Preparing 02:04:09 083c7e0dee5b: Preparing 02:04:09 11de342eae5d: Preparing 02:04:09 c3cf80e3e21d: Preparing 02:04:09 256f393e029f: Preparing 02:04:09 083c7e0dee5b: Waiting 02:04:09 11de342eae5d: Waiting 02:04:09 c3cf80e3e21d: Waiting 02:04:09 256f393e029f: Waiting 02:04:09 9074464ba2c1: Layer already exists 02:04:09 083c7e0dee5b: Layer already exists 02:04:09 11de342eae5d: Layer already exists 02:04:09 c3cf80e3e21d: Layer already exists 02:04:09 a7b4c43d0ad7: Pushed 02:04:09 256f393e029f: Layer already exists 02:04:09 7115089d6b61: Pushed 02:04:09 c97d83031fbe: Pushed 02:04:13 1c3fb87f670e: Pushed 02:04:13 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:14 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:04:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:04:14 c97d83031fbe: Preparing 02:04:14 7115089d6b61: Preparing 02:04:14 a7b4c43d0ad7: Preparing 02:04:14 1c3fb87f670e: Preparing 02:04:14 9074464ba2c1: Preparing 02:04:14 083c7e0dee5b: Preparing 02:04:14 11de342eae5d: Preparing 02:04:14 c3cf80e3e21d: Preparing 02:04:14 256f393e029f: Preparing 02:04:14 c3cf80e3e21d: Waiting 02:04:14 083c7e0dee5b: Waiting 02:04:14 256f393e029f: Waiting 02:04:14 11de342eae5d: Waiting 02:04:14 9074464ba2c1: Layer already exists 02:04:14 c97d83031fbe: Layer already exists 02:04:14 7115089d6b61: Layer already exists 02:04:14 a7b4c43d0ad7: Layer already exists 02:04:14 1c3fb87f670e: Layer already exists 02:04:14 c3cf80e3e21d: Layer already exists 02:04:14 11de342eae5d: Layer already exists 02:04:14 083c7e0dee5b: Layer already exists 02:04:14 256f393e029f: Layer already exists 02:04:14 latest: digest: sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:14 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93 02:04:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:04:14 c97d83031fbe: Preparing 02:04:14 7115089d6b61: Preparing 02:04:14 a7b4c43d0ad7: Preparing 02:04:14 1c3fb87f670e: Preparing 02:04:14 9074464ba2c1: Preparing 02:04:14 083c7e0dee5b: Preparing 02:04:14 11de342eae5d: Preparing 02:04:14 c3cf80e3e21d: Preparing 02:04:14 256f393e029f: Preparing 02:04:14 c3cf80e3e21d: Waiting 02:04:14 083c7e0dee5b: Waiting 02:04:14 256f393e029f: Waiting 02:04:14 11de342eae5d: Waiting 02:04:14 a7b4c43d0ad7: Layer already exists 02:04:14 c97d83031fbe: Layer already exists 02:04:14 7115089d6b61: Layer already exists 02:04:14 1c3fb87f670e: Layer already exists 02:04:14 9074464ba2c1: Layer already exists 02:04:14 c3cf80e3e21d: Layer already exists 02:04:14 11de342eae5d: Layer already exists 02:04:14 083c7e0dee5b: Layer already exists 02:04:14 256f393e029f: Layer already exists 02:04:14 4.1.0-dev.93: digest: sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:15 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:04:15 c97d83031fbe: Preparing 02:04:15 7115089d6b61: Preparing 02:04:15 a7b4c43d0ad7: Preparing 02:04:15 1c3fb87f670e: Preparing 02:04:15 9074464ba2c1: Preparing 02:04:15 083c7e0dee5b: Preparing 02:04:15 11de342eae5d: Preparing 02:04:15 c3cf80e3e21d: Preparing 02:04:15 256f393e029f: Preparing 02:04:15 083c7e0dee5b: Waiting 02:04:15 11de342eae5d: Waiting 02:04:15 c3cf80e3e21d: Waiting 02:04:15 256f393e029f: Waiting 02:04:15 9074464ba2c1: Layer already exists 02:04:15 7115089d6b61: Layer already exists 02:04:15 c97d83031fbe: Layer already exists 02:04:15 a7b4c43d0ad7: Layer already exists 02:04:15 1c3fb87f670e: Layer already exists 02:04:15 083c7e0dee5b: Layer already exists 02:04:15 c3cf80e3e21d: Layer already exists 02:04:15 256f393e029f: Layer already exists 02:04:15 11de342eae5d: Layer already exists 02:04:15 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:15 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:04:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:04:16 c97d83031fbe: Preparing 02:04:16 7115089d6b61: Preparing 02:04:16 a7b4c43d0ad7: Preparing 02:04:16 1c3fb87f670e: Preparing 02:04:16 9074464ba2c1: Preparing 02:04:16 083c7e0dee5b: Preparing 02:04:16 11de342eae5d: Preparing 02:04:16 c3cf80e3e21d: Preparing 02:04:16 256f393e029f: Preparing 02:04:16 083c7e0dee5b: Waiting 02:04:16 11de342eae5d: Waiting 02:04:16 c3cf80e3e21d: Waiting 02:04:16 256f393e029f: Waiting 02:04:16 a7b4c43d0ad7: Layer already exists 02:04:16 1c3fb87f670e: Layer already exists 02:04:16 c97d83031fbe: Layer already exists 02:04:16 9074464ba2c1: Layer already exists 02:04:16 7115089d6b61: Layer already exists 02:04:16 c3cf80e3e21d: Layer already exists 02:04:16 083c7e0dee5b: Layer already exists 02:04:16 256f393e029f: Layer already exists 02:04:16 11de342eae5d: Layer already exists 02:04:16 main: digest: sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:16 ===================================================== [Pipeline] echo 02:04:16 taggedImages: 02:04:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:04:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93 02:04:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 02:04:16 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 02:04:16 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:16 latest 02:04:16 4.1.0-dev.93 02:04:16 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:16 main 02:04:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:16 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:04:16 7f8ad8fe634b: Preparing 02:04:16 9cc76c2c1705: Preparing 02:04:16 eb03165606e2: Preparing 02:04:16 42bd308d5f52: Preparing 02:04:16 f6465025545c: Preparing 02:04:16 9074464ba2c1: Preparing 02:04:16 083c7e0dee5b: Preparing 02:04:16 849d5ad28970: Preparing 02:04:16 790a2a5dc010: Preparing 02:04:16 aff81cc79d88: Preparing 02:04:16 256f393e029f: Preparing 02:04:16 9074464ba2c1: Waiting 02:04:16 849d5ad28970: Waiting 02:04:16 083c7e0dee5b: Waiting 02:04:16 790a2a5dc010: Waiting 02:04:16 256f393e029f: Waiting 02:04:16 aff81cc79d88: Waiting 02:04:16 42bd308d5f52: Pushed 02:04:16 9cc76c2c1705: Pushed 02:04:16 f6465025545c: Pushed 02:04:16 7f8ad8fe634b: Pushed 02:04:16 9074464ba2c1: Layer already exists 02:04:16 083c7e0dee5b: Layer already exists 02:04:16 256f393e029f: Layer already exists 02:04:17 849d5ad28970: Pushed 02:04:17 790a2a5dc010: Pushed 02:04:18 aff81cc79d88: Pushed 02:04:19 eb03165606e2: Pushed 02:04:19 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:04:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:04:20 7f8ad8fe634b: Preparing 02:04:20 9cc76c2c1705: Preparing 02:04:20 eb03165606e2: Preparing 02:04:20 42bd308d5f52: Preparing 02:04:20 f6465025545c: Preparing 02:04:20 9074464ba2c1: Preparing 02:04:20 083c7e0dee5b: Preparing 02:04:20 849d5ad28970: Preparing 02:04:20 9074464ba2c1: Waiting 02:04:20 083c7e0dee5b: Waiting 02:04:20 790a2a5dc010: Preparing 02:04:20 aff81cc79d88: Preparing 02:04:20 256f393e029f: Preparing 02:04:20 256f393e029f: Waiting 02:04:20 849d5ad28970: Waiting 02:04:20 aff81cc79d88: Waiting 02:04:20 790a2a5dc010: Waiting 02:04:20 7f8ad8fe634b: Layer already exists 02:04:20 9cc76c2c1705: Layer already exists 02:04:20 42bd308d5f52: Layer already exists 02:04:20 f6465025545c: Layer already exists 02:04:20 eb03165606e2: Layer already exists 02:04:20 083c7e0dee5b: Layer already exists 02:04:20 9074464ba2c1: Layer already exists 02:04:20 849d5ad28970: Layer already exists 02:04:20 790a2a5dc010: Layer already exists 02:04:20 aff81cc79d88: Layer already exists 02:04:20 256f393e029f: Layer already exists 02:04:20 latest: digest: sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93 02:04:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:04:21 7f8ad8fe634b: Preparing 02:04:21 9cc76c2c1705: Preparing 02:04:21 eb03165606e2: Preparing 02:04:21 42bd308d5f52: Preparing 02:04:21 f6465025545c: Preparing 02:04:21 9074464ba2c1: Preparing 02:04:21 083c7e0dee5b: Preparing 02:04:21 849d5ad28970: Preparing 02:04:21 790a2a5dc010: Preparing 02:04:21 aff81cc79d88: Preparing 02:04:21 256f393e029f: Preparing 02:04:21 9074464ba2c1: Waiting 02:04:21 083c7e0dee5b: Waiting 02:04:21 aff81cc79d88: Waiting 02:04:21 256f393e029f: Waiting 02:04:21 849d5ad28970: Waiting 02:04:21 790a2a5dc010: Waiting 02:04:21 7f8ad8fe634b: Layer already exists 02:04:21 eb03165606e2: Layer already exists 02:04:21 f6465025545c: Layer already exists 02:04:21 42bd308d5f52: Layer already exists 02:04:21 9cc76c2c1705: Layer already exists 02:04:21 9074464ba2c1: Layer already exists 02:04:21 083c7e0dee5b: Layer already exists 02:04:21 849d5ad28970: Layer already exists 02:04:21 aff81cc79d88: Layer already exists 02:04:21 790a2a5dc010: Layer already exists 02:04:21 256f393e029f: Layer already exists 02:04:21 4.1.0-dev.93: digest: sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:04:21 7f8ad8fe634b: Preparing 02:04:21 9cc76c2c1705: Preparing 02:04:21 eb03165606e2: Preparing 02:04:21 42bd308d5f52: Preparing 02:04:21 f6465025545c: Preparing 02:04:21 9074464ba2c1: Preparing 02:04:21 083c7e0dee5b: Preparing 02:04:21 849d5ad28970: Preparing 02:04:21 790a2a5dc010: Preparing 02:04:21 aff81cc79d88: Preparing 02:04:21 256f393e029f: Preparing 02:04:21 083c7e0dee5b: Waiting 02:04:21 849d5ad28970: Waiting 02:04:21 790a2a5dc010: Waiting 02:04:21 aff81cc79d88: Waiting 02:04:21 256f393e029f: Waiting 02:04:21 9074464ba2c1: Waiting 02:04:21 f6465025545c: Layer already exists 02:04:21 eb03165606e2: Layer already exists 02:04:21 42bd308d5f52: Layer already exists 02:04:21 7f8ad8fe634b: Layer already exists 02:04:21 9cc76c2c1705: Layer already exists 02:04:21 9074464ba2c1: Layer already exists 02:04:21 083c7e0dee5b: Layer already exists 02:04:21 aff81cc79d88: Layer already exists 02:04:21 790a2a5dc010: Layer already exists 02:04:21 849d5ad28970: Layer already exists 02:04:21 256f393e029f: Layer already exists 02:04:21 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:04:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:04:22 7f8ad8fe634b: Preparing 02:04:22 9cc76c2c1705: Preparing 02:04:22 eb03165606e2: Preparing 02:04:22 42bd308d5f52: Preparing 02:04:22 f6465025545c: Preparing 02:04:22 9074464ba2c1: Preparing 02:04:22 083c7e0dee5b: Preparing 02:04:22 849d5ad28970: Preparing 02:04:22 790a2a5dc010: Preparing 02:04:22 aff81cc79d88: Preparing 02:04:22 256f393e029f: Preparing 02:04:22 790a2a5dc010: Waiting 02:04:22 9074464ba2c1: Waiting 02:04:22 083c7e0dee5b: Waiting 02:04:22 849d5ad28970: Waiting 02:04:22 256f393e029f: Waiting 02:04:22 aff81cc79d88: Waiting 02:04:22 7f8ad8fe634b: Layer already exists 02:04:22 42bd308d5f52: Layer already exists 02:04:22 9cc76c2c1705: Layer already exists 02:04:22 eb03165606e2: Layer already exists 02:04:22 f6465025545c: Layer already exists 02:04:22 9074464ba2c1: Layer already exists 02:04:22 849d5ad28970: Layer already exists 02:04:22 083c7e0dee5b: Layer already exists 02:04:22 790a2a5dc010: Layer already exists 02:04:22 aff81cc79d88: Layer already exists 02:04:22 256f393e029f: Layer already exists 02:04:22 main: digest: sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:22 ===================================================== [Pipeline] echo 02:04:22 taggedImages: 02:04:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:04:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93 02:04:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 02:04:22 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 02:04:22 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:22 latest 02:04:22 4.1.0-dev.93 02:04:22 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:22 main 02:04:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:04:23 39febd6dada7: Preparing 02:04:23 c8f08f540c9a: Preparing 02:04:23 6894059988a9: Preparing 02:04:23 982a846fb8a7: Preparing 02:04:23 24bec66cb903: Preparing 02:04:23 0a2213ff5da4: Preparing 02:04:23 d75e9431e954: Preparing 02:04:23 9074464ba2c1: Preparing 02:04:23 083c7e0dee5b: Preparing 02:04:23 133ecda7d9a3: Preparing 02:04:23 e3a82c65a956: Preparing 02:04:23 256f393e029f: Preparing 02:04:23 d75e9431e954: Waiting 02:04:23 0a2213ff5da4: Waiting 02:04:23 9074464ba2c1: Waiting 02:04:23 083c7e0dee5b: Waiting 02:04:23 133ecda7d9a3: Waiting 02:04:23 e3a82c65a956: Waiting 02:04:23 256f393e029f: Waiting 02:04:23 39febd6dada7: Pushed 02:04:23 24bec66cb903: Pushed 02:04:23 c8f08f540c9a: Pushed 02:04:23 9074464ba2c1: Layer already exists 02:04:23 083c7e0dee5b: Layer already exists 02:04:23 0a2213ff5da4: Pushed 02:04:23 d75e9431e954: Pushed 02:04:23 256f393e029f: Layer already exists 02:04:23 133ecda7d9a3: Pushed 02:04:24 e3a82c65a956: Pushed 02:04:25 982a846fb8a7: Pushed 02:04:26 6894059988a9: Pushed 02:04:26 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:04:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:04:27 39febd6dada7: Preparing 02:04:27 c8f08f540c9a: Preparing 02:04:27 6894059988a9: Preparing 02:04:27 982a846fb8a7: Preparing 02:04:27 24bec66cb903: Preparing 02:04:27 0a2213ff5da4: Preparing 02:04:27 d75e9431e954: Preparing 02:04:27 9074464ba2c1: Preparing 02:04:27 083c7e0dee5b: Preparing 02:04:27 133ecda7d9a3: Preparing 02:04:27 e3a82c65a956: Preparing 02:04:27 256f393e029f: Preparing 02:04:27 0a2213ff5da4: Waiting 02:04:27 d75e9431e954: Waiting 02:04:27 9074464ba2c1: Waiting 02:04:27 083c7e0dee5b: Waiting 02:04:27 133ecda7d9a3: Waiting 02:04:27 e3a82c65a956: Waiting 02:04:27 256f393e029f: Waiting 02:04:27 39febd6dada7: Layer already exists 02:04:27 c8f08f540c9a: Layer already exists 02:04:27 6894059988a9: Layer already exists 02:04:27 24bec66cb903: Layer already exists 02:04:27 982a846fb8a7: Layer already exists 02:04:27 0a2213ff5da4: Layer already exists 02:04:27 d75e9431e954: Layer already exists 02:04:27 083c7e0dee5b: Layer already exists 02:04:27 9074464ba2c1: Layer already exists 02:04:27 133ecda7d9a3: Layer already exists 02:04:27 e3a82c65a956: Layer already exists 02:04:27 256f393e029f: Layer already exists 02:04:27 latest: digest: sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93 02:04:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:04:27 39febd6dada7: Preparing 02:04:27 c8f08f540c9a: Preparing 02:04:27 6894059988a9: Preparing 02:04:27 982a846fb8a7: Preparing 02:04:27 24bec66cb903: Preparing 02:04:27 0a2213ff5da4: Preparing 02:04:27 d75e9431e954: Preparing 02:04:27 9074464ba2c1: Preparing 02:04:27 083c7e0dee5b: Preparing 02:04:27 133ecda7d9a3: Preparing 02:04:27 e3a82c65a956: Preparing 02:04:27 256f393e029f: Preparing 02:04:27 0a2213ff5da4: Waiting 02:04:27 d75e9431e954: Waiting 02:04:27 9074464ba2c1: Waiting 02:04:27 083c7e0dee5b: Waiting 02:04:27 133ecda7d9a3: Waiting 02:04:27 256f393e029f: Waiting 02:04:27 e3a82c65a956: Waiting 02:04:27 24bec66cb903: Layer already exists 02:04:27 39febd6dada7: Layer already exists 02:04:27 6894059988a9: Layer already exists 02:04:27 982a846fb8a7: Layer already exists 02:04:27 c8f08f540c9a: Layer already exists 02:04:27 d75e9431e954: Layer already exists 02:04:27 0a2213ff5da4: Layer already exists 02:04:27 083c7e0dee5b: Layer already exists 02:04:27 9074464ba2c1: Layer already exists 02:04:27 133ecda7d9a3: Layer already exists 02:04:27 e3a82c65a956: Layer already exists 02:04:27 256f393e029f: Layer already exists 02:04:27 4.1.0-dev.93: digest: sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:04:28 39febd6dada7: Preparing 02:04:28 c8f08f540c9a: Preparing 02:04:28 6894059988a9: Preparing 02:04:28 982a846fb8a7: Preparing 02:04:28 24bec66cb903: Preparing 02:04:28 0a2213ff5da4: Preparing 02:04:28 d75e9431e954: Preparing 02:04:28 9074464ba2c1: Preparing 02:04:28 083c7e0dee5b: Preparing 02:04:28 133ecda7d9a3: Preparing 02:04:28 e3a82c65a956: Preparing 02:04:28 256f393e029f: Preparing 02:04:28 0a2213ff5da4: Waiting 02:04:28 d75e9431e954: Waiting 02:04:28 9074464ba2c1: Waiting 02:04:28 083c7e0dee5b: Waiting 02:04:28 133ecda7d9a3: Waiting 02:04:28 e3a82c65a956: Waiting 02:04:28 256f393e029f: Waiting 02:04:28 24bec66cb903: Layer already exists 02:04:28 6894059988a9: Layer already exists 02:04:28 982a846fb8a7: Layer already exists 02:04:28 c8f08f540c9a: Layer already exists 02:04:28 39febd6dada7: Layer already exists 02:04:28 d75e9431e954: Layer already exists 02:04:28 9074464ba2c1: Layer already exists 02:04:28 133ecda7d9a3: Layer already exists 02:04:28 0a2213ff5da4: Layer already exists 02:04:28 083c7e0dee5b: Layer already exists 02:04:28 e3a82c65a956: Layer already exists 02:04:28 256f393e029f: Layer already exists 02:04:28 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:04:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:04:28 39febd6dada7: Preparing 02:04:28 c8f08f540c9a: Preparing 02:04:28 6894059988a9: Preparing 02:04:28 982a846fb8a7: Preparing 02:04:28 24bec66cb903: Preparing 02:04:28 0a2213ff5da4: Preparing 02:04:28 d75e9431e954: Preparing 02:04:28 0a2213ff5da4: Waiting 02:04:28 d75e9431e954: Waiting 02:04:28 9074464ba2c1: Preparing 02:04:28 083c7e0dee5b: Preparing 02:04:28 9074464ba2c1: Waiting 02:04:28 133ecda7d9a3: Preparing 02:04:28 e3a82c65a956: Preparing 02:04:28 256f393e029f: Preparing 02:04:28 083c7e0dee5b: Waiting 02:04:28 133ecda7d9a3: Waiting 02:04:28 256f393e029f: Waiting 02:04:28 e3a82c65a956: Waiting 02:04:28 24bec66cb903: Layer already exists 02:04:28 c8f08f540c9a: Layer already exists 02:04:28 39febd6dada7: Layer already exists 02:04:28 6894059988a9: Layer already exists 02:04:28 982a846fb8a7: Layer already exists 02:04:28 0a2213ff5da4: Layer already exists 02:04:28 d75e9431e954: Layer already exists 02:04:28 083c7e0dee5b: Layer already exists 02:04:28 9074464ba2c1: Layer already exists 02:04:28 133ecda7d9a3: Layer already exists 02:04:28 e3a82c65a956: Layer already exists 02:04:28 256f393e029f: Layer already exists 02:04:28 main: digest: sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:29 ===================================================== [Pipeline] echo 02:04:29 taggedImages: 02:04:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:04:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93 02:04:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 02:04:29 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 02:04:29 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:29 latest 02:04:29 4.1.0-dev.93 02:04:29 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:29 main 02:04:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:04:29 01afc43b47af: Preparing 02:04:29 07ab4a42045a: Preparing 02:04:29 9074464ba2c1: Preparing 02:04:29 083c7e0dee5b: Preparing 02:04:29 05c15d0b5910: Preparing 02:04:29 778ac3408433: Preparing 02:04:29 256f393e029f: Preparing 02:04:29 778ac3408433: Waiting 02:04:29 256f393e029f: Waiting 02:04:29 9074464ba2c1: Layer already exists 02:04:29 083c7e0dee5b: Layer already exists 02:04:29 256f393e029f: Layer already exists 02:04:29 01afc43b47af: Pushed 02:04:29 05c15d0b5910: Pushed 02:04:30 778ac3408433: Pushed 02:04:33 07ab4a42045a: Pushed 02:04:33 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:33 + 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 02:04:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:04:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:04:33 01afc43b47af: Preparing 02:04:33 07ab4a42045a: Preparing 02:04:33 9074464ba2c1: Preparing 02:04:33 083c7e0dee5b: Preparing 02:04:33 05c15d0b5910: Preparing 02:04:33 778ac3408433: Preparing 02:04:33 256f393e029f: Preparing 02:04:33 778ac3408433: Waiting 02:04:33 256f393e029f: Waiting 02:04:33 07ab4a42045a: Layer already exists 02:04:33 01afc43b47af: Layer already exists 02:04:33 05c15d0b5910: Layer already exists 02:04:33 083c7e0dee5b: Layer already exists 02:04:33 9074464ba2c1: Layer already exists 02:04:33 256f393e029f: Layer already exists 02:04:33 778ac3408433: Layer already exists 02:04:33 latest: digest: sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93 02:04:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:04:34 01afc43b47af: Preparing 02:04:34 07ab4a42045a: Preparing 02:04:34 9074464ba2c1: Preparing 02:04:34 083c7e0dee5b: Preparing 02:04:34 05c15d0b5910: Preparing 02:04:34 778ac3408433: Preparing 02:04:34 256f393e029f: Preparing 02:04:34 778ac3408433: Waiting 02:04:34 256f393e029f: Waiting 02:04:34 01afc43b47af: Layer already exists 02:04:34 9074464ba2c1: Layer already exists 02:04:34 07ab4a42045a: Layer already exists 02:04:34 083c7e0dee5b: Layer already exists 02:04:34 05c15d0b5910: Layer already exists 02:04:34 256f393e029f: Layer already exists 02:04:34 778ac3408433: Layer already exists 02:04:34 4.1.0-dev.93: digest: sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:04:35 01afc43b47af: Preparing 02:04:35 07ab4a42045a: Preparing 02:04:35 9074464ba2c1: Preparing 02:04:35 083c7e0dee5b: Preparing 02:04:35 05c15d0b5910: Preparing 02:04:35 778ac3408433: Preparing 02:04:35 256f393e029f: Preparing 02:04:35 778ac3408433: Waiting 02:04:35 256f393e029f: Waiting 02:04:35 01afc43b47af: Layer already exists 02:04:35 9074464ba2c1: Layer already exists 02:04:35 07ab4a42045a: Layer already exists 02:04:35 083c7e0dee5b: Layer already exists 02:04:35 05c15d0b5910: Layer already exists 02:04:35 778ac3408433: Layer already exists 02:04:35 256f393e029f: Layer already exists 02:04:35 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:35 + 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 02:04:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:04:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:04:35 01afc43b47af: Preparing 02:04:35 07ab4a42045a: Preparing 02:04:35 9074464ba2c1: Preparing 02:04:35 083c7e0dee5b: Preparing 02:04:35 05c15d0b5910: Preparing 02:04:35 778ac3408433: Preparing 02:04:35 256f393e029f: Preparing 02:04:35 778ac3408433: Waiting 02:04:35 256f393e029f: Waiting 02:04:35 01afc43b47af: Layer already exists 02:04:35 083c7e0dee5b: Layer already exists 02:04:35 07ab4a42045a: Layer already exists 02:04:35 9074464ba2c1: Layer already exists 02:04:35 05c15d0b5910: Layer already exists 02:04:35 256f393e029f: Layer already exists 02:04:35 778ac3408433: Layer already exists 02:04:35 main: digest: sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:35 ===================================================== [Pipeline] echo 02:04:35 taggedImages: 02:04:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:04:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93 02:04:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 02:04:35 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 02:04:35 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:35 latest 02:04:35 4.1.0-dev.93 02:04:35 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:35 main 02:04:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:36 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:04:36 f8636a146f64: Preparing 02:04:36 4fe1f113637d: Preparing 02:04:36 c8dd129f1011: Preparing 02:04:36 9074464ba2c1: Preparing 02:04:36 083c7e0dee5b: Preparing 02:04:36 8c6e1c7c1f39: Preparing 02:04:36 6323731bfe08: Preparing 02:04:36 607c439799e5: Preparing 02:04:36 731a5b0a5644: Preparing 02:04:36 256f393e029f: Preparing 02:04:36 8c6e1c7c1f39: Waiting 02:04:36 6323731bfe08: Waiting 02:04:36 607c439799e5: Waiting 02:04:36 731a5b0a5644: Waiting 02:04:36 256f393e029f: Waiting 02:04:36 9074464ba2c1: Layer already exists 02:04:36 083c7e0dee5b: Layer already exists 02:04:36 c8dd129f1011: Pushed 02:04:36 4fe1f113637d: Pushed 02:04:36 f8636a146f64: Pushed 02:04:36 256f393e029f: Layer already exists 02:04:36 607c439799e5: Pushed 02:04:36 731a5b0a5644: Pushed 02:04:42 6323731bfe08: Pushed 02:04:50 8c6e1c7c1f39: Pushed 02:04:50 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:50 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:04:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:04:50 f8636a146f64: Preparing 02:04:50 4fe1f113637d: Preparing 02:04:50 c8dd129f1011: Preparing 02:04:50 9074464ba2c1: Preparing 02:04:50 083c7e0dee5b: Preparing 02:04:50 8c6e1c7c1f39: Preparing 02:04:50 6323731bfe08: Preparing 02:04:50 607c439799e5: Preparing 02:04:50 8c6e1c7c1f39: Waiting 02:04:50 731a5b0a5644: Preparing 02:04:50 256f393e029f: Preparing 02:04:50 607c439799e5: Waiting 02:04:50 731a5b0a5644: Waiting 02:04:50 256f393e029f: Waiting 02:04:50 6323731bfe08: Waiting 02:04:50 c8dd129f1011: Layer already exists 02:04:50 f8636a146f64: Layer already exists 02:04:50 9074464ba2c1: Layer already exists 02:04:50 083c7e0dee5b: Layer already exists 02:04:50 4fe1f113637d: Layer already exists 02:04:50 8c6e1c7c1f39: Layer already exists 02:04:50 6323731bfe08: Layer already exists 02:04:50 607c439799e5: Layer already exists 02:04:50 731a5b0a5644: Layer already exists 02:04:50 256f393e029f: Layer already exists 02:04:50 latest: digest: sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:51 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93 02:04:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:04:51 f8636a146f64: Preparing 02:04:51 4fe1f113637d: Preparing 02:04:51 c8dd129f1011: Preparing 02:04:51 9074464ba2c1: Preparing 02:04:51 083c7e0dee5b: Preparing 02:04:51 8c6e1c7c1f39: Preparing 02:04:51 6323731bfe08: Preparing 02:04:51 607c439799e5: Preparing 02:04:51 731a5b0a5644: Preparing 02:04:51 256f393e029f: Preparing 02:04:51 8c6e1c7c1f39: Waiting 02:04:51 6323731bfe08: Waiting 02:04:51 607c439799e5: Waiting 02:04:51 731a5b0a5644: Waiting 02:04:51 256f393e029f: Waiting 02:04:51 4fe1f113637d: Layer already exists 02:04:51 083c7e0dee5b: Layer already exists 02:04:51 c8dd129f1011: Layer already exists 02:04:51 f8636a146f64: Layer already exists 02:04:51 9074464ba2c1: Layer already exists 02:04:51 6323731bfe08: Layer already exists 02:04:51 8c6e1c7c1f39: Layer already exists 02:04:51 607c439799e5: Layer already exists 02:04:51 731a5b0a5644: Layer already exists 02:04:51 256f393e029f: Layer already exists 02:04:51 4.1.0-dev.93: digest: sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:04:52 f8636a146f64: Preparing 02:04:52 4fe1f113637d: Preparing 02:04:52 c8dd129f1011: Preparing 02:04:52 9074464ba2c1: Preparing 02:04:52 083c7e0dee5b: Preparing 02:04:52 8c6e1c7c1f39: Preparing 02:04:52 6323731bfe08: Preparing 02:04:52 607c439799e5: Preparing 02:04:52 731a5b0a5644: Preparing 02:04:52 256f393e029f: Preparing 02:04:52 731a5b0a5644: Waiting 02:04:52 256f393e029f: Waiting 02:04:52 8c6e1c7c1f39: Waiting 02:04:52 6323731bfe08: Waiting 02:04:52 607c439799e5: Waiting 02:04:52 f8636a146f64: Layer already exists 02:04:52 9074464ba2c1: Layer already exists 02:04:52 083c7e0dee5b: Layer already exists 02:04:52 4fe1f113637d: Layer already exists 02:04:52 c8dd129f1011: Layer already exists 02:04:52 8c6e1c7c1f39: Layer already exists 02:04:52 6323731bfe08: Layer already exists 02:04:52 607c439799e5: Layer already exists 02:04:52 256f393e029f: Layer already exists 02:04:52 731a5b0a5644: Layer already exists 02:04:52 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:04:53 f8636a146f64: Preparing 02:04:53 4fe1f113637d: Preparing 02:04:53 c8dd129f1011: Preparing 02:04:53 9074464ba2c1: Preparing 02:04:53 083c7e0dee5b: Preparing 02:04:53 8c6e1c7c1f39: Preparing 02:04:53 6323731bfe08: Preparing 02:04:53 607c439799e5: Preparing 02:04:53 731a5b0a5644: Preparing 02:04:53 256f393e029f: Preparing 02:04:53 607c439799e5: Waiting 02:04:53 731a5b0a5644: Waiting 02:04:53 256f393e029f: Waiting 02:04:53 8c6e1c7c1f39: Waiting 02:04:53 6323731bfe08: Waiting 02:04:53 4fe1f113637d: Layer already exists 02:04:53 c8dd129f1011: Layer already exists 02:04:53 083c7e0dee5b: Layer already exists 02:04:53 f8636a146f64: Layer already exists 02:04:53 9074464ba2c1: Layer already exists 02:04:53 6323731bfe08: Layer already exists 02:04:53 8c6e1c7c1f39: Layer already exists 02:04:53 256f393e029f: Layer already exists 02:04:53 607c439799e5: Layer already exists 02:04:53 731a5b0a5644: Layer already exists 02:04:53 main: digest: sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:53 ===================================================== [Pipeline] echo 02:04:53 taggedImages: 02:04:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:04:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93 02:04:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:53 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 02:04:53 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 02:04:53 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:53 latest 02:04:53 4.1.0-dev.93 02:04:53 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:04:53 main 02:04:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:04:53 101df99f9d52: Preparing 02:04:53 427d43d90730: Preparing 02:04:53 014dd40b0894: Preparing 02:04:53 9074464ba2c1: Preparing 02:04:53 083c7e0dee5b: Preparing 02:04:53 3504f4b65496: Preparing 02:04:53 e7a48e74a314: Preparing 02:04:53 945f5f702758: Preparing 02:04:53 256f393e029f: Preparing 02:04:53 3504f4b65496: Waiting 02:04:53 e7a48e74a314: Waiting 02:04:53 945f5f702758: Waiting 02:04:53 256f393e029f: Waiting 02:04:53 9074464ba2c1: Layer already exists 02:04:53 083c7e0dee5b: Layer already exists 02:04:53 101df99f9d52: Pushed 02:04:53 427d43d90730: Pushed 02:04:53 014dd40b0894: Pushed 02:04:53 256f393e029f: Layer already exists 02:04:53 e7a48e74a314: Pushed 02:04:54 945f5f702758: Pushed 02:05:08 #89 DONE 112.3s 02:05:08 02:05:08 #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:08 #83 DONE 116.4s 02:05:08 02:05:08 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:08 #90 DONE 120.4s 02:05:08 02:05:08 #86 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:08 #86 DONE 115.4s 02:05:08 02:05:08 #119 [core-keeper builder 7/8] COPY . . 02:05:08 #119 ... 02:05:08 02:05:08 #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:08 #103 DONE 99.2s 02:05:08 02:05:08 #84 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:08 #84 DONE 115.4s 02:05:08 02:05:08 #120 [core-command builder 6/7] COPY . . 02:05:08 3504f4b65496: Pushed 02:05:08 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:05:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:05:09 101df99f9d52: Preparing 02:05:09 427d43d90730: Preparing 02:05:09 014dd40b0894: Preparing 02:05:09 9074464ba2c1: Preparing 02:05:09 083c7e0dee5b: Preparing 02:05:09 3504f4b65496: Preparing 02:05:09 e7a48e74a314: Preparing 02:05:09 945f5f702758: Preparing 02:05:09 256f393e029f: Preparing 02:05:09 e7a48e74a314: Waiting 02:05:09 945f5f702758: Waiting 02:05:09 256f393e029f: Waiting 02:05:09 3504f4b65496: Waiting 02:05:09 427d43d90730: Layer already exists 02:05:09 9074464ba2c1: Layer already exists 02:05:09 014dd40b0894: Layer already exists 02:05:09 101df99f9d52: Layer already exists 02:05:09 083c7e0dee5b: Layer already exists 02:05:09 3504f4b65496: Layer already exists 02:05:09 945f5f702758: Layer already exists 02:05:09 e7a48e74a314: Layer already exists 02:05:09 256f393e029f: Layer already exists 02:05:09 latest: digest: sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:09 #120 ... 02:05:09 02:05:09 #121 [support-notifications builder 6/7] COPY . . 02:05:09 #121 DONE 2.0s 02:05:09 02:05:09 #119 [core-keeper builder 7/8] COPY . . 02:05:09 #119 DONE 1.9s 02:05:09 02:05:09 #122 [support-scheduler builder 6/7] COPY . . 02:05:09 #122 DONE 2.0s 02:05:09 02:05:09 #123 [security-spiffe-token-provider builder 6/7] COPY . . 02:05:09 #123 DONE 1.9s 02:05:09 02:05:09 #124 [security-proxy-setup builder 6/7] COPY . . 02:05:09 #124 CACHED 02:05:09 02:05:09 #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:09 #125 CACHED 02:05:09 02:05:09 #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:05:09 #126 CACHED 02:05:09 02:05:09 #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:05:09 #127 CACHED 02:05:09 02:05:09 #128 [security-secretstore-setup builder 6/7] COPY . . 02:05:09 #128 CACHED 02:05:09 02:05:09 #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:09 #129 CACHED 02:05:09 02:05:09 #130 [security-bootstrapper builder 6/7] COPY . . 02:05:09 #130 DONE 2.0s 02:05:09 02:05:09 #120 [core-command builder 6/7] COPY . . 02:05:09 #120 DONE 1.9s 02:05:09 02:05:09 #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:05:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93 02:05:10 #131 ... 02:05:10 02:05:10 #132 [core-data builder 6/7] COPY . . 02:05:10 #132 CACHED 02:05:10 02:05:10 #133 [core-data builder 4/7] COPY go.mod vendor* ./ 02:05:10 #133 CACHED 02:05:10 02:05:10 #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:10 #134 CACHED 02:05:10 02:05:10 #135 [core-common-config-bootstrapper builder 6/7] COPY . . 02:05:10 #135 CACHED 02:05:10 02:05:10 #136 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:05:10 #136 CACHED 02:05:10 02:05:10 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:10 #137 CACHED 02:05:10 02:05:10 #138 [security-proxy-auth builder 6/7] COPY . . 02:05:10 #138 CACHED 02:05:10 02:05:10 #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:10 #139 CACHED 02:05:10 02:05:10 #140 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:05:10 #140 CACHED 02:05:10 02:05:10 #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:05:10 #141 CACHED 02:05:10 02:05:10 #142 [core-metadata builder 6/7] COPY . . 02:05:10 #142 CACHED 02:05:10 02:05:10 #143 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:10 #143 CACHED 02:05:10 02:05:10 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93 02:05:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:05:10 101df99f9d52: Preparing 02:05:10 427d43d90730: Preparing 02:05:10 014dd40b0894: Preparing 02:05:10 9074464ba2c1: Preparing 02:05:10 083c7e0dee5b: Preparing 02:05:10 3504f4b65496: Preparing 02:05:10 e7a48e74a314: Preparing 02:05:10 945f5f702758: Preparing 02:05:10 256f393e029f: Preparing 02:05:10 e7a48e74a314: Waiting 02:05:10 3504f4b65496: Waiting 02:05:10 945f5f702758: Waiting 02:05:10 256f393e029f: Waiting 02:05:10 427d43d90730: Layer already exists 02:05:10 014dd40b0894: Layer already exists 02:05:10 083c7e0dee5b: Layer already exists 02:05:10 9074464ba2c1: Layer already exists 02:05:10 101df99f9d52: Layer already exists 02:05:10 3504f4b65496: Layer already exists 02:05:10 945f5f702758: Layer already exists 02:05:10 e7a48e74a314: Layer already exists 02:05:10 256f393e029f: Layer already exists 02:05:10 4.1.0-dev.93: digest: sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:05:11 101df99f9d52: Preparing 02:05:11 427d43d90730: Preparing 02:05:11 014dd40b0894: Preparing 02:05:11 9074464ba2c1: Preparing 02:05:11 083c7e0dee5b: Preparing 02:05:11 3504f4b65496: Preparing 02:05:11 e7a48e74a314: Preparing 02:05:11 945f5f702758: Preparing 02:05:11 256f393e029f: Preparing 02:05:11 3504f4b65496: Waiting 02:05:11 e7a48e74a314: Waiting 02:05:11 945f5f702758: Waiting 02:05:11 256f393e029f: Waiting 02:05:11 083c7e0dee5b: Layer already exists 02:05:11 101df99f9d52: Layer already exists 02:05:11 427d43d90730: Layer already exists 02:05:11 014dd40b0894: Layer already exists 02:05:11 9074464ba2c1: Layer already exists 02:05:11 3504f4b65496: Layer already exists 02:05:11 256f393e029f: Layer already exists 02:05:11 e7a48e74a314: Layer already exists 02:05:11 945f5f702758: Layer already exists 02:05:11 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 02:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:05:11 101df99f9d52: Preparing 02:05:11 427d43d90730: Preparing 02:05:11 014dd40b0894: Preparing 02:05:11 9074464ba2c1: Preparing 02:05:11 083c7e0dee5b: Preparing 02:05:11 3504f4b65496: Preparing 02:05:11 e7a48e74a314: Preparing 02:05:11 945f5f702758: Preparing 02:05:11 256f393e029f: Preparing 02:05:11 3504f4b65496: Waiting 02:05:11 e7a48e74a314: Waiting 02:05:11 945f5f702758: Waiting 02:05:11 256f393e029f: Waiting 02:05:11 101df99f9d52: Layer already exists 02:05:11 083c7e0dee5b: Layer already exists 02:05:11 9074464ba2c1: Layer already exists 02:05:11 014dd40b0894: Layer already exists 02:05:11 427d43d90730: Layer already exists 02:05:11 e7a48e74a314: Layer already exists 02:05:11 3504f4b65496: Layer already exists 02:05:11 256f393e029f: Layer already exists 02:05:11 945f5f702758: Layer already exists 02:05:11 main: digest: sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:05:11 ===================================================== [Pipeline] echo 02:05:11 taggedImages: 02:05:11 - nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:11 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:05:11 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93 02:05:11 - nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:11 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 02:05:11 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 02:05:11 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:11 latest 02:05:11 4.1.0-dev.93 02:05:11 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:11 main 02:05:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:12 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:05:12 f8636a146f64: Preparing 02:05:12 bee8c11d0d9a: Preparing 02:05:12 b54198b7a732: Preparing 02:05:12 9074464ba2c1: Preparing 02:05:12 083c7e0dee5b: Preparing 02:05:12 59777383cab5: Preparing 02:05:12 607c439799e5: Preparing 02:05:12 731a5b0a5644: Preparing 02:05:12 256f393e029f: Preparing 02:05:12 607c439799e5: Waiting 02:05:12 256f393e029f: Waiting 02:05:12 59777383cab5: Waiting 02:05:12 731a5b0a5644: Waiting 02:05:12 f8636a146f64: Layer already exists 02:05:12 083c7e0dee5b: Layer already exists 02:05:12 9074464ba2c1: Layer already exists 02:05:12 607c439799e5: Layer already exists 02:05:12 731a5b0a5644: Layer already exists 02:05:12 256f393e029f: Layer already exists 02:05:12 bee8c11d0d9a: Pushed 02:05:12 b54198b7a732: Pushed 02:05:15 #144 ... 02:05:15 02:05:15 #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:05:15 #131 5.103 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:05:20 #131 ... 02:05:20 02:05:20 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:05:20 #0 5.253 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:05:20 #145 ... 02:05:20 02:05:20 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:05:20 #0 5.821 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:05:20 #146 ... 02:05:20 02:05:20 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:05:20 #0 5.541 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:05:20 #147 ... 02:05:20 02:05:20 #148 [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:05:20 #0 6.004 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:05:20 #148 ... 02:05:20 02:05:20 #149 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 02:05:20 #0 4.766 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:05:20 #149 ... 02:05:20 02:05:20 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:05:20 #0 5.410 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:05:20 #150 ... 02:05:20 02:05:20 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:05:20 #0 4.368 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:05:21 #151 ... 02:05:21 02:05:21 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:05:21 #0 5.249 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:05:21 #152 ... 02:05:21 02:05:21 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:05:21 #0 5.949 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:05:21 #153 ... 02:05:21 02:05:21 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:05:21 #0 6.095 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:05:21 #154 ... 02:05:21 02:05:21 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:05:21 #144 5.987 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:05:27 59777383cab5: Pushed 02:05:27 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:27 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:05:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:05:27 f8636a146f64: Preparing 02:05:27 bee8c11d0d9a: Preparing 02:05:27 b54198b7a732: Preparing 02:05:27 9074464ba2c1: Preparing 02:05:27 083c7e0dee5b: Preparing 02:05:27 59777383cab5: Preparing 02:05:27 607c439799e5: Preparing 02:05:27 731a5b0a5644: Preparing 02:05:27 256f393e029f: Preparing 02:05:27 59777383cab5: Waiting 02:05:27 607c439799e5: Waiting 02:05:27 731a5b0a5644: Waiting 02:05:27 256f393e029f: Waiting 02:05:27 083c7e0dee5b: Layer already exists 02:05:27 b54198b7a732: Layer already exists 02:05:27 f8636a146f64: Layer already exists 02:05:27 9074464ba2c1: Layer already exists 02:05:27 bee8c11d0d9a: Layer already exists 02:05:27 59777383cab5: Layer already exists 02:05:27 607c439799e5: Layer already exists 02:05:27 731a5b0a5644: Layer already exists 02:05:27 256f393e029f: Layer already exists 02:05:27 latest: digest: sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93 02:05:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:05:28 f8636a146f64: Preparing 02:05:28 bee8c11d0d9a: Preparing 02:05:28 b54198b7a732: Preparing 02:05:28 9074464ba2c1: Preparing 02:05:28 083c7e0dee5b: Preparing 02:05:28 59777383cab5: Preparing 02:05:28 607c439799e5: Preparing 02:05:28 731a5b0a5644: Preparing 02:05:28 256f393e029f: Preparing 02:05:28 59777383cab5: Waiting 02:05:28 731a5b0a5644: Waiting 02:05:28 607c439799e5: Waiting 02:05:28 083c7e0dee5b: Layer already exists 02:05:28 f8636a146f64: Layer already exists 02:05:28 bee8c11d0d9a: Layer already exists 02:05:28 b54198b7a732: Layer already exists 02:05:28 9074464ba2c1: Layer already exists 02:05:28 607c439799e5: Layer already exists 02:05:28 731a5b0a5644: Layer already exists 02:05:28 59777383cab5: Layer already exists 02:05:28 256f393e029f: Layer already exists 02:05:28 4.1.0-dev.93: digest: sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:05:29 f8636a146f64: Preparing 02:05:29 bee8c11d0d9a: Preparing 02:05:29 b54198b7a732: Preparing 02:05:29 9074464ba2c1: Preparing 02:05:29 083c7e0dee5b: Preparing 02:05:29 59777383cab5: Preparing 02:05:29 607c439799e5: Preparing 02:05:29 731a5b0a5644: Preparing 02:05:29 256f393e029f: Preparing 02:05:29 59777383cab5: Waiting 02:05:29 607c439799e5: Waiting 02:05:29 731a5b0a5644: Waiting 02:05:29 256f393e029f: Waiting 02:05:29 083c7e0dee5b: Layer already exists 02:05:29 bee8c11d0d9a: Layer already exists 02:05:29 f8636a146f64: Layer already exists 02:05:29 b54198b7a732: Layer already exists 02:05:29 9074464ba2c1: Layer already exists 02:05:29 59777383cab5: Layer already exists 02:05:29 607c439799e5: Layer already exists 02:05:29 731a5b0a5644: Layer already exists 02:05:29 256f393e029f: Layer already exists 02:05:29 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 02:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:05:29 f8636a146f64: Preparing 02:05:29 bee8c11d0d9a: Preparing 02:05:29 b54198b7a732: Preparing 02:05:29 9074464ba2c1: Preparing 02:05:29 083c7e0dee5b: Preparing 02:05:29 59777383cab5: Preparing 02:05:29 607c439799e5: Preparing 02:05:29 731a5b0a5644: Preparing 02:05:29 256f393e029f: Preparing 02:05:29 59777383cab5: Waiting 02:05:29 607c439799e5: Waiting 02:05:29 731a5b0a5644: Waiting 02:05:29 256f393e029f: Waiting 02:05:29 b54198b7a732: Layer already exists 02:05:29 bee8c11d0d9a: Layer already exists 02:05:29 9074464ba2c1: Layer already exists 02:05:29 083c7e0dee5b: Layer already exists 02:05:29 f8636a146f64: Layer already exists 02:05:29 256f393e029f: Layer already exists 02:05:29 731a5b0a5644: Layer already exists 02:05:29 607c439799e5: Layer already exists 02:05:29 59777383cab5: Layer already exists 02:05:29 main: digest: sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:05:29 ===================================================== [Pipeline] echo 02:05:29 taggedImages: 02:05:29 - nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:29 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:05:29 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93 02:05:29 - nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:29 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 02:05:29 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 02:05:29 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:29 latest 02:05:29 4.1.0-dev.93 02:05:29 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:29 main 02:05:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:30 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:05:30 bcd4bd327347: Preparing 02:05:30 d5f66f29bb34: Preparing 02:05:30 9074464ba2c1: Preparing 02:05:30 083c7e0dee5b: Preparing 02:05:30 ced137cdfefb: Preparing 02:05:30 b37789f8b731: Preparing 02:05:30 256f393e029f: Preparing 02:05:30 256f393e029f: Waiting 02:05:30 b37789f8b731: Waiting 02:05:30 083c7e0dee5b: Layer already exists 02:05:30 9074464ba2c1: Layer already exists 02:05:30 256f393e029f: Layer already exists 02:05:30 bcd4bd327347: Pushed 02:05:30 ced137cdfefb: Pushed 02:05:31 b37789f8b731: Pushed 02:05:34 d5f66f29bb34: Pushed 02:05:34 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:35 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 02:05:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:05:35 bcd4bd327347: Preparing 02:05:35 d5f66f29bb34: Preparing 02:05:35 9074464ba2c1: Preparing 02:05:35 083c7e0dee5b: Preparing 02:05:35 ced137cdfefb: Preparing 02:05:35 b37789f8b731: Preparing 02:05:35 256f393e029f: Preparing 02:05:35 b37789f8b731: Waiting 02:05:35 256f393e029f: Waiting 02:05:35 d5f66f29bb34: Layer already exists 02:05:35 083c7e0dee5b: Layer already exists 02:05:35 ced137cdfefb: Layer already exists 02:05:35 bcd4bd327347: Layer already exists 02:05:35 9074464ba2c1: Layer already exists 02:05:35 256f393e029f: Layer already exists 02:05:35 b37789f8b731: Layer already exists 02:05:35 latest: digest: sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:35 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93 02:05:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:05:35 bcd4bd327347: Preparing 02:05:35 d5f66f29bb34: Preparing 02:05:35 9074464ba2c1: Preparing 02:05:35 083c7e0dee5b: Preparing 02:05:35 ced137cdfefb: Preparing 02:05:35 b37789f8b731: Preparing 02:05:35 256f393e029f: Preparing 02:05:35 b37789f8b731: Waiting 02:05:35 256f393e029f: Waiting 02:05:35 9074464ba2c1: Layer already exists 02:05:35 ced137cdfefb: Layer already exists 02:05:35 bcd4bd327347: Layer already exists 02:05:35 d5f66f29bb34: Layer already exists 02:05:35 083c7e0dee5b: Layer already exists 02:05:35 b37789f8b731: Layer already exists 02:05:35 256f393e029f: Layer already exists 02:05:35 4.1.0-dev.93: digest: sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:36 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:05:36 bcd4bd327347: Preparing 02:05:36 d5f66f29bb34: Preparing 02:05:36 9074464ba2c1: Preparing 02:05:36 083c7e0dee5b: Preparing 02:05:36 ced137cdfefb: Preparing 02:05:36 b37789f8b731: Preparing 02:05:36 256f393e029f: Preparing 02:05:36 b37789f8b731: Waiting 02:05:36 256f393e029f: Waiting 02:05:36 bcd4bd327347: Layer already exists 02:05:36 9074464ba2c1: Layer already exists 02:05:36 d5f66f29bb34: Layer already exists 02:05:36 083c7e0dee5b: Layer already exists 02:05:36 ced137cdfefb: Layer already exists 02:05:36 b37789f8b731: Layer already exists 02:05:36 256f393e029f: Layer already exists 02:05:36 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:36 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 02:05:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:05:37 bcd4bd327347: Preparing 02:05:37 d5f66f29bb34: Preparing 02:05:37 9074464ba2c1: Preparing 02:05:37 083c7e0dee5b: Preparing 02:05:37 ced137cdfefb: Preparing 02:05:37 b37789f8b731: Preparing 02:05:37 256f393e029f: Preparing 02:05:37 b37789f8b731: Waiting 02:05:37 256f393e029f: Waiting 02:05:37 083c7e0dee5b: Layer already exists 02:05:37 bcd4bd327347: Layer already exists 02:05:37 d5f66f29bb34: Layer already exists 02:05:37 9074464ba2c1: Layer already exists 02:05:37 ced137cdfefb: Layer already exists 02:05:37 256f393e029f: Layer already exists 02:05:37 b37789f8b731: Layer already exists 02:05:37 main: digest: sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:05:37 ===================================================== [Pipeline] echo 02:05:37 taggedImages: 02:05:37 - nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:37 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:05:37 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93 02:05:37 - nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:37 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 02:05:37 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 02:05:37 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:37 latest 02:05:37 4.1.0-dev.93 02:05:37 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:37 main 02:05:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:37 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:05:38 fc0f79af6de3: Preparing 02:05:38 8c12b1187161: Preparing 02:05:38 9074464ba2c1: Preparing 02:05:38 083c7e0dee5b: Preparing 02:05:38 ccd9ccea4888: Preparing 02:05:38 8cb86ca2ee75: Preparing 02:05:38 256f393e029f: Preparing 02:05:38 8cb86ca2ee75: Waiting 02:05:38 256f393e029f: Waiting 02:05:38 9074464ba2c1: Layer already exists 02:05:38 083c7e0dee5b: Layer already exists 02:05:38 256f393e029f: Layer already exists 02:05:38 fc0f79af6de3: Pushed 02:05:38 ccd9ccea4888: Pushed 02:05:38 8cb86ca2ee75: Pushed 02:05:42 8c12b1187161: Pushed 02:05:42 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:42 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:05:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:05:43 fc0f79af6de3: Preparing 02:05:43 8c12b1187161: Preparing 02:05:43 9074464ba2c1: Preparing 02:05:43 083c7e0dee5b: Preparing 02:05:43 ccd9ccea4888: Preparing 02:05:43 8cb86ca2ee75: Preparing 02:05:43 256f393e029f: Preparing 02:05:43 8cb86ca2ee75: Waiting 02:05:43 256f393e029f: Waiting 02:05:43 fc0f79af6de3: Layer already exists 02:05:43 8c12b1187161: Layer already exists 02:05:43 9074464ba2c1: Layer already exists 02:05:43 083c7e0dee5b: Layer already exists 02:05:43 ccd9ccea4888: Layer already exists 02:05:43 8cb86ca2ee75: Layer already exists 02:05:43 256f393e029f: Layer already exists 02:05:43 latest: digest: sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93 02:05:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:05:43 fc0f79af6de3: Preparing 02:05:43 8c12b1187161: Preparing 02:05:43 9074464ba2c1: Preparing 02:05:43 083c7e0dee5b: Preparing 02:05:43 ccd9ccea4888: Preparing 02:05:43 8cb86ca2ee75: Preparing 02:05:43 256f393e029f: Preparing 02:05:43 8cb86ca2ee75: Waiting 02:05:43 256f393e029f: Waiting 02:05:43 ccd9ccea4888: Layer already exists 02:05:43 8c12b1187161: Layer already exists 02:05:43 9074464ba2c1: Layer already exists 02:05:43 083c7e0dee5b: Layer already exists 02:05:43 fc0f79af6de3: Layer already exists 02:05:43 8cb86ca2ee75: Layer already exists 02:05:43 256f393e029f: Layer already exists 02:05:43 4.1.0-dev.93: digest: sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:05:44 fc0f79af6de3: Preparing 02:05:44 8c12b1187161: Preparing 02:05:44 9074464ba2c1: Preparing 02:05:44 083c7e0dee5b: Preparing 02:05:44 ccd9ccea4888: Preparing 02:05:44 8cb86ca2ee75: Preparing 02:05:44 256f393e029f: Preparing 02:05:44 8cb86ca2ee75: Waiting 02:05:44 256f393e029f: Waiting 02:05:44 9074464ba2c1: Layer already exists 02:05:44 083c7e0dee5b: Layer already exists 02:05:44 8c12b1187161: Layer already exists 02:05:44 ccd9ccea4888: Layer already exists 02:05:44 fc0f79af6de3: Layer already exists 02:05:44 8cb86ca2ee75: Layer already exists 02:05:44 256f393e029f: Layer already exists 02:05:44 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 02:05:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:05:44 fc0f79af6de3: Preparing 02:05:44 8c12b1187161: Preparing 02:05:44 9074464ba2c1: Preparing 02:05:44 083c7e0dee5b: Preparing 02:05:44 ccd9ccea4888: Preparing 02:05:44 8cb86ca2ee75: Preparing 02:05:44 256f393e029f: Preparing 02:05:44 256f393e029f: Waiting 02:05:44 8cb86ca2ee75: Waiting 02:05:44 ccd9ccea4888: Layer already exists 02:05:44 083c7e0dee5b: Layer already exists 02:05:44 8c12b1187161: Layer already exists 02:05:44 fc0f79af6de3: Layer already exists 02:05:44 9074464ba2c1: Layer already exists 02:05:44 8cb86ca2ee75: Layer already exists 02:05:44 256f393e029f: Layer already exists 02:05:44 main: digest: sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:05:45 ===================================================== [Pipeline] echo 02:05:45 taggedImages: 02:05:45 - nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:05:45 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 02:05:45 ========================================================= 02:05:45 [edgeXBuildMultiArch] RAW Config: 02:05:45 images: 02:05:45 - nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/core-command:latest 02:05:45 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/core-command:main 02:05:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:05:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:05:45 - nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/core-data:latest 02:05:45 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/core-data:main 02:05:45 - nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:05:45 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/core-keeper:main 02:05:45 - nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:05:45 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/core-metadata:main 02:05:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:05:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:05:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:05:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:05:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:05:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:05:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:05:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:05:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:05:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-config:main 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/security-spire-server:main 02:05:45 - nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:05:45 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/support-notifications:main 02:05:45 - nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:05:45 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:05:45 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:05:45 - nexus3.edgexfoundry.org:10004/support-scheduler:main 02:05:45 settingsFile: 02:05:45 edgex-go-settings 02:05:45 ========================================================= [Pipeline] node 02:06:00 Still waiting to schedule task 02:06:00 All nodes of label ‘centos7-docker-4c-2g’ are offline 02:07:07 Running on prd-centos7-docker-4c-2g-530 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:07:07 provisioning config files... 02:07:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2907776038593560142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:07:11 ---> ****-login.sh 02:07:11 nexus3.edgexfoundry.org:10001 02:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:07:12 Configure a credential helper to remove this warning. See 02:07:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:07:12 02:07:12 Login Succeeded 02:07:12 nexus3.edgexfoundry.org:10002 02:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:07:12 Configure a credential helper to remove this warning. See 02:07:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:07:12 02:07:12 Login Succeeded 02:07:12 nexus3.edgexfoundry.org:10003 02:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:07:12 Configure a credential helper to remove this warning. See 02:07:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:07:12 02:07:12 Login Succeeded 02:07:12 nexus3.edgexfoundry.org:10004 02:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:07:12 Configure a credential helper to remove this warning. See 02:07:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:07:12 02:07:12 Login Succeeded 02:07:12 ****.io 02:07:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:07:12 Configure a credential helper to remove this warning. See 02:07:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:07:12 02:07:12 Login Succeeded 02:07:12 ---> ****-login.sh ends [Pipeline] } 02:07:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:07:12 + docker buildx ls 02:07:13 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:07:13 default * docker 02:07:13 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:07:13 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 02:07:13 edgex-builder [Pipeline] sh 02:07:13 + docker buildx inspect --bootstrap 02:07:13 #1 [internal] booting buildkit 02:07:13 #1 pulling image moby/buildkit:buildx-stable-1 02:07:17 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 02:07:17 #1 creating container buildx_buildkit_edgex-builder0 02:07:23 #1 creating container buildx_buildkit_edgex-builder0 7.0s done 02:07:23 #1 DONE 9.9s 02:07:23 Name: edgex-builder 02:07:23 Driver: docker-container 02:07:23 02:07:23 Nodes: 02:07:23 Name: edgex-builder0 02:07:23 Endpoint: unix:///var/run/docker.sock 02:07:23 Status: running 02:07:23 Buildkit: v0.26.2 02:07:23 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 02:07:23 + docker buildx ls 02:07:23 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:07:23 edgex-builder * docker-container 02:07:23 edgex-builder0 unix:///var/run/docker.sock running v0.26.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 02:07:23 default docker 02:07:23 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:07:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:07:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:07:24 #1 [internal] load build definition from Dockerfile 02:07:24 #1 transferring dockerfile: 197B done 02:07:24 #1 DONE 0.0s 02:07:24 02:07:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:24 #2 DONE 0.1s 02:07:24 02:07:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:24 #3 DONE 0.1s 02:07:24 02:07:24 #4 [internal] load .dockerignore 02:07:24 #4 transferring context: 2B done 02:07:24 #4 DONE 0.0s 02:07:24 02:07:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 02:07:24 #5 resolve nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 0.0s done 02:07:24 #5 DONE 0.0s 02:07:24 02:07:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 02:07:24 #6 resolve nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 0.0s done 02:07:24 #6 DONE 0.1s 02:07:24 02:07:24 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:07:24 #7 DONE 0.0s 02:07:24 02:07:24 #8 exporting to image 02:07:24 #8 exporting layers done 02:07:24 #8 exporting manifest sha256:2fbaf6208feb4daae15be07d7962838d975d202ab260c21212dbbf9b208cbbc0 0.0s done 02:07:24 #8 exporting config sha256:8a22005cc8547034565aa288edf4a424d9a878411f9f2e88dfab42d28caa8318 done 02:07:24 #8 exporting manifest sha256:c26bfbd82e99d9a38ca94a1f2a99d01eb246a391966d981510dabf44db98e2f5 done 02:07:24 #8 exporting config sha256:f4f09a2b59667ded0c54d329ec439d7718270273859c5fc877ec25bd3c337a85 done 02:07:24 #8 exporting manifest list sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f done 02:07:24 #8 pushing layers 0.1s done 02:07:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f 02:07:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f 0.1s done 02:07:24 #8 DONE 0.2s 02:07:24 02:07:24 1 warning found (use --debug to expand): 02:07:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 02:07:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 02:07:24 #1 [internal] load build definition from Dockerfile 02:07:24 #1 transferring dockerfile: 163B done 02:07:24 #1 DONE 0.0s 02:07:24 02:07:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:07:24 #2 DONE 0.0s 02:07:24 02:07:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:07:24 #3 DONE 0.0s 02:07:24 02:07:24 #4 [internal] load .dockerignore 02:07:24 #4 transferring context: 2B done 02:07:24 #4 DONE 0.0s 02:07:24 02:07:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 02:07:24 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 0.0s done 02:07:24 #5 CACHED 02:07:24 02:07:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 02:07:24 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 0.0s done 02:07:24 #6 CACHED 02:07:24 02:07:24 #7 exporting to image 02:07:24 #7 exporting layers done 02:07:24 #7 exporting manifest sha256:2fbaf6208feb4daae15be07d7962838d975d202ab260c21212dbbf9b208cbbc0 done 02:07:24 #7 exporting config sha256:8a22005cc8547034565aa288edf4a424d9a878411f9f2e88dfab42d28caa8318 done 02:07:24 #7 exporting manifest sha256:c26bfbd82e99d9a38ca94a1f2a99d01eb246a391966d981510dabf44db98e2f5 done 02:07:24 #7 exporting config sha256:f4f09a2b59667ded0c54d329ec439d7718270273859c5fc877ec25bd3c337a85 02:07:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:25 #7 exporting config sha256:f4f09a2b59667ded0c54d329ec439d7718270273859c5fc877ec25bd3c337a85 done 02:07:25 #7 exporting manifest list sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f done 02:07:25 #7 pushing layers 0.0s done 02:07:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f 0.1s done 02:07:25 #7 DONE 0.1s 02:07:25 02:07:25 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:07:25 #8 DONE 0.0s 02:07:25 02:07:25 1 warning found (use --debug to expand): 02:07:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93' 02:07:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93 --push - 02:07:25 #1 [internal] load build definition from Dockerfile 02:07:25 #1 transferring dockerfile: 169B done 02:07:25 #1 DONE 0.0s 02:07:25 02:07:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93 02:07:25 #2 DONE 0.0s 02:07:25 02:07:25 #3 [internal] load .dockerignore 02:07:25 #3 transferring context: 2B done 02:07:25 #3 DONE 0.0s 02:07:25 02:07:25 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93 02:07:25 #4 DONE 0.2s 02:07:25 02:07:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 02:07:25 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 done 02:07:25 #5 CACHED 02:07:25 02:07:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 02:07:25 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 0.0s done 02:07:25 #6 CACHED 02:07:25 02:07:25 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:07:25 #7 DONE 0.0s 02:07:25 02:07:25 #8 exporting to image 02:07:25 #8 exporting layers done 02:07:25 #8 exporting manifest sha256:2fbaf6208feb4daae15be07d7962838d975d202ab260c21212dbbf9b208cbbc0 done 02:07:25 #8 exporting config sha256:8a22005cc8547034565aa288edf4a424d9a878411f9f2e88dfab42d28caa8318 done 02:07:25 #8 exporting manifest sha256:c26bfbd82e99d9a38ca94a1f2a99d01eb246a391966d981510dabf44db98e2f5 done 02:07:25 #8 exporting config sha256:f4f09a2b59667ded0c54d329ec439d7718270273859c5fc877ec25bd3c337a85 done 02:07:25 #8 exporting manifest list sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f done 02:07:25 #8 pushing layers 0.0s done 02:07:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.93@sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f 0.1s done 02:07:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:25 #8 DONE 0.1s 02:07:26 02:07:26 1 warning found (use --debug to expand): 02:07:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:07:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:07:26 #1 [internal] load build definition from Dockerfile 02:07:26 #1 transferring dockerfile: 210B done 02:07:26 #1 DONE 0.0s 02:07:26 02:07:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:26 #2 DONE 0.0s 02:07:26 02:07:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:26 #3 DONE 0.0s 02:07:26 02:07:26 #4 [internal] load .dockerignore 02:07:26 #4 transferring context: 2B done 02:07:26 #4 DONE 0.0s 02:07:26 02:07:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 02:07:26 #5 resolve nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 0.0s done 02:07:26 #5 CACHED 02:07:26 02:07:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 02:07:26 #6 resolve nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 done 02:07:26 #6 CACHED 02:07:26 02:07:26 #7 exporting to image 02:07:26 #7 exporting layers done 02:07:26 #7 exporting manifest sha256:2fbaf6208feb4daae15be07d7962838d975d202ab260c21212dbbf9b208cbbc0 done 02:07:26 #7 exporting config sha256:8a22005cc8547034565aa288edf4a424d9a878411f9f2e88dfab42d28caa8318 done 02:07:26 #7 exporting manifest sha256:c26bfbd82e99d9a38ca94a1f2a99d01eb246a391966d981510dabf44db98e2f5 done 02:07:26 #7 exporting config sha256:f4f09a2b59667ded0c54d329ec439d7718270273859c5fc877ec25bd3c337a85 done 02:07:26 #7 exporting manifest list sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f done 02:07:26 #7 pushing layers 0.0s done 02:07:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f 02:07:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f 0.1s done 02:07:26 #7 DONE 0.1s 02:07:26 02:07:26 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:07:26 #8 DONE 0.0s 02:07:26 02:07:26 1 warning found (use --debug to expand): 02:07:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 02:07:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 02:07:26 #1 [internal] load build definition from Dockerfile 02:07:26 #1 transferring dockerfile: 161B done 02:07:26 #1 DONE 0.0s 02:07:26 02:07:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:07:26 #2 DONE 0.0s 02:07:26 02:07:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:07:26 #3 DONE 0.0s 02:07:26 02:07:26 #4 [internal] load .dockerignore 02:07:26 #4 transferring context: 2B done 02:07:26 #4 DONE 0.0s 02:07:26 02:07:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 02:07:26 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 done 02:07:26 #5 CACHED 02:07:26 02:07:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 02:07:26 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:60e38e6de161b8a9d0a8637ddccb20d5998b5866832862d04166d92f8a0b15d7 done 02:07:26 #6 CACHED 02:07:26 02:07:26 #7 exporting to image 02:07:26 #7 exporting layers done 02:07:26 #7 exporting manifest sha256:2fbaf6208feb4daae15be07d7962838d975d202ab260c21212dbbf9b208cbbc0 done 02:07:26 #7 exporting config sha256:8a22005cc8547034565aa288edf4a424d9a878411f9f2e88dfab42d28caa8318 done 02:07:26 #7 exporting manifest sha256:c26bfbd82e99d9a38ca94a1f2a99d01eb246a391966d981510dabf44db98e2f5 done 02:07:26 #7 exporting config sha256:f4f09a2b59667ded0c54d329ec439d7718270273859c5fc877ec25bd3c337a85 done 02:07:26 #7 exporting manifest list sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f done 02:07:26 #7 pushing layers 0.0s done 02:07:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f 02:07:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:cf38da23bebcaea76cec09d3eb943686ae6a7ca371a9b9bc92142622b2334e4f 0.1s done 02:07:27 #7 DONE 0.1s 02:07:27 02:07:27 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:07:27 #8 DONE 0.0s 02:07:27 02:07:27 1 warning found (use --debug to expand): 02:07:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:07:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:07:27 #1 [internal] load build definition from Dockerfile 02:07:27 #1 transferring dockerfile: 216B done 02:07:27 #1 DONE 0.0s 02:07:27 02:07:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:27 #2 DONE 0.0s 02:07:27 02:07:27 #3 [internal] load .dockerignore 02:07:27 #3 transferring context: 2B done 02:07:27 #3 DONE 0.0s 02:07:27 02:07:27 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:27 #4 DONE 0.1s 02:07:27 02:07:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:27 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:27 #5 ... 02:07:27 02:07:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:27 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 0.0s done 02:07:27 #6 DONE 0.1s 02:07:27 02:07:27 #7 exporting to image 02:07:27 #7 exporting layers done 02:07:27 #7 exporting manifest sha256:1edc4e218489025836105dc8d57e2d7423f6dc3d37322ce1e82c1ac979a46f75 done 02:07:27 #7 exporting config sha256:f69ef8b0f7fb919541ee980d26a1ada579a3740484908af11c9cd8eb7de6a8cd done 02:07:27 #7 exporting manifest sha256:bbe4d8fd0ba171aa2eecc2e8c34daeb19ea2ca0b3b3c7ddf34ec6b05d2ec118b done 02:07:27 #7 exporting config sha256:3d06c8c4707cf8f1833827cbd33a623b45bea176c9679e251fcc9e28e4deadfb done 02:07:27 #7 exporting manifest list sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 0.0s done 02:07:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:27 #7 ... 02:07:27 02:07:27 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:27 #8 DONE 0.0s 02:07:27 02:07:27 #7 exporting to image 02:07:27 #7 pushing layers 0.1s done 02:07:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 02:07:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 0.1s done 02:07:27 #7 DONE 0.2s 02:07:27 02:07:27 1 warning found (use --debug to expand): 02:07:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 02:07:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 02:07:28 #1 [internal] load build definition from Dockerfile 02:07:28 #1 transferring dockerfile: 182B done 02:07:28 #1 DONE 0.0s 02:07:28 02:07:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:07:28 #2 DONE 0.0s 02:07:28 02:07:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:07:28 #3 DONE 0.0s 02:07:28 02:07:28 #4 [internal] load .dockerignore 02:07:28 #4 transferring context: 2B done 02:07:28 #4 DONE 0.0s 02:07:28 02:07:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:28 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 0.0s done 02:07:28 #5 CACHED 02:07:28 02:07:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:28 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 0.0s done 02:07:28 #6 CACHED 02:07:28 02:07:28 #7 exporting to image 02:07:28 #7 exporting layers done 02:07:28 #7 exporting manifest sha256:1edc4e218489025836105dc8d57e2d7423f6dc3d37322ce1e82c1ac979a46f75 done 02:07:28 #7 exporting config sha256:f69ef8b0f7fb919541ee980d26a1ada579a3740484908af11c9cd8eb7de6a8cd done 02:07:28 #7 exporting manifest sha256:bbe4d8fd0ba171aa2eecc2e8c34daeb19ea2ca0b3b3c7ddf34ec6b05d2ec118b 02:07:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:28 #7 exporting manifest sha256:bbe4d8fd0ba171aa2eecc2e8c34daeb19ea2ca0b3b3c7ddf34ec6b05d2ec118b done 02:07:28 #7 exporting config sha256:3d06c8c4707cf8f1833827cbd33a623b45bea176c9679e251fcc9e28e4deadfb done 02:07:28 #7 exporting manifest list sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 done 02:07:28 #7 pushing layers 0.0s done 02:07:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 0.1s done 02:07:28 #7 DONE 0.1s 02:07:28 02:07:28 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:28 #8 DONE 0.0s 02:07:28 02:07:28 1 warning found (use --debug to expand): 02:07:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93 --push - 02:07:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93' 02:07:28 #1 [internal] load build definition from Dockerfile 02:07:28 #1 transferring dockerfile: 188B done 02:07:28 #1 DONE 0.0s 02:07:28 02:07:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93 02:07:28 #2 DONE 0.0s 02:07:28 02:07:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93 02:07:28 #3 DONE 0.0s 02:07:28 02:07:28 #4 [internal] load .dockerignore 02:07:28 #4 transferring context: 2B done 02:07:28 #4 DONE 0.0s 02:07:28 02:07:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:28 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 0.0s done 02:07:28 #5 CACHED 02:07:28 02:07:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:28 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 0.0s done 02:07:28 #6 DONE 0.0s 02:07:29 02:07:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:29 #6 CACHED 02:07:29 02:07:29 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:29 #7 DONE 0.0s 02:07:29 02:07:29 #8 exporting to image 02:07:29 #8 exporting layers done 02:07:29 #8 exporting manifest sha256:1edc4e218489025836105dc8d57e2d7423f6dc3d37322ce1e82c1ac979a46f75 done 02:07:29 #8 exporting config sha256:f69ef8b0f7fb919541ee980d26a1ada579a3740484908af11c9cd8eb7de6a8cd done 02:07:29 #8 exporting manifest sha256:bbe4d8fd0ba171aa2eecc2e8c34daeb19ea2ca0b3b3c7ddf34ec6b05d2ec118b done 02:07:29 #8 exporting config sha256:3d06c8c4707cf8f1833827cbd33a623b45bea176c9679e251fcc9e28e4deadfb done 02:07:29 #8 exporting manifest list sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 done 02:07:29 #8 pushing layers 0.0s done 02:07:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.93@sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 0.1s done 02:07:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:29 #8 DONE 0.1s 02:07:29 02:07:29 1 warning found (use --debug to expand): 02:07:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:07:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:07:29 #1 [internal] load build definition from Dockerfile 02:07:29 #1 transferring dockerfile: 229B done 02:07:29 #1 DONE 0.0s 02:07:29 02:07:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:29 #2 DONE 0.0s 02:07:29 02:07:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:29 #3 DONE 0.0s 02:07:29 02:07:29 #4 [internal] load .dockerignore 02:07:29 #4 transferring context: 2B done 02:07:29 #4 DONE 0.0s 02:07:29 02:07:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:29 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 0.0s done 02:07:29 #5 CACHED 02:07:29 02:07:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:29 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 0.0s done 02:07:29 #6 CACHED 02:07:29 02:07:29 #7 exporting to image 02:07:29 #7 exporting layers done 02:07:29 #7 exporting manifest sha256:1edc4e218489025836105dc8d57e2d7423f6dc3d37322ce1e82c1ac979a46f75 done 02:07:29 #7 exporting config sha256:f69ef8b0f7fb919541ee980d26a1ada579a3740484908af11c9cd8eb7de6a8cd done 02:07:29 #7 exporting manifest sha256:bbe4d8fd0ba171aa2eecc2e8c34daeb19ea2ca0b3b3c7ddf34ec6b05d2ec118b done 02:07:29 #7 exporting config sha256:3d06c8c4707cf8f1833827cbd33a623b45bea176c9679e251fcc9e28e4deadfb done 02:07:29 #7 exporting manifest list sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 done 02:07:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:29 #7 pushing layers 0.0s done 02:07:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 0.1s done 02:07:29 #7 DONE 0.1s 02:07:29 02:07:29 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:29 #8 DONE 0.0s 02:07:29 02:07:29 1 warning found (use --debug to expand): 02:07:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 02:07:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 02:07:30 #1 [internal] load build definition from Dockerfile 02:07:30 #1 transferring dockerfile: 180B done 02:07:30 #1 DONE 0.0s 02:07:30 02:07:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:07:30 #2 DONE 0.0s 02:07:30 02:07:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:07:30 #3 DONE 0.0s 02:07:30 02:07:30 #4 [internal] load .dockerignore 02:07:30 #4 transferring context: 2B done 02:07:30 #4 DONE 0.0s 02:07:30 02:07:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:30 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 0.0s done 02:07:30 #5 CACHED 02:07:30 02:07:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 02:07:30 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b1f9463ff57ca02d0def5b8bfe498250838272c45e00669eb1475778173f3ce9 0.0s done 02:07:30 #6 CACHED 02:07:30 02:07:30 #7 exporting to image 02:07:30 #7 exporting layers done 02:07:30 #7 exporting manifest sha256:1edc4e218489025836105dc8d57e2d7423f6dc3d37322ce1e82c1ac979a46f75 done 02:07:30 #7 exporting config sha256:f69ef8b0f7fb919541ee980d26a1ada579a3740484908af11c9cd8eb7de6a8cd done 02:07:30 #7 exporting manifest sha256:bbe4d8fd0ba171aa2eecc2e8c34daeb19ea2ca0b3b3c7ddf34ec6b05d2ec118b done 02:07:30 #7 exporting config sha256:3d06c8c4707cf8f1833827cbd33a623b45bea176c9679e251fcc9e28e4deadfb done 02:07:30 #7 exporting manifest list sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 done 02:07:30 #7 pushing layers 0.0s done 02:07:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 02:07:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:cf2e1cffec926c73caf00fc24b0538431c165bfda8db640666c95e75c816f006 0.1s done 02:07:30 #7 DONE 0.1s 02:07:30 02:07:30 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:30 #8 DONE 0.0s 02:07:30 02:07:30 1 warning found (use --debug to expand): 02:07:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:07:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:07:30 #1 [internal] load build definition from Dockerfile 02:07:30 #1 transferring dockerfile: 194B done 02:07:30 #1 DONE 0.0s 02:07:30 02:07:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:30 #2 DONE 0.0s 02:07:30 02:07:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:30 #3 DONE 0.0s 02:07:30 02:07:30 #4 [internal] load .dockerignore 02:07:30 #4 transferring context: 2B done 02:07:30 #4 DONE 0.0s 02:07:30 02:07:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:30 #5 resolve nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:30 #5 ... 02:07:30 02:07:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:30 #6 resolve nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 done 02:07:30 #6 DONE 0.1s 02:07:30 02:07:30 #7 exporting to image 02:07:30 #7 exporting layers done 02:07:30 #7 exporting manifest sha256:118fc5baebad1c533aff20e004f83269239b6b13d32d34b66dcbf0039e042797 done 02:07:30 #7 exporting config sha256:a0af85accef6d083cf5da83a2c36f6d9f4d448dcac48137d02c0cc88d68b1fa0 done 02:07:30 #7 exporting manifest sha256:238b80ada479cbd859689ef32aa9744c6a5ba771ca3e877f798ea04cd3e371fc done 02:07:30 #7 exporting config sha256:f8a2719461ad35e6b27c65df837e69792377cf0de5b3a14b0ed1d059c54b0e2d done 02:07:30 #7 exporting manifest list sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 done 02:07:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:30 #7 ... 02:07:30 02:07:30 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:07:30 #8 DONE 0.0s 02:07:30 02:07:30 #7 exporting to image 02:07:30 #7 pushing layers 0.1s done 02:07:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 02:07:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 0.1s done 02:07:30 #7 DONE 0.2s 02:07:30 02:07:30 1 warning found (use --debug to expand): 02:07:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 02:07:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 02:07:31 #1 [internal] load build definition from Dockerfile 02:07:31 #1 transferring dockerfile: 160B done 02:07:31 #1 DONE 0.0s 02:07:31 02:07:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:07:31 #2 DONE 0.0s 02:07:31 02:07:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:07:31 #3 DONE 0.0s 02:07:31 02:07:31 #4 [internal] load .dockerignore 02:07:31 #4 transferring context: 2B done 02:07:31 #4 DONE 0.0s 02:07:31 02:07:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:31 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 done 02:07:31 #5 CACHED 02:07:31 02:07:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:31 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 0.0s done 02:07:31 #6 CACHED 02:07:31 02:07:31 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:07:31 #7 DONE 0.0s 02:07:31 02:07:31 #8 exporting to image 02:07:31 #8 exporting layers done 02:07:31 #8 exporting manifest sha256:118fc5baebad1c533aff20e004f83269239b6b13d32d34b66dcbf0039e042797 done 02:07:31 #8 exporting config sha256:a0af85accef6d083cf5da83a2c36f6d9f4d448dcac48137d02c0cc88d68b1fa0 done 02:07:31 #8 exporting manifest sha256:238b80ada479cbd859689ef32aa9744c6a5ba771ca3e877f798ea04cd3e371fc done 02:07:31 #8 exporting config sha256:f8a2719461ad35e6b27c65df837e69792377cf0de5b3a14b0ed1d059c54b0e2d done 02:07:31 #8 exporting manifest list sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 done 02:07:31 #8 pushing layers 0.0s done 02:07:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 0.1s done 02:07:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:31 #8 DONE 0.1s 02:07:31 02:07:31 1 warning found (use --debug to expand): 02:07:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93 --push - 02:07:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93' 02:07:31 #1 [internal] load build definition from Dockerfile 02:07:31 #1 transferring dockerfile: 166B done 02:07:31 #1 DONE 0.0s 02:07:31 02:07:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93 02:07:31 #2 DONE 0.0s 02:07:31 02:07:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93 02:07:31 #3 DONE 0.0s 02:07:31 02:07:31 #4 [internal] load .dockerignore 02:07:31 #4 transferring context: 2B done 02:07:31 #4 DONE 0.0s 02:07:31 02:07:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:31 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 0.0s done 02:07:31 #5 CACHED 02:07:31 02:07:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:31 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 0.0s done 02:07:31 #6 CACHED 02:07:31 02:07:31 #7 exporting to image 02:07:31 #7 exporting layers done 02:07:31 #7 exporting manifest sha256:118fc5baebad1c533aff20e004f83269239b6b13d32d34b66dcbf0039e042797 done 02:07:31 #7 exporting config sha256:a0af85accef6d083cf5da83a2c36f6d9f4d448dcac48137d02c0cc88d68b1fa0 done 02:07:31 #7 exporting manifest sha256:238b80ada479cbd859689ef32aa9744c6a5ba771ca3e877f798ea04cd3e371fc done 02:07:31 #7 exporting config sha256:f8a2719461ad35e6b27c65df837e69792377cf0de5b3a14b0ed1d059c54b0e2d 02:07:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:32 #7 exporting config sha256:f8a2719461ad35e6b27c65df837e69792377cf0de5b3a14b0ed1d059c54b0e2d done 02:07:32 #7 exporting manifest list sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 done 02:07:32 #7 pushing layers 0.0s done 02:07:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.93@sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 0.1s done 02:07:32 #7 DONE 0.1s 02:07:32 02:07:32 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:07:32 #8 DONE 0.0s 02:07:32 02:07:32 1 warning found (use --debug to expand): 02:07:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:07:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:07:32 #1 [internal] load build definition from Dockerfile 02:07:32 #1 transferring dockerfile: 207B done 02:07:32 #1 DONE 0.0s 02:07:32 02:07:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:32 #2 DONE 0.0s 02:07:32 02:07:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:32 #3 DONE 0.0s 02:07:32 02:07:32 #4 [internal] load .dockerignore 02:07:32 #4 transferring context: 2B done 02:07:32 #4 DONE 0.0s 02:07:32 02:07:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:32 #5 resolve nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 0.0s done 02:07:32 #5 CACHED 02:07:32 02:07:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:32 #6 resolve nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 done 02:07:32 #6 CACHED 02:07:32 02:07:32 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:07:32 #7 DONE 0.0s 02:07:32 02:07:32 #8 exporting to image 02:07:32 #8 exporting layers done 02:07:32 #8 exporting manifest sha256:118fc5baebad1c533aff20e004f83269239b6b13d32d34b66dcbf0039e042797 done 02:07:32 #8 exporting config sha256:a0af85accef6d083cf5da83a2c36f6d9f4d448dcac48137d02c0cc88d68b1fa0 done 02:07:32 #8 exporting manifest sha256:238b80ada479cbd859689ef32aa9744c6a5ba771ca3e877f798ea04cd3e371fc done 02:07:32 #8 exporting config sha256:f8a2719461ad35e6b27c65df837e69792377cf0de5b3a14b0ed1d059c54b0e2d done 02:07:32 #8 exporting manifest list sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 done 02:07:32 #8 pushing layers 0.0s done 02:07:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 0.1s done 02:07:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:32 #8 DONE 0.1s 02:07:32 02:07:32 1 warning found (use --debug to expand): 02:07:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 02:07:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 02:07:32 #1 [internal] load build definition from Dockerfile 02:07:32 #1 transferring dockerfile: 158B done 02:07:32 #1 DONE 0.0s 02:07:32 02:07:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:07:32 #2 DONE 0.0s 02:07:32 02:07:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:07:32 #3 DONE 0.0s 02:07:32 02:07:32 #4 [internal] load .dockerignore 02:07:32 #4 transferring context: 2B done 02:07:32 #4 DONE 0.0s 02:07:32 02:07:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:32 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:33 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 done 02:07:33 #5 CACHED 02:07:33 02:07:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 02:07:33 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0e37f50ec75768a30b22343db581feb100fff92e1bd54d7fe2ffa2854c9d44f2 done 02:07:33 #6 CACHED 02:07:33 02:07:33 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:07:33 #7 DONE 0.0s 02:07:33 02:07:33 #8 exporting to image 02:07:33 #8 exporting layers done 02:07:33 #8 exporting manifest sha256:118fc5baebad1c533aff20e004f83269239b6b13d32d34b66dcbf0039e042797 done 02:07:33 #8 exporting config sha256:a0af85accef6d083cf5da83a2c36f6d9f4d448dcac48137d02c0cc88d68b1fa0 done 02:07:33 #8 exporting manifest sha256:238b80ada479cbd859689ef32aa9744c6a5ba771ca3e877f798ea04cd3e371fc done 02:07:33 #8 exporting config sha256:f8a2719461ad35e6b27c65df837e69792377cf0de5b3a14b0ed1d059c54b0e2d done 02:07:33 #8 exporting manifest list sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 done 02:07:33 #8 pushing layers 0.0s done 02:07:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:06d57db9bb9b6ae6bf79685315af20da1d49326ebd8648edd62c8b84c0bcc692 0.1s done 02:07:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:33 #8 DONE 0.1s 02:07:33 02:07:33 1 warning found (use --debug to expand): 02:07:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:07:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:07:33 #1 [internal] load build definition from Dockerfile 02:07:33 #1 transferring dockerfile: 196B done 02:07:33 #1 DONE 0.0s 02:07:33 02:07:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:33 #2 DONE 0.0s 02:07:33 02:07:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:33 #3 DONE 0.1s 02:07:33 02:07:33 #4 [internal] load .dockerignore 02:07:33 #4 transferring context: 2B done 02:07:33 #4 DONE 0.0s 02:07:33 02:07:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:33 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:33 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 0.0s done 02:07:33 #5 DONE 0.0s 02:07:33 02:07:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:33 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 0.0s done 02:07:33 #6 DONE 0.1s 02:07:33 02:07:33 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:33 #7 DONE 0.0s 02:07:33 02:07:33 #8 exporting to image 02:07:33 #8 exporting layers done 02:07:33 #8 exporting manifest sha256:3085555ed7b86fcb978b442ecd0de12bf19385607c61a6f2fba3b9c20807b30d 0.0s done 02:07:33 #8 exporting config sha256:a875b15536f1b4d3f87f381fb23255a756658ace883e900876e661a52853eef5 done 02:07:33 #8 exporting manifest sha256:03be3a69302edf24df16557df802e5cf8801003ae0a595e4aadb689ae2e01402 done 02:07:33 #8 exporting config sha256:ca10bb47e5833c4da756a79a558c5129ac8686f0896adcf169172c1db45207d6 done 02:07:33 #8 exporting manifest list sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe done 02:07:33 #8 pushing layers 0.1s done 02:07:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe 0.1s done 02:07:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:33 #8 DONE 0.2s 02:07:33 02:07:33 1 warning found (use --debug to expand): 02:07:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 02:07:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 02:07:34 #1 [internal] load build definition from Dockerfile 02:07:34 #1 transferring dockerfile: 162B done 02:07:34 #1 DONE 0.0s 02:07:34 02:07:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:07:34 #2 DONE 0.0s 02:07:34 02:07:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:07:34 #3 DONE 0.0s 02:07:34 02:07:34 #4 [internal] load .dockerignore 02:07:34 #4 transferring context: 2B done 02:07:34 #4 DONE 0.0s 02:07:34 02:07:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:34 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e done 02:07:34 #5 CACHED 02:07:34 02:07:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:34 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 0.0s done 02:07:34 #6 CACHED 02:07:34 02:07:34 #7 exporting to image 02:07:34 #7 exporting layers done 02:07:34 #7 exporting manifest sha256:3085555ed7b86fcb978b442ecd0de12bf19385607c61a6f2fba3b9c20807b30d done 02:07:34 #7 exporting config sha256:a875b15536f1b4d3f87f381fb23255a756658ace883e900876e661a52853eef5 done 02:07:34 #7 exporting manifest sha256:03be3a69302edf24df16557df802e5cf8801003ae0a595e4aadb689ae2e01402 done 02:07:34 #7 exporting config sha256:ca10bb47e5833c4da756a79a558c5129ac8686f0896adcf169172c1db45207d6 done 02:07:34 #7 exporting manifest list sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe done 02:07:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:34 #7 pushing layers 0.0s done 02:07:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe 0.1s done 02:07:34 #7 DONE 0.1s 02:07:34 02:07:34 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:34 #8 DONE 0.0s 02:07:34 02:07:34 1 warning found (use --debug to expand): 02:07:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93' 02:07:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93 --push - 02:07:34 #1 [internal] load build definition from Dockerfile 02:07:34 #1 transferring dockerfile: 168B done 02:07:34 #1 DONE 0.0s 02:07:34 02:07:34 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93 02:07:34 #2 DONE 0.0s 02:07:34 02:07:34 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93 02:07:34 #3 DONE 0.0s 02:07:34 02:07:34 #4 [internal] load .dockerignore 02:07:34 #4 transferring context: 2B done 02:07:34 #4 DONE 0.0s 02:07:35 02:07:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:35 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 0.0s done 02:07:35 #5 CACHED 02:07:35 02:07:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:35 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e done 02:07:35 #6 CACHED 02:07:35 02:07:35 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:35 #7 DONE 0.0s 02:07:35 02:07:35 #8 exporting to image 02:07:35 #8 exporting layers done 02:07:35 #8 exporting manifest sha256:3085555ed7b86fcb978b442ecd0de12bf19385607c61a6f2fba3b9c20807b30d done 02:07:35 #8 exporting config sha256:a875b15536f1b4d3f87f381fb23255a756658ace883e900876e661a52853eef5 done 02:07:35 #8 exporting manifest sha256:03be3a69302edf24df16557df802e5cf8801003ae0a595e4aadb689ae2e01402 done 02:07:35 #8 exporting config sha256:ca10bb47e5833c4da756a79a558c5129ac8686f0896adcf169172c1db45207d6 done 02:07:35 #8 exporting manifest list sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe done 02:07:35 #8 pushing layers 0.0s done 02:07:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.93@sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe 0.1s done 02:07:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:35 #8 DONE 0.1s 02:07:35 02:07:35 1 warning found (use --debug to expand): 02:07:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:07:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:07:35 #1 [internal] load build definition from Dockerfile 02:07:35 #1 transferring dockerfile: 209B done 02:07:35 #1 DONE 0.0s 02:07:35 02:07:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:35 #2 DONE 0.0s 02:07:35 02:07:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:35 #3 DONE 0.0s 02:07:35 02:07:35 #4 [internal] load .dockerignore 02:07:35 #4 transferring context: 2B done 02:07:35 #4 DONE 0.0s 02:07:35 02:07:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:35 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e done 02:07:35 #5 CACHED 02:07:35 02:07:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:35 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e done 02:07:35 #6 CACHED 02:07:35 02:07:35 #7 exporting to image 02:07:35 #7 exporting layers done 02:07:35 #7 exporting manifest sha256:3085555ed7b86fcb978b442ecd0de12bf19385607c61a6f2fba3b9c20807b30d done 02:07:35 #7 exporting config sha256:a875b15536f1b4d3f87f381fb23255a756658ace883e900876e661a52853eef5 done 02:07:35 #7 exporting manifest sha256:03be3a69302edf24df16557df802e5cf8801003ae0a595e4aadb689ae2e01402 done 02:07:35 #7 exporting config sha256:ca10bb47e5833c4da756a79a558c5129ac8686f0896adcf169172c1db45207d6 done 02:07:35 #7 exporting manifest list sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe done 02:07:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:35 #7 pushing layers 0.0s done 02:07:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe 0.1s done 02:07:35 #7 DONE 0.1s 02:07:35 02:07:35 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:35 #8 DONE 0.0s 02:07:35 02:07:35 1 warning found (use --debug to expand): 02:07:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 02:07:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 02:07:35 #1 [internal] load build definition from Dockerfile 02:07:35 #1 transferring dockerfile: 160B done 02:07:35 #1 DONE 0.0s 02:07:35 02:07:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:07:35 #2 DONE 0.0s 02:07:35 02:07:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:07:35 #3 DONE 0.0s 02:07:35 02:07:35 #4 [internal] load .dockerignore 02:07:35 #4 transferring context: 2B done 02:07:35 #4 DONE 0.0s 02:07:35 02:07:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:35 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e done 02:07:35 #5 CACHED 02:07:35 02:07:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e 02:07:35 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:f0f9a6fd1bd222c9ad31e81c08a22fe5164be4494c2ebf07dfb24063552dc77e done 02:07:35 #6 CACHED 02:07:35 02:07:35 #7 exporting to image 02:07:35 #7 exporting layers done 02:07:35 #7 exporting manifest sha256:3085555ed7b86fcb978b442ecd0de12bf19385607c61a6f2fba3b9c20807b30d done 02:07:35 #7 exporting config sha256:a875b15536f1b4d3f87f381fb23255a756658ace883e900876e661a52853eef5 done 02:07:35 #7 exporting manifest sha256:03be3a69302edf24df16557df802e5cf8801003ae0a595e4aadb689ae2e01402 done 02:07:35 #7 exporting config sha256:ca10bb47e5833c4da756a79a558c5129ac8686f0896adcf169172c1db45207d6 done 02:07:35 #7 exporting manifest list sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe done 02:07:35 #7 pushing layers 0.0s done 02:07:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe 02:07:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:47d88181dc1c36ac80c685387f7cf8e44859d20f9758a1f906f977bddd68dfbe 0.1s done 02:07:36 #7 DONE 0.1s 02:07:36 02:07:36 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:36 #8 DONE 0.0s 02:07:36 02:07:36 1 warning found (use --debug to expand): 02:07:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:07:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:07:36 #1 [internal] load build definition from Dockerfile 02:07:36 #1 transferring dockerfile: 198B done 02:07:36 #1 DONE 0.0s 02:07:36 02:07:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:36 #2 DONE 0.1s 02:07:36 02:07:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:36 #3 DONE 0.1s 02:07:36 02:07:36 #4 [internal] load .dockerignore 02:07:36 #4 transferring context: 2B done 02:07:36 #4 DONE 0.0s 02:07:36 02:07:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:36 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:36 #5 ... 02:07:36 02:07:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:36 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 done 02:07:36 #6 DONE 0.0s 02:07:36 02:07:36 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:07:36 #7 DONE 0.0s 02:07:36 02:07:36 #8 exporting to image 02:07:36 #8 exporting layers done 02:07:36 #8 exporting manifest sha256:b5e6e7f1c444334a405b9215febd338ded99e2c4eefbb6cc61d1e063ba78b061 done 02:07:36 #8 exporting config sha256:83e4222d7e2c2eaef861531e53ec40391aa3e9dd1a95c418b20356019db1c512 done 02:07:36 #8 exporting manifest sha256:a46d8ffe158b4e2f598836d5a43681354ae65e8e75ebb0e12a50ed8a33207671 done 02:07:36 #8 exporting config sha256:47d64207b1502ce75baf70838a83239479f3f261fd4ab63f7fbd01fb4f754ec8 done 02:07:36 #8 exporting manifest list sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 done 02:07:36 #8 pushing layers 0.1s done 02:07:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 02:07:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 0.1s done 02:07:36 #8 DONE 0.2s 02:07:36 02:07:36 1 warning found (use --debug to expand): 02:07:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 02:07:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 02:07:37 #1 [internal] load build definition from Dockerfile 02:07:37 #1 transferring dockerfile: 164B done 02:07:37 #1 DONE 0.0s 02:07:37 02:07:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:07:37 #2 DONE 0.0s 02:07:37 02:07:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:07:37 #3 DONE 0.0s 02:07:37 02:07:37 #4 [internal] load .dockerignore 02:07:37 #4 transferring context: 2B done 02:07:37 #4 DONE 0.0s 02:07:37 02:07:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:37 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 0.0s done 02:07:37 #5 CACHED 02:07:37 02:07:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:37 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 0.0s done 02:07:37 #6 CACHED 02:07:37 02:07:37 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:07:37 #7 DONE 0.0s 02:07:37 02:07:37 #8 exporting to image 02:07:37 #8 exporting layers done 02:07:37 #8 exporting manifest sha256:b5e6e7f1c444334a405b9215febd338ded99e2c4eefbb6cc61d1e063ba78b061 done 02:07:37 #8 exporting config sha256:83e4222d7e2c2eaef861531e53ec40391aa3e9dd1a95c418b20356019db1c512 done 02:07:37 #8 exporting manifest sha256:a46d8ffe158b4e2f598836d5a43681354ae65e8e75ebb0e12a50ed8a33207671 done 02:07:37 #8 exporting config sha256:47d64207b1502ce75baf70838a83239479f3f261fd4ab63f7fbd01fb4f754ec8 done 02:07:37 #8 exporting manifest list sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 done 02:07:37 #8 pushing layers 0.0s done 02:07:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 0.1s done 02:07:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:37 #8 DONE 0.1s 02:07:37 02:07:37 1 warning found (use --debug to expand): 02:07:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93' 02:07:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93 --push - 02:07:38 #1 [internal] load build definition from Dockerfile 02:07:38 #1 transferring dockerfile: 170B done 02:07:38 #1 DONE 0.0s 02:07:38 02:07:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93 02:07:38 #2 DONE 0.0s 02:07:38 02:07:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93 02:07:38 #3 DONE 0.0s 02:07:38 02:07:38 #4 [internal] load .dockerignore 02:07:38 #4 transferring context: 2B done 02:07:38 #4 DONE 0.1s 02:07:38 02:07:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:38 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 0.0s done 02:07:38 #5 CACHED 02:07:38 02:07:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:38 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 0.0s done 02:07:38 #6 CACHED 02:07:38 02:07:38 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:07:38 #7 DONE 0.0s 02:07:38 02:07:38 #8 exporting to image 02:07:38 #8 exporting layers done 02:07:38 #8 exporting manifest sha256:b5e6e7f1c444334a405b9215febd338ded99e2c4eefbb6cc61d1e063ba78b061 done 02:07:38 #8 exporting config sha256:83e4222d7e2c2eaef861531e53ec40391aa3e9dd1a95c418b20356019db1c512 done 02:07:38 #8 exporting manifest sha256:a46d8ffe158b4e2f598836d5a43681354ae65e8e75ebb0e12a50ed8a33207671 done 02:07:38 #8 exporting config sha256:47d64207b1502ce75baf70838a83239479f3f261fd4ab63f7fbd01fb4f754ec8 done 02:07:38 #8 exporting manifest list sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 done 02:07:38 #8 pushing layers 0.0s done 02:07:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.93@sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 0.1s done 02:07:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:38 #8 DONE 0.1s 02:07:38 02:07:38 1 warning found (use --debug to expand): 02:07:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:07:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:07:38 #1 [internal] load build definition from Dockerfile 02:07:38 #1 transferring dockerfile: 211B done 02:07:38 #1 DONE 0.0s 02:07:38 02:07:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:38 #2 DONE 0.0s 02:07:38 02:07:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:38 #3 DONE 0.0s 02:07:38 02:07:38 #4 [internal] load .dockerignore 02:07:38 #4 transferring context: 2B done 02:07:38 #4 DONE 0.0s 02:07:38 02:07:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:38 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:39 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 done 02:07:39 #5 CACHED 02:07:39 02:07:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:39 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 done 02:07:39 #6 CACHED 02:07:39 02:07:39 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:07:39 #7 DONE 0.0s 02:07:39 02:07:39 #8 exporting to image 02:07:39 #8 exporting layers done 02:07:39 #8 exporting manifest sha256:b5e6e7f1c444334a405b9215febd338ded99e2c4eefbb6cc61d1e063ba78b061 done 02:07:39 #8 exporting config sha256:83e4222d7e2c2eaef861531e53ec40391aa3e9dd1a95c418b20356019db1c512 done 02:07:39 #8 exporting manifest sha256:a46d8ffe158b4e2f598836d5a43681354ae65e8e75ebb0e12a50ed8a33207671 done 02:07:39 #8 exporting config sha256:47d64207b1502ce75baf70838a83239479f3f261fd4ab63f7fbd01fb4f754ec8 done 02:07:39 #8 exporting manifest list sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 done 02:07:39 #8 pushing layers 0.0s done 02:07:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 0.1s done 02:07:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:39 #8 DONE 0.1s 02:07:39 02:07:39 1 warning found (use --debug to expand): 02:07:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 02:07:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 02:07:39 #1 [internal] load build definition from Dockerfile 02:07:39 #1 transferring dockerfile: 162B done 02:07:39 #1 DONE 0.0s 02:07:39 02:07:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:07:39 #2 DONE 0.0s 02:07:39 02:07:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:07:39 #3 DONE 0.0s 02:07:39 02:07:39 #4 [internal] load .dockerignore 02:07:39 #4 transferring context: 2B done 02:07:39 #4 DONE 0.0s 02:07:39 02:07:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:39 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 0.0s done 02:07:39 #5 CACHED 02:07:39 02:07:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 02:07:39 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:32330c98cd2884b172dbd011358adbbb44e738347ad10b26b886754320dd26c2 0.0s done 02:07:39 #6 CACHED 02:07:39 02:07:39 #7 exporting to image 02:07:39 #7 exporting layers done 02:07:39 #7 exporting manifest sha256:b5e6e7f1c444334a405b9215febd338ded99e2c4eefbb6cc61d1e063ba78b061 done 02:07:39 #7 exporting config sha256:83e4222d7e2c2eaef861531e53ec40391aa3e9dd1a95c418b20356019db1c512 done 02:07:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:39 #7 exporting manifest sha256:a46d8ffe158b4e2f598836d5a43681354ae65e8e75ebb0e12a50ed8a33207671 done 02:07:39 #7 exporting config sha256:47d64207b1502ce75baf70838a83239479f3f261fd4ab63f7fbd01fb4f754ec8 done 02:07:39 #7 exporting manifest list sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 done 02:07:39 #7 pushing layers 0.0s done 02:07:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b5a0647059c319f9015bbfc85a7dcb51cdcb3f1e3d39eebd4188d76b63bc5704 0.1s done 02:07:39 #7 DONE 0.1s 02:07:39 02:07:39 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:07:39 #8 DONE 0.0s 02:07:39 02:07:39 1 warning found (use --debug to expand): 02:07:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:07:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:07:39 #1 [internal] load build definition from Dockerfile 02:07:39 #1 transferring dockerfile: 206B done 02:07:39 #1 DONE 0.0s 02:07:39 02:07:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:39 #2 DONE 0.0s 02:07:39 02:07:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:39 #3 DONE 0.0s 02:07:39 02:07:39 #4 [internal] load .dockerignore 02:07:39 #4 transferring context: 2B done 02:07:39 #4 DONE 0.0s 02:07:40 02:07:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:40 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:40 #5 ... 02:07:40 02:07:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:40 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 done 02:07:40 #6 DONE 0.1s 02:07:40 02:07:40 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:40 #7 DONE 0.0s 02:07:40 02:07:40 #8 exporting to image 02:07:40 #8 exporting layers done 02:07:40 #8 exporting manifest sha256:69bb831dd10dac0f6140f3b8d31c449dbff88f4e6b6baf3d7d815a407b975b91 0.0s done 02:07:40 #8 exporting config sha256:2be0c1ff8fa21a9c35142485eb9192d8085788ce1cbada6de11d7a2184b75519 done 02:07:40 #8 exporting manifest sha256:a2c6d61f5cd215e2fb7083c2b2add2f0120c6bfbe28ebc2d5dc5054cb0824978 0.0s done 02:07:40 #8 exporting config sha256:bb7e960e471811bf11bf1f6feab5dd42aad1c2f68808452ecff5229f8ba1b359 done 02:07:40 #8 exporting manifest list sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 done 02:07:40 #8 pushing layers 0.1s done 02:07:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 02:07:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 0.1s done 02:07:40 #8 DONE 0.2s 02:07:40 02:07:40 1 warning found (use --debug to expand): 02:07:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 02:07:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 02:07:40 #1 [internal] load build definition from Dockerfile 02:07:40 #1 transferring dockerfile: 172B done 02:07:40 #1 DONE 0.0s 02:07:40 02:07:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:07:40 #2 DONE 0.0s 02:07:40 02:07:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:07:40 #3 DONE 0.0s 02:07:40 02:07:40 #4 [internal] load .dockerignore 02:07:40 #4 transferring context: 2B done 02:07:40 #4 DONE 0.0s 02:07:40 02:07:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:40 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 0.0s done 02:07:40 #5 CACHED 02:07:40 02:07:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:40 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 0.0s done 02:07:40 #6 CACHED 02:07:40 02:07:40 #7 exporting to image 02:07:40 #7 exporting layers done 02:07:40 #7 exporting manifest sha256:69bb831dd10dac0f6140f3b8d31c449dbff88f4e6b6baf3d7d815a407b975b91 done 02:07:40 #7 exporting config sha256:2be0c1ff8fa21a9c35142485eb9192d8085788ce1cbada6de11d7a2184b75519 done 02:07:40 #7 exporting manifest sha256:a2c6d61f5cd215e2fb7083c2b2add2f0120c6bfbe28ebc2d5dc5054cb0824978 done 02:07:40 #7 exporting config sha256:bb7e960e471811bf11bf1f6feab5dd42aad1c2f68808452ecff5229f8ba1b359 done 02:07:40 #7 exporting manifest list sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 02:07:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:40 #7 exporting manifest list sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 done 02:07:40 #7 pushing layers 0.0s done 02:07:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 0.1s done 02:07:40 #7 DONE 0.1s 02:07:40 02:07:40 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:40 #8 DONE 0.0s 02:07:40 02:07:40 1 warning found (use --debug to expand): 02:07:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93 --push - 02:07:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93' 02:07:41 #1 [internal] load build definition from Dockerfile 02:07:41 #1 transferring dockerfile: 178B done 02:07:41 #1 DONE 0.0s 02:07:41 02:07:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93 02:07:41 #2 DONE 0.0s 02:07:41 02:07:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93 02:07:41 #3 DONE 0.0s 02:07:41 02:07:41 #4 [internal] load .dockerignore 02:07:41 #4 transferring context: 2B done 02:07:41 #4 DONE 0.0s 02:07:41 02:07:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:41 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 done 02:07:41 #5 CACHED 02:07:41 02:07:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:41 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 done 02:07:41 #6 CACHED 02:07:41 02:07:41 #7 exporting to image 02:07:41 #7 exporting layers done 02:07:41 #7 exporting manifest sha256:69bb831dd10dac0f6140f3b8d31c449dbff88f4e6b6baf3d7d815a407b975b91 done 02:07:41 #7 exporting config sha256:2be0c1ff8fa21a9c35142485eb9192d8085788ce1cbada6de11d7a2184b75519 done 02:07:41 #7 exporting manifest sha256:a2c6d61f5cd215e2fb7083c2b2add2f0120c6bfbe28ebc2d5dc5054cb0824978 done 02:07:41 #7 exporting config sha256:bb7e960e471811bf11bf1f6feab5dd42aad1c2f68808452ecff5229f8ba1b359 done 02:07:41 #7 exporting manifest list sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 done 02:07:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:41 #7 pushing layers 0.0s done 02:07:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.93@sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 0.1s done 02:07:41 #7 DONE 0.1s 02:07:41 02:07:41 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:41 #8 DONE 0.0s 02:07:41 02:07:41 1 warning found (use --debug to expand): 02:07:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:07:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:07:41 #1 [internal] load build definition from Dockerfile 02:07:41 #1 transferring dockerfile: 219B done 02:07:41 #1 DONE 0.0s 02:07:41 02:07:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:41 #2 DONE 0.0s 02:07:41 02:07:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:07:41 #3 DONE 0.0s 02:07:41 02:07:41 #4 [internal] load .dockerignore 02:07:41 #4 transferring context: 2B done 02:07:41 #4 DONE 0.0s 02:07:41 02:07:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:41 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 0.0s done 02:07:41 #5 CACHED 02:07:41 02:07:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:41 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 0.0s done 02:07:41 #6 CACHED 02:07:41 02:07:41 #7 exporting to image 02:07:41 #7 exporting layers done 02:07:41 #7 exporting manifest sha256:69bb831dd10dac0f6140f3b8d31c449dbff88f4e6b6baf3d7d815a407b975b91 done 02:07:41 #7 exporting config sha256:2be0c1ff8fa21a9c35142485eb9192d8085788ce1cbada6de11d7a2184b75519 done 02:07:41 #7 exporting manifest sha256:a2c6d61f5cd215e2fb7083c2b2add2f0120c6bfbe28ebc2d5dc5054cb0824978 done 02:07:41 #7 exporting config sha256:bb7e960e471811bf11bf1f6feab5dd42aad1c2f68808452ecff5229f8ba1b359 done 02:07:41 #7 exporting manifest list sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 02:07:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:42 #7 exporting manifest list sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 done 02:07:42 #7 pushing layers 0.0s done 02:07:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 0.1s done 02:07:42 #7 DONE 0.1s 02:07:42 02:07:42 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:42 #8 DONE 0.0s 02:07:42 02:07:42 1 warning found (use --debug to expand): 02:07:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 02:07:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 02:07:42 #1 [internal] load build definition from Dockerfile 02:07:42 #1 transferring dockerfile: 170B done 02:07:42 #1 DONE 0.0s 02:07:42 02:07:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:07:42 #2 DONE 0.0s 02:07:42 02:07:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:07:42 #3 DONE 0.0s 02:07:42 02:07:42 #4 [internal] load .dockerignore 02:07:42 #4 transferring context: 2B done 02:07:42 #4 DONE 0.0s 02:07:42 02:07:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:42 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 done 02:07:42 #5 CACHED 02:07:42 02:07:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 02:07:42 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b9e9c461c540bcea7604654295876c3f625df2548347db32aa611cba89c02f43 0.0s done 02:07:42 #6 CACHED 02:07:42 02:07:42 #7 exporting to image 02:07:42 #7 exporting layers done 02:07:42 #7 exporting manifest sha256:69bb831dd10dac0f6140f3b8d31c449dbff88f4e6b6baf3d7d815a407b975b91 done 02:07:42 #7 exporting config sha256:2be0c1ff8fa21a9c35142485eb9192d8085788ce1cbada6de11d7a2184b75519 done 02:07:42 #7 exporting manifest sha256:a2c6d61f5cd215e2fb7083c2b2add2f0120c6bfbe28ebc2d5dc5054cb0824978 done 02:07:42 #7 exporting config sha256:bb7e960e471811bf11bf1f6feab5dd42aad1c2f68808452ecff5229f8ba1b359 done 02:07:42 #7 exporting manifest list sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 done 02:07:42 #7 pushing layers 0.0s done 02:07:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 02:07:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:07:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7590360992d387a7c0f16b4c423f9130eda2df643468e87d41e864276064c846 0.1s done 02:07:42 #7 DONE 0.1s 02:07:42 02:07:42 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:07:42 #8 DONE 0.0s 02:07:54 02:07:54 1 warning found (use --debug to expand): 02:07:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:07:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:07:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:07:58 #1 [internal] load build definition from Dockerfile 02:07:58 #1 transferring dockerfile: 204B done 02:07:58 #1 DONE 0.5s 02:07:58 02:07:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:59 #2 DONE 1.0s 02:07:59 02:07:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:07:59 #3 DONE 1.0s 02:07:59 02:07:59 #4 [internal] load .dockerignore 02:08:00 #4 transferring context: 2B done 02:08:00 #4 DONE 0.5s 02:08:00 02:08:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:00 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 0.6s done 02:08:01 #5 ... 02:08:01 02:08:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:01 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 1.1s done 02:08:01 #6 DONE 1.3s 02:08:01 02:08:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:01 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 0.6s done 02:08:04 #5 DONE 3.3s 02:08:04 02:08:04 #7 exporting to image 02:08:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:04 #7 exporting layers done 02:08:04 #7 exporting manifest sha256:5afcb8e1ac412ee3544a1b1afa338a5c73a0d9d6537ac44497c9ef40a6c0309a 02:08:04 #7 exporting manifest sha256:5afcb8e1ac412ee3544a1b1afa338a5c73a0d9d6537ac44497c9ef40a6c0309a 0.3s done 02:08:04 #7 exporting config sha256:d8099bf9dc3e1f98f0fbef0f7b50b7a914998e3341dc3f2d2b17f1c085b249a4 0.0s done 02:08:04 #7 exporting manifest sha256:77f60269336c4f3d758234c141bffa90ed8879e3b42636d8b370c75c30105c51 02:08:04 #7 exporting manifest sha256:77f60269336c4f3d758234c141bffa90ed8879e3b42636d8b370c75c30105c51 0.5s done 02:08:04 #7 exporting config sha256:a8cc0b27a5bb6f02a587e8f87c8f7a5e13326f4aaade0c68b9bde86cb5a57f42 02:08:05 #7 exporting config sha256:a8cc0b27a5bb6f02a587e8f87c8f7a5e13326f4aaade0c68b9bde86cb5a57f42 0.4s done 02:08:05 #7 exporting manifest list sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 02:08:05 #7 ... 02:08:05 02:08:05 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:08:05 #8 DONE 0.0s 02:08:05 02:08:05 #7 exporting to image 02:08:05 #7 exporting manifest list sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 0.4s done 02:08:05 #7 pushing layers 0.1s done 02:08:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 02:08:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 0.1s done 02:08:05 #7 DONE 1.8s 02:08:07 02:08:07 1 warning found (use --debug to expand): 02:08:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 02:08:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 02:08:08 #1 [internal] load build definition from Dockerfile 02:08:08 #1 transferring dockerfile: 02:08:08 #1 transferring dockerfile: 170B done 02:08:08 #1 DONE 0.4s 02:08:08 02:08:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:08:09 #2 ... 02:08:09 02:08:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:08:09 #3 DONE 0.5s 02:08:09 02:08:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:08:09 #2 DONE 0.6s 02:08:09 02:08:09 #4 [internal] load .dockerignore 02:08:09 #4 transferring context: 02:08:09 #4 transferring context: 2B done 02:08:09 #4 DONE 0.2s 02:08:09 02:08:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 0.0s done 02:08:09 #5 CACHED 02:08:09 02:08:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 0.0s done 02:08:09 #6 CACHED 02:08:09 02:08:09 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:08:09 #7 DONE 0.0s 02:08:09 02:08:09 #8 exporting to image 02:08:09 #8 exporting layers done 02:08:09 #8 exporting manifest sha256:5afcb8e1ac412ee3544a1b1afa338a5c73a0d9d6537ac44497c9ef40a6c0309a done 02:08:09 #8 exporting config sha256:d8099bf9dc3e1f98f0fbef0f7b50b7a914998e3341dc3f2d2b17f1c085b249a4 done 02:08:09 #8 exporting manifest sha256:77f60269336c4f3d758234c141bffa90ed8879e3b42636d8b370c75c30105c51 done 02:08:09 #8 exporting config sha256:a8cc0b27a5bb6f02a587e8f87c8f7a5e13326f4aaade0c68b9bde86cb5a57f42 done 02:08:09 #8 exporting manifest list sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 done 02:08:09 #8 pushing layers 0.0s done 02:08:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 0.1s done 02:08:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:09 #8 DONE 0.1s 02:08:09 02:08:09 1 warning found (use --debug to expand): 02:08:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93' 02:08:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93 --push - 02:08:10 #1 [internal] load build definition from Dockerfile 02:08:10 #1 transferring dockerfile: 176B done 02:08:10 #1 DONE 0.0s 02:08:10 02:08:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93 02:08:10 #2 DONE 0.0s 02:08:10 02:08:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93 02:08:10 #3 DONE 0.0s 02:08:10 02:08:10 #4 [internal] load .dockerignore 02:08:10 #4 transferring context: 2B done 02:08:10 #4 DONE 0.0s 02:08:10 02:08:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 0.0s done 02:08:10 #5 DONE 0.0s 02:08:10 02:08:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 0.0s done 02:08:10 #6 CACHED 02:08:10 02:08:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:10 #5 CACHED 02:08:10 02:08:10 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:08:10 #7 DONE 0.0s 02:08:10 02:08:10 #8 exporting to image 02:08:10 #8 exporting layers done 02:08:10 #8 exporting manifest sha256:5afcb8e1ac412ee3544a1b1afa338a5c73a0d9d6537ac44497c9ef40a6c0309a done 02:08:10 #8 exporting config sha256:d8099bf9dc3e1f98f0fbef0f7b50b7a914998e3341dc3f2d2b17f1c085b249a4 done 02:08:10 #8 exporting manifest sha256:77f60269336c4f3d758234c141bffa90ed8879e3b42636d8b370c75c30105c51 done 02:08:10 #8 exporting config sha256:a8cc0b27a5bb6f02a587e8f87c8f7a5e13326f4aaade0c68b9bde86cb5a57f42 done 02:08:10 #8 exporting manifest list sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 done 02:08:10 #8 pushing layers 0.0s done 02:08:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.93@sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 0.1s done 02:08:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:10 #8 DONE 0.1s 02:08:10 02:08:10 1 warning found (use --debug to expand): 02:08:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:08:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:08:10 #1 [internal] load build definition from Dockerfile 02:08:10 #1 transferring dockerfile: 217B done 02:08:10 #1 DONE 0.0s 02:08:10 02:08:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:10 #2 DONE 0.0s 02:08:10 02:08:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:10 #3 DONE 0.0s 02:08:10 02:08:10 #4 [internal] load .dockerignore 02:08:10 #4 transferring context: 2B done 02:08:10 #4 DONE 0.0s 02:08:10 02:08:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:10 #5 ... 02:08:10 02:08:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 0.0s done 02:08:10 #6 DONE 0.0s 02:08:10 02:08:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:10 #5 CACHED 02:08:10 02:08:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:10 #6 CACHED 02:08:10 02:08:10 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:08:10 #7 DONE 0.0s 02:08:10 02:08:10 #8 exporting to image 02:08:10 #8 exporting layers done 02:08:10 #8 exporting manifest sha256:5afcb8e1ac412ee3544a1b1afa338a5c73a0d9d6537ac44497c9ef40a6c0309a done 02:08:10 #8 exporting config sha256:d8099bf9dc3e1f98f0fbef0f7b50b7a914998e3341dc3f2d2b17f1c085b249a4 done 02:08:10 #8 exporting manifest sha256:77f60269336c4f3d758234c141bffa90ed8879e3b42636d8b370c75c30105c51 0.0s done 02:08:10 #8 exporting config sha256:a8cc0b27a5bb6f02a587e8f87c8f7a5e13326f4aaade0c68b9bde86cb5a57f42 done 02:08:10 #8 exporting manifest list sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 done 02:08:10 #8 pushing layers 0.0s done 02:08:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 0.1s done 02:08:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:10 #8 DONE 0.1s 02:08:10 02:08:10 1 warning found (use --debug to expand): 02:08:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 02:08:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 02:08:10 #1 [internal] load build definition from Dockerfile 02:08:10 #1 transferring dockerfile: 168B done 02:08:10 #1 DONE 0.0s 02:08:10 02:08:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:08:10 #2 DONE 0.0s 02:08:10 02:08:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:08:10 #3 DONE 0.0s 02:08:10 02:08:10 #4 [internal] load .dockerignore 02:08:10 #4 transferring context: 2B done 02:08:10 #4 DONE 0.0s 02:08:10 02:08:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 0.0s done 02:08:10 #5 CACHED 02:08:10 02:08:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 02:08:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f4d870e0a15168ce7ce2e97b7d2aebe34f36962f9d2eda46c0c5ae2c2640dcf7 0.0s done 02:08:11 #6 CACHED 02:08:11 02:08:11 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:08:11 #7 DONE 0.0s 02:08:11 02:08:11 #8 exporting to image 02:08:11 #8 exporting layers done 02:08:11 #8 exporting manifest sha256:5afcb8e1ac412ee3544a1b1afa338a5c73a0d9d6537ac44497c9ef40a6c0309a done 02:08:11 #8 exporting config sha256:d8099bf9dc3e1f98f0fbef0f7b50b7a914998e3341dc3f2d2b17f1c085b249a4 done 02:08:11 #8 exporting manifest sha256:77f60269336c4f3d758234c141bffa90ed8879e3b42636d8b370c75c30105c51 done 02:08:11 #8 exporting config sha256:a8cc0b27a5bb6f02a587e8f87c8f7a5e13326f4aaade0c68b9bde86cb5a57f42 done 02:08:11 #8 exporting manifest list sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 done 02:08:11 #8 pushing layers 0.0s done 02:08:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:456b4d58fa4097c88d9e2c3887934856eb0b2aa3eb1c730a8761bf02a46eb060 0.1s done 02:08:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:11 #8 DONE 0.1s 02:08:11 02:08:11 1 warning found (use --debug to expand): 02:08:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:08:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:08:11 #1 [internal] load build definition from Dockerfile 02:08:11 #1 transferring dockerfile: 205B done 02:08:11 #1 DONE 0.0s 02:08:11 02:08:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:11 #2 DONE 0.0s 02:08:11 02:08:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:11 #3 DONE 0.0s 02:08:11 02:08:11 #4 [internal] load .dockerignore 02:08:11 #4 transferring context: 2B done 02:08:11 #4 DONE 0.0s 02:08:11 02:08:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 0.0s done 02:08:11 #5 DONE 0.1s 02:08:11 02:08:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 0.0s done 02:08:11 #6 DONE 0.0s 02:08:11 02:08:11 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:08:11 #7 DONE 0.0s 02:08:11 02:08:11 #8 exporting to image 02:08:11 #8 exporting layers done 02:08:11 #8 exporting manifest sha256:ec2a1cdef4877bd7c95921cb4f66b4d84a7a5311a51c409b0797349e0efd58f1 done 02:08:11 #8 exporting config sha256:cb5c3b61da99f23a09ac6641a62e3e68331adbe93a09041a825adafbebc65dae done 02:08:11 #8 exporting manifest sha256:fa4ccf93dc9a57078b7cc926601669af3212e77d7b5dd57e0c633c5a14433499 done 02:08:11 #8 exporting config sha256:d3c818b2f26ff418350a872e4df1a61f3fc5c50c1743043a351b1ef218c675c6 done 02:08:11 #8 exporting manifest list sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc done 02:08:11 #8 pushing layers 0.1s done 02:08:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc 02:08:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc 0.1s done 02:08:12 #8 DONE 0.2s 02:08:12 02:08:12 1 warning found (use --debug to expand): 02:08:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 02:08:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 02:08:12 #1 [internal] load build definition from Dockerfile 02:08:12 #1 transferring dockerfile: 171B done 02:08:12 #1 DONE 0.0s 02:08:12 02:08:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:08:12 #2 DONE 0.0s 02:08:12 02:08:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:08:12 #3 DONE 0.0s 02:08:12 02:08:12 #4 [internal] load .dockerignore 02:08:12 #4 transferring context: 2B done 02:08:12 #4 DONE 0.0s 02:08:12 02:08:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:12 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 0.0s done 02:08:12 #5 CACHED 02:08:12 02:08:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:12 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 done 02:08:12 #6 CACHED 02:08:12 02:08:12 #7 exporting to image 02:08:12 #7 exporting layers done 02:08:12 #7 exporting manifest sha256:ec2a1cdef4877bd7c95921cb4f66b4d84a7a5311a51c409b0797349e0efd58f1 done 02:08:12 #7 exporting config sha256:cb5c3b61da99f23a09ac6641a62e3e68331adbe93a09041a825adafbebc65dae done 02:08:12 #7 exporting manifest sha256:fa4ccf93dc9a57078b7cc926601669af3212e77d7b5dd57e0c633c5a14433499 done 02:08:12 #7 exporting config sha256:d3c818b2f26ff418350a872e4df1a61f3fc5c50c1743043a351b1ef218c675c6 done 02:08:12 #7 exporting manifest list sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc done 02:08:12 #7 pushing layers 0.0s done 02:08:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc 02:08:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc 0.1s done 02:08:12 #7 DONE 0.1s 02:08:12 02:08:12 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:08:12 #8 DONE 0.0s 02:08:12 02:08:12 1 warning found (use --debug to expand): 02:08:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93' 02:08:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93 --push - 02:08:12 #1 [internal] load build definition from Dockerfile 02:08:12 #1 transferring dockerfile: 177B done 02:08:12 #1 DONE 0.0s 02:08:12 02:08:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93 02:08:12 #2 DONE 0.0s 02:08:12 02:08:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93 02:08:12 #3 DONE 0.0s 02:08:12 02:08:12 #4 [internal] load .dockerignore 02:08:12 #4 transferring context: 2B done 02:08:12 #4 DONE 0.0s 02:08:12 02:08:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:12 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 done 02:08:12 #5 CACHED 02:08:12 02:08:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:12 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 done 02:08:12 #6 CACHED 02:08:12 02:08:12 #7 exporting to image 02:08:12 #7 exporting layers done 02:08:12 #7 exporting manifest sha256:ec2a1cdef4877bd7c95921cb4f66b4d84a7a5311a51c409b0797349e0efd58f1 done 02:08:12 #7 exporting config sha256:cb5c3b61da99f23a09ac6641a62e3e68331adbe93a09041a825adafbebc65dae done 02:08:12 #7 exporting manifest sha256:fa4ccf93dc9a57078b7cc926601669af3212e77d7b5dd57e0c633c5a14433499 done 02:08:12 #7 exporting config sha256:d3c818b2f26ff418350a872e4df1a61f3fc5c50c1743043a351b1ef218c675c6 done 02:08:12 #7 exporting manifest list sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc done 02:08:12 #7 pushing layers 0.0s done 02:08:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93@sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc 02:08:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.93@sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc 0.1s done 02:08:13 #7 DONE 0.1s 02:08:13 02:08:13 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:08:13 #8 DONE 0.0s 02:08:13 02:08:13 1 warning found (use --debug to expand): 02:08:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:08:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:08:13 #1 [internal] load build definition from Dockerfile 02:08:13 #1 transferring dockerfile: 218B done 02:08:13 #1 DONE 0.0s 02:08:13 02:08:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:13 #2 DONE 0.0s 02:08:13 02:08:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:13 #3 DONE 0.0s 02:08:13 02:08:13 #4 [internal] load .dockerignore 02:08:13 #4 transferring context: 2B done 02:08:13 #4 DONE 0.0s 02:08:13 02:08:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:13 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 0.0s done 02:08:13 #5 CACHED 02:08:13 02:08:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:13 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 0.0s done 02:08:13 #6 CACHED 02:08:13 02:08:13 #7 exporting to image 02:08:13 #7 exporting layers done 02:08:13 #7 exporting manifest sha256:ec2a1cdef4877bd7c95921cb4f66b4d84a7a5311a51c409b0797349e0efd58f1 done 02:08:13 #7 exporting config sha256:cb5c3b61da99f23a09ac6641a62e3e68331adbe93a09041a825adafbebc65dae done 02:08:13 #7 exporting manifest sha256:fa4ccf93dc9a57078b7cc926601669af3212e77d7b5dd57e0c633c5a14433499 done 02:08:13 #7 exporting config sha256:d3c818b2f26ff418350a872e4df1a61f3fc5c50c1743043a351b1ef218c675c6 done 02:08:13 #7 exporting manifest list sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc done 02:08:13 #7 pushing layers 0.0s done 02:08:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc 02:08:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc 0.1s done 02:08:13 #7 DONE 0.1s 02:08:13 02:08:13 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:08:13 #8 DONE 0.0s 02:08:13 02:08:13 1 warning found (use --debug to expand): 02:08:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 02:08:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 02:08:14 #1 [internal] load build definition from Dockerfile 02:08:14 #1 transferring dockerfile: 169B done 02:08:14 #1 DONE 0.0s 02:08:14 02:08:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:08:14 #2 DONE 0.0s 02:08:14 02:08:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:08:14 #3 DONE 0.0s 02:08:14 02:08:14 #4 [internal] load .dockerignore 02:08:14 #4 transferring context: 2B done 02:08:14 #4 DONE 0.0s 02:08:14 02:08:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:14 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 0.0s done 02:08:14 #5 CACHED 02:08:14 02:08:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 02:08:14 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbdef221ff432ef041d119ce5ac4b563ace151b0bdd6c0069e9a69eb1b81b954 0.0s done 02:08:14 #6 CACHED 02:08:14 02:08:14 #7 exporting to image 02:08:14 #7 exporting layers done 02:08:14 #7 exporting manifest sha256:ec2a1cdef4877bd7c95921cb4f66b4d84a7a5311a51c409b0797349e0efd58f1 done 02:08:14 #7 exporting config sha256:cb5c3b61da99f23a09ac6641a62e3e68331adbe93a09041a825adafbebc65dae 02:08:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:14 #7 exporting config sha256:cb5c3b61da99f23a09ac6641a62e3e68331adbe93a09041a825adafbebc65dae done 02:08:14 #7 exporting manifest sha256:fa4ccf93dc9a57078b7cc926601669af3212e77d7b5dd57e0c633c5a14433499 done 02:08:14 #7 exporting config sha256:d3c818b2f26ff418350a872e4df1a61f3fc5c50c1743043a351b1ef218c675c6 done 02:08:14 #7 exporting manifest list sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc done 02:08:14 #7 pushing layers 0.0s done 02:08:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:23f831de0fb9de35302384a3437cfab83a2384841b644f58fd35cc7033bd28bc 0.1s done 02:08:14 #7 DONE 0.1s 02:08:14 02:08:14 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:08:14 #8 DONE 0.0s 02:08:14 02:08:14 1 warning found (use --debug to expand): 02:08:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:08:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:08:21 #1 [internal] load build definition from Dockerfile 02:08:21 #1 transferring dockerfile: 211B done 02:08:21 #1 DONE 0.0s 02:08:21 02:08:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:21 #2 DONE 0.1s 02:08:21 02:08:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:21 #3 DONE 0.1s 02:08:21 02:08:21 #4 [internal] load .dockerignore 02:08:21 #4 transferring context: 2B done 02:08:21 #4 DONE 0.0s 02:08:21 02:08:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:21 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d done 02:08:21 #5 DONE 0.0s 02:08:21 02:08:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:21 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d done 02:08:21 #6 DONE 0.1s 02:08:21 02:08:21 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:08:21 #7 DONE 0.0s 02:08:21 02:08:21 #8 exporting to image 02:08:21 #8 exporting layers done 02:08:21 #8 exporting manifest sha256:95ff48d969ef03755d477a4de969ac218d007507cd6c00be23405b66bfb0800c done 02:08:21 #8 exporting config sha256:d10a2879da4edb743114e75dd4720e44aa67d31163f988e9ca7c75dff613d332 done 02:08:21 #8 exporting manifest sha256:2c04fe6a223c54a46c12caea666ebfe73bf553a6496da91b1bc6e0d89ebca84f done 02:08:21 #8 exporting config sha256:43942e4a7abc489e6d882b2e6ce5e1393d7ecc537faa0b3f468659c33e48e13a done 02:08:21 #8 exporting manifest list sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda done 02:08:21 #8 pushing layers 0.1s done 02:08:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda 02:08:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda 0.1s done 02:08:21 #8 DONE 0.2s 02:08:21 02:08:21 1 warning found (use --debug to expand): 02:08:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 02:08:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 02:08:21 #1 [internal] load build definition from Dockerfile 02:08:21 #1 transferring dockerfile: 177B done 02:08:21 #1 DONE 0.0s 02:08:21 02:08:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:08:21 #2 DONE 0.1s 02:08:21 02:08:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:08:21 #3 DONE 0.2s 02:08:21 02:08:21 #4 [internal] load .dockerignore 02:08:21 #4 transferring context: 02:08:21 #4 transferring context: 2B done 02:08:21 #4 DONE 0.1s 02:08:21 02:08:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:21 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 0.0s done 02:08:21 #5 CACHED 02:08:21 02:08:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:21 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 0.0s done 02:08:21 #6 CACHED 02:08:21 02:08:21 #7 exporting to image 02:08:21 #7 exporting layers done 02:08:21 #7 exporting manifest sha256:95ff48d969ef03755d477a4de969ac218d007507cd6c00be23405b66bfb0800c done 02:08:21 #7 exporting config sha256:d10a2879da4edb743114e75dd4720e44aa67d31163f988e9ca7c75dff613d332 done 02:08:21 #7 exporting manifest sha256:2c04fe6a223c54a46c12caea666ebfe73bf553a6496da91b1bc6e0d89ebca84f done 02:08:21 #7 exporting config sha256:43942e4a7abc489e6d882b2e6ce5e1393d7ecc537faa0b3f468659c33e48e13a done 02:08:21 #7 exporting manifest list sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda done 02:08:21 #7 pushing layers 0.0s done 02:08:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda 02:08:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda 0.1s done 02:08:21 #7 DONE 0.1s 02:08:21 02:08:21 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:08:21 #8 DONE 0.0s 02:08:21 02:08:21 1 warning found (use --debug to expand): 02:08:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93' 02:08:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93 --push - 02:08:22 #1 [internal] load build definition from Dockerfile 02:08:22 #1 transferring dockerfile: 100B 02:08:22 #1 transferring dockerfile: 183B done 02:08:22 #1 DONE 0.1s 02:08:22 02:08:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93 02:08:22 #2 DONE 0.0s 02:08:22 02:08:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93 02:08:22 #3 DONE 0.0s 02:08:22 02:08:22 #4 [internal] load .dockerignore 02:08:22 #4 transferring context: 02:08:22 #4 transferring context: 2B done 02:08:22 #4 DONE 0.1s 02:08:22 02:08:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:22 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 0.0s done 02:08:22 #5 CACHED 02:08:22 02:08:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:22 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 0.0s done 02:08:22 #6 CACHED 02:08:22 02:08:22 #7 exporting to image 02:08:22 #7 exporting layers done 02:08:22 #7 exporting manifest sha256:95ff48d969ef03755d477a4de969ac218d007507cd6c00be23405b66bfb0800c done 02:08:22 #7 exporting config sha256:d10a2879da4edb743114e75dd4720e44aa67d31163f988e9ca7c75dff613d332 done 02:08:22 #7 exporting manifest sha256:2c04fe6a223c54a46c12caea666ebfe73bf553a6496da91b1bc6e0d89ebca84f done 02:08:22 #7 exporting config sha256:43942e4a7abc489e6d882b2e6ce5e1393d7ecc537faa0b3f468659c33e48e13a done 02:08:22 #7 exporting manifest list sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda done 02:08:22 #7 pushing layers 0.0s done 02:08:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93@sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda 02:08:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.93@sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda 0.1s done 02:08:22 #7 DONE 0.1s 02:08:22 02:08:22 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:08:22 #8 DONE 0.0s 02:08:22 02:08:22 1 warning found (use --debug to expand): 02:08:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:08:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:08:23 #1 [internal] load build definition from Dockerfile 02:08:23 #1 transferring dockerfile: 02:08:23 #1 transferring dockerfile: 224B done 02:08:23 #1 DONE 0.1s 02:08:23 02:08:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:23 #2 DONE 0.0s 02:08:23 02:08:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:23 #3 DONE 0.0s 02:08:23 02:08:23 #4 [internal] load .dockerignore 02:08:23 #4 transferring context: 2B done 02:08:23 #4 DONE 0.2s 02:08:23 02:08:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:23 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:23 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 0.0s done 02:08:23 #5 CACHED 02:08:23 02:08:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:23 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 0.1s done 02:08:23 #6 CACHED 02:08:23 02:08:23 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:08:23 #7 DONE 0.0s 02:08:23 02:08:23 #8 exporting to image 02:08:23 #8 exporting layers done 02:08:23 #8 exporting manifest sha256:95ff48d969ef03755d477a4de969ac218d007507cd6c00be23405b66bfb0800c done 02:08:23 #8 exporting config sha256:d10a2879da4edb743114e75dd4720e44aa67d31163f988e9ca7c75dff613d332 done 02:08:23 #8 exporting manifest sha256:2c04fe6a223c54a46c12caea666ebfe73bf553a6496da91b1bc6e0d89ebca84f done 02:08:23 #8 exporting config sha256:43942e4a7abc489e6d882b2e6ce5e1393d7ecc537faa0b3f468659c33e48e13a done 02:08:23 #8 exporting manifest list sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda done 02:08:23 #8 pushing layers 0.0s done 02:08:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda 02:08:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda 0.1s done 02:08:23 #8 DONE 0.1s 02:08:23 02:08:23 1 warning found (use --debug to expand): 02:08:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 02:08:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 02:08:24 #1 [internal] load build definition from Dockerfile 02:08:24 #1 transferring dockerfile: 175B done 02:08:24 #1 DONE 0.0s 02:08:24 02:08:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:08:24 #2 DONE 0.0s 02:08:24 02:08:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:08:24 #3 DONE 0.0s 02:08:24 02:08:24 #4 [internal] load .dockerignore 02:08:24 #4 transferring context: 2B done 02:08:24 #4 DONE 0.0s 02:08:24 02:08:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:24 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d done 02:08:24 #5 CACHED 02:08:24 02:08:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d 02:08:24 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:52ede0d27441f9d4df857e55068a30d594c3e6accbf1c789a88f71104616157d done 02:08:24 #6 CACHED 02:08:24 02:08:24 #7 exporting to image 02:08:24 #7 exporting layers done 02:08:24 #7 exporting manifest sha256:95ff48d969ef03755d477a4de969ac218d007507cd6c00be23405b66bfb0800c done 02:08:24 #7 exporting config sha256:d10a2879da4edb743114e75dd4720e44aa67d31163f988e9ca7c75dff613d332 done 02:08:24 #7 exporting manifest sha256:2c04fe6a223c54a46c12caea666ebfe73bf553a6496da91b1bc6e0d89ebca84f 0.0s done 02:08:24 #7 exporting config sha256:43942e4a7abc489e6d882b2e6ce5e1393d7ecc537faa0b3f468659c33e48e13a 02:08:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:24 #7 exporting config sha256:43942e4a7abc489e6d882b2e6ce5e1393d7ecc537faa0b3f468659c33e48e13a done 02:08:24 #7 exporting manifest list sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda done 02:08:24 #7 pushing layers 0.0s done 02:08:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:920b9b100832a66457f25bfe724fa207e23d44601aea116da44613e279544cda 0.1s done 02:08:24 #7 DONE 0.1s 02:08:24 02:08:24 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:08:24 #8 DONE 0.0s 02:08:24 02:08:24 1 warning found (use --debug to expand): 02:08:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:08:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:08:24 #1 [internal] load build definition from Dockerfile 02:08:24 #1 transferring dockerfile: 215B done 02:08:24 #1 DONE 0.0s 02:08:24 02:08:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:24 #2 DONE 0.0s 02:08:24 02:08:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:24 #3 DONE 0.0s 02:08:24 02:08:24 #4 [internal] load .dockerignore 02:08:24 #4 transferring context: 2B done 02:08:24 #4 DONE 0.0s 02:08:25 02:08:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:25 #5 ... 02:08:25 02:08:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 0.0s done 02:08:25 #6 DONE 0.1s 02:08:25 02:08:25 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:08:25 #7 DONE 0.0s 02:08:25 02:08:25 #8 exporting to image 02:08:25 #8 exporting layers done 02:08:25 #8 exporting manifest sha256:41158d4c78ab447309ac5e35b24a7309b3e30b3999056d87f9c0c4d6b24b0645 done 02:08:25 #8 exporting config sha256:9ee13b9cf12739b95ea7b285294df54c6eaf6b6494e8b1f5b2d8e55430b7a9db done 02:08:25 #8 exporting manifest sha256:a4570e6a46f105353200132a04f33e0acaec7cb9c52e99f09cf7c79fdbcc3c19 done 02:08:25 #8 exporting config sha256:20dbd0c18f21741af8a781444054f3a050300935aa904b088bd6410bdaf06c00 done 02:08:25 #8 exporting manifest list sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 done 02:08:25 #8 pushing layers 0.1s done 02:08:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 0.1s done 02:08:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:25 #8 DONE 0.2s 02:08:25 02:08:25 1 warning found (use --debug to expand): 02:08:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 02:08:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 02:08:25 #1 [internal] load build definition from Dockerfile 02:08:25 #1 transferring dockerfile: 181B done 02:08:25 #1 DONE 0.0s 02:08:25 02:08:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:08:25 #2 DONE 0.0s 02:08:25 02:08:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:08:25 #3 DONE 0.0s 02:08:25 02:08:25 #4 [internal] load .dockerignore 02:08:25 #4 transferring context: 2B done 02:08:25 #4 DONE 0.0s 02:08:25 02:08:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 0.0s done 02:08:25 #5 CACHED 02:08:25 02:08:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 done 02:08:25 #6 CACHED 02:08:25 02:08:25 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:08:25 #7 DONE 0.0s 02:08:25 02:08:25 #8 exporting to image 02:08:25 #8 exporting layers done 02:08:25 #8 exporting manifest sha256:41158d4c78ab447309ac5e35b24a7309b3e30b3999056d87f9c0c4d6b24b0645 done 02:08:25 #8 exporting config sha256:9ee13b9cf12739b95ea7b285294df54c6eaf6b6494e8b1f5b2d8e55430b7a9db done 02:08:25 #8 exporting manifest sha256:a4570e6a46f105353200132a04f33e0acaec7cb9c52e99f09cf7c79fdbcc3c19 done 02:08:25 #8 exporting config sha256:20dbd0c18f21741af8a781444054f3a050300935aa904b088bd6410bdaf06c00 done 02:08:25 #8 exporting manifest list sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 done 02:08:25 #8 pushing layers 0.0s done 02:08:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 0.1s done 02:08:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:25 #8 DONE 0.1s 02:08:25 02:08:25 1 warning found (use --debug to expand): 02:08:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93 --push - 02:08:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93' 02:08:26 #1 [internal] load build definition from Dockerfile 02:08:26 #1 transferring dockerfile: 187B done 02:08:26 #1 DONE 0.0s 02:08:26 02:08:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93 02:08:26 #2 DONE 0.0s 02:08:26 02:08:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93 02:08:26 #3 DONE 0.0s 02:08:26 02:08:26 #4 [internal] load .dockerignore 02:08:26 #4 transferring context: 2B done 02:08:26 #4 DONE 0.0s 02:08:26 02:08:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 done 02:08:26 #5 CACHED 02:08:26 02:08:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 done 02:08:26 #6 CACHED 02:08:26 02:08:26 #7 exporting to image 02:08:26 #7 exporting layers done 02:08:26 #7 exporting manifest sha256:41158d4c78ab447309ac5e35b24a7309b3e30b3999056d87f9c0c4d6b24b0645 done 02:08:26 #7 exporting config sha256:9ee13b9cf12739b95ea7b285294df54c6eaf6b6494e8b1f5b2d8e55430b7a9db done 02:08:26 #7 exporting manifest sha256:a4570e6a46f105353200132a04f33e0acaec7cb9c52e99f09cf7c79fdbcc3c19 done 02:08:26 #7 exporting config sha256:20dbd0c18f21741af8a781444054f3a050300935aa904b088bd6410bdaf06c00 done 02:08:26 #7 exporting manifest list sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 done 02:08:26 #7 pushing layers 0.0s done 02:08:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93@sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 02:08:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.93@sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 0.1s done 02:08:26 #7 DONE 0.1s 02:08:26 02:08:26 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:08:26 #8 DONE 0.0s 02:08:26 02:08:26 1 warning found (use --debug to expand): 02:08:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:08:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:08:26 #1 [internal] load build definition from Dockerfile 02:08:26 #1 transferring dockerfile: 228B done 02:08:26 #1 DONE 0.0s 02:08:26 02:08:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:26 #2 DONE 0.0s 02:08:26 02:08:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:26 #3 DONE 0.0s 02:08:26 02:08:26 #4 [internal] load .dockerignore 02:08:26 #4 transferring context: 2B done 02:08:26 #4 DONE 0.0s 02:08:26 02:08:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 done 02:08:26 #5 CACHED 02:08:26 02:08:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 done 02:08:26 #6 CACHED 02:08:26 02:08:26 #7 exporting to image 02:08:26 #7 exporting layers done 02:08:26 #7 exporting manifest sha256:41158d4c78ab447309ac5e35b24a7309b3e30b3999056d87f9c0c4d6b24b0645 done 02:08:26 #7 exporting config sha256:9ee13b9cf12739b95ea7b285294df54c6eaf6b6494e8b1f5b2d8e55430b7a9db done 02:08:26 #7 exporting manifest sha256:a4570e6a46f105353200132a04f33e0acaec7cb9c52e99f09cf7c79fdbcc3c19 done 02:08:26 #7 exporting config sha256:20dbd0c18f21741af8a781444054f3a050300935aa904b088bd6410bdaf06c00 done 02:08:26 #7 exporting manifest list sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 done 02:08:26 #7 pushing layers 0.0s done 02:08:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 02:08:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 0.1s done 02:08:27 #7 DONE 0.1s 02:08:27 02:08:27 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:08:27 #8 DONE 0.0s 02:08:27 02:08:27 1 warning found (use --debug to expand): 02:08:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 02:08:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 02:08:27 #1 [internal] load build definition from Dockerfile 02:08:27 #1 transferring dockerfile: 179B done 02:08:27 #1 DONE 0.0s 02:08:27 02:08:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:08:27 #2 DONE 0.0s 02:08:27 02:08:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:08:27 #3 DONE 0.0s 02:08:27 02:08:27 #4 [internal] load .dockerignore 02:08:27 #4 transferring context: 2B done 02:08:27 #4 DONE 0.0s 02:08:27 02:08:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 0.0s done 02:08:27 #5 DONE 0.0s 02:08:27 02:08:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 0.0s done 02:08:27 #6 CACHED 02:08:27 02:08:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:195de591eabf432a34aa4f57422a8340a5bd9c89deebde470f8e9fa8375a5b81 02:08:27 #5 CACHED 02:08:27 02:08:27 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:08:27 #7 DONE 0.0s 02:08:27 02:08:27 #8 exporting to image 02:08:27 #8 exporting layers done 02:08:27 #8 exporting manifest sha256:41158d4c78ab447309ac5e35b24a7309b3e30b3999056d87f9c0c4d6b24b0645 done 02:08:27 #8 exporting config sha256:9ee13b9cf12739b95ea7b285294df54c6eaf6b6494e8b1f5b2d8e55430b7a9db done 02:08:27 #8 exporting manifest sha256:a4570e6a46f105353200132a04f33e0acaec7cb9c52e99f09cf7c79fdbcc3c19 done 02:08:27 #8 exporting config sha256:20dbd0c18f21741af8a781444054f3a050300935aa904b088bd6410bdaf06c00 done 02:08:27 #8 exporting manifest list sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 done 02:08:27 #8 pushing layers 0.0s done 02:08:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ad284fb918b052cd2336a5336cbae18b15b715d3002d71d90bf5460a32027897 0.1s done 02:08:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:27 #8 DONE 0.1s 02:08:27 02:08:27 1 warning found (use --debug to expand): 02:08:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:08:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:08:28 #1 [internal] load build definition from Dockerfile 02:08:28 #1 transferring dockerfile: 205B done 02:08:28 #1 DONE 0.0s 02:08:28 02:08:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:28 #2 DONE 0.0s 02:08:28 02:08:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:28 #3 DONE 0.0s 02:08:28 02:08:28 #4 [internal] load .dockerignore 02:08:28 #4 transferring context: 2B done 02:08:28 #4 DONE 0.0s 02:08:28 02:08:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 0.0s done 02:08:28 #5 DONE 0.0s 02:08:28 02:08:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 done 02:08:28 #6 DONE 0.1s 02:08:28 02:08:28 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:08:28 #7 DONE 0.0s 02:08:28 02:08:28 #8 exporting to image 02:08:28 #8 exporting layers done 02:08:28 #8 exporting manifest sha256:4efe55781206666275a97c99d60465054b4fefffd50452d704c575b5d45eadc9 done 02:08:28 #8 exporting config sha256:97e6b658f4b6a2d4aaa4ab2a31f2feb34dab3122e9e52560b38a86879ea91692 done 02:08:28 #8 exporting manifest sha256:9b0547c0b85c5f5c63250ad933c25e41ff6d3a349a61a749d0832396ab17eca7 done 02:08:28 #8 exporting config sha256:bd26d5d3bf94d0908fb6182871061bf644d83fe85a14d498fea7f592f096e272 done 02:08:28 #8 exporting manifest list sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 done 02:08:28 #8 pushing layers 0.1s done 02:08:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 02:08:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 0.1s done 02:08:28 #8 DONE 0.2s 02:08:28 02:08:28 1 warning found (use --debug to expand): 02:08:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 02:08:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 02:08:28 #1 [internal] load build definition from Dockerfile 02:08:28 #1 transferring dockerfile: 171B done 02:08:28 #1 DONE 0.0s 02:08:28 02:08:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:08:28 #2 DONE 0.0s 02:08:28 02:08:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:08:28 #3 DONE 0.0s 02:08:28 02:08:28 #4 [internal] load .dockerignore 02:08:28 #4 transferring context: 2B done 02:08:28 #4 DONE 0.0s 02:08:28 02:08:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 done 02:08:28 #5 CACHED 02:08:28 02:08:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 done 02:08:28 #6 CACHED 02:08:28 02:08:28 #7 exporting to image 02:08:28 #7 exporting layers done 02:08:28 #7 exporting manifest sha256:4efe55781206666275a97c99d60465054b4fefffd50452d704c575b5d45eadc9 done 02:08:28 #7 exporting config sha256:97e6b658f4b6a2d4aaa4ab2a31f2feb34dab3122e9e52560b38a86879ea91692 done 02:08:28 #7 exporting manifest sha256:9b0547c0b85c5f5c63250ad933c25e41ff6d3a349a61a749d0832396ab17eca7 done 02:08:28 #7 exporting config sha256:bd26d5d3bf94d0908fb6182871061bf644d83fe85a14d498fea7f592f096e272 done 02:08:28 #7 exporting manifest list sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 done 02:08:28 #7 pushing layers 0.0s done 02:08:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 02:08:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 0.1s done 02:08:28 #7 DONE 0.1s 02:08:28 02:08:28 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:08:28 #8 DONE 0.0s 02:08:28 02:08:28 1 warning found (use --debug to expand): 02:08:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93' 02:08:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93 --push - 02:08:29 #1 [internal] load build definition from Dockerfile 02:08:29 #1 transferring dockerfile: 177B done 02:08:29 #1 DONE 0.0s 02:08:29 02:08:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93 02:08:29 #2 DONE 0.0s 02:08:29 02:08:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93 02:08:29 #3 DONE 0.0s 02:08:29 02:08:29 #4 [internal] load .dockerignore 02:08:29 #4 transferring context: 2B done 02:08:29 #4 DONE 0.0s 02:08:29 02:08:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 0.0s done 02:08:29 #5 CACHED 02:08:29 02:08:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 0.0s done 02:08:29 #6 CACHED 02:08:29 02:08:29 #7 exporting to image 02:08:29 #7 exporting layers done 02:08:29 #7 exporting manifest sha256:4efe55781206666275a97c99d60465054b4fefffd50452d704c575b5d45eadc9 done 02:08:29 #7 exporting config sha256:97e6b658f4b6a2d4aaa4ab2a31f2feb34dab3122e9e52560b38a86879ea91692 done 02:08:29 #7 exporting manifest sha256:9b0547c0b85c5f5c63250ad933c25e41ff6d3a349a61a749d0832396ab17eca7 done 02:08:29 #7 exporting config sha256:bd26d5d3bf94d0908fb6182871061bf644d83fe85a14d498fea7f592f096e272 done 02:08:29 #7 exporting manifest list sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 done 02:08:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:29 #7 pushing layers 0.0s done 02:08:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.93@sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 0.1s done 02:08:29 #7 DONE 0.1s 02:08:29 02:08:29 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:08:29 #8 DONE 0.0s 02:08:29 02:08:29 1 warning found (use --debug to expand): 02:08:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:08:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:08:30 #1 [internal] load build definition from Dockerfile 02:08:30 #1 transferring dockerfile: 218B done 02:08:30 #1 DONE 0.0s 02:08:30 02:08:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:30 #2 DONE 0.0s 02:08:30 02:08:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:30 #3 DONE 0.0s 02:08:30 02:08:30 #4 [internal] load .dockerignore 02:08:30 #4 transferring context: 2B done 02:08:30 #4 DONE 0.0s 02:08:30 02:08:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 done 02:08:30 #5 CACHED 02:08:30 02:08:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 done 02:08:30 #6 CACHED 02:08:30 02:08:30 #7 exporting to image 02:08:30 #7 exporting layers done 02:08:30 #7 exporting manifest sha256:4efe55781206666275a97c99d60465054b4fefffd50452d704c575b5d45eadc9 done 02:08:30 #7 exporting config sha256:97e6b658f4b6a2d4aaa4ab2a31f2feb34dab3122e9e52560b38a86879ea91692 done 02:08:30 #7 exporting manifest sha256:9b0547c0b85c5f5c63250ad933c25e41ff6d3a349a61a749d0832396ab17eca7 done 02:08:30 #7 exporting config sha256:bd26d5d3bf94d0908fb6182871061bf644d83fe85a14d498fea7f592f096e272 done 02:08:30 #7 exporting manifest list sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 done 02:08:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:30 #7 pushing layers 0.0s done 02:08:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 0.1s done 02:08:30 #7 DONE 0.1s 02:08:30 02:08:30 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:08:30 #8 DONE 0.0s 02:08:30 02:08:30 1 warning found (use --debug to expand): 02:08:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 02:08:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 02:08:30 #1 [internal] load build definition from Dockerfile 02:08:30 #1 transferring dockerfile: 169B done 02:08:30 #1 DONE 0.0s 02:08:30 02:08:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:08:30 #2 DONE 0.0s 02:08:30 02:08:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:08:30 #3 DONE 0.0s 02:08:30 02:08:30 #4 [internal] load .dockerignore 02:08:30 #4 transferring context: 2B done 02:08:30 #4 DONE 0.0s 02:08:30 02:08:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 done 02:08:30 #5 DONE 0.0s 02:08:30 02:08:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 0.0s done 02:08:30 #6 CACHED 02:08:30 02:08:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e8996be8776e7ef8380f41c9895d3711bc2ebf645b349e2ae2f6a25d4d37a035 02:08:30 #5 CACHED 02:08:30 02:08:30 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:08:30 #7 DONE 0.0s 02:08:30 02:08:30 #8 exporting to image 02:08:30 #8 exporting layers done 02:08:30 #8 exporting manifest sha256:4efe55781206666275a97c99d60465054b4fefffd50452d704c575b5d45eadc9 done 02:08:30 #8 exporting config sha256:97e6b658f4b6a2d4aaa4ab2a31f2feb34dab3122e9e52560b38a86879ea91692 done 02:08:30 #8 exporting manifest sha256:9b0547c0b85c5f5c63250ad933c25e41ff6d3a349a61a749d0832396ab17eca7 done 02:08:30 #8 exporting config sha256:bd26d5d3bf94d0908fb6182871061bf644d83fe85a14d498fea7f592f096e272 done 02:08:30 #8 exporting manifest list sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 done 02:08:30 #8 pushing layers 0.0s done 02:08:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:83187bbf7011d09f511a700724980744b9749678c6ff5f7f79f780d6b712d912 0.1s done 02:08:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:30 #8 DONE 0.1s 02:08:30 02:08:30 1 warning found (use --debug to expand): 02:08:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:08:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:08:30 #1 [internal] load build definition from Dockerfile 02:08:30 #1 transferring dockerfile: 206B done 02:08:30 #1 DONE 0.0s 02:08:30 02:08:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:30 #2 DONE 0.0s 02:08:30 02:08:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:30 #3 DONE 0.0s 02:08:30 02:08:30 #4 [internal] load .dockerignore 02:08:30 #4 transferring context: 2B done 02:08:30 #4 DONE 0.0s 02:08:30 02:08:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 done 02:08:30 #5 DONE 0.0s 02:08:30 02:08:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 0.0s done 02:08:31 #6 DONE 0.0s 02:08:31 02:08:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 done 02:08:31 #5 DONE 0.1s 02:08:31 02:08:31 #7 exporting to image 02:08:31 #7 exporting layers done 02:08:31 #7 exporting manifest sha256:85210577f0506c536cca30b003d9e54210eb877c55454ed583c7dbb04656ee75 done 02:08:31 #7 exporting config sha256:5d0808df220c0a4abb2e7babe34454a1d5dc1dc2216d672f0eb5af8420010cfa 02:08:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:31 #7 ... 02:08:31 02:08:31 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:08:31 #8 DONE 0.0s 02:08:31 02:08:31 #7 exporting to image 02:08:31 #7 exporting config sha256:5d0808df220c0a4abb2e7babe34454a1d5dc1dc2216d672f0eb5af8420010cfa done 02:08:31 #7 exporting manifest sha256:7414778eab76b68c71b1aa755daf59fc26ff5b718a9050ad65351fee88241240 done 02:08:31 #7 exporting config sha256:325bf0dd9edfa5053257fab0bd3fa23409a9fc3c98c524525f93a86a7cac6af5 done 02:08:31 #7 exporting manifest list sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c done 02:08:31 #7 pushing layers 0.1s done 02:08:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c 02:08:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c 0.1s done 02:08:31 #7 DONE 0.2s 02:08:31 02:08:31 1 warning found (use --debug to expand): 02:08:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 02:08:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 02:08:31 #1 [internal] load build definition from Dockerfile 02:08:31 #1 transferring dockerfile: 172B done 02:08:31 #1 DONE 0.0s 02:08:31 02:08:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:08:31 #2 DONE 0.0s 02:08:31 02:08:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:08:31 #3 DONE 0.0s 02:08:31 02:08:31 #4 [internal] load .dockerignore 02:08:31 #4 transferring context: 2B done 02:08:31 #4 DONE 0.0s 02:08:31 02:08:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 done 02:08:31 #5 DONE 0.0s 02:08:31 02:08:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 done 02:08:31 #6 CACHED 02:08:31 02:08:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:31 #5 CACHED 02:08:31 02:08:31 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:08:31 #7 DONE 0.0s 02:08:31 02:08:31 #8 exporting to image 02:08:31 #8 exporting layers done 02:08:31 #8 exporting manifest sha256:85210577f0506c536cca30b003d9e54210eb877c55454ed583c7dbb04656ee75 done 02:08:31 #8 exporting config sha256:5d0808df220c0a4abb2e7babe34454a1d5dc1dc2216d672f0eb5af8420010cfa done 02:08:31 #8 exporting manifest sha256:7414778eab76b68c71b1aa755daf59fc26ff5b718a9050ad65351fee88241240 done 02:08:31 #8 exporting config sha256:325bf0dd9edfa5053257fab0bd3fa23409a9fc3c98c524525f93a86a7cac6af5 done 02:08:31 #8 exporting manifest list sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c done 02:08:31 #8 pushing layers 0.0s done 02:08:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c 0.1s done 02:08:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:31 #8 DONE 0.1s 02:08:31 02:08:31 1 warning found (use --debug to expand): 02:08:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93' 02:08:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93 --push - 02:08:32 #1 [internal] load build definition from Dockerfile 02:08:32 #1 transferring dockerfile: 178B done 02:08:32 #1 DONE 0.0s 02:08:32 02:08:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93 02:08:32 #2 DONE 0.0s 02:08:32 02:08:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93 02:08:32 #3 DONE 0.0s 02:08:32 02:08:32 #4 [internal] load .dockerignore 02:08:32 #4 transferring context: 2B done 02:08:32 #4 DONE 0.0s 02:08:32 02:08:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 done 02:08:32 #5 CACHED 02:08:32 02:08:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 done 02:08:32 #6 CACHED 02:08:32 02:08:32 #7 exporting to image 02:08:32 #7 exporting layers done 02:08:32 #7 exporting manifest sha256:85210577f0506c536cca30b003d9e54210eb877c55454ed583c7dbb04656ee75 done 02:08:32 #7 exporting config sha256:5d0808df220c0a4abb2e7babe34454a1d5dc1dc2216d672f0eb5af8420010cfa done 02:08:32 #7 exporting manifest sha256:7414778eab76b68c71b1aa755daf59fc26ff5b718a9050ad65351fee88241240 done 02:08:32 #7 exporting config sha256:325bf0dd9edfa5053257fab0bd3fa23409a9fc3c98c524525f93a86a7cac6af5 done 02:08:32 #7 exporting manifest list sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c done 02:08:32 #7 pushing layers 02:08:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:32 #7 pushing layers 0.0s done 02:08:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.93@sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c 0.1s done 02:08:32 #7 DONE 0.1s 02:08:32 02:08:32 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:08:32 #8 DONE 0.0s 02:08:32 02:08:32 1 warning found (use --debug to expand): 02:08:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:08:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:08:32 #1 [internal] load build definition from Dockerfile 02:08:32 #1 transferring dockerfile: 219B done 02:08:32 #1 DONE 0.0s 02:08:32 02:08:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:32 #2 DONE 0.0s 02:08:32 02:08:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:32 #3 DONE 0.0s 02:08:32 02:08:32 #4 [internal] load .dockerignore 02:08:32 #4 transferring context: 2B done 02:08:32 #4 DONE 0.0s 02:08:32 02:08:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 done 02:08:32 #5 DONE 0.0s 02:08:32 02:08:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 done 02:08:33 #6 CACHED 02:08:33 02:08:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:33 #5 CACHED 02:08:33 02:08:33 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:08:33 #7 DONE 0.0s 02:08:33 02:08:33 #8 exporting to image 02:08:33 #8 exporting layers done 02:08:33 #8 exporting manifest sha256:85210577f0506c536cca30b003d9e54210eb877c55454ed583c7dbb04656ee75 done 02:08:33 #8 exporting config sha256:5d0808df220c0a4abb2e7babe34454a1d5dc1dc2216d672f0eb5af8420010cfa done 02:08:33 #8 exporting manifest sha256:7414778eab76b68c71b1aa755daf59fc26ff5b718a9050ad65351fee88241240 done 02:08:33 #8 exporting config sha256:325bf0dd9edfa5053257fab0bd3fa23409a9fc3c98c524525f93a86a7cac6af5 done 02:08:33 #8 exporting manifest list sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c done 02:08:33 #8 pushing layers 0.0s done 02:08:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c 0.1s done 02:08:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:33 #8 DONE 0.1s 02:08:33 02:08:33 1 warning found (use --debug to expand): 02:08:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 02:08:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 02:08:33 #1 [internal] load build definition from Dockerfile 02:08:33 #1 transferring dockerfile: 170B done 02:08:33 #1 DONE 0.0s 02:08:33 02:08:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:08:33 #2 DONE 0.0s 02:08:33 02:08:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:08:33 #3 DONE 0.0s 02:08:33 02:08:33 #4 [internal] load .dockerignore 02:08:33 #4 transferring context: 2B done 02:08:33 #4 DONE 0.0s 02:08:33 02:08:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 done 02:08:33 #5 CACHED 02:08:33 02:08:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 02:08:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:ba8b83a6915c76549cb911a579c0eaf81bd7998a07b50b312c854b8e614d84e6 done 02:08:33 #6 CACHED 02:08:33 02:08:33 #7 exporting to image 02:08:33 #7 exporting layers done 02:08:33 #7 exporting manifest sha256:85210577f0506c536cca30b003d9e54210eb877c55454ed583c7dbb04656ee75 done 02:08:33 #7 exporting config sha256:5d0808df220c0a4abb2e7babe34454a1d5dc1dc2216d672f0eb5af8420010cfa done 02:08:33 #7 exporting manifest sha256:7414778eab76b68c71b1aa755daf59fc26ff5b718a9050ad65351fee88241240 done 02:08:33 #7 exporting config sha256:325bf0dd9edfa5053257fab0bd3fa23409a9fc3c98c524525f93a86a7cac6af5 done 02:08:33 #7 exporting manifest list sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c done 02:08:33 #7 pushing layers 0.0s done 02:08:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c 02:08:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6c4971569c2481900fa2c4aa1d5bef9ca1d05d6b064251430a6a45027852076c 0.1s done 02:08:33 #7 DONE 0.1s 02:08:33 02:08:33 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:08:33 #8 DONE 0.0s 02:08:33 02:08:33 1 warning found (use --debug to expand): 02:08:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:08:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:08:34 #1 [internal] load build definition from Dockerfile 02:08:34 #1 transferring dockerfile: 206B done 02:08:34 #1 DONE 0.0s 02:08:34 02:08:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:34 #2 DONE 0.0s 02:08:34 02:08:34 #3 [internal] load .dockerignore 02:08:34 #3 transferring context: 2B done 02:08:34 #3 DONE 0.0s 02:08:34 02:08:34 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:34 #4 DONE 0.0s 02:08:34 02:08:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:34 #5 ... 02:08:34 02:08:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d done 02:08:34 #6 DONE 0.1s 02:08:34 02:08:34 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:08:34 #7 DONE 0.0s 02:08:34 02:08:34 #8 exporting to image 02:08:34 #8 exporting layers done 02:08:34 #8 exporting manifest sha256:d814e008657c756561f0e1a80d3ccc2de9d2c6ad3625a79194c3e15cba2edee2 done 02:08:34 #8 exporting config sha256:39b1890bee6731122e0f97ab7be69ec53724b225648f7207de16423fa668479e done 02:08:34 #8 exporting manifest sha256:ac17847142645477a29a7607aeae48f420814daee4c00bca239f40f547666082 done 02:08:34 #8 exporting config sha256:9bc2d87b01105ed152f9fe18d20e40cb75e69f0fc0a5d54e0ed2d88d4107af5c done 02:08:34 #8 exporting manifest list sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c done 02:08:34 #8 pushing layers 0.1s done 02:08:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c 02:08:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c 0.1s done 02:08:34 #8 DONE 0.2s 02:08:34 02:08:34 1 warning found (use --debug to expand): 02:08:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 02:08:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 02:08:34 #1 [internal] load build definition from Dockerfile 02:08:34 #1 transferring dockerfile: 172B done 02:08:34 #1 DONE 0.0s 02:08:34 02:08:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:08:34 #2 DONE 0.0s 02:08:34 02:08:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:08:34 #3 DONE 0.0s 02:08:34 02:08:34 #4 [internal] load .dockerignore 02:08:34 #4 transferring context: 2B done 02:08:34 #4 DONE 0.0s 02:08:34 02:08:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d done 02:08:34 #5 CACHED 02:08:34 02:08:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d done 02:08:34 #6 CACHED 02:08:34 02:08:34 #7 exporting to image 02:08:34 #7 exporting layers done 02:08:34 #7 exporting manifest sha256:d814e008657c756561f0e1a80d3ccc2de9d2c6ad3625a79194c3e15cba2edee2 done 02:08:34 #7 exporting config sha256:39b1890bee6731122e0f97ab7be69ec53724b225648f7207de16423fa668479e done 02:08:34 #7 exporting manifest sha256:ac17847142645477a29a7607aeae48f420814daee4c00bca239f40f547666082 done 02:08:34 #7 exporting config sha256:9bc2d87b01105ed152f9fe18d20e40cb75e69f0fc0a5d54e0ed2d88d4107af5c done 02:08:34 #7 exporting manifest list sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c 02:08:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:34 #7 exporting manifest list sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c done 02:08:34 #7 pushing layers 0.0s done 02:08:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c 0.1s done 02:08:34 #7 DONE 0.1s 02:08:34 02:08:34 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:08:34 #8 DONE 0.0s 02:08:34 02:08:34 1 warning found (use --debug to expand): 02:08:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93 --push - 02:08:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93' 02:08:35 #1 [internal] load build definition from Dockerfile 02:08:35 #1 transferring dockerfile: 178B done 02:08:35 #1 DONE 0.0s 02:08:35 02:08:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93 02:08:35 #2 DONE 0.0s 02:08:35 02:08:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93 02:08:35 #3 DONE 0.0s 02:08:35 02:08:35 #4 [internal] load .dockerignore 02:08:35 #4 transferring context: 2B done 02:08:35 #4 DONE 0.0s 02:08:35 02:08:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 0.0s done 02:08:35 #5 CACHED 02:08:35 02:08:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d done 02:08:35 #6 CACHED 02:08:35 02:08:35 #7 exporting to image 02:08:35 #7 exporting layers done 02:08:35 #7 exporting manifest sha256:d814e008657c756561f0e1a80d3ccc2de9d2c6ad3625a79194c3e15cba2edee2 done 02:08:35 #7 exporting config sha256:39b1890bee6731122e0f97ab7be69ec53724b225648f7207de16423fa668479e done 02:08:35 #7 exporting manifest sha256:ac17847142645477a29a7607aeae48f420814daee4c00bca239f40f547666082 done 02:08:35 #7 exporting config sha256:9bc2d87b01105ed152f9fe18d20e40cb75e69f0fc0a5d54e0ed2d88d4107af5c done 02:08:35 #7 exporting manifest list sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c 02:08:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:35 #7 exporting manifest list sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c done 02:08:35 #7 pushing layers 0.0s done 02:08:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.93@sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c 0.1s done 02:08:35 #7 DONE 0.1s 02:08:35 02:08:35 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:08:35 #8 DONE 0.0s 02:08:35 02:08:35 1 warning found (use --debug to expand): 02:08:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:08:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:08:35 #1 [internal] load build definition from Dockerfile 02:08:35 #1 transferring dockerfile: 219B done 02:08:35 #1 DONE 0.0s 02:08:35 02:08:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:35 #2 DONE 0.0s 02:08:35 02:08:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:35 #3 DONE 0.0s 02:08:35 02:08:35 #4 [internal] load .dockerignore 02:08:35 #4 transferring context: 2B done 02:08:35 #4 DONE 0.0s 02:08:35 02:08:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d done 02:08:35 #5 DONE 0.0s 02:08:35 02:08:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d done 02:08:36 #6 CACHED 02:08:36 02:08:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:36 #5 CACHED 02:08:36 02:08:36 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:08:36 #7 DONE 0.0s 02:08:36 02:08:36 #8 exporting to image 02:08:36 #8 exporting layers done 02:08:36 #8 exporting manifest sha256:d814e008657c756561f0e1a80d3ccc2de9d2c6ad3625a79194c3e15cba2edee2 done 02:08:36 #8 exporting config sha256:39b1890bee6731122e0f97ab7be69ec53724b225648f7207de16423fa668479e done 02:08:36 #8 exporting manifest sha256:ac17847142645477a29a7607aeae48f420814daee4c00bca239f40f547666082 done 02:08:36 #8 exporting config sha256:9bc2d87b01105ed152f9fe18d20e40cb75e69f0fc0a5d54e0ed2d88d4107af5c done 02:08:36 #8 exporting manifest list sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c done 02:08:36 #8 pushing layers 0.0s done 02:08:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c 0.1s done 02:08:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:36 #8 DONE 0.1s 02:08:36 02:08:36 1 warning found (use --debug to expand): 02:08:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 02:08:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 02:08:36 #1 [internal] load build definition from Dockerfile 02:08:36 #1 transferring dockerfile: 170B done 02:08:36 #1 DONE 0.0s 02:08:36 02:08:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:08:36 #2 DONE 0.0s 02:08:36 02:08:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:08:36 #3 DONE 0.0s 02:08:36 02:08:36 #4 [internal] load .dockerignore 02:08:36 #4 transferring context: 2B done 02:08:36 #4 DONE 0.0s 02:08:36 02:08:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d done 02:08:36 #5 CACHED 02:08:36 02:08:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d 02:08:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:bc2f28369cb981bd5a686e60995c823b6b19a5c4268170c6c7f1ac7a56d7867d done 02:08:36 #6 CACHED 02:08:36 02:08:36 #7 exporting to image 02:08:36 #7 exporting layers done 02:08:36 #7 exporting manifest sha256:d814e008657c756561f0e1a80d3ccc2de9d2c6ad3625a79194c3e15cba2edee2 done 02:08:36 #7 exporting config sha256:39b1890bee6731122e0f97ab7be69ec53724b225648f7207de16423fa668479e 02:08:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:36 #7 exporting config sha256:39b1890bee6731122e0f97ab7be69ec53724b225648f7207de16423fa668479e done 02:08:36 #7 exporting manifest sha256:ac17847142645477a29a7607aeae48f420814daee4c00bca239f40f547666082 done 02:08:36 #7 exporting config sha256:9bc2d87b01105ed152f9fe18d20e40cb75e69f0fc0a5d54e0ed2d88d4107af5c done 02:08:36 #7 exporting manifest list sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c done 02:08:36 #7 pushing layers 0.0s done 02:08:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:4393d16100250638d044ef80a05aa66b4e40664e056e4c51b2de85ae37c6725c 0.1s done 02:08:36 #7 DONE 0.1s 02:08:36 02:08:36 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:08:36 #8 DONE 0.0s 02:08:36 02:08:36 1 warning found (use --debug to expand): 02:08:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:08:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:08:36 #1 [internal] load build definition from Dockerfile 02:08:36 #1 transferring dockerfile: 206B done 02:08:36 #1 DONE 0.0s 02:08:36 02:08:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:36 #2 DONE 0.1s 02:08:36 02:08:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:36 #3 DONE 0.1s 02:08:36 02:08:36 #4 [internal] load .dockerignore 02:08:37 #4 transferring context: 2B done 02:08:37 #4 DONE 0.0s 02:08:37 02:08:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:37 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 0.0s done 02:08:37 #5 DONE 0.0s 02:08:37 02:08:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:37 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 0.0s done 02:08:37 #6 DONE 0.1s 02:08:37 02:08:37 #7 exporting to image 02:08:37 #7 exporting layers done 02:08:37 #7 exporting manifest sha256:32a15b5feba8ec9150a87c900590f6c90e076897f98c1961826cc44839961461 done 02:08:37 #7 exporting config sha256:140f4440737975bc24a0965b7677a3c3df302573e061e2e6f6558ce6a7ae56fd done 02:08:37 #7 exporting manifest sha256:222d638c8d9974b4794b2a85e29b6b06aab8b51de3194faf224e7c1ef006606f done 02:08:37 #7 exporting config sha256:65f9d8a862bfd68ec4c0e73a4839a4411485fea4e385152ef98c0727b6a64879 02:08:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:37 #7 ... 02:08:37 02:08:37 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:08:37 #8 DONE 0.0s 02:08:37 02:08:37 #7 exporting to image 02:08:37 #7 exporting config sha256:65f9d8a862bfd68ec4c0e73a4839a4411485fea4e385152ef98c0727b6a64879 done 02:08:37 #7 exporting manifest list sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de done 02:08:37 #7 pushing layers 0.1s done 02:08:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de 02:08:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de 0.1s done 02:08:37 #7 DONE 0.2s 02:08:37 02:08:37 1 warning found (use --debug to expand): 02:08:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 02:08:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 02:08:37 #1 [internal] load build definition from Dockerfile 02:08:37 #1 transferring dockerfile: 172B done 02:08:37 #1 DONE 0.0s 02:08:37 02:08:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:08:37 #2 DONE 0.0s 02:08:37 02:08:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:08:37 #3 DONE 0.0s 02:08:37 02:08:37 #4 [internal] load .dockerignore 02:08:37 #4 transferring context: 2B done 02:08:37 #4 DONE 0.0s 02:08:37 02:08:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:37 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:37 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 done 02:08:37 #5 CACHED 02:08:37 02:08:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:37 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 done 02:08:37 #6 CACHED 02:08:37 02:08:37 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:08:37 #7 DONE 0.0s 02:08:37 02:08:37 #8 exporting to image 02:08:37 #8 exporting layers done 02:08:37 #8 exporting manifest sha256:32a15b5feba8ec9150a87c900590f6c90e076897f98c1961826cc44839961461 done 02:08:37 #8 exporting config sha256:140f4440737975bc24a0965b7677a3c3df302573e061e2e6f6558ce6a7ae56fd done 02:08:37 #8 exporting manifest sha256:222d638c8d9974b4794b2a85e29b6b06aab8b51de3194faf224e7c1ef006606f done 02:08:37 #8 exporting config sha256:65f9d8a862bfd68ec4c0e73a4839a4411485fea4e385152ef98c0727b6a64879 done 02:08:37 #8 exporting manifest list sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de done 02:08:37 #8 pushing layers 0.0s done 02:08:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de 0.1s done 02:08:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:37 #8 DONE 0.1s 02:08:37 02:08:37 1 warning found (use --debug to expand): 02:08:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93' 02:08:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93 --push - 02:08:38 #1 [internal] load build definition from Dockerfile 02:08:38 #1 transferring dockerfile: 178B done 02:08:38 #1 DONE 0.0s 02:08:38 02:08:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93 02:08:38 #2 DONE 0.0s 02:08:38 02:08:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93 02:08:38 #3 DONE 0.0s 02:08:38 02:08:38 #4 [internal] load .dockerignore 02:08:38 #4 transferring context: 2B done 02:08:38 #4 DONE 0.0s 02:08:38 02:08:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:38 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 0.0s done 02:08:38 #5 CACHED 02:08:38 02:08:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:38 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 0.0s done 02:08:38 #6 CACHED 02:08:38 02:08:38 #7 exporting to image 02:08:38 #7 exporting layers done 02:08:38 #7 exporting manifest sha256:32a15b5feba8ec9150a87c900590f6c90e076897f98c1961826cc44839961461 done 02:08:38 #7 exporting config sha256:140f4440737975bc24a0965b7677a3c3df302573e061e2e6f6558ce6a7ae56fd done 02:08:38 #7 exporting manifest sha256:222d638c8d9974b4794b2a85e29b6b06aab8b51de3194faf224e7c1ef006606f done 02:08:38 #7 exporting config sha256:65f9d8a862bfd68ec4c0e73a4839a4411485fea4e385152ef98c0727b6a64879 done 02:08:38 #7 exporting manifest list sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de done 02:08:38 #7 pushing layers 0.0s done 02:08:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93@sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de 02:08:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.93@sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de 0.1s done 02:08:38 #7 DONE 0.1s 02:08:38 02:08:38 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:08:38 #8 DONE 0.0s 02:08:38 02:08:38 1 warning found (use --debug to expand): 02:08:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:08:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:08:38 #1 [internal] load build definition from Dockerfile 02:08:38 #1 transferring dockerfile: 219B done 02:08:38 #1 DONE 0.0s 02:08:38 02:08:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:38 #2 DONE 0.0s 02:08:38 02:08:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:38 #3 DONE 0.0s 02:08:38 02:08:38 #4 [internal] load .dockerignore 02:08:38 #4 transferring context: 2B done 02:08:38 #4 DONE 0.0s 02:08:39 02:08:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:39 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 done 02:08:39 #5 CACHED 02:08:39 02:08:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:39 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 0.0s done 02:08:39 #6 CACHED 02:08:39 02:08:39 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:08:39 #7 DONE 0.0s 02:08:39 02:08:39 #8 exporting to image 02:08:39 #8 exporting layers done 02:08:39 #8 exporting manifest sha256:32a15b5feba8ec9150a87c900590f6c90e076897f98c1961826cc44839961461 done 02:08:39 #8 exporting config sha256:140f4440737975bc24a0965b7677a3c3df302573e061e2e6f6558ce6a7ae56fd done 02:08:39 #8 exporting manifest sha256:222d638c8d9974b4794b2a85e29b6b06aab8b51de3194faf224e7c1ef006606f done 02:08:39 #8 exporting config sha256:65f9d8a862bfd68ec4c0e73a4839a4411485fea4e385152ef98c0727b6a64879 done 02:08:39 #8 exporting manifest list sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de done 02:08:39 #8 pushing layers 0.0s done 02:08:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de 0.1s done 02:08:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:39 #8 DONE 0.1s 02:08:39 02:08:39 1 warning found (use --debug to expand): 02:08:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 02:08:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 02:08:39 #1 [internal] load build definition from Dockerfile 02:08:39 #1 transferring dockerfile: 170B done 02:08:39 #1 DONE 0.0s 02:08:39 02:08:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:08:39 #2 DONE 0.0s 02:08:39 02:08:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:08:39 #3 DONE 0.0s 02:08:39 02:08:39 #4 [internal] load .dockerignore 02:08:39 #4 transferring context: 2B done 02:08:39 #4 DONE 0.0s 02:08:39 02:08:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:39 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 0.0s done 02:08:39 #5 CACHED 02:08:39 02:08:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 02:08:39 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:64d49d9a6f763ee5b8cf1f382319a2cb99296182ba35993aa2efc25aec8d7177 0.0s done 02:08:39 #6 CACHED 02:08:39 02:08:39 #7 exporting to image 02:08:39 #7 exporting layers done 02:08:39 #7 exporting manifest sha256:32a15b5feba8ec9150a87c900590f6c90e076897f98c1961826cc44839961461 done 02:08:39 #7 exporting config sha256:140f4440737975bc24a0965b7677a3c3df302573e061e2e6f6558ce6a7ae56fd done 02:08:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:39 #7 exporting manifest sha256:222d638c8d9974b4794b2a85e29b6b06aab8b51de3194faf224e7c1ef006606f done 02:08:39 #7 exporting config sha256:65f9d8a862bfd68ec4c0e73a4839a4411485fea4e385152ef98c0727b6a64879 done 02:08:39 #7 exporting manifest list sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de done 02:08:39 #7 pushing layers 0.0s done 02:08:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:3d3bc693e3455c556974e600ed591c56ad54588eb010da2fc2bd12e48d77e6de 0.1s done 02:08:39 #7 DONE 0.1s 02:08:39 02:08:39 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:08:39 #8 DONE 0.0s 02:08:39 02:08:39 1 warning found (use --debug to expand): 02:08:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea' 02:08:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea --push - 02:08:40 #1 [internal] load build definition from Dockerfile 02:08:40 #1 transferring dockerfile: 202B done 02:08:40 #1 DONE 0.0s 02:08:40 02:08:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:40 #2 DONE 0.0s 02:08:40 02:08:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:08:40 #3 DONE 0.0s 02:08:40 02:08:40 #4 [internal] load .dockerignore 02:08:40 #4 transferring context: 2B done 02:08:40 #4 DONE 0.0s 02:08:40 02:08:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:40 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:40 #5 ... 02:08:40 02:08:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:40 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f done 02:08:40 #6 DONE 0.1s 02:08:40 02:08:40 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:08:40 #7 DONE 0.0s 02:08:40 02:08:40 #8 exporting to image 02:08:40 #8 exporting layers done 02:08:40 #8 exporting manifest sha256:3fc3ca519eb5fc6740208f66749fc40a517b95ff3ed5eb9f9174af76ac3c1e40 done 02:08:40 #8 exporting config sha256:2fd75c36d08128af06f13764e37a05eff9c61e711b97ef3a50155656c3d9701e done 02:08:40 #8 exporting manifest sha256:ec99e1479eadbcd16f7d9981920a7a50f37df63fb6f582f61633146b30c2bb45 done 02:08:40 #8 exporting config sha256:99320d02bf5a394451e200e1b86fa6227fe5565f91f8d99d2038951cc48a5fa2 done 02:08:40 #8 exporting manifest list sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 done 02:08:40 #8 pushing layers 0.1s done 02:08:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 02:08:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea@sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 0.1s done 02:08:40 #8 DONE 0.2s 02:08:40 02:08:40 1 warning found (use --debug to expand): 02:08:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 02:08:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 02:08:40 #1 [internal] load build definition from Dockerfile 02:08:40 #1 transferring dockerfile: 168B done 02:08:40 #1 DONE 0.0s 02:08:40 02:08:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:08:40 #2 DONE 0.0s 02:08:40 02:08:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:08:40 #3 DONE 0.0s 02:08:40 02:08:40 #4 [internal] load .dockerignore 02:08:40 #4 transferring context: 2B done 02:08:40 #4 DONE 0.0s 02:08:40 02:08:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:40 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f done 02:08:40 #5 CACHED 02:08:40 02:08:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:40 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f done 02:08:40 #6 CACHED 02:08:40 02:08:40 #7 exporting to image 02:08:40 #7 exporting layers done 02:08:40 #7 exporting manifest sha256:3fc3ca519eb5fc6740208f66749fc40a517b95ff3ed5eb9f9174af76ac3c1e40 done 02:08:40 #7 exporting config sha256:2fd75c36d08128af06f13764e37a05eff9c61e711b97ef3a50155656c3d9701e done 02:08:40 #7 exporting manifest sha256:ec99e1479eadbcd16f7d9981920a7a50f37df63fb6f582f61633146b30c2bb45 done 02:08:40 #7 exporting config sha256:99320d02bf5a394451e200e1b86fa6227fe5565f91f8d99d2038951cc48a5fa2 done 02:08:40 #7 exporting manifest list sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 done 02:08:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:40 #7 pushing layers 0.0s done 02:08:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 0.1s done 02:08:40 #7 DONE 0.1s 02:08:40 02:08:40 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:08:40 #8 DONE 0.0s 02:08:40 02:08:40 1 warning found (use --debug to expand): 02:08:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93' 02:08:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93 --push - 02:08:41 #1 [internal] load build definition from Dockerfile 02:08:41 #1 transferring dockerfile: 174B done 02:08:41 #1 DONE 0.0s 02:08:41 02:08:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93 02:08:41 #2 DONE 0.0s 02:08:41 02:08:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93 02:08:41 #3 DONE 0.0s 02:08:41 02:08:41 #4 [internal] load .dockerignore 02:08:41 #4 transferring context: 2B done 02:08:41 #4 DONE 0.0s 02:08:41 02:08:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:41 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f done 02:08:41 #5 CACHED 02:08:41 02:08:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:41 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f done 02:08:41 #6 CACHED 02:08:41 02:08:41 #7 exporting to image 02:08:41 #7 exporting layers done 02:08:41 #7 exporting manifest sha256:3fc3ca519eb5fc6740208f66749fc40a517b95ff3ed5eb9f9174af76ac3c1e40 done 02:08:41 #7 exporting config sha256:2fd75c36d08128af06f13764e37a05eff9c61e711b97ef3a50155656c3d9701e done 02:08:41 #7 exporting manifest sha256:ec99e1479eadbcd16f7d9981920a7a50f37df63fb6f582f61633146b30c2bb45 done 02:08:41 #7 exporting config sha256:99320d02bf5a394451e200e1b86fa6227fe5565f91f8d99d2038951cc48a5fa2 done 02:08:41 #7 exporting manifest list sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 done 02:08:41 #7 pushing layers 0.0s done 02:08:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93@sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 02:08:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.93@sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 0.1s done 02:08:41 #7 DONE 0.1s 02:08:41 02:08:41 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:08:41 #8 DONE 0.0s 02:08:41 02:08:41 1 warning found (use --debug to expand): 02:08:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93' 02:08:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 --push - 02:08:41 #1 [internal] load build definition from Dockerfile 02:08:41 #1 transferring dockerfile: 215B done 02:08:41 #1 DONE 0.0s 02:08:41 02:08:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:41 #2 DONE 0.0s 02:08:41 02:08:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:08:41 #3 DONE 0.0s 02:08:41 02:08:41 #4 [internal] load .dockerignore 02:08:41 #4 transferring context: 2B done 02:08:41 #4 DONE 0.0s 02:08:41 02:08:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:41 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f done 02:08:41 #5 CACHED 02:08:41 02:08:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:41 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 0.0s done 02:08:41 #6 CACHED 02:08:41 02:08:41 #7 exporting to image 02:08:41 #7 exporting layers done 02:08:41 #7 exporting manifest sha256:3fc3ca519eb5fc6740208f66749fc40a517b95ff3ed5eb9f9174af76ac3c1e40 done 02:08:41 #7 exporting config sha256:2fd75c36d08128af06f13764e37a05eff9c61e711b97ef3a50155656c3d9701e done 02:08:41 #7 exporting manifest sha256:ec99e1479eadbcd16f7d9981920a7a50f37df63fb6f582f61633146b30c2bb45 done 02:08:41 #7 exporting config sha256:99320d02bf5a394451e200e1b86fa6227fe5565f91f8d99d2038951cc48a5fa2 done 02:08:41 #7 exporting manifest list sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 done 02:08:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:42 #7 pushing layers 0.0s done 02:08:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93@sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 0.1s done 02:08:42 #7 DONE 0.1s 02:08:42 02:08:42 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:08:42 #8 DONE 0.0s 02:08:42 02:08:42 1 warning found (use --debug to expand): 02:08:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:08:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 02:08:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 02:08:42 #1 [internal] load build definition from Dockerfile 02:08:42 #1 transferring dockerfile: 166B done 02:08:42 #1 DONE 0.0s 02:08:42 02:08:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:08:42 #2 DONE 0.0s 02:08:42 02:08:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:08:42 #3 DONE 0.0s 02:08:42 02:08:42 #4 [internal] load .dockerignore 02:08:42 #4 transferring context: 2B done 02:08:42 #4 DONE 0.0s 02:08:42 02:08:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:42 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 0.0s done 02:08:42 #5 DONE 0.0s 02:08:42 02:08:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:42 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 0.0s done 02:08:42 #6 CACHED 02:08:42 02:08:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:2b9da59ae1491af7e886aa64e9ed6118fd690d683c5d62eb7c1e268cf2e7369f 02:08:42 #5 CACHED 02:08:42 02:08:42 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:08:42 #7 DONE 0.0s 02:08:42 02:08:42 #8 exporting to image 02:08:42 #8 exporting layers done 02:08:42 #8 exporting manifest sha256:3fc3ca519eb5fc6740208f66749fc40a517b95ff3ed5eb9f9174af76ac3c1e40 done 02:08:42 #8 exporting config sha256:2fd75c36d08128af06f13764e37a05eff9c61e711b97ef3a50155656c3d9701e done 02:08:42 #8 exporting manifest sha256:ec99e1479eadbcd16f7d9981920a7a50f37df63fb6f582f61633146b30c2bb45 done 02:08:42 #8 exporting config sha256:99320d02bf5a394451e200e1b86fa6227fe5565f91f8d99d2038951cc48a5fa2 done 02:08:42 #8 exporting manifest list sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 done 02:08:42 #8 pushing layers 0.0s done 02:08:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f600030f7b19443b8d1ea651242b4ec61f9a134565263a6f5e17912931b85915 0.1s done 02:08:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:08:42 #8 DONE 0.1s 02:08:42 02:08:42 1 warning found (use --debug to expand): 02:08:42  - 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:08:43 + '[' -d /w/workspace/edgex-go/948/archives ']' [Pipeline] libraryResource [Pipeline] sh 02:08:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:08:43 ---> package-listing.sh 02:08:43 ++ facter osfamily 02:08:43 ++ tr '[:upper:]' '[:lower:]' 02:08:44 + OS_FAMILY=redhat 02:08:44 + workspace=/w/workspace/edgex-go/948 02:08:44 + START_PACKAGES=/tmp/packages_start.txt 02:08:44 + END_PACKAGES=/tmp/packages_end.txt 02:08:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:08:44 + PACKAGES=/tmp/packages_start.txt 02:08:44 + '[' /w/workspace/edgex-go/948 ']' 02:08:44 + PACKAGES=/tmp/packages_end.txt 02:08:44 + case "${OS_FAMILY}" in 02:08:44 + rpm -qa 02:08:44 + sort 02:08:44 + '[' -f /tmp/packages_start.txt ']' 02:08:44 + '[' -f /tmp/packages_end.txt ']' 02:08:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:08:44 + '[' /w/workspace/edgex-go/948 ']' 02:08:44 + mkdir -p /w/workspace/edgex-go/948/archives/ 02:08:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/948/archives/ [Pipeline] echo 02:08:44 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/948/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:08:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:08:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:08:45 02:08:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:08:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:08:45 latest: Pulling from edgex-lftools-log-publisher 02:08:45 5eb5b503b376: Pulling fs layer 02:08:45 5c69ac0246d0: Pulling fs layer 02:08:45 ec43610c2a17: Pulling fs layer 02:08:45 3a2ae6a8a46f: Pulling fs layer 02:08:45 33b1e0a273af: Pulling fs layer 02:08:45 5d3b04190fa2: Pulling fs layer 02:08:45 2f39f015ded8: Pulling fs layer 02:08:45 33b1e0a273af: Waiting 02:08:45 5d3b04190fa2: Waiting 02:08:45 2f39f015ded8: Waiting 02:08:45 3a2ae6a8a46f: Waiting 02:08:45 5c69ac0246d0: Download complete 02:08:45 3a2ae6a8a46f: Verifying Checksum 02:08:45 3a2ae6a8a46f: Download complete 02:08:45 33b1e0a273af: Verifying Checksum 02:08:45 33b1e0a273af: Download complete 02:08:45 ec43610c2a17: Verifying Checksum 02:08:45 ec43610c2a17: Download complete 02:08:45 5d3b04190fa2: Verifying Checksum 02:08:45 5d3b04190fa2: Download complete 02:08:46 5eb5b503b376: Verifying Checksum 02:08:46 5eb5b503b376: Download complete 02:08:46 2f39f015ded8: Verifying Checksum 02:08:46 2f39f015ded8: Download complete 02:08:47 5eb5b503b376: Pull complete 02:08:47 5c69ac0246d0: Pull complete 02:08:47 ec43610c2a17: Pull complete 02:08:47 3a2ae6a8a46f: Pull complete 02:08:48 33b1e0a273af: Pull complete 02:08:48 5d3b04190fa2: Pull complete 02:08:52 2f39f015ded8: Pull complete 02:08:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:08:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:08:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:08:52 prd-centos7-docker-4c-2g-530 does not seem to be running inside a container 02:08:52 $ 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/948/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:08:58 $ docker top d01aa1a34fb85d1da131ff91bac3dd1f24977d01d6bf720eedbe83f714469b7f -eo pid,comm [Pipeline] { [Pipeline] sh 02:08:58 + touch /tmp/pre-build-complete [Pipeline] sh 02:08:59 + mkdir -p /var/log/sysstat [Pipeline] sh 02:08:59 + ls /var/log/sa-host 02:08:59 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:08:59 provisioning config files... 02:08:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config5415208064902725687tmp [Pipeline] { [Pipeline] echo 02:08:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:08:59 ---> create-netrc.sh [Pipeline] } 02:08:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:09:00 ---> python-tools-install.sh [Pipeline] echo 02:09:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:09:00 ---> sudo-logs.sh 02:09:00 Archiving 'sudo' log.. 02:09:00 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:09:00 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 02:09:00 $ docker stop --time=1 d01aa1a34fb85d1da131ff91bac3dd1f24977d01d6bf720eedbe83f714469b7f 02:09:01 $ docker rm -f --volumes d01aa1a34fb85d1da131ff91bac3dd1f24977d01d6bf720eedbe83f714469b7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 02:09:01 [WS-CLEANUP] Deleting project workspace... 02:09:01 [WS-CLEANUP] Deferred wipeout is used... 02:09:01 [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:25:59 #144 ... 02:25:59 02:25:59 #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:25:59 #153 DONE 1238.2s 02:25:59 02:25:59 #148 [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:25:59 #148 ... 02:25:59 02:25:59 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:25:59 #155 DONE 0.2s 02:25:59 02:25:59 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:25:59 #156 DONE 0.2s 02:25:59 02:25:59 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:25:59 #157 DONE 0.3s 02:25:59 02:25:59 #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:25:59 #131 ... 02:25:59 02:25:59 #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:25:59 #158 DONE 0.2s 02:25:59 02:25:59 #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:25:59 #159 DONE 0.1s 02:25:59 02:25:59 #149 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 02:25:59 #149 ... 02:25:59 02:25:59 #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:25:59 #160 DONE 3.5s 02:25:59 02:25:59 #108 [core-common-config-bootstrapper] exporting to image 02:25:59 #108 exporting layers 02:25:59 #108 exporting layers 0.8s done 02:25:59 #108 writing image sha256:f9e68445bfe79345a5d3c537b6a520a3aa7b9a9f342caae1151dcfdc612700dd done 02:25:59 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:25:59 #108 DONE 8.1s 02:25:59 02:25:59 #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:26:09 #131 ... 02:26:09 02:26:09 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:26:09 #145 DONE 1259.4s 02:26:09 02:26:09 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:26:09 #161 DONE 0.5s 02:26:09 02:26:09 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:26:11 #162 DONE 2.2s 02:26:11 02:26:11 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:26:12 #150 ... 02:26:12 02:26:12 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:26:12 #163 DONE 0.4s 02:26:12 02:26:12 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:26:12 #147 ... 02:26:12 02:26:12 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:26:12 #164 DONE 0.2s 02:26:12 02:26:12 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:26:12 #165 DONE 0.4s 02:26:12 02:26:12 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:26:13 #166 DONE 0.2s 02:26:13 02:26:13 #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:26:13 #167 DONE 0.3s 02:26:13 02:26:13 #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:26:13 #168 DONE 0.2s 02:26:13 02:26:13 #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:26:13 #169 DONE 0.2s 02:26:13 02:26:13 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:26:13 #147 ... 02:26:13 02:26:13 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:26:14 #170 DONE 0.2s 02:26:14 02:26:14 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:26:16 #171 DONE 2.0s 02:26:16 02:26:16 #108 [security-bootstrapper] exporting to image 02:26:16 #108 exporting layers 02:26:17 #108 exporting layers 0.9s done 02:26:17 #108 writing image sha256:266142954b746ec129d47b283feaa329c38f28f4d4b84f62d0a6f89faad152b0 done 02:26:17 #108 naming to docker.io/library/security-bootstrapper-arm64 done 02:26:17 #108 DONE 9.0s 02:26:17 02:26:17 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:42:57 #147 DONE 2261.4s 02:42:57 02:42:57 #20 [security-spiffe-token-provider internal] load .dockerignore 02:42:57 #20 ... 02:42:57 02:42:57 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:42:57 #172 DONE 0.1s 02:42:57 02:42:57 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:42:57 #173 DONE 0.2s 02:42:57 02:42:57 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:42:57 #174 DONE 0.5s 02:42:57 02:42:57 #20 [security-spiffe-token-provider internal] load .dockerignore 02:42:57 #20 ... 02:42:57 02:42:57 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:42:57 #175 DONE 0.2s 02:42:57 02:42:57 #108 [core-command] exporting to image 02:42:57 #108 exporting layers 02:42:57 #108 exporting layers 0.5s done 02:42:57 #108 writing image sha256:f5e96e8164f5951a7baae1bae5abd59c37ea5b8504b724f651be73e0523218d2 done 02:42:57 #108 naming to docker.io/library/core-command-arm64 done 02:42:57 #108 DONE 9.5s 02:42:57 02:42:57 #20 [security-spiffe-token-provider internal] load .dockerignore 02:43:24 #20 ... 02:43:24 02:43:24 #148 [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:43:24 #148 2291.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.93 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:43:24 #148 ... 02:43:24 02:43:24 #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:43:24 #131 DONE 2292.7s 02:43:24 02:43:24 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:43:24 #151 ... 02:43:24 02:43:24 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:43:24 #176 DONE 0.2s 02:43:24 02:43:24 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:43:24 #177 DONE 0.2s 02:43:24 02:43:24 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:43:24 #150 ... 02:43:24 02:43:24 #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:43:24 #178 DONE 0.1s 02:43:24 02:43:24 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:43:24 #179 DONE 0.1s 02:43:24 02:43:24 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:43:24 #151 ... 02:43:24 02:43:24 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:43:24 #180 DONE 0.4s 02:43:24 02:43:24 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:43:24 #181 DONE 0.1s 02:43:24 02:43:24 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:43:26 #182 DONE 1.9s 02:43:26 02:43:26 #108 [security-proxy-setup] exporting to image 02:43:26 #108 exporting layers 02:43:27 #108 exporting layers 0.9s done 02:43:27 #108 writing image sha256:d6820b96b1aa6f9c1522b4ecc1109abf2b2b9c597dc3eaf69ac02d7610b9ce77 done 02:43:27 #108 naming to docker.io/library/security-proxy-setup-arm64 done 02:43:27 #108 DONE 10.4s 02:43:27 02:43:27 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:43:59 #154 ... 02:43:59 02:43:59 #148 [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:43:59 #148 DONE 2325.4s 02:43:59 02:43:59 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:43:59 #154 ... 02:43:59 02:43:59 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:43:59 #183 DONE 0.2s 02:43:59 02:43:59 #20 [security-spiffe-token-provider internal] load .dockerignore 02:43:59 #20 ... 02:43:59 02:43:59 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:43:59 #184 DONE 0.1s 02:43:59 02:43:59 #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:43:59 #185 DONE 0.2s 02:43:59 02:43:59 #20 [security-spiffe-token-provider internal] load .dockerignore 02:43:59 #20 ... 02:43:59 02:43:59 #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:43:59 #186 DONE 0.1s 02:43:59 02:43:59 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:43:59 #187 DONE 0.1s 02:43:59 02:43:59 #20 [security-spiffe-token-provider internal] load .dockerignore 02:43:59 #20 ... 02:43:59 02:43:59 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:43:59 #188 DONE 0.4s 02:43:59 02:43:59 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:43:59 #189 DONE 0.4s 02:43:59 02:43:59 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:43:59 #190 DONE 0.2s 02:43:59 02:43:59 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:43:59 #191 DONE 1.8s 02:43:59 02:43:59 #108 [security-secretstore-setup] exporting to image 02:43:59 #108 exporting layers 02:44:01 #108 exporting layers 1.6s done 02:44:01 #108 writing image sha256:c4a88153e65d95860d313576eabf511ccddf0a1f4fc26167af0bf45c44677fd6 done 02:44:01 #108 naming to docker.io/library/security-secretstore-setup-arm64 done 02:44:01 #108 DONE 12.0s 02:44:01 02:44:01 #20 [security-spiffe-token-provider internal] load .dockerignore 02:44:58 #20 ... 02:44:58 02:44:58 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:44:58 #150 DONE 2385.8s 02:44:58 02:44:58 #20 [security-spiffe-token-provider internal] load .dockerignore 02:44:58 #20 ... 02:44:58 02:44:58 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:44:58 #192 DONE 0.2s 02:44:58 02:44:58 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:44:58 #193 DONE 0.2s 02:44:58 02:44:58 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:44:58 #194 DONE 0.5s 02:44:58 02:44:58 #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:44:58 #195 DONE 0.1s 02:44:58 02:44:58 #108 [security-spiffe-token-provider] exporting to image 02:44:58 #108 exporting layers 02:44:58 #108 exporting layers 0.6s done 02:44:58 #108 writing image sha256:4f7b2302eeae281f89d7244be7c5f35fc94c61323b76f3cf5afb8431663aa8ac done 02:44:58 #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:44:58 #108 DONE 12.6s 02:44:58 02:44:58 #20 [security-spiffe-token-provider internal] load .dockerignore 02:45:45 #20 ... 02:45:45 02:45:45 #149 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 02:45:45 #149 DONE 2427.8s 02:45:45 02:45:45 #20 [security-spiffe-token-provider internal] load .dockerignore 02:45:45 #20 ... 02:45:45 02:45:45 #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:45:45 #196 DONE 0.1s 02:45:45 02:45:45 #36 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:45:45 #36 ... 02:45:45 02:45:45 #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:45:45 #197 DONE 0.8s 02:45:45 02:45:45 #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:45:45 #198 DONE 0.3s 02:45:45 02:45:45 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:45:45 #154 DONE 2429.7s 02:45:45 02:45:45 #108 [core-keeper] exporting to image 02:45:45 #108 exporting layers 02:45:45 #108 ... 02:45:45 02:45:45 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:45:45 #199 DONE 0.3s 02:45:45 02:45:45 #27 [security-secretstore-setup internal] load .dockerignore 02:45:45 #27 ... 02:45:45 02:45:45 #108 [core-keeper] exporting to image 02:45:45 #108 exporting layers 1.1s done 02:45:45 #108 writing image sha256:9b68ee47f266c34fad9b264c89476ea5b21528600409286410a77dfe0fb760e7 0.0s done 02:45:45 #108 naming to docker.io/library/core-keeper-arm64 0.0s done 02:45:45 #108 DONE 13.8s 02:45:45 02:45:45 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:45:45 #200 DONE 0.1s 02:45:45 02:45:45 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:45:45 #201 DONE 0.5s 02:45:45 02:45:45 #20 [security-spiffe-token-provider internal] load .dockerignore 02:45:45 #20 ... 02:45:45 02:45:45 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:45:45 #202 DONE 0.1s 02:45:45 02:45:45 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:45:45 #203 DONE 0.2s 02:45:45 02:45:45 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:45:45 #204 ... 02:45:45 02:45:45 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:45:45 #146 DONE 2433.5s 02:45:45 02:45:45 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:45:45 #204 DONE 2.1s 02:45:45 02:45:45 #36 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:45:45 #36 ... 02:45:45 02:45:45 #108 [security-proxy-auth] exporting to image 02:45:46 #108 ... 02:45:46 02:45:46 #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:45:46 #205 CACHED 02:45:46 02:45:46 #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:45:46 #206 CACHED 02:45:46 02:45:46 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:45:46 #144 DONE 2436.4s 02:45:46 02:45:46 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:45:46 #207 ... 02:45:46 02:45:46 #108 [security-proxy-auth] exporting to image 02:45:46 #108 exporting layers 2.6s done 02:45:46 #108 writing image sha256:b16641a7285596968cf5f4396434b8d674f071686911ef7d266d7c07697b8a7e 0.0s done 02:45:46 #108 naming to docker.io/library/security-proxy-auth-arm64 done 02:45:46 #108 DONE 16.5s 02:45:46 02:45:46 #208 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:45:47 #208 DONE 0.4s 02:45:47 02:45:47 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:45:47 #207 DONE 1.0s 02:45:47 02:45:47 #209 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:45:47 #209 DONE 0.2s 02:45:47 02:45:47 #210 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:45:47 #210 ... 02:45:47 02:45:47 #211 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:45:47 #211 DONE 0.3s 02:45:47 02:45:47 #212 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:45:47 #212 DONE 0.3s 02:45:47 02:45:47 #27 [security-secretstore-setup internal] load .dockerignore 02:45:48 #27 ... 02:45:48 02:45:48 #108 [core-metadata] exporting to image 02:45:48 #108 ... 02:45:48 02:45:48 #210 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:45:48 #210 DONE 0.8s 02:45:48 02:45:48 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:45:48 #213 DONE 0.2s 02:45:48 02:45:48 #108 [core-data] exporting to image 02:45:48 #108 exporting layers 1.0s done 02:45:48 #108 writing image sha256:bb2ddae5ca13f2e0c044e8d3ffae3283ea63513addc1166719ad91469656d506 0.0s done 02:45:48 #108 naming to docker.io/library/core-metadata-arm64 done 02:45:49 #108 exporting layers 0.7s done 02:45:49 #108 writing image sha256:44127792ce091fdb50791be99b0aade631196c261968972e9acb5e4f39f9a299 done 02:45:49 #108 naming to docker.io/library/core-data-arm64 done 02:45:49 #108 DONE 17.8s 02:45:49 02:45:49 #20 [security-spiffe-token-provider internal] load .dockerignore 02:46:16 #20 ... 02:46:16 02:46:16 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:46:16 #152 DONE 2465.2s 02:46:16 02:46:16 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:46:16 #151 ... 02:46:16 02:46:16 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:46:16 #214 DONE 0.1s 02:46:16 02:46:16 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:46:16 #215 DONE 0.1s 02:46:16 02:46:16 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:46:16 #216 DONE 0.6s 02:46:16 02:46:16 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:46:16 #217 DONE 0.1s 02:46:16 02:46:16 #36 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:46:16 #36 ... 02:46:16 02:46:16 #108 [support-scheduler] exporting to image 02:46:16 #108 exporting layers 02:46:17 #108 exporting layers 1.0s done 02:46:17 #108 writing image sha256:c14756d1b7a39f9a5edc307fa9d0bc1ccbd299b0a128c0143762e32ee67f2741 done 02:46:17 #108 naming to docker.io/library/support-scheduler-arm64 done 02:46:17 #108 DONE 18.8s 02:46:17 02:46:17 #27 [security-secretstore-setup internal] load .dockerignore 02:46:20 #27 ... 02:46:20 02:46:20 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:46:20 #151 DONE 2470.5s 02:46:20 02:46:20 #20 [security-spiffe-token-provider internal] load .dockerignore 02:46:20 #20 ... 02:46:20 02:46:20 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:46:20 #218 DONE 0.1s 02:46:20 02:46:20 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:46:20 #219 DONE 0.1s 02:46:20 02:46:20 #36 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 02:46:20 #36 ... 02:46:20 02:46:20 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:46:21 #220 DONE 0.4s 02:46:21 02:46:21 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:46:21 #221 DONE 0.1s 02:46:21 02:46:21 #20 [security-spiffe-token-provider internal] load .dockerignore 02:46:21 #20 ... 02:46:21 02:46:21 #108 [support-notifications] exporting to image 02:46:21 #108 exporting layers 0.6s done 02:46:21 #108 writing image sha256:42378b0562d01040a0ce45411f84c5dda18d0280214b3f683db799fa32985e2c done 02:46:21 #108 naming to docker.io/library/support-notifications-arm64 done 02:46:21 #108 DONE 19.4s 02:46:21 02:46:21 #20 [security-spiffe-token-provider internal] load .dockerignore 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:13Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:46:21 time="2026-01-13T02:02:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:46:21 $ docker stop --time=1 b1ab520a8057e5bc9e1e69476e18eec108baae41f0fdf5cfe1f726e01119eeb7 02:46:23 $ docker rm -f --volumes b1ab520a8057e5bc9e1e69476e18eec108baae41f0fdf5cfe1f726e01119eeb7 [Pipeline] // withDockerContainer [Pipeline] sh 02:46:24 + docker images 02:46:24 REPOSITORY TAG IMAGE ID CREATED SIZE 02:46:24 support-notifications-arm64 latest 42378b0562d0 2 seconds ago 54.3MB 02:46:24 support-scheduler-arm64 latest c14756d1b7a3 7 seconds ago 50.4MB 02:46:24 core-data-arm64 latest 44127792ce09 35 seconds ago 46.2MB 02:46:24 core-metadata-arm64 latest bb2ddae5ca13 36 seconds ago 46.4MB 02:46:24 security-proxy-auth-arm64 latest b16641a72855 40 seconds ago 45.4MB 02:46:24 core-keeper-arm64 latest 9b68ee47f266 44 seconds ago 45.1MB 02:46:24 security-spiffe-token-provider-arm64 latest 4f7b2302eeae About a minute ago 50.2MB 02:46:24 security-secretstore-setup-arm64 latest c4a88153e65d 2 minutes ago 81.6MB 02:46:24 security-proxy-setup-arm64 latest d6820b96b1aa 2 minutes ago 51.3MB 02:46:24 core-command-arm64 latest f5e96e8164f5 3 minutes ago 40.9MB 02:46:24 security-bootstrapper-arm64 latest 266142954b74 20 minutes ago 22.2MB 02:46:24 core-common-config-bootstrapper-arm64 latest f9e68445bfe7 20 minutes ago 21.1MB 02:46:24 security-spire-agent-arm64 latest faf61d986448 42 minutes ago 220MB 02:46:24 security-spire-config-arm64 latest 7e80b752d299 42 minutes ago 163MB 02:46:24 security-spire-server-arm64 latest eec01978d641 42 minutes ago 164MB 02:46:24 ci-base-image-arm64 latest 56870115a03c 44 minutes ago 927MB 02:46:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 3 months ago 564MB 02:46:24 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:46:24 provisioning config files... 02:46:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/948@tmp/config9456434313549584746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:24 ---> ****-login.sh 02:46:24 nexus3.edgexfoundry.org:10001 02:46:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:46:24 Configure a credential helper to remove this warning. See 02:46:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:46:24 02:46:24 Login Succeeded 02:46:24 nexus3.edgexfoundry.org:10002 02:46:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:46:25 Configure a credential helper to remove this warning. See 02:46:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:46:25 02:46:25 Login Succeeded 02:46:25 nexus3.edgexfoundry.org:10003 02:46:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:46:25 Configure a credential helper to remove this warning. See 02:46:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:46:25 02:46:25 Login Succeeded 02:46:25 nexus3.edgexfoundry.org:10004 02:46:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:46:25 Configure a credential helper to remove this warning. See 02:46:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:46:25 02:46:25 Login Succeeded 02:46:25 ****.io 02:46:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:46:26 Configure a credential helper to remove this warning. See 02:46:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:46:26 02:46:26 Login Succeeded 02:46:26 ---> ****-login.sh ends [Pipeline] } 02:46:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:46:26 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:46:26 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:46:26 latest 02:46:26 4.1.0-dev.93 02:46:26 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:46:26 main 02:46:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:46:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:46:27 bd9e40b5b03b: Preparing 02:46:27 6a0ce42b8521: Preparing 02:46:27 0821b4ee3ac0: Preparing 02:46:27 f81d53e280b5: Preparing 02:46:27 043cd38a8db4: Preparing 02:46:27 24199eff1425: Preparing 02:46:27 0e64f2360a44: Preparing 02:46:27 24199eff1425: Waiting 02:46:27 0821b4ee3ac0: Pushed 02:46:27 f81d53e280b5: Pushed 02:46:27 bd9e40b5b03b: Pushed 02:46:27 0e64f2360a44: Layer already exists 02:46:27 24199eff1425: Pushed 02:46:27 043cd38a8db4: Pushed 02:46:34 6a0ce42b8521: Pushed 02:46:34 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:718de07f3f410efd7af14e4491f6fca2bfc6ba0a87bbff5e6296a7ed6e87aa0e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:35 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:46:35 bd9e40b5b03b: Preparing 02:46:35 6a0ce42b8521: Preparing 02:46:35 0821b4ee3ac0: Preparing 02:46:35 f81d53e280b5: Preparing 02:46:35 043cd38a8db4: Preparing 02:46:35 24199eff1425: Preparing 02:46:35 0e64f2360a44: Preparing 02:46:35 24199eff1425: Waiting 02:46:35 0e64f2360a44: Waiting 02:46:35 bd9e40b5b03b: Layer already exists 02:46:35 0821b4ee3ac0: Layer already exists 02:46:35 043cd38a8db4: Layer already exists 02:46:35 6a0ce42b8521: Layer already exists 02:46:35 f81d53e280b5: Layer already exists 02:46:35 24199eff1425: Layer already exists 02:46:35 0e64f2360a44: Layer already exists 02:46:35 latest: digest: sha256:718de07f3f410efd7af14e4491f6fca2bfc6ba0a87bbff5e6296a7ed6e87aa0e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:36 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:36 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.93 02:46:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:46:36 bd9e40b5b03b: Preparing 02:46:36 6a0ce42b8521: Preparing 02:46:36 0821b4ee3ac0: Preparing 02:46:36 f81d53e280b5: Preparing 02:46:36 043cd38a8db4: Preparing 02:46:36 24199eff1425: Preparing 02:46:36 0e64f2360a44: Preparing 02:46:36 24199eff1425: Waiting 02:46:36 0e64f2360a44: Waiting 02:46:36 6a0ce42b8521: Layer already exists 02:46:36 f81d53e280b5: Layer already exists 02:46:36 0821b4ee3ac0: Layer already exists 02:46:36 043cd38a8db4: Layer already exists 02:46:36 bd9e40b5b03b: Layer already exists 02:46:36 24199eff1425: Layer already exists 02:46:36 0e64f2360a44: Layer already exists 02:46:36 4.1.0-dev.93: digest: sha256:718de07f3f410efd7af14e4491f6fca2bfc6ba0a87bbff5e6296a7ed6e87aa0e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:36 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:37 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:46:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:46:37 bd9e40b5b03b: Preparing 02:46:37 6a0ce42b8521: Preparing 02:46:37 0821b4ee3ac0: Preparing 02:46:37 f81d53e280b5: Preparing 02:46:37 043cd38a8db4: Preparing 02:46:37 24199eff1425: Preparing 02:46:37 0e64f2360a44: Preparing 02:46:37 24199eff1425: Waiting 02:46:37 0e64f2360a44: Waiting 02:46:37 f81d53e280b5: Layer already exists 02:46:37 bd9e40b5b03b: Layer already exists 02:46:37 6a0ce42b8521: Layer already exists 02:46:37 043cd38a8db4: Layer already exists 02:46:37 0821b4ee3ac0: Layer already exists 02:46:37 0e64f2360a44: Layer already exists 02:46:37 24199eff1425: Layer already exists 02:46:37 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:718de07f3f410efd7af14e4491f6fca2bfc6ba0a87bbff5e6296a7ed6e87aa0e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:37 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:38 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:46:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:46:38 bd9e40b5b03b: Preparing 02:46:38 6a0ce42b8521: Preparing 02:46:38 0821b4ee3ac0: Preparing 02:46:38 f81d53e280b5: Preparing 02:46:38 043cd38a8db4: Preparing 02:46:38 24199eff1425: Preparing 02:46:38 24199eff1425: Waiting 02:46:38 0e64f2360a44: Preparing 02:46:38 0e64f2360a44: Waiting 02:46:38 043cd38a8db4: Layer already exists 02:46:38 bd9e40b5b03b: Layer already exists 02:46:38 f81d53e280b5: Layer already exists 02:46:38 6a0ce42b8521: Layer already exists 02:46:38 0821b4ee3ac0: Layer already exists 02:46:38 24199eff1425: Layer already exists 02:46:38 0e64f2360a44: Layer already exists 02:46:38 main: digest: sha256:718de07f3f410efd7af14e4491f6fca2bfc6ba0a87bbff5e6296a7ed6e87aa0e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:38 ===================================================== [Pipeline] echo 02:46:38 taggedImages: 02:46:38 - nexus3.edgexfoundry.org:10004/core-command-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:46:38 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:46:38 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.93 02:46:38 - nexus3.edgexfoundry.org:10004/core-command-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:46:38 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:46:38 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:46:38 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:46:38 latest 02:46:38 4.1.0-dev.93 02:46:38 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:46:38 main 02:46:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:38 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:46:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:46:39 60e2e30264d7: Preparing 02:46:39 3ba7c4d503b2: Preparing 02:46:39 a234c468c2f9: Preparing 02:46:39 a4a85a8411f2: Preparing 02:46:39 0821b4ee3ac0: Preparing 02:46:39 f81d53e280b5: Preparing 02:46:39 043cd38a8db4: Preparing 02:46:39 24199eff1425: Preparing 02:46:39 0e64f2360a44: Preparing 02:46:39 043cd38a8db4: Waiting 02:46:39 0e64f2360a44: Waiting 02:46:39 24199eff1425: Waiting 02:46:39 f81d53e280b5: Waiting 02:46:39 0821b4ee3ac0: Layer already exists 02:46:39 f81d53e280b5: Layer already exists 02:46:39 043cd38a8db4: Layer already exists 02:46:39 3ba7c4d503b2: Pushed 02:46:39 a234c468c2f9: Pushed 02:46:39 24199eff1425: Layer already exists 02:46:39 0e64f2360a44: Layer already exists 02:46:39 60e2e30264d7: Pushed 02:46:42 a4a85a8411f2: Pushed 02:46:42 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:a39292a0dd9150fba4389c236025595f0fd279fc684465a0b2e4d42d6231b5a9 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:42 + 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:46:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:46:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:46:43 60e2e30264d7: Preparing 02:46:43 3ba7c4d503b2: Preparing 02:46:43 a234c468c2f9: Preparing 02:46:43 a4a85a8411f2: Preparing 02:46:43 0821b4ee3ac0: Preparing 02:46:43 f81d53e280b5: Preparing 02:46:43 043cd38a8db4: Preparing 02:46:43 24199eff1425: Preparing 02:46:43 0e64f2360a44: Preparing 02:46:43 f81d53e280b5: Waiting 02:46:43 043cd38a8db4: Waiting 02:46:43 0e64f2360a44: Waiting 02:46:43 24199eff1425: Waiting 02:46:43 a4a85a8411f2: Layer already exists 02:46:43 3ba7c4d503b2: Layer already exists 02:46:43 0821b4ee3ac0: Layer already exists 02:46:43 a234c468c2f9: Layer already exists 02:46:43 60e2e30264d7: Layer already exists 02:46:43 f81d53e280b5: Layer already exists 02:46:43 043cd38a8db4: Layer already exists 02:46:43 0e64f2360a44: Layer already exists 02:46:43 24199eff1425: Layer already exists 02:46:43 latest: digest: sha256:a39292a0dd9150fba4389c236025595f0fd279fc684465a0b2e4d42d6231b5a9 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:43 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.93 02:46:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:46:44 60e2e30264d7: Preparing 02:46:44 3ba7c4d503b2: Preparing 02:46:44 a234c468c2f9: Preparing 02:46:44 a4a85a8411f2: Preparing 02:46:44 0821b4ee3ac0: Preparing 02:46:44 f81d53e280b5: Preparing 02:46:44 f81d53e280b5: Waiting 02:46:44 043cd38a8db4: Preparing 02:46:44 24199eff1425: Preparing 02:46:44 043cd38a8db4: Waiting 02:46:44 24199eff1425: Waiting 02:46:44 0e64f2360a44: Preparing 02:46:44 0e64f2360a44: Waiting 02:46:44 0821b4ee3ac0: Layer already exists 02:46:44 a234c468c2f9: Layer already exists 02:46:44 3ba7c4d503b2: Layer already exists 02:46:44 60e2e30264d7: Layer already exists 02:46:44 a4a85a8411f2: Layer already exists 02:46:44 0e64f2360a44: Layer already exists 02:46:44 043cd38a8db4: Layer already exists 02:46:44 f81d53e280b5: Layer already exists 02:46:44 24199eff1425: Layer already exists 02:46:44 4.1.0-dev.93: digest: sha256:a39292a0dd9150fba4389c236025595f0fd279fc684465a0b2e4d42d6231b5a9 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:44 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:46:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:46:44 60e2e30264d7: Preparing 02:46:44 3ba7c4d503b2: Preparing 02:46:44 a234c468c2f9: Preparing 02:46:44 a4a85a8411f2: Preparing 02:46:44 0821b4ee3ac0: Preparing 02:46:44 f81d53e280b5: Preparing 02:46:44 043cd38a8db4: Preparing 02:46:44 24199eff1425: Preparing 02:46:44 0e64f2360a44: Preparing 02:46:44 f81d53e280b5: Waiting 02:46:44 24199eff1425: Waiting 02:46:44 0e64f2360a44: Waiting 02:46:44 043cd38a8db4: Waiting 02:46:44 0821b4ee3ac0: Layer already exists 02:46:44 a234c468c2f9: Layer already exists 02:46:44 3ba7c4d503b2: Layer already exists 02:46:44 60e2e30264d7: Layer already exists 02:46:44 a4a85a8411f2: Layer already exists 02:46:44 f81d53e280b5: Layer already exists 02:46:44 0e64f2360a44: Layer already exists 02:46:44 24199eff1425: Layer already exists 02:46:44 043cd38a8db4: Layer already exists 02:46:45 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:a39292a0dd9150fba4389c236025595f0fd279fc684465a0b2e4d42d6231b5a9 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:45 + 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:46:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:46:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:46:45 60e2e30264d7: Preparing 02:46:45 3ba7c4d503b2: Preparing 02:46:45 a234c468c2f9: Preparing 02:46:45 a4a85a8411f2: Preparing 02:46:45 0821b4ee3ac0: Preparing 02:46:45 f81d53e280b5: Preparing 02:46:45 043cd38a8db4: Preparing 02:46:45 24199eff1425: Preparing 02:46:45 0e64f2360a44: Preparing 02:46:45 043cd38a8db4: Waiting 02:46:45 24199eff1425: Waiting 02:46:45 0e64f2360a44: Waiting 02:46:45 f81d53e280b5: Waiting 02:46:45 0821b4ee3ac0: Layer already exists 02:46:45 60e2e30264d7: Layer already exists 02:46:45 3ba7c4d503b2: Layer already exists 02:46:45 a234c468c2f9: Layer already exists 02:46:45 a4a85a8411f2: Layer already exists 02:46:45 24199eff1425: Layer already exists 02:46:45 043cd38a8db4: Layer already exists 02:46:45 f81d53e280b5: Layer already exists 02:46:45 0e64f2360a44: Layer already exists 02:46:46 main: digest: sha256:a39292a0dd9150fba4389c236025595f0fd279fc684465a0b2e4d42d6231b5a9 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:46 ===================================================== [Pipeline] echo 02:46:46 taggedImages: 02:46:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:46:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:46:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.93 02:46:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:46:46 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:46:46 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:46:46 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:46:46 latest 02:46:46 4.1.0-dev.93 02:46:46 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:46:46 main 02:46:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:46:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:46:47 b2049e0afc25: Preparing 02:46:47 ac9688893f5f: Preparing 02:46:47 0821b4ee3ac0: Preparing 02:46:47 f81d53e280b5: Preparing 02:46:47 b7f17f9dbaf9: Preparing 02:46:47 354628ea8d56: Preparing 02:46:47 0e64f2360a44: Preparing 02:46:47 354628ea8d56: Waiting 02:46:47 0e64f2360a44: Waiting 02:46:47 f81d53e280b5: Layer already exists 02:46:47 0821b4ee3ac0: Layer already exists 02:46:47 0e64f2360a44: Layer already exists 02:46:47 b2049e0afc25: Pushed 02:46:47 354628ea8d56: Pushed 02:46:47 b7f17f9dbaf9: Pushed 02:46:55 ac9688893f5f: Pushed 02:46:55 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:821ce8fdcfc395adcc268f19fc4abaa476a14954b0c9db57744a15e52f20173f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:56 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:56 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:46:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:46:56 b2049e0afc25: Preparing 02:46:56 ac9688893f5f: Preparing 02:46:56 0821b4ee3ac0: Preparing 02:46:56 f81d53e280b5: Preparing 02:46:56 b7f17f9dbaf9: Preparing 02:46:56 354628ea8d56: Preparing 02:46:56 0e64f2360a44: Preparing 02:46:56 354628ea8d56: Waiting 02:46:56 0e64f2360a44: Waiting 02:46:56 b2049e0afc25: Layer already exists 02:46:56 f81d53e280b5: Layer already exists 02:46:56 ac9688893f5f: Layer already exists 02:46:56 b7f17f9dbaf9: Layer already exists 02:46:56 0821b4ee3ac0: Layer already exists 02:46:56 0e64f2360a44: Layer already exists 02:46:56 354628ea8d56: Layer already exists 02:46:56 latest: digest: sha256:821ce8fdcfc395adcc268f19fc4abaa476a14954b0c9db57744a15e52f20173f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:57 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:57 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.93 02:46:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:46:57 b2049e0afc25: Preparing 02:46:57 ac9688893f5f: Preparing 02:46:57 0821b4ee3ac0: Preparing 02:46:57 f81d53e280b5: Preparing 02:46:57 b7f17f9dbaf9: Preparing 02:46:57 354628ea8d56: Preparing 02:46:57 0e64f2360a44: Preparing 02:46:57 354628ea8d56: Waiting 02:46:57 0e64f2360a44: Waiting 02:46:57 0821b4ee3ac0: Layer already exists 02:46:57 b7f17f9dbaf9: Layer already exists 02:46:57 ac9688893f5f: Layer already exists 02:46:57 b2049e0afc25: Layer already exists 02:46:57 f81d53e280b5: Layer already exists 02:46:57 0e64f2360a44: Layer already exists 02:46:57 354628ea8d56: Layer already exists 02:46:57 4.1.0-dev.93: digest: sha256:821ce8fdcfc395adcc268f19fc4abaa476a14954b0c9db57744a15e52f20173f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:58 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:58 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:46:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:46:58 b2049e0afc25: Preparing 02:46:58 ac9688893f5f: Preparing 02:46:58 0821b4ee3ac0: Preparing 02:46:58 f81d53e280b5: Preparing 02:46:58 b7f17f9dbaf9: Preparing 02:46:58 354628ea8d56: Preparing 02:46:58 0e64f2360a44: Preparing 02:46:58 354628ea8d56: Waiting 02:46:58 0e64f2360a44: Waiting 02:46:58 b7f17f9dbaf9: Layer already exists 02:46:58 f81d53e280b5: Layer already exists 02:46:58 0821b4ee3ac0: Layer already exists 02:46:58 b2049e0afc25: Layer already exists 02:46:58 ac9688893f5f: Layer already exists 02:46:58 354628ea8d56: Layer already exists 02:46:58 0e64f2360a44: Layer already exists 02:46:58 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:821ce8fdcfc395adcc268f19fc4abaa476a14954b0c9db57744a15e52f20173f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:58 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:59 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:46:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:46:59 b2049e0afc25: Preparing 02:46:59 ac9688893f5f: Preparing 02:46:59 0821b4ee3ac0: Preparing 02:46:59 f81d53e280b5: Preparing 02:46:59 b7f17f9dbaf9: Preparing 02:46:59 354628ea8d56: Preparing 02:46:59 0e64f2360a44: Preparing 02:46:59 354628ea8d56: Waiting 02:46:59 0e64f2360a44: Waiting 02:46:59 ac9688893f5f: Layer already exists 02:46:59 b2049e0afc25: Layer already exists 02:46:59 b7f17f9dbaf9: Layer already exists 02:46:59 0821b4ee3ac0: Layer already exists 02:46:59 f81d53e280b5: Layer already exists 02:46:59 0e64f2360a44: Layer already exists 02:46:59 354628ea8d56: Layer already exists 02:46:59 main: digest: sha256:821ce8fdcfc395adcc268f19fc4abaa476a14954b0c9db57744a15e52f20173f size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:59 ===================================================== [Pipeline] echo 02:46:59 taggedImages: 02:46:59 - nexus3.edgexfoundry.org:10004/core-data-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:46:59 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:46:59 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.93 02:46:59 - nexus3.edgexfoundry.org:10004/core-data-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:46:59 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:46:59 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:46:59 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:46:59 latest 02:46:59 4.1.0-dev.93 02:46:59 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:46:59 main 02:46:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:59 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:47:00 dc8b4e22cba4: Preparing 02:47:00 ef73360769fd: Preparing 02:47:00 f81d53e280b5: Preparing 02:47:00 286ca6a1b521: Preparing 02:47:00 c9dc6b6c703b: Preparing 02:47:00 0e64f2360a44: Preparing 02:47:00 0e64f2360a44: Waiting 02:47:00 f81d53e280b5: Layer already exists 02:47:00 0e64f2360a44: Layer already exists 02:47:00 c9dc6b6c703b: Pushed 02:47:00 286ca6a1b521: Pushed 02:47:00 dc8b4e22cba4: Pushed 02:47:08 ef73360769fd: Pushed 02:47:08 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:4a1d03c0d107715c66d4aa33e6620f309795dcb50e9cc6279e9216dfb967d1db size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:08 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:09 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:47:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:47:09 dc8b4e22cba4: Preparing 02:47:09 ef73360769fd: Preparing 02:47:09 f81d53e280b5: Preparing 02:47:09 286ca6a1b521: Preparing 02:47:09 c9dc6b6c703b: Preparing 02:47:09 0e64f2360a44: Preparing 02:47:09 0e64f2360a44: Waiting 02:47:09 286ca6a1b521: Layer already exists 02:47:09 ef73360769fd: Layer already exists 02:47:09 c9dc6b6c703b: Layer already exists 02:47:09 dc8b4e22cba4: Layer already exists 02:47:09 f81d53e280b5: Layer already exists 02:47:09 0e64f2360a44: Layer already exists 02:47:09 latest: digest: sha256:4a1d03c0d107715c66d4aa33e6620f309795dcb50e9cc6279e9216dfb967d1db size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:09 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:10 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.93 02:47:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:47:10 dc8b4e22cba4: Preparing 02:47:10 ef73360769fd: Preparing 02:47:10 f81d53e280b5: Preparing 02:47:10 286ca6a1b521: Preparing 02:47:10 c9dc6b6c703b: Preparing 02:47:10 0e64f2360a44: Preparing 02:47:10 0e64f2360a44: Waiting 02:47:10 c9dc6b6c703b: Layer already exists 02:47:10 286ca6a1b521: Layer already exists 02:47:10 dc8b4e22cba4: Layer already exists 02:47:10 f81d53e280b5: Layer already exists 02:47:10 ef73360769fd: Layer already exists 02:47:10 0e64f2360a44: Layer already exists 02:47:10 4.1.0-dev.93: digest: sha256:4a1d03c0d107715c66d4aa33e6620f309795dcb50e9cc6279e9216dfb967d1db size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:11 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:11 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:47:11 dc8b4e22cba4: Preparing 02:47:11 ef73360769fd: Preparing 02:47:11 f81d53e280b5: Preparing 02:47:11 286ca6a1b521: Preparing 02:47:11 c9dc6b6c703b: Preparing 02:47:11 0e64f2360a44: Preparing 02:47:11 0e64f2360a44: Waiting 02:47:11 c9dc6b6c703b: Layer already exists 02:47:11 ef73360769fd: Layer already exists 02:47:11 f81d53e280b5: Layer already exists 02:47:11 dc8b4e22cba4: Layer already exists 02:47:11 286ca6a1b521: Layer already exists 02:47:11 0e64f2360a44: Layer already exists 02:47:11 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:4a1d03c0d107715c66d4aa33e6620f309795dcb50e9cc6279e9216dfb967d1db size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:12 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:47:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:47:12 dc8b4e22cba4: Preparing 02:47:12 ef73360769fd: Preparing 02:47:12 f81d53e280b5: Preparing 02:47:12 286ca6a1b521: Preparing 02:47:12 c9dc6b6c703b: Preparing 02:47:12 0e64f2360a44: Preparing 02:47:12 0e64f2360a44: Waiting 02:47:12 f81d53e280b5: Layer already exists 02:47:12 c9dc6b6c703b: Layer already exists 02:47:12 ef73360769fd: Layer already exists 02:47:12 286ca6a1b521: Layer already exists 02:47:12 dc8b4e22cba4: Layer already exists 02:47:12 0e64f2360a44: Layer already exists 02:47:12 main: digest: sha256:4a1d03c0d107715c66d4aa33e6620f309795dcb50e9cc6279e9216dfb967d1db size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:12 ===================================================== [Pipeline] echo 02:47:12 taggedImages: 02:47:12 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:12 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:47:12 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.93 02:47:12 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:12 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:47:12 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:47:12 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:12 latest 02:47:12 4.1.0-dev.93 02:47:12 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:12 main 02:47:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:47:13 ce17b3089eef: Preparing 02:47:13 3b2299b11bed: Preparing 02:47:13 133d2df75c37: Preparing 02:47:13 0821b4ee3ac0: Preparing 02:47:13 f81d53e280b5: Preparing 02:47:13 043cd38a8db4: Preparing 02:47:13 24199eff1425: Preparing 02:47:13 0e64f2360a44: Preparing 02:47:13 043cd38a8db4: Waiting 02:47:13 24199eff1425: Waiting 02:47:13 0e64f2360a44: Waiting 02:47:13 f81d53e280b5: Layer already exists 02:47:13 0821b4ee3ac0: Layer already exists 02:47:13 043cd38a8db4: Layer already exists 02:47:13 24199eff1425: Layer already exists 02:47:13 0e64f2360a44: Layer already exists 02:47:13 3b2299b11bed: Pushed 02:47:13 ce17b3089eef: Pushed 02:47:21 133d2df75c37: Pushed 02:47:21 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:dde966e18de70f776c66dcea743eedb2f60306cdb451b9e01335b39d22029d56 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:22 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:22 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:47:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:47:22 ce17b3089eef: Preparing 02:47:22 3b2299b11bed: Preparing 02:47:22 133d2df75c37: Preparing 02:47:22 0821b4ee3ac0: Preparing 02:47:22 f81d53e280b5: Preparing 02:47:22 043cd38a8db4: Preparing 02:47:22 24199eff1425: Preparing 02:47:22 0e64f2360a44: Preparing 02:47:22 043cd38a8db4: Waiting 02:47:22 24199eff1425: Waiting 02:47:22 0e64f2360a44: Waiting 02:47:22 ce17b3089eef: Layer already exists 02:47:22 3b2299b11bed: Layer already exists 02:47:22 0821b4ee3ac0: Layer already exists 02:47:22 133d2df75c37: Layer already exists 02:47:22 f81d53e280b5: Layer already exists 02:47:22 043cd38a8db4: Layer already exists 02:47:22 24199eff1425: Layer already exists 02:47:22 0e64f2360a44: Layer already exists 02:47:22 latest: digest: sha256:dde966e18de70f776c66dcea743eedb2f60306cdb451b9e01335b39d22029d56 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.93 02:47:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:47:23 ce17b3089eef: Preparing 02:47:23 3b2299b11bed: Preparing 02:47:23 133d2df75c37: Preparing 02:47:23 0821b4ee3ac0: Preparing 02:47:23 f81d53e280b5: Preparing 02:47:23 043cd38a8db4: Preparing 02:47:23 24199eff1425: Preparing 02:47:23 0e64f2360a44: Preparing 02:47:23 043cd38a8db4: Waiting 02:47:23 24199eff1425: Waiting 02:47:23 0e64f2360a44: Waiting 02:47:23 3b2299b11bed: Layer already exists 02:47:23 0821b4ee3ac0: Layer already exists 02:47:23 ce17b3089eef: Layer already exists 02:47:23 f81d53e280b5: Layer already exists 02:47:23 133d2df75c37: Layer already exists 02:47:23 0e64f2360a44: Layer already exists 02:47:23 043cd38a8db4: Layer already exists 02:47:23 24199eff1425: Layer already exists 02:47:23 4.1.0-dev.93: digest: sha256:dde966e18de70f776c66dcea743eedb2f60306cdb451b9e01335b39d22029d56 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:23 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:47:24 ce17b3089eef: Preparing 02:47:24 3b2299b11bed: Preparing 02:47:24 133d2df75c37: Preparing 02:47:24 0821b4ee3ac0: Preparing 02:47:24 f81d53e280b5: Preparing 02:47:24 043cd38a8db4: Preparing 02:47:24 24199eff1425: Preparing 02:47:24 043cd38a8db4: Waiting 02:47:24 24199eff1425: Waiting 02:47:24 0e64f2360a44: Preparing 02:47:24 0e64f2360a44: Waiting 02:47:24 3b2299b11bed: Layer already exists 02:47:24 133d2df75c37: Layer already exists 02:47:24 ce17b3089eef: Layer already exists 02:47:24 f81d53e280b5: Layer already exists 02:47:24 0821b4ee3ac0: Layer already exists 02:47:24 24199eff1425: Layer already exists 02:47:24 043cd38a8db4: Layer already exists 02:47:24 0e64f2360a44: Layer already exists 02:47:24 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:dde966e18de70f776c66dcea743eedb2f60306cdb451b9e01335b39d22029d56 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:24 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:47:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:47:24 ce17b3089eef: Preparing 02:47:24 3b2299b11bed: Preparing 02:47:24 133d2df75c37: Preparing 02:47:24 0821b4ee3ac0: Preparing 02:47:24 f81d53e280b5: Preparing 02:47:24 043cd38a8db4: Preparing 02:47:24 24199eff1425: Preparing 02:47:24 0e64f2360a44: Preparing 02:47:24 043cd38a8db4: Waiting 02:47:24 24199eff1425: Waiting 02:47:24 0e64f2360a44: Waiting 02:47:24 133d2df75c37: Layer already exists 02:47:24 3b2299b11bed: Layer already exists 02:47:24 ce17b3089eef: Layer already exists 02:47:24 f81d53e280b5: Layer already exists 02:47:24 0821b4ee3ac0: Layer already exists 02:47:24 24199eff1425: Layer already exists 02:47:24 043cd38a8db4: Layer already exists 02:47:24 0e64f2360a44: Layer already exists 02:47:24 main: digest: sha256:dde966e18de70f776c66dcea743eedb2f60306cdb451b9e01335b39d22029d56 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:25 ===================================================== [Pipeline] echo 02:47:25 taggedImages: 02:47:25 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:25 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:47:25 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.93 02:47:25 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:25 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:47:25 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:47:25 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:25 latest 02:47:25 4.1.0-dev.93 02:47:25 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:25 main 02:47:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:47:26 4fbc4c4119fc: Preparing 02:47:26 7727f99b6e12: Preparing 02:47:26 1e2c3879d2ec: Preparing 02:47:26 7d28d1dea503: Preparing 02:47:26 e159947a7b67: Preparing 02:47:26 ae5be3b3acbc: Preparing 02:47:26 e394a9947871: Preparing 02:47:26 0821b4ee3ac0: Preparing 02:47:26 f81d53e280b5: Preparing 02:47:26 bcad6d174a60: Preparing 02:47:26 2b4d75b0cc45: Preparing 02:47:26 5f70bf18a086: Preparing 02:47:26 6ca34c035de2: Preparing 02:47:26 36ed0289ef30: Preparing 02:47:26 d37e62412c93: Preparing 02:47:26 0e64f2360a44: Preparing 02:47:26 e394a9947871: Waiting 02:47:26 ae5be3b3acbc: Waiting 02:47:26 0821b4ee3ac0: Waiting 02:47:26 bcad6d174a60: Waiting 02:47:26 f81d53e280b5: Waiting 02:47:26 2b4d75b0cc45: Waiting 02:47:26 36ed0289ef30: Waiting 02:47:26 6ca34c035de2: Waiting 02:47:26 5f70bf18a086: Waiting 02:47:26 0e64f2360a44: Waiting 02:47:26 d37e62412c93: Waiting 02:47:26 e159947a7b67: Pushed 02:47:26 7d28d1dea503: Pushed 02:47:26 1e2c3879d2ec: Pushed 02:47:26 7727f99b6e12: Pushed 02:47:26 4fbc4c4119fc: Pushed 02:47:26 0821b4ee3ac0: Layer already exists 02:47:26 f81d53e280b5: Layer already exists 02:47:26 ae5be3b3acbc: Pushed 02:47:26 5f70bf18a086: Layer already exists 02:47:26 2b4d75b0cc45: Pushed 02:47:26 bcad6d174a60: Pushed 02:47:26 6ca34c035de2: Pushed 02:47:26 0e64f2360a44: Layer already exists 02:47:26 d37e62412c93: Pushed 02:47:26 36ed0289ef30: Pushed 02:47:29 e394a9947871: Pushed 02:47:29 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:7c831a4834c39f807246a8f36c57920a1e35e89fbe987a1ac95487d74d4c1de8 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:29 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:47:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:47:30 4fbc4c4119fc: Preparing 02:47:30 7727f99b6e12: Preparing 02:47:30 1e2c3879d2ec: Preparing 02:47:30 7d28d1dea503: Preparing 02:47:30 e159947a7b67: Preparing 02:47:30 ae5be3b3acbc: Preparing 02:47:30 e394a9947871: Preparing 02:47:30 ae5be3b3acbc: Waiting 02:47:30 0821b4ee3ac0: Preparing 02:47:30 e394a9947871: Waiting 02:47:30 f81d53e280b5: Preparing 02:47:30 0821b4ee3ac0: Waiting 02:47:30 f81d53e280b5: Waiting 02:47:30 bcad6d174a60: Preparing 02:47:30 2b4d75b0cc45: Preparing 02:47:30 bcad6d174a60: Waiting 02:47:30 5f70bf18a086: Preparing 02:47:30 6ca34c035de2: Preparing 02:47:30 36ed0289ef30: Preparing 02:47:30 d37e62412c93: Preparing 02:47:30 0e64f2360a44: Preparing 02:47:30 d37e62412c93: Waiting 02:47:30 0e64f2360a44: Waiting 02:47:30 6ca34c035de2: Waiting 02:47:30 5f70bf18a086: Waiting 02:47:30 2b4d75b0cc45: Waiting 02:47:30 36ed0289ef30: Waiting 02:47:30 7727f99b6e12: Layer already exists 02:47:30 4fbc4c4119fc: Layer already exists 02:47:30 7d28d1dea503: Layer already exists 02:47:30 e159947a7b67: Layer already exists 02:47:30 1e2c3879d2ec: Layer already exists 02:47:30 f81d53e280b5: Layer already exists 02:47:30 e394a9947871: Layer already exists 02:47:30 0821b4ee3ac0: Layer already exists 02:47:30 bcad6d174a60: Layer already exists 02:47:30 ae5be3b3acbc: Layer already exists 02:47:30 2b4d75b0cc45: Layer already exists 02:47:30 6ca34c035de2: Layer already exists 02:47:30 5f70bf18a086: Layer already exists 02:47:30 d37e62412c93: Layer already exists 02:47:30 36ed0289ef30: Layer already exists 02:47:30 0e64f2360a44: Layer already exists 02:47:30 latest: digest: sha256:7c831a4834c39f807246a8f36c57920a1e35e89fbe987a1ac95487d74d4c1de8 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:30 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.93 02:47:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:47:31 4fbc4c4119fc: Preparing 02:47:31 7727f99b6e12: Preparing 02:47:31 1e2c3879d2ec: Preparing 02:47:31 7d28d1dea503: Preparing 02:47:31 e159947a7b67: Preparing 02:47:31 ae5be3b3acbc: Preparing 02:47:31 e394a9947871: Preparing 02:47:31 0821b4ee3ac0: Preparing 02:47:31 f81d53e280b5: Preparing 02:47:31 bcad6d174a60: Preparing 02:47:31 2b4d75b0cc45: Preparing 02:47:31 5f70bf18a086: Preparing 02:47:31 6ca34c035de2: Preparing 02:47:31 36ed0289ef30: Preparing 02:47:31 d37e62412c93: Preparing 02:47:31 0e64f2360a44: Preparing 02:47:31 ae5be3b3acbc: Waiting 02:47:31 2b4d75b0cc45: Waiting 02:47:31 e394a9947871: Waiting 02:47:31 5f70bf18a086: Waiting 02:47:31 6ca34c035de2: Waiting 02:47:31 0821b4ee3ac0: Waiting 02:47:31 36ed0289ef30: Waiting 02:47:31 f81d53e280b5: Waiting 02:47:31 d37e62412c93: Waiting 02:47:31 bcad6d174a60: Waiting 02:47:31 0e64f2360a44: Waiting 02:47:31 7727f99b6e12: Layer already exists 02:47:31 1e2c3879d2ec: Layer already exists 02:47:31 e159947a7b67: Layer already exists 02:47:31 7d28d1dea503: Layer already exists 02:47:31 4fbc4c4119fc: Layer already exists 02:47:31 ae5be3b3acbc: Layer already exists 02:47:31 e394a9947871: Layer already exists 02:47:31 f81d53e280b5: Layer already exists 02:47:31 bcad6d174a60: Layer already exists 02:47:31 0821b4ee3ac0: Layer already exists 02:47:31 5f70bf18a086: Layer already exists 02:47:31 2b4d75b0cc45: Layer already exists 02:47:31 6ca34c035de2: Layer already exists 02:47:31 36ed0289ef30: Layer already exists 02:47:31 d37e62412c93: Layer already exists 02:47:31 0e64f2360a44: Layer already exists 02:47:31 4.1.0-dev.93: digest: sha256:7c831a4834c39f807246a8f36c57920a1e35e89fbe987a1ac95487d74d4c1de8 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:31 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:47:31 4fbc4c4119fc: Preparing 02:47:31 7727f99b6e12: Preparing 02:47:31 1e2c3879d2ec: Preparing 02:47:31 7d28d1dea503: Preparing 02:47:31 e159947a7b67: Preparing 02:47:31 ae5be3b3acbc: Preparing 02:47:31 e394a9947871: Preparing 02:47:31 0821b4ee3ac0: Preparing 02:47:31 f81d53e280b5: Preparing 02:47:31 bcad6d174a60: Preparing 02:47:31 2b4d75b0cc45: Preparing 02:47:31 5f70bf18a086: Preparing 02:47:31 6ca34c035de2: Preparing 02:47:31 36ed0289ef30: Preparing 02:47:31 d37e62412c93: Preparing 02:47:31 0e64f2360a44: Preparing 02:47:31 ae5be3b3acbc: Waiting 02:47:31 2b4d75b0cc45: Waiting 02:47:31 e394a9947871: Waiting 02:47:31 5f70bf18a086: Waiting 02:47:31 6ca34c035de2: Waiting 02:47:31 0821b4ee3ac0: Waiting 02:47:31 36ed0289ef30: Waiting 02:47:31 f81d53e280b5: Waiting 02:47:31 d37e62412c93: Waiting 02:47:31 bcad6d174a60: Waiting 02:47:31 0e64f2360a44: Waiting 02:47:31 e159947a7b67: Layer already exists 02:47:31 4fbc4c4119fc: Layer already exists 02:47:31 1e2c3879d2ec: Layer already exists 02:47:31 7d28d1dea503: Layer already exists 02:47:31 7727f99b6e12: Layer already exists 02:47:31 ae5be3b3acbc: Layer already exists 02:47:31 0821b4ee3ac0: Layer already exists 02:47:31 e394a9947871: Layer already exists 02:47:31 bcad6d174a60: Layer already exists 02:47:31 f81d53e280b5: Layer already exists 02:47:31 2b4d75b0cc45: Layer already exists 02:47:31 5f70bf18a086: Layer already exists 02:47:31 d37e62412c93: Layer already exists 02:47:31 36ed0289ef30: Layer already exists 02:47:31 6ca34c035de2: Layer already exists 02:47:31 0e64f2360a44: Layer already exists 02:47:32 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:7c831a4834c39f807246a8f36c57920a1e35e89fbe987a1ac95487d74d4c1de8 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:32 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:47:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:47:32 4fbc4c4119fc: Preparing 02:47:32 7727f99b6e12: Preparing 02:47:32 1e2c3879d2ec: Preparing 02:47:32 7d28d1dea503: Preparing 02:47:32 e159947a7b67: Preparing 02:47:32 ae5be3b3acbc: Preparing 02:47:32 e394a9947871: Preparing 02:47:32 0821b4ee3ac0: Preparing 02:47:32 f81d53e280b5: Preparing 02:47:32 bcad6d174a60: Preparing 02:47:32 2b4d75b0cc45: Preparing 02:47:32 5f70bf18a086: Preparing 02:47:32 6ca34c035de2: Preparing 02:47:32 36ed0289ef30: Preparing 02:47:32 d37e62412c93: Preparing 02:47:32 0e64f2360a44: Preparing 02:47:32 bcad6d174a60: Waiting 02:47:32 2b4d75b0cc45: Waiting 02:47:32 5f70bf18a086: Waiting 02:47:32 6ca34c035de2: Waiting 02:47:32 ae5be3b3acbc: Waiting 02:47:32 36ed0289ef30: Waiting 02:47:32 d37e62412c93: Waiting 02:47:32 0e64f2360a44: Waiting 02:47:32 e394a9947871: Waiting 02:47:32 0821b4ee3ac0: Waiting 02:47:32 f81d53e280b5: Waiting 02:47:32 e159947a7b67: Layer already exists 02:47:32 1e2c3879d2ec: Layer already exists 02:47:32 7727f99b6e12: Layer already exists 02:47:32 4fbc4c4119fc: Layer already exists 02:47:32 7d28d1dea503: Layer already exists 02:47:32 0821b4ee3ac0: Layer already exists 02:47:32 ae5be3b3acbc: Layer already exists 02:47:32 f81d53e280b5: Layer already exists 02:47:32 bcad6d174a60: Layer already exists 02:47:32 e394a9947871: Layer already exists 02:47:32 5f70bf18a086: Layer already exists 02:47:32 d37e62412c93: Layer already exists 02:47:32 2b4d75b0cc45: Layer already exists 02:47:32 6ca34c035de2: Layer already exists 02:47:32 36ed0289ef30: Layer already exists 02:47:32 0e64f2360a44: Layer already exists 02:47:33 main: digest: sha256:7c831a4834c39f807246a8f36c57920a1e35e89fbe987a1ac95487d74d4c1de8 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:33 ===================================================== [Pipeline] echo 02:47:33 taggedImages: 02:47:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:47:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.93 02:47:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:47:33 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:47:33 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:33 latest 02:47:33 4.1.0-dev.93 02:47:33 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:33 main 02:47:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:33 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:47:34 5db9ead84816: Preparing 02:47:34 7da5fdf438bf: Preparing 02:47:34 1f737bafe597: Preparing 02:47:34 21c634ceae4d: Preparing 02:47:34 0821b4ee3ac0: Preparing 02:47:34 f81d53e280b5: Preparing 02:47:34 043cd38a8db4: Preparing 02:47:34 24199eff1425: Preparing 02:47:34 0e64f2360a44: Preparing 02:47:34 043cd38a8db4: Waiting 02:47:34 f81d53e280b5: Waiting 02:47:34 24199eff1425: Waiting 02:47:34 0e64f2360a44: Waiting 02:47:34 0821b4ee3ac0: Layer already exists 02:47:34 f81d53e280b5: Layer already exists 02:47:34 043cd38a8db4: Layer already exists 02:47:34 24199eff1425: Layer already exists 02:47:34 7da5fdf438bf: Pushed 02:47:34 0e64f2360a44: Layer already exists 02:47:34 1f737bafe597: Pushed 02:47:34 5db9ead84816: Pushed 02:47:42 21c634ceae4d: Pushed 02:47:42 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:fddac5b7295b04ba48db4dc9b8920462073d657f8baef8f2b52f9b918d75d7e8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:42 + 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:47:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:47:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:47:43 5db9ead84816: Preparing 02:47:43 7da5fdf438bf: Preparing 02:47:43 1f737bafe597: Preparing 02:47:43 21c634ceae4d: Preparing 02:47:43 0821b4ee3ac0: Preparing 02:47:43 f81d53e280b5: Preparing 02:47:43 043cd38a8db4: Preparing 02:47:43 24199eff1425: Preparing 02:47:43 f81d53e280b5: Waiting 02:47:43 0e64f2360a44: Preparing 02:47:43 043cd38a8db4: Waiting 02:47:43 0e64f2360a44: Waiting 02:47:43 24199eff1425: Waiting 02:47:43 1f737bafe597: Layer already exists 02:47:43 0821b4ee3ac0: Layer already exists 02:47:43 5db9ead84816: Layer already exists 02:47:43 21c634ceae4d: Layer already exists 02:47:43 7da5fdf438bf: Layer already exists 02:47:43 24199eff1425: Layer already exists 02:47:43 043cd38a8db4: Layer already exists 02:47:43 f81d53e280b5: Layer already exists 02:47:43 0e64f2360a44: Layer already exists 02:47:43 latest: digest: sha256:fddac5b7295b04ba48db4dc9b8920462073d657f8baef8f2b52f9b918d75d7e8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:43 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.93 02:47:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:47:44 5db9ead84816: Preparing 02:47:44 7da5fdf438bf: Preparing 02:47:44 1f737bafe597: Preparing 02:47:44 21c634ceae4d: Preparing 02:47:44 0821b4ee3ac0: Preparing 02:47:44 f81d53e280b5: Preparing 02:47:44 043cd38a8db4: Preparing 02:47:44 24199eff1425: Preparing 02:47:44 0e64f2360a44: Preparing 02:47:44 f81d53e280b5: Waiting 02:47:44 043cd38a8db4: Waiting 02:47:44 0e64f2360a44: Waiting 02:47:44 24199eff1425: Waiting 02:47:44 21c634ceae4d: Layer already exists 02:47:44 1f737bafe597: Layer already exists 02:47:44 5db9ead84816: Layer already exists 02:47:44 0821b4ee3ac0: Layer already exists 02:47:44 7da5fdf438bf: Layer already exists 02:47:44 f81d53e280b5: Layer already exists 02:47:44 043cd38a8db4: Layer already exists 02:47:44 0e64f2360a44: Layer already exists 02:47:44 24199eff1425: Layer already exists 02:47:44 4.1.0-dev.93: digest: sha256:fddac5b7295b04ba48db4dc9b8920462073d657f8baef8f2b52f9b918d75d7e8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:44 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:47:47 5db9ead84816: Preparing 02:47:47 7da5fdf438bf: Preparing 02:47:47 1f737bafe597: Preparing 02:47:47 21c634ceae4d: Preparing 02:47:47 0821b4ee3ac0: Preparing 02:47:47 f81d53e280b5: Preparing 02:47:47 043cd38a8db4: Preparing 02:47:47 24199eff1425: Preparing 02:47:47 0e64f2360a44: Preparing 02:47:47 f81d53e280b5: Waiting 02:47:47 043cd38a8db4: Waiting 02:47:47 24199eff1425: Waiting 02:47:47 0e64f2360a44: Waiting 02:47:47 5db9ead84816: Layer already exists 02:47:47 7da5fdf438bf: Layer already exists 02:47:47 21c634ceae4d: Layer already exists 02:47:47 0821b4ee3ac0: Layer already exists 02:47:47 1f737bafe597: Layer already exists 02:47:47 f81d53e280b5: Layer already exists 02:47:47 043cd38a8db4: Layer already exists 02:47:47 0e64f2360a44: Layer already exists 02:47:47 24199eff1425: Layer already exists 02:47:47 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:fddac5b7295b04ba48db4dc9b8920462073d657f8baef8f2b52f9b918d75d7e8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:48 + 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:47:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:47:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:47:48 5db9ead84816: Preparing 02:47:48 7da5fdf438bf: Preparing 02:47:48 1f737bafe597: Preparing 02:47:48 21c634ceae4d: Preparing 02:47:48 0821b4ee3ac0: Preparing 02:47:48 f81d53e280b5: Preparing 02:47:48 043cd38a8db4: Preparing 02:47:48 24199eff1425: Preparing 02:47:48 0e64f2360a44: Preparing 02:47:48 f81d53e280b5: Waiting 02:47:48 043cd38a8db4: Waiting 02:47:48 24199eff1425: Waiting 02:47:48 0e64f2360a44: Waiting 02:47:48 5db9ead84816: Layer already exists 02:47:48 1f737bafe597: Layer already exists 02:47:48 0821b4ee3ac0: Layer already exists 02:47:48 21c634ceae4d: Layer already exists 02:47:48 7da5fdf438bf: Layer already exists 02:47:48 043cd38a8db4: Layer already exists 02:47:48 f81d53e280b5: Layer already exists 02:47:48 0e64f2360a44: Layer already exists 02:47:48 24199eff1425: Layer already exists 02:47:48 main: digest: sha256:fddac5b7295b04ba48db4dc9b8920462073d657f8baef8f2b52f9b918d75d7e8 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:48 ===================================================== [Pipeline] echo 02:47:48 taggedImages: 02:47:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:47:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.93 02:47:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:47:48 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:47:48 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:48 latest 02:47:48 4.1.0-dev.93 02:47:48 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:47:48 main 02:47:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:49 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:47:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:47:49 ad8233044297: Preparing 02:47:49 59dbb8fe891b: Preparing 02:47:49 d46698da2323: Preparing 02:47:49 717c73a4b6c5: Preparing 02:47:49 3f8fcf6861d2: Preparing 02:47:49 0821b4ee3ac0: Preparing 02:47:49 f81d53e280b5: Preparing 02:47:49 278513238a25: Preparing 02:47:49 dddd73bf7761: Preparing 02:47:49 219032c38ed6: Preparing 02:47:49 0e64f2360a44: Preparing 02:47:49 278513238a25: Waiting 02:47:49 dddd73bf7761: Waiting 02:47:49 219032c38ed6: Waiting 02:47:49 0e64f2360a44: Waiting 02:47:49 0821b4ee3ac0: Waiting 02:47:49 f81d53e280b5: Waiting 02:47:49 59dbb8fe891b: Pushed 02:47:49 ad8233044297: Pushed 02:47:49 717c73a4b6c5: Pushed 02:47:49 3f8fcf6861d2: Pushed 02:47:49 0821b4ee3ac0: Layer already exists 02:47:49 f81d53e280b5: Layer already exists 02:47:49 0e64f2360a44: Layer already exists 02:47:49 278513238a25: Pushed 02:47:50 dddd73bf7761: Pushed 02:47:53 219032c38ed6: Pushed 02:47:56 d46698da2323: Pushed 02:47:56 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:0bf610ecb324df3bd04e2e769ab37073dccab5b585707809d65ea41d0b32990d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:56 + 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:47:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:47:57 ad8233044297: Preparing 02:47:57 59dbb8fe891b: Preparing 02:47:57 d46698da2323: Preparing 02:47:57 717c73a4b6c5: Preparing 02:47:57 3f8fcf6861d2: Preparing 02:47:57 0821b4ee3ac0: Preparing 02:47:57 f81d53e280b5: Preparing 02:47:57 278513238a25: Preparing 02:47:57 dddd73bf7761: Preparing 02:47:57 219032c38ed6: Preparing 02:47:57 0e64f2360a44: Preparing 02:47:57 278513238a25: Waiting 02:47:57 dddd73bf7761: Waiting 02:47:57 219032c38ed6: Waiting 02:47:57 0821b4ee3ac0: Waiting 02:47:57 f81d53e280b5: Waiting 02:47:57 0e64f2360a44: Waiting 02:47:57 3f8fcf6861d2: Layer already exists 02:47:57 59dbb8fe891b: Layer already exists 02:47:57 d46698da2323: Layer already exists 02:47:57 717c73a4b6c5: Layer already exists 02:47:57 ad8233044297: Layer already exists 02:47:57 0821b4ee3ac0: Layer already exists 02:47:57 f81d53e280b5: Layer already exists 02:47:57 278513238a25: Layer already exists 02:47:57 219032c38ed6: Layer already exists 02:47:57 dddd73bf7761: Layer already exists 02:47:57 0e64f2360a44: Layer already exists 02:47:57 latest: digest: sha256:0bf610ecb324df3bd04e2e769ab37073dccab5b585707809d65ea41d0b32990d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:57 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.93 02:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:47:57 ad8233044297: Preparing 02:47:57 59dbb8fe891b: Preparing 02:47:57 d46698da2323: Preparing 02:47:57 717c73a4b6c5: Preparing 02:47:57 3f8fcf6861d2: Preparing 02:47:57 0821b4ee3ac0: Preparing 02:47:57 f81d53e280b5: Preparing 02:47:57 278513238a25: Preparing 02:47:57 dddd73bf7761: Preparing 02:47:57 219032c38ed6: Preparing 02:47:57 0e64f2360a44: Preparing 02:47:57 0821b4ee3ac0: Waiting 02:47:57 f81d53e280b5: Waiting 02:47:57 278513238a25: Waiting 02:47:57 dddd73bf7761: Waiting 02:47:57 219032c38ed6: Waiting 02:47:57 0e64f2360a44: Waiting 02:47:57 717c73a4b6c5: Layer already exists 02:47:57 59dbb8fe891b: Layer already exists 02:47:57 3f8fcf6861d2: Layer already exists 02:47:57 ad8233044297: Layer already exists 02:47:57 d46698da2323: Layer already exists 02:47:57 f81d53e280b5: Layer already exists 02:47:57 0821b4ee3ac0: Layer already exists 02:47:57 278513238a25: Layer already exists 02:47:57 dddd73bf7761: Layer already exists 02:47:57 219032c38ed6: Layer already exists 02:47:57 0e64f2360a44: Layer already exists 02:48:00 4.1.0-dev.93: digest: sha256:0bf610ecb324df3bd04e2e769ab37073dccab5b585707809d65ea41d0b32990d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:00 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:48:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:48:01 ad8233044297: Preparing 02:48:01 59dbb8fe891b: Preparing 02:48:01 d46698da2323: Preparing 02:48:01 717c73a4b6c5: Preparing 02:48:01 3f8fcf6861d2: Preparing 02:48:01 0821b4ee3ac0: Preparing 02:48:01 f81d53e280b5: Preparing 02:48:01 278513238a25: Preparing 02:48:01 dddd73bf7761: Preparing 02:48:01 219032c38ed6: Preparing 02:48:01 0e64f2360a44: Preparing 02:48:01 278513238a25: Waiting 02:48:01 dddd73bf7761: Waiting 02:48:01 219032c38ed6: Waiting 02:48:01 0821b4ee3ac0: Waiting 02:48:01 0e64f2360a44: Waiting 02:48:01 f81d53e280b5: Waiting 02:48:01 717c73a4b6c5: Layer already exists 02:48:01 d46698da2323: Layer already exists 02:48:01 ad8233044297: Layer already exists 02:48:01 3f8fcf6861d2: Layer already exists 02:48:01 59dbb8fe891b: Layer already exists 02:48:01 0821b4ee3ac0: Layer already exists 02:48:01 278513238a25: Layer already exists 02:48:01 f81d53e280b5: Layer already exists 02:48:01 dddd73bf7761: Layer already exists 02:48:01 219032c38ed6: Layer already exists 02:48:01 0e64f2360a44: Layer already exists 02:48:01 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:0bf610ecb324df3bd04e2e769ab37073dccab5b585707809d65ea41d0b32990d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:01 + 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:48:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:48:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:48:02 ad8233044297: Preparing 02:48:02 59dbb8fe891b: Preparing 02:48:02 d46698da2323: Preparing 02:48:02 717c73a4b6c5: Preparing 02:48:02 3f8fcf6861d2: Preparing 02:48:02 0821b4ee3ac0: Preparing 02:48:02 f81d53e280b5: Preparing 02:48:02 278513238a25: Preparing 02:48:02 dddd73bf7761: Preparing 02:48:02 219032c38ed6: Preparing 02:48:02 0e64f2360a44: Preparing 02:48:02 278513238a25: Waiting 02:48:02 dddd73bf7761: Waiting 02:48:02 219032c38ed6: Waiting 02:48:02 0e64f2360a44: Waiting 02:48:02 0821b4ee3ac0: Waiting 02:48:02 f81d53e280b5: Waiting 02:48:02 d46698da2323: Layer already exists 02:48:02 59dbb8fe891b: Layer already exists 02:48:02 ad8233044297: Layer already exists 02:48:02 3f8fcf6861d2: Layer already exists 02:48:02 717c73a4b6c5: Layer already exists 02:48:02 219032c38ed6: Layer already exists 02:48:02 f81d53e280b5: Layer already exists 02:48:02 0821b4ee3ac0: Layer already exists 02:48:02 dddd73bf7761: Layer already exists 02:48:02 278513238a25: Layer already exists 02:48:02 0e64f2360a44: Layer already exists 02:48:02 main: digest: sha256:0bf610ecb324df3bd04e2e769ab37073dccab5b585707809d65ea41d0b32990d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:02 ===================================================== [Pipeline] echo 02:48:02 taggedImages: 02:48:02 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:48:02 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:48:02 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.93 02:48:02 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:48:02 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:48:02 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:48:02 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:48:02 latest 02:48:02 4.1.0-dev.93 02:48:02 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:48:02 main 02:48:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:02 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:48:03 f83f48a4935d: Preparing 02:48:03 aec4ff6caf67: Preparing 02:48:03 c9d333dae550: Preparing 02:48:03 12ceb20014e7: Preparing 02:48:03 7891c6c2af07: Preparing 02:48:03 f6c54cfabe9a: Preparing 02:48:03 8315ee30966b: Preparing 02:48:03 0821b4ee3ac0: Preparing 02:48:03 f81d53e280b5: Preparing 02:48:03 8991ae0d557a: Preparing 02:48:03 af1daebfdb0f: Preparing 02:48:03 0e64f2360a44: Preparing 02:48:03 0821b4ee3ac0: Waiting 02:48:03 f6c54cfabe9a: Waiting 02:48:03 af1daebfdb0f: Waiting 02:48:03 8991ae0d557a: Waiting 02:48:03 0e64f2360a44: Waiting 02:48:03 f81d53e280b5: Waiting 02:48:03 7891c6c2af07: Pushed 02:48:03 aec4ff6caf67: Pushed 02:48:03 f83f48a4935d: Pushed 02:48:03 0821b4ee3ac0: Layer already exists 02:48:03 f81d53e280b5: Layer already exists 02:48:03 8315ee30966b: Pushed 02:48:03 f6c54cfabe9a: Pushed 02:48:03 0e64f2360a44: Layer already exists 02:48:04 8991ae0d557a: Pushed 02:48:07 af1daebfdb0f: Pushed 02:48:09 12ceb20014e7: Pushed 02:48:10 c9d333dae550: Pushed 02:48:10 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:57c86370860b06e00a0d6d18d7f520453489ab7b91196f61cfaca913ab8dff49 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:10 + 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:48:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:48:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:48:10 f83f48a4935d: Preparing 02:48:10 aec4ff6caf67: Preparing 02:48:10 c9d333dae550: Preparing 02:48:10 12ceb20014e7: Preparing 02:48:10 7891c6c2af07: Preparing 02:48:10 f6c54cfabe9a: Preparing 02:48:10 8315ee30966b: Preparing 02:48:10 0821b4ee3ac0: Preparing 02:48:10 f81d53e280b5: Preparing 02:48:10 8991ae0d557a: Preparing 02:48:10 af1daebfdb0f: Preparing 02:48:10 0e64f2360a44: Preparing 02:48:10 f81d53e280b5: Waiting 02:48:10 0e64f2360a44: Waiting 02:48:10 8991ae0d557a: Waiting 02:48:10 af1daebfdb0f: Waiting 02:48:10 8315ee30966b: Waiting 02:48:10 0821b4ee3ac0: Waiting 02:48:10 f6c54cfabe9a: Waiting 02:48:10 c9d333dae550: Layer already exists 02:48:10 7891c6c2af07: Layer already exists 02:48:10 aec4ff6caf67: Layer already exists 02:48:10 f83f48a4935d: Layer already exists 02:48:10 12ceb20014e7: Layer already exists 02:48:10 8315ee30966b: Layer already exists 02:48:10 f6c54cfabe9a: Layer already exists 02:48:10 0821b4ee3ac0: Layer already exists 02:48:10 8991ae0d557a: Layer already exists 02:48:10 f81d53e280b5: Layer already exists 02:48:10 0e64f2360a44: Layer already exists 02:48:10 af1daebfdb0f: Layer already exists 02:48:11 latest: digest: sha256:57c86370860b06e00a0d6d18d7f520453489ab7b91196f61cfaca913ab8dff49 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.93 02:48:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:48:12 f83f48a4935d: Preparing 02:48:12 aec4ff6caf67: Preparing 02:48:12 c9d333dae550: Preparing 02:48:12 12ceb20014e7: Preparing 02:48:12 7891c6c2af07: Preparing 02:48:12 f6c54cfabe9a: Preparing 02:48:12 8315ee30966b: Preparing 02:48:12 0821b4ee3ac0: Preparing 02:48:12 f81d53e280b5: Preparing 02:48:12 8991ae0d557a: Preparing 02:48:12 af1daebfdb0f: Preparing 02:48:12 0e64f2360a44: Preparing 02:48:12 0821b4ee3ac0: Waiting 02:48:12 f81d53e280b5: Waiting 02:48:12 8991ae0d557a: Waiting 02:48:12 af1daebfdb0f: Waiting 02:48:12 0e64f2360a44: Waiting 02:48:12 f6c54cfabe9a: Waiting 02:48:12 8315ee30966b: Waiting 02:48:12 12ceb20014e7: Layer already exists 02:48:12 aec4ff6caf67: Layer already exists 02:48:12 7891c6c2af07: Layer already exists 02:48:12 c9d333dae550: Layer already exists 02:48:12 f83f48a4935d: Layer already exists 02:48:12 8315ee30966b: Layer already exists 02:48:12 8991ae0d557a: Layer already exists 02:48:12 f6c54cfabe9a: Layer already exists 02:48:12 f81d53e280b5: Layer already exists 02:48:12 0821b4ee3ac0: Layer already exists 02:48:12 af1daebfdb0f: Layer already exists 02:48:12 0e64f2360a44: Layer already exists 02:48:12 4.1.0-dev.93: digest: sha256:57c86370860b06e00a0d6d18d7f520453489ab7b91196f61cfaca913ab8dff49 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:13 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:48:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:48:13 f83f48a4935d: Preparing 02:48:13 aec4ff6caf67: Preparing 02:48:13 c9d333dae550: Preparing 02:48:13 12ceb20014e7: Preparing 02:48:13 7891c6c2af07: Preparing 02:48:13 f6c54cfabe9a: Preparing 02:48:13 8315ee30966b: Preparing 02:48:13 0821b4ee3ac0: Preparing 02:48:13 f81d53e280b5: Preparing 02:48:13 8991ae0d557a: Preparing 02:48:13 af1daebfdb0f: Preparing 02:48:13 0e64f2360a44: Preparing 02:48:13 f6c54cfabe9a: Waiting 02:48:13 8315ee30966b: Waiting 02:48:13 0821b4ee3ac0: Waiting 02:48:13 f81d53e280b5: Waiting 02:48:13 8991ae0d557a: Waiting 02:48:13 af1daebfdb0f: Waiting 02:48:13 0e64f2360a44: Waiting 02:48:13 12ceb20014e7: Layer already exists 02:48:13 f83f48a4935d: Layer already exists 02:48:13 c9d333dae550: Layer already exists 02:48:13 aec4ff6caf67: Layer already exists 02:48:13 7891c6c2af07: Layer already exists 02:48:13 f6c54cfabe9a: Layer already exists 02:48:13 8315ee30966b: Layer already exists 02:48:13 0821b4ee3ac0: Layer already exists 02:48:13 8991ae0d557a: Layer already exists 02:48:13 f81d53e280b5: Layer already exists 02:48:13 af1daebfdb0f: Layer already exists 02:48:13 0e64f2360a44: Layer already exists 02:48:13 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:57c86370860b06e00a0d6d18d7f520453489ab7b91196f61cfaca913ab8dff49 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:14 + 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:48:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:48:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:48:14 f83f48a4935d: Preparing 02:48:14 aec4ff6caf67: Preparing 02:48:14 c9d333dae550: Preparing 02:48:14 12ceb20014e7: Preparing 02:48:14 7891c6c2af07: Preparing 02:48:14 f6c54cfabe9a: Preparing 02:48:14 8315ee30966b: Preparing 02:48:14 0821b4ee3ac0: Preparing 02:48:14 8315ee30966b: Waiting 02:48:14 f81d53e280b5: Preparing 02:48:14 0821b4ee3ac0: Waiting 02:48:14 8991ae0d557a: Preparing 02:48:14 f81d53e280b5: Waiting 02:48:14 af1daebfdb0f: Preparing 02:48:14 8991ae0d557a: Waiting 02:48:14 0e64f2360a44: Preparing 02:48:14 af1daebfdb0f: Waiting 02:48:14 7891c6c2af07: Layer already exists 02:48:14 f83f48a4935d: Layer already exists 02:48:14 c9d333dae550: Layer already exists 02:48:14 12ceb20014e7: Layer already exists 02:48:14 aec4ff6caf67: Layer already exists 02:48:14 0821b4ee3ac0: Layer already exists 02:48:14 f6c54cfabe9a: Layer already exists 02:48:14 8315ee30966b: Layer already exists 02:48:14 8991ae0d557a: Layer already exists 02:48:14 f81d53e280b5: Layer already exists 02:48:14 af1daebfdb0f: Layer already exists 02:48:14 0e64f2360a44: Layer already exists 02:48:14 main: digest: sha256:57c86370860b06e00a0d6d18d7f520453489ab7b91196f61cfaca913ab8dff49 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:14 ===================================================== [Pipeline] echo 02:48:14 taggedImages: 02:48:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:48:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:48:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.93 02:48:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:48:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:48:14 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:48:14 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:48:14 latest 02:48:14 4.1.0-dev.93 02:48:14 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:48:14 main 02:48:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:15 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:48:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:48:15 f89b440e563c: Preparing 02:48:15 acb469be6600: Preparing 02:48:15 0821b4ee3ac0: Preparing 02:48:15 f81d53e280b5: Preparing 02:48:15 ddf7d5187724: Preparing 02:48:15 7fcd701c569a: Preparing 02:48:15 0e64f2360a44: Preparing 02:48:15 7fcd701c569a: Waiting 02:48:15 0e64f2360a44: Waiting 02:48:15 f81d53e280b5: Layer already exists 02:48:15 0821b4ee3ac0: Layer already exists 02:48:15 0e64f2360a44: Layer already exists 02:48:15 f89b440e563c: Pushed 02:48:15 ddf7d5187724: Pushed 02:48:17 7fcd701c569a: Pushed 02:48:22 acb469be6600: Pushed 02:48:22 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:9f164564d0c281370c71effee4dcead91f675805d58dbb3083837cb84cc50778 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:23 + 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:48:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:48:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:48:25 f89b440e563c: Preparing 02:48:25 acb469be6600: Preparing 02:48:25 0821b4ee3ac0: Preparing 02:48:25 f81d53e280b5: Preparing 02:48:25 ddf7d5187724: Preparing 02:48:25 7fcd701c569a: Preparing 02:48:25 0e64f2360a44: Preparing 02:48:25 7fcd701c569a: Waiting 02:48:25 0e64f2360a44: Waiting 02:48:25 f81d53e280b5: Layer already exists 02:48:25 acb469be6600: Layer already exists 02:48:25 ddf7d5187724: Layer already exists 02:48:25 0821b4ee3ac0: Layer already exists 02:48:25 f89b440e563c: Layer already exists 02:48:25 0e64f2360a44: Layer already exists 02:48:25 7fcd701c569a: Layer already exists 02:48:26 latest: digest: sha256:9f164564d0c281370c71effee4dcead91f675805d58dbb3083837cb84cc50778 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:26 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.93 02:48:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:48:26 f89b440e563c: Preparing 02:48:26 acb469be6600: Preparing 02:48:26 0821b4ee3ac0: Preparing 02:48:26 f81d53e280b5: Preparing 02:48:26 ddf7d5187724: Preparing 02:48:26 7fcd701c569a: Preparing 02:48:26 0e64f2360a44: Preparing 02:48:26 7fcd701c569a: Waiting 02:48:26 0e64f2360a44: Waiting 02:48:26 ddf7d5187724: Layer already exists 02:48:26 0821b4ee3ac0: Layer already exists 02:48:26 acb469be6600: Layer already exists 02:48:26 f89b440e563c: Layer already exists 02:48:26 f81d53e280b5: Layer already exists 02:48:26 0e64f2360a44: Layer already exists 02:48:26 7fcd701c569a: Layer already exists 02:48:26 4.1.0-dev.93: digest: sha256:9f164564d0c281370c71effee4dcead91f675805d58dbb3083837cb84cc50778 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:48:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:48:27 f89b440e563c: Preparing 02:48:27 acb469be6600: Preparing 02:48:27 0821b4ee3ac0: Preparing 02:48:27 f81d53e280b5: Preparing 02:48:27 ddf7d5187724: Preparing 02:48:27 7fcd701c569a: Preparing 02:48:27 0e64f2360a44: Preparing 02:48:27 7fcd701c569a: Waiting 02:48:27 f89b440e563c: Layer already exists 02:48:27 0821b4ee3ac0: Layer already exists 02:48:27 f81d53e280b5: Layer already exists 02:48:27 ddf7d5187724: Layer already exists 02:48:27 acb469be6600: Layer already exists 02:48:27 0e64f2360a44: Layer already exists 02:48:27 7fcd701c569a: Layer already exists 02:48:27 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:9f164564d0c281370c71effee4dcead91f675805d58dbb3083837cb84cc50778 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:28 + 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:48:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:48:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:48:28 f89b440e563c: Preparing 02:48:28 acb469be6600: Preparing 02:48:28 0821b4ee3ac0: Preparing 02:48:28 f81d53e280b5: Preparing 02:48:28 ddf7d5187724: Preparing 02:48:28 7fcd701c569a: Preparing 02:48:28 0e64f2360a44: Preparing 02:48:28 7fcd701c569a: Waiting 02:48:28 0e64f2360a44: Waiting 02:48:28 f81d53e280b5: Layer already exists 02:48:28 f89b440e563c: Layer already exists 02:48:28 ddf7d5187724: Layer already exists 02:48:28 0821b4ee3ac0: Layer already exists 02:48:28 acb469be6600: Layer already exists 02:48:28 7fcd701c569a: Layer already exists 02:48:28 0e64f2360a44: Layer already exists 02:48:29 main: digest: sha256:9f164564d0c281370c71effee4dcead91f675805d58dbb3083837cb84cc50778 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:29 ===================================================== [Pipeline] echo 02:48:29 taggedImages: 02:48:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:48:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:48:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.93 02:48:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:48:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:48:29 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:48:29 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:48:29 latest 02:48:29 4.1.0-dev.93 02:48:29 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:48:29 main 02:48:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:48:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:48:29 c0efc01e7d2d: Preparing 02:48:29 8827641666f8: Preparing 02:48:29 f17c82d183b2: Preparing 02:48:29 0821b4ee3ac0: Preparing 02:48:29 f81d53e280b5: Preparing 02:48:29 da3404b52c34: Preparing 02:48:29 6ae19604b299: Preparing 02:48:29 c1ae04392819: Preparing 02:48:29 ba2f4aa785f6: Preparing 02:48:29 0e64f2360a44: Preparing 02:48:29 c1ae04392819: Waiting 02:48:29 ba2f4aa785f6: Waiting 02:48:29 0e64f2360a44: Waiting 02:48:29 6ae19604b299: Waiting 02:48:29 f81d53e280b5: Layer already exists 02:48:30 0821b4ee3ac0: Layer already exists 02:48:30 f17c82d183b2: Pushed 02:48:30 8827641666f8: Pushed 02:48:30 c0efc01e7d2d: Pushed 02:48:30 0e64f2360a44: Layer already exists 02:48:30 c1ae04392819: Pushed 02:48:30 ba2f4aa785f6: Pushed 02:48:43 6ae19604b299: Pushed 02:48:58 da3404b52c34: Pushed 02:48:58 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:5565b5c2234dad6467f374f13840047a09677a1043833b5533a375bad19c3ec6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:58 + 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:48:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:48:58 c0efc01e7d2d: Preparing 02:48:58 8827641666f8: Preparing 02:48:58 f17c82d183b2: Preparing 02:48:58 0821b4ee3ac0: Preparing 02:48:58 f81d53e280b5: Preparing 02:48:58 da3404b52c34: Preparing 02:48:58 6ae19604b299: Preparing 02:48:58 c1ae04392819: Preparing 02:48:58 ba2f4aa785f6: Preparing 02:48:58 0e64f2360a44: Preparing 02:48:58 da3404b52c34: Waiting 02:48:58 c1ae04392819: Waiting 02:48:58 ba2f4aa785f6: Waiting 02:48:58 6ae19604b299: Waiting 02:48:58 8827641666f8: Layer already exists 02:48:58 f81d53e280b5: Layer already exists 02:48:58 f17c82d183b2: Layer already exists 02:48:58 c0efc01e7d2d: Layer already exists 02:48:58 0821b4ee3ac0: Layer already exists 02:48:58 da3404b52c34: Layer already exists 02:48:58 c1ae04392819: Layer already exists 02:48:58 ba2f4aa785f6: Layer already exists 02:48:58 0e64f2360a44: Layer already exists 02:48:58 6ae19604b299: Layer already exists 02:48:59 latest: digest: sha256:5565b5c2234dad6467f374f13840047a09677a1043833b5533a375bad19c3ec6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.93 02:48:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:48:59 c0efc01e7d2d: Preparing 02:48:59 8827641666f8: Preparing 02:48:59 f17c82d183b2: Preparing 02:48:59 0821b4ee3ac0: Preparing 02:48:59 f81d53e280b5: Preparing 02:48:59 da3404b52c34: Preparing 02:48:59 6ae19604b299: Preparing 02:48:59 c1ae04392819: Preparing 02:48:59 ba2f4aa785f6: Preparing 02:48:59 0e64f2360a44: Preparing 02:48:59 ba2f4aa785f6: Waiting 02:48:59 6ae19604b299: Waiting 02:48:59 c1ae04392819: Waiting 02:48:59 da3404b52c34: Waiting 02:48:59 0e64f2360a44: Waiting 02:48:59 f17c82d183b2: Layer already exists 02:48:59 8827641666f8: Layer already exists 02:48:59 0821b4ee3ac0: Layer already exists 02:48:59 f81d53e280b5: Layer already exists 02:48:59 c0efc01e7d2d: Layer already exists 02:48:59 ba2f4aa785f6: Layer already exists 02:48:59 6ae19604b299: Layer already exists 02:48:59 da3404b52c34: Layer already exists 02:48:59 c1ae04392819: Layer already exists 02:48:59 0e64f2360a44: Layer already exists 02:49:00 4.1.0-dev.93: digest: sha256:5565b5c2234dad6467f374f13840047a09677a1043833b5533a375bad19c3ec6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:00 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:49:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:49:00 c0efc01e7d2d: Preparing 02:49:00 8827641666f8: Preparing 02:49:00 f17c82d183b2: Preparing 02:49:00 0821b4ee3ac0: Preparing 02:49:00 f81d53e280b5: Preparing 02:49:00 da3404b52c34: Preparing 02:49:00 6ae19604b299: Preparing 02:49:00 c1ae04392819: Preparing 02:49:00 ba2f4aa785f6: Preparing 02:49:00 0e64f2360a44: Preparing 02:49:00 6ae19604b299: Waiting 02:49:00 c1ae04392819: Waiting 02:49:00 ba2f4aa785f6: Waiting 02:49:00 0e64f2360a44: Waiting 02:49:00 da3404b52c34: Waiting 02:49:00 f17c82d183b2: Layer already exists 02:49:00 8827641666f8: Layer already exists 02:49:00 c0efc01e7d2d: Layer already exists 02:49:00 f81d53e280b5: Layer already exists 02:49:00 0821b4ee3ac0: Layer already exists 02:49:00 6ae19604b299: Layer already exists 02:49:00 c1ae04392819: Layer already exists 02:49:00 0e64f2360a44: Layer already exists 02:49:00 da3404b52c34: Layer already exists 02:49:00 ba2f4aa785f6: Layer already exists 02:49:01 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:5565b5c2234dad6467f374f13840047a09677a1043833b5533a375bad19c3ec6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:01 + 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:49:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:49:02 c0efc01e7d2d: Preparing 02:49:02 8827641666f8: Preparing 02:49:02 f17c82d183b2: Preparing 02:49:02 0821b4ee3ac0: Preparing 02:49:02 f81d53e280b5: Preparing 02:49:02 da3404b52c34: Preparing 02:49:02 da3404b52c34: Waiting 02:49:02 6ae19604b299: Preparing 02:49:02 c1ae04392819: Preparing 02:49:02 6ae19604b299: Waiting 02:49:02 ba2f4aa785f6: Preparing 02:49:02 c1ae04392819: Waiting 02:49:02 ba2f4aa785f6: Waiting 02:49:02 0e64f2360a44: Preparing 02:49:02 0821b4ee3ac0: Layer already exists 02:49:02 8827641666f8: Layer already exists 02:49:02 f81d53e280b5: Layer already exists 02:49:02 c0efc01e7d2d: Layer already exists 02:49:02 f17c82d183b2: Layer already exists 02:49:02 da3404b52c34: Layer already exists 02:49:02 6ae19604b299: Layer already exists 02:49:02 ba2f4aa785f6: Layer already exists 02:49:02 c1ae04392819: Layer already exists 02:49:02 0e64f2360a44: Layer already exists 02:49:02 main: digest: sha256:5565b5c2234dad6467f374f13840047a09677a1043833b5533a375bad19c3ec6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:49:02 ===================================================== [Pipeline] echo 02:49:02 taggedImages: 02:49:02 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:49:02 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:49:02 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.93 02:49:02 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:49:02 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:49:02 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:49:02 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:49:02 latest 02:49:02 4.1.0-dev.93 02:49:02 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:49:02 main 02:49:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:49:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:49:03 1cb0374589d6: Preparing 02:49:03 e94278d79f27: Preparing 02:49:03 e9e9e15e5201: Preparing 02:49:03 0821b4ee3ac0: Preparing 02:49:03 f81d53e280b5: Preparing 02:49:03 195e1612d69f: Preparing 02:49:03 e01cba3fc57f: Preparing 02:49:03 80adfbd74bce: Preparing 02:49:03 0e64f2360a44: Preparing 02:49:03 e01cba3fc57f: Waiting 02:49:03 0e64f2360a44: Waiting 02:49:03 80adfbd74bce: Waiting 02:49:03 195e1612d69f: Waiting 02:49:03 f81d53e280b5: Layer already exists 02:49:03 0821b4ee3ac0: Layer already exists 02:49:03 e9e9e15e5201: Pushed 02:49:03 e94278d79f27: Pushed 02:49:03 1cb0374589d6: Pushed 02:49:03 0e64f2360a44: Layer already exists 02:49:03 e01cba3fc57f: Pushed 02:49:04 80adfbd74bce: Pushed 02:49:36 195e1612d69f: Pushed 02:49:36 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:d438b70acea2ccaf18f8172ce040c85b088c3b196cef8b191bd8f88275622e37 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:37 + 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:49:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:49:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:49:37 1cb0374589d6: Preparing 02:49:37 e94278d79f27: Preparing 02:49:37 e9e9e15e5201: Preparing 02:49:37 0821b4ee3ac0: Preparing 02:49:37 f81d53e280b5: Preparing 02:49:37 195e1612d69f: Preparing 02:49:37 e01cba3fc57f: Preparing 02:49:37 80adfbd74bce: Preparing 02:49:37 0e64f2360a44: Preparing 02:49:37 e01cba3fc57f: Waiting 02:49:37 195e1612d69f: Waiting 02:49:37 80adfbd74bce: Waiting 02:49:37 0e64f2360a44: Waiting 02:49:37 f81d53e280b5: Layer already exists 02:49:37 0821b4ee3ac0: Layer already exists 02:49:37 1cb0374589d6: Layer already exists 02:49:37 e94278d79f27: Layer already exists 02:49:37 e9e9e15e5201: Layer already exists 02:49:37 80adfbd74bce: Layer already exists 02:49:37 e01cba3fc57f: Layer already exists 02:49:37 195e1612d69f: Layer already exists 02:49:37 0e64f2360a44: Layer already exists 02:49:37 latest: digest: sha256:d438b70acea2ccaf18f8172ce040c85b088c3b196cef8b191bd8f88275622e37 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:37 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.93 02:49:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:49:38 1cb0374589d6: Preparing 02:49:38 e94278d79f27: Preparing 02:49:38 e9e9e15e5201: Preparing 02:49:38 0821b4ee3ac0: Preparing 02:49:38 f81d53e280b5: Preparing 02:49:38 195e1612d69f: Preparing 02:49:38 e01cba3fc57f: Preparing 02:49:38 80adfbd74bce: Preparing 02:49:38 0e64f2360a44: Preparing 02:49:38 e01cba3fc57f: Waiting 02:49:38 80adfbd74bce: Waiting 02:49:38 0e64f2360a44: Waiting 02:49:38 195e1612d69f: Waiting 02:49:38 e94278d79f27: Layer already exists 02:49:38 1cb0374589d6: Layer already exists 02:49:38 f81d53e280b5: Layer already exists 02:49:38 0821b4ee3ac0: Layer already exists 02:49:38 e9e9e15e5201: Layer already exists 02:49:38 0e64f2360a44: Layer already exists 02:49:38 e01cba3fc57f: Layer already exists 02:49:38 80adfbd74bce: Layer already exists 02:49:38 195e1612d69f: Layer already exists 02:49:38 4.1.0-dev.93: digest: sha256:d438b70acea2ccaf18f8172ce040c85b088c3b196cef8b191bd8f88275622e37 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:38 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:49:39 1cb0374589d6: Preparing 02:49:39 e94278d79f27: Preparing 02:49:39 e9e9e15e5201: Preparing 02:49:39 0821b4ee3ac0: Preparing 02:49:39 f81d53e280b5: Preparing 02:49:39 195e1612d69f: Preparing 02:49:39 e01cba3fc57f: Preparing 02:49:39 80adfbd74bce: Preparing 02:49:39 0e64f2360a44: Preparing 02:49:39 e01cba3fc57f: Waiting 02:49:39 80adfbd74bce: Waiting 02:49:39 0e64f2360a44: Waiting 02:49:39 195e1612d69f: Waiting 02:49:39 0821b4ee3ac0: Layer already exists 02:49:39 1cb0374589d6: Layer already exists 02:49:39 f81d53e280b5: Layer already exists 02:49:39 e94278d79f27: Layer already exists 02:49:39 e9e9e15e5201: Layer already exists 02:49:39 195e1612d69f: Layer already exists 02:49:39 e01cba3fc57f: Layer already exists 02:49:39 80adfbd74bce: Layer already exists 02:49:39 0e64f2360a44: Layer already exists 02:49:39 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:d438b70acea2ccaf18f8172ce040c85b088c3b196cef8b191bd8f88275622e37 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:39 + 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:49:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:49:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:49:40 1cb0374589d6: Preparing 02:49:40 e94278d79f27: Preparing 02:49:40 e9e9e15e5201: Preparing 02:49:40 0821b4ee3ac0: Preparing 02:49:40 f81d53e280b5: Preparing 02:49:40 195e1612d69f: Preparing 02:49:40 e01cba3fc57f: Preparing 02:49:40 80adfbd74bce: Preparing 02:49:40 0e64f2360a44: Preparing 02:49:40 80adfbd74bce: Waiting 02:49:40 0e64f2360a44: Waiting 02:49:40 e01cba3fc57f: Waiting 02:49:40 195e1612d69f: Waiting 02:49:40 0821b4ee3ac0: Layer already exists 02:49:40 f81d53e280b5: Layer already exists 02:49:40 e9e9e15e5201: Layer already exists 02:49:40 1cb0374589d6: Layer already exists 02:49:40 e94278d79f27: Layer already exists 02:49:40 e01cba3fc57f: Layer already exists 02:49:40 195e1612d69f: Layer already exists 02:49:40 0e64f2360a44: Layer already exists 02:49:40 80adfbd74bce: Layer already exists 02:49:40 main: digest: sha256:d438b70acea2ccaf18f8172ce040c85b088c3b196cef8b191bd8f88275622e37 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:49:40 ===================================================== [Pipeline] echo 02:49:40 taggedImages: 02:49:40 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:49:40 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:49:40 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.93 02:49:40 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:49:40 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:49:40 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:49:40 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:49:40 latest 02:49:40 4.1.0-dev.93 02:49:40 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:49:40 main 02:49:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:40 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:49:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:49:41 5c5d1f5f9778: Preparing 02:49:41 783a973e804d: Preparing 02:49:41 7183a80caebe: Preparing 02:49:41 0821b4ee3ac0: Preparing 02:49:41 f81d53e280b5: Preparing 02:49:41 45a049738cc8: Preparing 02:49:41 c1ae04392819: Preparing 02:49:41 ba2f4aa785f6: Preparing 02:49:41 0e64f2360a44: Preparing 02:49:41 45a049738cc8: Waiting 02:49:41 c1ae04392819: Waiting 02:49:41 ba2f4aa785f6: Waiting 02:49:41 0e64f2360a44: Waiting 02:49:41 0821b4ee3ac0: Layer already exists 02:49:41 f81d53e280b5: Layer already exists 02:49:41 c1ae04392819: Layer already exists 02:49:41 ba2f4aa785f6: Layer already exists 02:49:41 5c5d1f5f9778: Pushed 02:49:41 7183a80caebe: Pushed 02:49:41 783a973e804d: Pushed 02:49:41 0e64f2360a44: Layer already exists 02:50:13 45a049738cc8: Pushed 02:50:13 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:ef424ed3a945d4cc895705a3c0ba3771c33ed4c3b17b8e954e83d0df7cf26542 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:14 + 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:50:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:50:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:50:14 5c5d1f5f9778: Preparing 02:50:14 783a973e804d: Preparing 02:50:14 7183a80caebe: Preparing 02:50:14 0821b4ee3ac0: Preparing 02:50:14 f81d53e280b5: Preparing 02:50:14 45a049738cc8: Preparing 02:50:14 c1ae04392819: Preparing 02:50:14 ba2f4aa785f6: Preparing 02:50:14 0e64f2360a44: Preparing 02:50:14 45a049738cc8: Waiting 02:50:14 c1ae04392819: Waiting 02:50:14 ba2f4aa785f6: Waiting 02:50:14 0e64f2360a44: Waiting 02:50:14 5c5d1f5f9778: Layer already exists 02:50:14 783a973e804d: Layer already exists 02:50:14 7183a80caebe: Layer already exists 02:50:14 f81d53e280b5: Layer already exists 02:50:14 0821b4ee3ac0: Layer already exists 02:50:14 ba2f4aa785f6: Layer already exists 02:50:14 45a049738cc8: Layer already exists 02:50:14 c1ae04392819: Layer already exists 02:50:14 0e64f2360a44: Layer already exists 02:50:14 latest: digest: sha256:ef424ed3a945d4cc895705a3c0ba3771c33ed4c3b17b8e954e83d0df7cf26542 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:15 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.93 02:50:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:50:15 5c5d1f5f9778: Preparing 02:50:15 783a973e804d: Preparing 02:50:15 7183a80caebe: Preparing 02:50:15 0821b4ee3ac0: Preparing 02:50:15 f81d53e280b5: Preparing 02:50:15 45a049738cc8: Preparing 02:50:15 c1ae04392819: Preparing 02:50:15 ba2f4aa785f6: Preparing 02:50:15 0e64f2360a44: Preparing 02:50:15 c1ae04392819: Waiting 02:50:15 ba2f4aa785f6: Waiting 02:50:15 0e64f2360a44: Waiting 02:50:15 45a049738cc8: Waiting 02:50:15 0821b4ee3ac0: Layer already exists 02:50:15 783a973e804d: Layer already exists 02:50:15 5c5d1f5f9778: Layer already exists 02:50:15 7183a80caebe: Layer already exists 02:50:15 f81d53e280b5: Layer already exists 02:50:15 45a049738cc8: Layer already exists 02:50:15 ba2f4aa785f6: Layer already exists 02:50:15 c1ae04392819: Layer already exists 02:50:15 0e64f2360a44: Layer already exists 02:50:15 4.1.0-dev.93: digest: sha256:ef424ed3a945d4cc895705a3c0ba3771c33ed4c3b17b8e954e83d0df7cf26542 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:16 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:50:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:50:16 5c5d1f5f9778: Preparing 02:50:16 783a973e804d: Preparing 02:50:16 7183a80caebe: Preparing 02:50:16 0821b4ee3ac0: Preparing 02:50:16 f81d53e280b5: Preparing 02:50:16 45a049738cc8: Preparing 02:50:16 c1ae04392819: Preparing 02:50:16 ba2f4aa785f6: Preparing 02:50:16 0e64f2360a44: Preparing 02:50:16 c1ae04392819: Waiting 02:50:16 ba2f4aa785f6: Waiting 02:50:16 45a049738cc8: Waiting 02:50:16 5c5d1f5f9778: Layer already exists 02:50:16 f81d53e280b5: Layer already exists 02:50:16 7183a80caebe: Layer already exists 02:50:16 783a973e804d: Layer already exists 02:50:16 0821b4ee3ac0: Layer already exists 02:50:16 45a049738cc8: Layer already exists 02:50:16 c1ae04392819: Layer already exists 02:50:16 ba2f4aa785f6: Layer already exists 02:50:16 0e64f2360a44: Layer already exists 02:50:16 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:ef424ed3a945d4cc895705a3c0ba3771c33ed4c3b17b8e954e83d0df7cf26542 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:16 + 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:50:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:50:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:50:17 5c5d1f5f9778: Preparing 02:50:17 783a973e804d: Preparing 02:50:17 7183a80caebe: Preparing 02:50:17 0821b4ee3ac0: Preparing 02:50:17 f81d53e280b5: Preparing 02:50:17 45a049738cc8: Preparing 02:50:17 c1ae04392819: Preparing 02:50:17 ba2f4aa785f6: Preparing 02:50:17 0e64f2360a44: Preparing 02:50:17 45a049738cc8: Waiting 02:50:17 c1ae04392819: Waiting 02:50:17 ba2f4aa785f6: Waiting 02:50:17 0e64f2360a44: Waiting 02:50:17 5c5d1f5f9778: Layer already exists 02:50:17 783a973e804d: Layer already exists 02:50:17 f81d53e280b5: Layer already exists 02:50:17 7183a80caebe: Layer already exists 02:50:17 0821b4ee3ac0: Layer already exists 02:50:17 ba2f4aa785f6: Layer already exists 02:50:17 0e64f2360a44: Layer already exists 02:50:17 45a049738cc8: Layer already exists 02:50:17 c1ae04392819: Layer already exists 02:50:17 main: digest: sha256:ef424ed3a945d4cc895705a3c0ba3771c33ed4c3b17b8e954e83d0df7cf26542 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:50:17 ===================================================== [Pipeline] echo 02:50:17 taggedImages: 02:50:17 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:50:17 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:50:17 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.93 02:50:17 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:50:17 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:50:17 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:50:17 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:50:17 latest 02:50:17 4.1.0-dev.93 02:50:17 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:50:17 main 02:50:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:17 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:50:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:50:18 0b479016a285: Preparing 02:50:18 d323b405492e: Preparing 02:50:18 0821b4ee3ac0: Preparing 02:50:18 f81d53e280b5: Preparing 02:50:18 8ddda0f358a6: Preparing 02:50:18 caad18bff9da: Preparing 02:50:18 0e64f2360a44: Preparing 02:50:18 0e64f2360a44: Waiting 02:50:18 caad18bff9da: Waiting 02:50:18 0821b4ee3ac0: Layer already exists 02:50:18 f81d53e280b5: Layer already exists 02:50:18 0e64f2360a44: Layer already exists 02:50:18 0b479016a285: Pushed 02:50:18 8ddda0f358a6: Pushed 02:50:19 caad18bff9da: Pushed 02:50:27 d323b405492e: Pushed 02:50:27 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:550f5eb7928ba87dd7a40a02c396bd54dce1ad6dc05fc122ad0a1e436028bb72 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:50:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:50:28 0b479016a285: Preparing 02:50:28 d323b405492e: Preparing 02:50:28 0821b4ee3ac0: Preparing 02:50:28 f81d53e280b5: Preparing 02:50:28 8ddda0f358a6: Preparing 02:50:28 caad18bff9da: Preparing 02:50:28 0e64f2360a44: Preparing 02:50:28 caad18bff9da: Waiting 02:50:28 0e64f2360a44: Waiting 02:50:28 d323b405492e: Layer already exists 02:50:28 0821b4ee3ac0: Layer already exists 02:50:28 8ddda0f358a6: Layer already exists 02:50:28 f81d53e280b5: Layer already exists 02:50:28 0b479016a285: Layer already exists 02:50:28 caad18bff9da: Layer already exists 02:50:28 0e64f2360a44: Layer already exists 02:50:28 latest: digest: sha256:550f5eb7928ba87dd7a40a02c396bd54dce1ad6dc05fc122ad0a1e436028bb72 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:29 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.93 02:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:50:29 0b479016a285: Preparing 02:50:29 d323b405492e: Preparing 02:50:29 0821b4ee3ac0: Preparing 02:50:29 f81d53e280b5: Preparing 02:50:29 8ddda0f358a6: Preparing 02:50:29 caad18bff9da: Preparing 02:50:29 0e64f2360a44: Preparing 02:50:29 caad18bff9da: Waiting 02:50:29 0e64f2360a44: Waiting 02:50:29 0b479016a285: Layer already exists 02:50:29 f81d53e280b5: Layer already exists 02:50:29 d323b405492e: Layer already exists 02:50:29 8ddda0f358a6: Layer already exists 02:50:29 0821b4ee3ac0: Layer already exists 02:50:29 caad18bff9da: Layer already exists 02:50:29 0e64f2360a44: Layer already exists 02:50:29 4.1.0-dev.93: digest: sha256:550f5eb7928ba87dd7a40a02c396bd54dce1ad6dc05fc122ad0a1e436028bb72 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:30 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:50:30 0b479016a285: Preparing 02:50:30 d323b405492e: Preparing 02:50:30 0821b4ee3ac0: Preparing 02:50:30 f81d53e280b5: Preparing 02:50:30 8ddda0f358a6: Preparing 02:50:30 caad18bff9da: Preparing 02:50:30 0e64f2360a44: Preparing 02:50:30 caad18bff9da: Waiting 02:50:30 0e64f2360a44: Waiting 02:50:30 d323b405492e: Layer already exists 02:50:30 8ddda0f358a6: Layer already exists 02:50:30 0b479016a285: Layer already exists 02:50:30 0821b4ee3ac0: Layer already exists 02:50:30 f81d53e280b5: Layer already exists 02:50:30 caad18bff9da: Layer already exists 02:50:30 0e64f2360a44: Layer already exists 02:50:30 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:550f5eb7928ba87dd7a40a02c396bd54dce1ad6dc05fc122ad0a1e436028bb72 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:30 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:31 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:50:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:50:31 0b479016a285: Preparing 02:50:31 d323b405492e: Preparing 02:50:31 0821b4ee3ac0: Preparing 02:50:31 f81d53e280b5: Preparing 02:50:31 8ddda0f358a6: Preparing 02:50:31 caad18bff9da: Preparing 02:50:31 0e64f2360a44: Preparing 02:50:31 caad18bff9da: Waiting 02:50:31 0e64f2360a44: Waiting 02:50:31 0b479016a285: Layer already exists 02:50:31 f81d53e280b5: Layer already exists 02:50:31 0821b4ee3ac0: Layer already exists 02:50:31 d323b405492e: Layer already exists 02:50:31 8ddda0f358a6: Layer already exists 02:50:31 0e64f2360a44: Layer already exists 02:50:31 caad18bff9da: Layer already exists 02:50:31 main: digest: sha256:550f5eb7928ba87dd7a40a02c396bd54dce1ad6dc05fc122ad0a1e436028bb72 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:50:31 ===================================================== [Pipeline] echo 02:50:31 taggedImages: 02:50:31 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:50:31 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:50:31 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.93 02:50:31 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:50:31 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:50:31 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:50:31 72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:50:31 latest 02:50:31 4.1.0-dev.93 02:50:31 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:50:31 main 02:50:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:32 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:50:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:50:32 8356bad0595b: Preparing 02:50:32 a801bddf6ff1: Preparing 02:50:32 0821b4ee3ac0: Preparing 02:50:32 f81d53e280b5: Preparing 02:50:32 77da6abff0c3: Preparing 02:50:32 f830e21deff3: Preparing 02:50:32 0e64f2360a44: Preparing 02:50:32 f830e21deff3: Waiting 02:50:32 0e64f2360a44: Waiting 02:50:32 0821b4ee3ac0: Layer already exists 02:50:32 f81d53e280b5: Layer already exists 02:50:32 0e64f2360a44: Layer already exists 02:50:32 8356bad0595b: Pushed 02:50:32 77da6abff0c3: Pushed 02:50:33 f830e21deff3: Pushed 02:50:41 a801bddf6ff1: Pushed 02:50:41 72591cb8d59e464071c8624b664f23cc7ea8b8ea: digest: sha256:d164bb21a3bc51374d8e63b20fc2896361f63f4e66c750c79e3b5f30af231d6b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:41 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:50:42 8356bad0595b: Preparing 02:50:42 a801bddf6ff1: Preparing 02:50:42 0821b4ee3ac0: Preparing 02:50:42 f81d53e280b5: Preparing 02:50:42 77da6abff0c3: Preparing 02:50:42 f830e21deff3: Preparing 02:50:42 0e64f2360a44: Preparing 02:50:42 f830e21deff3: Waiting 02:50:42 0e64f2360a44: Waiting 02:50:42 8356bad0595b: Layer already exists 02:50:42 a801bddf6ff1: Layer already exists 02:50:42 0821b4ee3ac0: Layer already exists 02:50:42 f81d53e280b5: Layer already exists 02:50:42 77da6abff0c3: Layer already exists 02:50:42 f830e21deff3: Layer already exists 02:50:42 0e64f2360a44: Layer already exists 02:50:42 latest: digest: sha256:d164bb21a3bc51374d8e63b20fc2896361f63f4e66c750c79e3b5f30af231d6b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:42 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.93 02:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:50:42 8356bad0595b: Preparing 02:50:42 a801bddf6ff1: Preparing 02:50:42 0821b4ee3ac0: Preparing 02:50:42 f81d53e280b5: Preparing 02:50:42 77da6abff0c3: Preparing 02:50:42 f830e21deff3: Preparing 02:50:42 0e64f2360a44: Preparing 02:50:42 0e64f2360a44: Waiting 02:50:42 f830e21deff3: Waiting 02:50:42 77da6abff0c3: Layer already exists 02:50:42 a801bddf6ff1: Layer already exists 02:50:42 f81d53e280b5: Layer already exists 02:50:42 0821b4ee3ac0: Layer already exists 02:50:42 8356bad0595b: Layer already exists 02:50:42 0e64f2360a44: Layer already exists 02:50:42 f830e21deff3: Layer already exists 02:50:42 4.1.0-dev.93: digest: sha256:d164bb21a3bc51374d8e63b20fc2896361f63f4e66c750c79e3b5f30af231d6b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:43 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:50:43 8356bad0595b: Preparing 02:50:43 a801bddf6ff1: Preparing 02:50:43 0821b4ee3ac0: Preparing 02:50:43 f81d53e280b5: Preparing 02:50:43 77da6abff0c3: Preparing 02:50:43 f830e21deff3: Preparing 02:50:43 0e64f2360a44: Preparing 02:50:43 f830e21deff3: Waiting 02:50:43 0e64f2360a44: Waiting 02:50:43 a801bddf6ff1: Layer already exists 02:50:43 77da6abff0c3: Layer already exists 02:50:43 f81d53e280b5: Layer already exists 02:50:43 0821b4ee3ac0: Layer already exists 02:50:43 8356bad0595b: Layer already exists 02:50:43 0e64f2360a44: Layer already exists 02:50:43 f830e21deff3: Layer already exists 02:50:43 72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93: digest: sha256:d164bb21a3bc51374d8e63b20fc2896361f63f4e66c750c79e3b5f30af231d6b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:50:44 8356bad0595b: Preparing 02:50:44 a801bddf6ff1: Preparing 02:50:44 0821b4ee3ac0: Preparing 02:50:44 f81d53e280b5: Preparing 02:50:44 77da6abff0c3: Preparing 02:50:44 f830e21deff3: Preparing 02:50:44 0e64f2360a44: Preparing 02:50:44 f830e21deff3: Waiting 02:50:44 0e64f2360a44: Waiting 02:50:44 0821b4ee3ac0: Layer already exists 02:50:44 77da6abff0c3: Layer already exists 02:50:44 f81d53e280b5: Layer already exists 02:50:44 a801bddf6ff1: Layer already exists 02:50:44 8356bad0595b: Layer already exists 02:50:44 0e64f2360a44: Layer already exists 02:50:44 f830e21deff3: Layer already exists 02:50:45 main: digest: sha256:d164bb21a3bc51374d8e63b20fc2896361f63f4e66c750c79e3b5f30af231d6b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:50:45 ===================================================== [Pipeline] echo 02:50:45 taggedImages: 02:50:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea 02:50:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:50:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.93 02:50:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 02:50:45 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:50:45 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:50:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] echo 02:50:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:50:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.93 [Pipeline] echo 02:50:46 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:72591cb8d59e464071c8624b664f23cc7ea8b8ea-4.1.0-dev.93 [Pipeline] echo 02:50:46 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:50:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:50:46 02:50:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:50:46 arm64: Pulling from edgex-lftools-log-publisher 02:50:46 8998bd30e6a1: Pulling fs layer 02:50:46 04944245beec: Pulling fs layer 02:50:46 699f458cf7ca: Pulling fs layer 02:50:46 765212b225bb: Pulling fs layer 02:50:46 f23df028b6ca: Pulling fs layer 02:50:46 d65c8cfc05b1: Pulling fs layer 02:50:46 2437ff75d9bd: Pulling fs layer 02:50:46 f23df028b6ca: Waiting 02:50:46 d65c8cfc05b1: Waiting 02:50:46 2437ff75d9bd: Waiting 02:50:46 765212b225bb: Waiting 02:50:47 04944245beec: Verifying Checksum 02:50:47 04944245beec: Download complete 02:50:47 765212b225bb: Verifying Checksum 02:50:47 765212b225bb: Download complete 02:50:47 f23df028b6ca: Verifying Checksum 02:50:47 f23df028b6ca: Download complete 02:50:47 d65c8cfc05b1: Verifying Checksum 02:50:47 d65c8cfc05b1: Download complete 02:50:47 699f458cf7ca: Verifying Checksum 02:50:47 699f458cf7ca: Download complete 02:50:48 8998bd30e6a1: Verifying Checksum 02:50:48 8998bd30e6a1: Download complete 02:50:51 2437ff75d9bd: Verifying Checksum 02:50:51 2437ff75d9bd: Download complete 02:50:53 8998bd30e6a1: Pull complete 02:50:53 04944245beec: Pull complete 02:50:55 699f458cf7ca: Pull complete 02:50:55 765212b225bb: Pull complete 02:50:55 f23df028b6ca: Pull complete 02:50:56 d65c8cfc05b1: Pull complete 02:51:14 2437ff75d9bd: Pull complete 02:51:14 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:51:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:51:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:51:14 prd-ubuntu20.04-docker-arm64-4c-16g-527 does not seem to be running inside a container 02:51:14 $ 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/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@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:51:19 $ docker top a846898665fe1e9f2fe3084666a9b9e14b0bae18c7941f72e676d13ef8203df1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:51:19 ---> job-cost.sh 02:51:19 lf-activate-venv: SKIPPING 02:51:19 INFO: No Stack... 02:51:20 INFO: Retrieving Pricing Info for: v3-standard-4 02:51:21 INFO: Archiving Costs [Pipeline] sh 02:51:21 + cat /w/workspace/edgex-go/948/archives/cost.csv 02:51:21 + cut -d, -f6 [Pipeline] lock 02:51:21 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-948-stack-cost] 02:51:21 Resource [jenkins-edgexfoundry-edgex-go-main-948-stack-cost] did not exist. Created. 02:51:21 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-948-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:51:22 + echo total: 0.10999999940395355 [Pipeline] stash 02:51:23 Stashed 1 file(s) [Pipeline] } 02:51:23 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-948-stack-cost] [Pipeline] // lock [Pipeline] } 02:51:23 $ docker stop --time=1 a846898665fe1e9f2fe3084666a9b9e14b0bae18c7941f72e676d13ef8203df1 02:51:24 $ docker rm -f --volumes a846898665fe1e9f2fe3084666a9b9e14b0bae18c7941f72e676d13ef8203df1 [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:51:25 provisioning config files... 02:51:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/948@tmp/config518643313198980802tmp [Pipeline] { [Pipeline] sh 02:51:25 + set +x 02:51:25 + curl -s https://codecov.io/bash 02:51:25 + bash -s -- 02:51:25 02:51:25 _____ _ 02:51:25 / ____| | | 02:51:25 | | ___ __| | ___ ___ _____ __ 02:51:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:25 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:25 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:25 Bash-1.0.6 02:51:25 02:51:25 02:51:25 ==> git version 2.25.1 found 02:51:25 ==> 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:51:25 Release-Date: 2020-01-08 02:51:25 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:51:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:51:25 ==> Jenkins CI detected. 02:51:25 current dir:  /w/workspace/edgex-go/948 02:51:25 project root: . 02:51:25 --> token set from env 02:51:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:25 ==> Running gcov in . (disable via -X gcov) 02:51:25 ==> Python coveragepy not found 02:51:25 ==> Searching for coverage reports in: 02:51:25 + . 02:51:25 -> Found 1 reports 02:51:25 ==> Detecting git/mercurial file structure 02:51:25 ==> Reading reports 02:51:25 + ./coverage.out bytes=1044038 02:51:25 ==> Appending adjustments 02:51:25 https://docs.codecov.io/docs/fixing-reports 02:51:27 + Found adjustments 02:51:27 ==> Gzipping contents 02:51:27 108K /tmp/codecov.xmrIz0.gz 02:51:27 ==> Uploading reports 02:51:27 url: https://codecov.io 02:51:27 query: branch=main&commit=72591cb8d59e464071c8624b664f23cc7ea8b8ea&build=948&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F948%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:51:27 -> Pinging Codecov 02:51:27 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=72591cb8d59e464071c8624b664f23cc7ea8b8ea&build=948&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F948%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:51:27 -> Uploading to 02:51:27 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/72591cb8d59e464071c8624b664f23cc7ea8b8ea/505bbf3d-a17d-4bf9-932c-4fcd78146559.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260113%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260113T025127Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=5a083f5a5c6398cda14a892546fb1224c039326a712ffee9c83c7fb258b4a35e 02:51:27 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:27 Dload Upload Total Spent Left Speed 02:51:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 105k 0 0 100 105k 0 287k --:--:-- --:--:-- --:--:-- 286k 02:51:27 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/72591cb8d59e464071c8624b664f23cc7ea8b8ea [Pipeline] } 02:51:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:51:28 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:51:28 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:51:28 02:51:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:51:29 latest: Pulling from edgex-devops/edgex-snyk-go 02:51:29 2d35ebdb57d9: Already exists 02:51:29 85e8836fcdb2: Pulling fs layer 02:51:29 91631faa732a: Pulling fs layer 02:51:29 f3f5ae8826fa: Pulling fs layer 02:51:29 4f4fb700ef54: Pulling fs layer 02:51:29 7861252a18e6: Pulling fs layer 02:51:29 9130f900ef6f: Pulling fs layer 02:51:29 4f4fb700ef54: Waiting 02:51:29 7861252a18e6: Waiting 02:51:29 9130f900ef6f: Waiting 02:51:29 f3f5ae8826fa: Verifying Checksum 02:51:29 f3f5ae8826fa: Download complete 02:51:29 4f4fb700ef54: Download complete 02:51:29 85e8836fcdb2: Verifying Checksum 02:51:29 85e8836fcdb2: Download complete 02:51:29 85e8836fcdb2: Pull complete 02:51:29 7861252a18e6: Verifying Checksum 02:51:29 7861252a18e6: Download complete 02:51:29 91631faa732a: Verifying Checksum 02:51:29 91631faa732a: Download complete 02:51:30 9130f900ef6f: Verifying Checksum 02:51:30 9130f900ef6f: Download complete 02:51:35 91631faa732a: Pull complete 02:51:35 f3f5ae8826fa: Pull complete 02:51:35 4f4fb700ef54: Pull complete 02:51:35 7861252a18e6: Pull complete 02:51:39 9130f900ef6f: Pull complete 02:51:39 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 02:51:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:51:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:51:39 prd-ubuntu20.04-docker-8c-8g-526 does not seem to be running inside a container 02:51:39 $ 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/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 02:51:41 $ docker top a33b62d2b21e6a3ff4bd865d8fbae15df80221d29fc6c9895da9172ee7aa0a90 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:41 + git config --global --add safe.directory /w/workspace/edgex-go/948 [Pipeline] echo 02:51:41 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:51:41 + set -o pipefail 02:51:41 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:51:54 02:51:54 Monitoring /w/workspace/edgex-go/948 (github.com/edgexfoundry/edgex-go)... 02:51:54 02:51:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/3f792ea4-1ece-4034-95f8-5022c59c1ea8 02:51:54 02:51:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:51:54 02:51:54 02:51:54 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 02:51:54 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:51:54 $ docker stop --time=1 a33b62d2b21e6a3ff4bd865d8fbae15df80221d29fc6c9895da9172ee7aa0a90 02:51:56 $ docker rm -f --volumes a33b62d2b21e6a3ff4bd865d8fbae15df80221d29fc6c9895da9172ee7aa0a90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:51:57 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:57 provisioning config files... 02:51:57 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/948@tmp/config10260188218187328695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:51:57 --> edgex-publish-swagger.sh 02:51:57 === Publish openapi API === 02:51:57 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 02:51:57 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/948/openapi/core-command.yaml] 02:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:57 Dload Upload Total Spent Left Speed 02:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 283 140k --:--:-- --:--:-- --:--:-- 140k 02:51:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:57 02:51:57 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/948/openapi/core-data.yaml] 02:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:57 Dload Upload Total Spent Left Speed 02:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 87 75309 0 0 87 65535 0 1015k --:--:-- --:--:-- --:--:-- 1015k 100 75375 100 66 100 75309 428 477k --:--:-- --:--:-- --:--:-- 474k 02:51:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:57 02:51:57 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/948/openapi/core-keeper.yaml] 02:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:57 Dload Upload Total Spent Left Speed 02:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 448 200k --:--:-- --:--:-- --:--:-- 201k 02:51:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:57 02:51:57 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/948/openapi/core-metadata.yaml] 02:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:57 Dload Upload Total Spent Left Speed 02:51:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 159k 100 66 100 159k 385 934k --:--:-- --:--:-- --:--:-- 935k 02:51:58 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:58 02:51:58 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/948/openapi/security-proxy-auth.yaml] 02:51:58 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:58 Dload Upload Total Spent Left Speed 02:51:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 634 229k --:--:-- --:--:-- --:--:-- 230k 02:51:58 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:58 02:51:58 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/948/openapi/security-secretstore-setup.yaml] 02:51:58 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:58 Dload Upload Total Spent Left Speed 02:51:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 628 37266 --:--:-- --:--:-- --:--:-- 37895 02:51:58 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:58 02:51:58 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/948/openapi/support-notifications.yaml] 02:51:58 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:58 Dload Upload Total Spent Left Speed 02:51:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 511 756k --:--:-- --:--:-- --:--:-- 757k 02:51:58 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:58 02:51:58 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/948/openapi/support-scheduler.yaml] 02:51:58 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:58 Dload Upload Total Spent Left Speed 02:51:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 594 446k --:--:-- --:--:-- --:--:-- 446k 02:51:58 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:58 [Pipeline] } 02:51:58 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:51:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:51:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:51:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:51:59 prd-ubuntu20.04-docker-8c-8g-526 does not seem to be running inside a container 02:51:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:51:59 $ docker top bc96c37b9bd7378a87f9ec8c1a1359d91b1d1499321c70f0aae99518015762ac -eo pid,comm 02:51:59 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:51:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:51:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:51:59 [ssh-agent] Looking for ssh-agent implementation... 02:52:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:51:59 $ docker exec bc96c37b9bd7378a87f9ec8c1a1359d91b1d1499321c70f0aae99518015762ac ssh-agent 02:52:00 SSH_AUTH_SOCK=/tmp/ssh-DmG2IKrg4oib/agent.31 02:52:00 SSH_AGENT_PID=38 02:52:00 Running ssh-add (command line suppressed) 02:52:00 Identity added: /w/workspace/edgex-go/948@tmp/private_key_16434772427349211170.key (/w/workspace/edgex-go/948@tmp/private_key_16434772427349211170.key) 02:52:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:52:00 + git semver tag 02:52:00 2026-01-13 02:52:00,727 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:52:00 2026-01-13 02:52:00,731 [run_tag] DEBUG tag force:False 02:52:00 2026-01-13 02:52:00,731 [check_head_tag] DEBUG check head tag 02:52:00 2026-01-13 02:52:00,733 [execute] INFO git cat-file --batch-check 02:52:00 2026-01-13 02:52:00,733 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/948, stdin=, shell=False, universal_newlines=False) 02:52:00 2026-01-13 02:52:00,736 [execute] INFO git cat-file --batch 02:52:00 2026-01-13 02:52:00,736 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/948, stdin=, shell=False, universal_newlines=False) 02:52:01 2026-01-13 02:52:00,773 [read_version] DEBUG read version from /w/workspace/edgex-go/948/.semver/main 02:52:01 2026-01-13 02:52:00,773 [execute] INFO git tag -a v4.1.0-dev.93 -m v4.1.0-dev.93 02:52:01 2026-01-13 02:52:00,774 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.93', '-m', 'v4.1.0-dev.93'], cwd=/w/workspace/edgex-go/948, stdin=None, shell=False, universal_newlines=False) 02:52:01 2026-01-13 02:52:00,777 [read_version] DEBUG read version from /w/workspace/edgex-go/948/.semver/main 02:52:01 4.1.0-dev.93 [Pipeline] } 02:52:01 $ docker exec --env ******** --env ******** bc96c37b9bd7378a87f9ec8c1a1359d91b1d1499321c70f0aae99518015762ac ssh-agent -k 02:52:01 unset SSH_AUTH_SOCK; 02:52:01 unset SSH_AGENT_PID; 02:52:01 echo Agent pid 38 killed; 02:52:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:52:01 + git semver [Pipeline] } 02:52:01 $ docker stop --time=1 bc96c37b9bd7378a87f9ec8c1a1359d91b1d1499321c70f0aae99518015762ac 02:52:03 $ docker rm -f --volumes bc96c37b9bd7378a87f9ec8c1a1359d91b1d1499321c70f0aae99518015762ac [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:52:03 02:52:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:52:03 0.23.1-centos7: Pulling from edgex-lftools 02:52:03 ab5ef0e58194: Pulling fs layer 02:52:03 9712f1f96733: Pulling fs layer 02:52:03 63f879dbbcfc: Pulling fs layer 02:52:03 0d9ebad4ef96: Pulling fs layer 02:52:03 e9a5061849ea: Pulling fs layer 02:52:03 d747dcd14b5f: Pulling fs layer 02:52:03 2de7ff778b66: Pulling fs layer 02:52:03 e9a5061849ea: Waiting 02:52:03 d747dcd14b5f: Waiting 02:52:03 2de7ff778b66: Waiting 02:52:03 0d9ebad4ef96: Waiting 02:52:03 9712f1f96733: Verifying Checksum 02:52:03 9712f1f96733: Download complete 02:52:03 63f879dbbcfc: Verifying Checksum 02:52:03 63f879dbbcfc: Download complete 02:52:05 e9a5061849ea: Verifying Checksum 02:52:05 e9a5061849ea: Download complete 02:52:05 d747dcd14b5f: Verifying Checksum 02:52:05 d747dcd14b5f: Download complete 02:52:05 ab5ef0e58194: Verifying Checksum 02:52:05 ab5ef0e58194: Download complete 02:52:05 0d9ebad4ef96: Verifying Checksum 02:52:05 0d9ebad4ef96: Download complete 02:52:05 2de7ff778b66: Verifying Checksum 02:52:05 2de7ff778b66: Download complete 02:52:09 ab5ef0e58194: Pull complete 02:52:09 9712f1f96733: Pull complete 02:52:10 63f879dbbcfc: Pull complete 02:52:16 0d9ebad4ef96: Pull complete 02:52:16 e9a5061849ea: Pull complete 02:52:16 d747dcd14b5f: Pull complete 02:52:17 2de7ff778b66: Pull complete 02:52:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:52:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:52:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:52:17 prd-ubuntu20.04-docker-8c-8g-526 does not seem to be running inside a container 02:52:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:52:19 $ docker top 31bddd8555884f0e07d351c9bcd480685e4f326ef58258cd098c6fd179e26924 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:52:19 provisioning config files... 02:52:19 copy managed file [sigul-config] to file:/w/workspace/edgex-go/948@tmp/config5484341205713069373tmp 02:52:19 copy managed file [sigul-password] to file:/w/workspace/edgex-go/948@tmp/config9230689451435950030tmp 02:52:19 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/948@tmp/config15857746992208702951tmp [Pipeline] { [Pipeline] echo 02:52:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:52:19 ---> sigul-configuration.sh 02:52:19 gpg: directory `/root/.gnupg' created 02:52:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:52:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:52:19 gpg: keyring `/root/.gnupg/secring.gpg' created 02:52:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:52:19 gpg: CAST5 encrypted data 02:52:19 gpg: encrypted with 1 passphrase 02:52:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:52:19 + mkdir /home/jenkins 02:52:19 + mkdir /home/jenkins/sigul [Pipeline] sh 02:52:20 + 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:52:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:52:20 ---> sigul-install.sh 02:52:20 Sigul already installed; skipping installation. [Pipeline] sh 02:52:20 + git tag --list 02:52:20 0.6.0 02:52:20 0.6.1 02:52:20 0.7.0 02:52:20 0.7.1 02:52:20 v1.0.0 02:52:20 v1.0.1 02:52:20 v1.1.0 02:52:20 v1.2.0 02:52:20 v1.2.1 02:52:20 v1.3.0 02:52:20 v1.3.1 02:52:20 v2.0.0 02:52:20 v2.1.0 02:52:20 v2.1.1 02:52:20 v2.2.0 02:52:20 v2.3.0 02:52:20 v3.0 02:52:20 v3.0.0 02:52:20 v3.1 02:52:20 v3.1.0 02:52:20 v3.1.1 02:52:20 v4.0 02:52:20 v4.0.0 02:52:20 v4.0.1 02:52:20 v4.0.1-dev.1 02:52:20 v4.0.1-dev.2 02:52:20 v4.0.2-dev.1 02:52:20 v4.1.0-dev.1 02:52:20 v4.1.0-dev.10 02:52:20 v4.1.0-dev.11 02:52:20 v4.1.0-dev.12 02:52:20 v4.1.0-dev.13 02:52:20 v4.1.0-dev.14 02:52:20 v4.1.0-dev.15 02:52:20 v4.1.0-dev.16 02:52:20 v4.1.0-dev.17 02:52:20 v4.1.0-dev.18 02:52:20 v4.1.0-dev.19 02:52:20 v4.1.0-dev.2 02:52:20 v4.1.0-dev.20 02:52:20 v4.1.0-dev.21 02:52:20 v4.1.0-dev.22 02:52:20 v4.1.0-dev.23 02:52:20 v4.1.0-dev.24 02:52:20 v4.1.0-dev.25 02:52:20 v4.1.0-dev.26 02:52:20 v4.1.0-dev.27 02:52:20 v4.1.0-dev.28 02:52:20 v4.1.0-dev.29 02:52:20 v4.1.0-dev.3 02:52:20 v4.1.0-dev.30 02:52:20 v4.1.0-dev.31 02:52:20 v4.1.0-dev.32 02:52:20 v4.1.0-dev.33 02:52:20 v4.1.0-dev.34 02:52:20 v4.1.0-dev.35 02:52:20 v4.1.0-dev.36 02:52:20 v4.1.0-dev.37 02:52:20 v4.1.0-dev.38 02:52:20 v4.1.0-dev.39 02:52:20 v4.1.0-dev.4 02:52:20 v4.1.0-dev.40 02:52:20 v4.1.0-dev.41 02:52:20 v4.1.0-dev.42 02:52:20 v4.1.0-dev.43 02:52:20 v4.1.0-dev.44 02:52:20 v4.1.0-dev.45 02:52:20 v4.1.0-dev.46 02:52:20 v4.1.0-dev.47 02:52:20 v4.1.0-dev.48 02:52:20 v4.1.0-dev.49 02:52:20 v4.1.0-dev.5 02:52:20 v4.1.0-dev.50 02:52:20 v4.1.0-dev.51 02:52:20 v4.1.0-dev.52 02:52:20 v4.1.0-dev.53 02:52:20 v4.1.0-dev.54 02:52:20 v4.1.0-dev.55 02:52:20 v4.1.0-dev.56 02:52:20 v4.1.0-dev.57 02:52:20 v4.1.0-dev.58 02:52:20 v4.1.0-dev.59 02:52:20 v4.1.0-dev.6 02:52:20 v4.1.0-dev.60 02:52:20 v4.1.0-dev.61 02:52:20 v4.1.0-dev.62 02:52:20 v4.1.0-dev.63 02:52:20 v4.1.0-dev.64 02:52:20 v4.1.0-dev.65 02:52:20 v4.1.0-dev.66 02:52:20 v4.1.0-dev.67 02:52:20 v4.1.0-dev.68 02:52:20 v4.1.0-dev.69 02:52:20 v4.1.0-dev.7 02:52:20 v4.1.0-dev.70 02:52:20 v4.1.0-dev.71 02:52:20 v4.1.0-dev.72 02:52:20 v4.1.0-dev.73 02:52:20 v4.1.0-dev.74 02:52:20 v4.1.0-dev.75 02:52:20 v4.1.0-dev.76 02:52:20 v4.1.0-dev.77 02:52:20 v4.1.0-dev.78 02:52:20 v4.1.0-dev.79 02:52:20 v4.1.0-dev.8 02:52:20 v4.1.0-dev.80 02:52:20 v4.1.0-dev.81 02:52:20 v4.1.0-dev.82 02:52:20 v4.1.0-dev.83 02:52:20 v4.1.0-dev.84 02:52:20 v4.1.0-dev.85 02:52:20 v4.1.0-dev.86 02:52:20 v4.1.0-dev.87 02:52:20 v4.1.0-dev.88 02:52:20 v4.1.0-dev.89 02:52:20 v4.1.0-dev.9 02:52:20 v4.1.0-dev.90 02:52:20 v4.1.0-dev.91 02:52:20 v4.1.0-dev.92 02:52:20 v4.1.0-dev.93 [Pipeline] sh 02:52:21 + lftools sign git-tag v4.1.0-dev.93 02:52:21 Signing Git tag with Sigul... 02:52:21 Signing v4.1.0-dev.93 02:54:13 ERROR: I/O error: NSPR connection reset [Pipeline] echo 02:54:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:54:13 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:54:13 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:54:13 $ docker stop --time=1 31bddd8555884f0e07d351c9bcd480685e4f326ef58258cd098c6fd179e26924 02:54:14 $ docker rm -f --volumes 31bddd8555884f0e07d351c9bcd480685e4f326ef58258cd098c6fd179e26924 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:54:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:54:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:54:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:54:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:54:15 prd-ubuntu20.04-docker-8c-8g-526 does not seem to be running inside a container 02:54:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:54:15 $ docker top 0791d55c827474aae0c0f083cf326412e4463099d027b0e2d4fc2f441c20c2fa -eo pid,comm 02:54:15 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:54:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:54:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:54:15 [ssh-agent] Looking for ssh-agent implementation... 02:54:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:54:16 $ docker exec 0791d55c827474aae0c0f083cf326412e4463099d027b0e2d4fc2f441c20c2fa ssh-agent 02:54:16 SSH_AUTH_SOCK=/tmp/ssh-F2xD3Iwda7lY/agent.31 02:54:16 SSH_AGENT_PID=37 02:54:16 Running ssh-add (command line suppressed) 02:54:16 Identity added: /w/workspace/edgex-go/948@tmp/private_key_6188701361962062504.key (/w/workspace/edgex-go/948@tmp/private_key_6188701361962062504.key) 02:54:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:54:16 + git semver bump pre 02:54:16 2026-01-13 02:54:16,767 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:54:16 2026-01-13 02:54:16,771 [read_version] DEBUG read version from /w/workspace/edgex-go/948/.semver/main 02:54:16 2026-01-13 02:54:16,771 [bump_version] DEBUG bumping version:4.1.0-dev.93 on axis:pre with prefix:dev 02:54:16 2026-01-13 02:54:16,771 [bump_version] DEBUG bumped version:4.1.0-dev.94 02:54:16 2026-01-13 02:54:16,771 [write_version] DEBUG write version:4.1.0-dev.94 to path:/w/workspace/edgex-go/948/.semver/main with force:True 02:54:16 2026-01-13 02:54:16,771 [read_version] DEBUG read version from /w/workspace/edgex-go/948/.semver/main 02:54:16 2026-01-13 02:54:16,771 [write_file] DEBUG write to file:/w/workspace/edgex-go/948/.semver/main 02:54:16 2026-01-13 02:54:16,773 [execute] INFO git cat-file --batch-check 02:54:16 2026-01-13 02:54:16,773 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/948/.semver, stdin=, shell=False, universal_newlines=False) 02:54:16 2026-01-13 02:54:16,777 [execute] INFO git cat-file --batch 02:54:16 2026-01-13 02:54:16,777 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/948/.semver, stdin=, shell=False, universal_newlines=False) 02:54:16 2026-01-13 02:54:16,781 [read_version] DEBUG read version from /w/workspace/edgex-go/948/.semver/main 02:54:16 4.1.0-dev.94 [Pipeline] } 02:54:17 $ docker exec --env ******** --env ******** 0791d55c827474aae0c0f083cf326412e4463099d027b0e2d4fc2f441c20c2fa ssh-agent -k 02:54:17 unset SSH_AUTH_SOCK; 02:54:17 unset SSH_AGENT_PID; 02:54:17 echo Agent pid 37 killed; 02:54:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:54:17 + git semver [Pipeline] } 02:54:17 $ docker stop --time=1 0791d55c827474aae0c0f083cf326412e4463099d027b0e2d4fc2f441c20c2fa 02:54:19 $ docker rm -f --volumes 0791d55c827474aae0c0f083cf326412e4463099d027b0e2d4fc2f441c20c2fa [Pipeline] // withDockerContainer [Pipeline] sh 02:54:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:54:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:54:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:54:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:54:19 prd-ubuntu20.04-docker-8c-8g-526 does not seem to be running inside a container 02:54:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:54:20 $ docker top b3ce7676a24e409af02c29f90250c4a6ee75cdf90c37e2a7a1bd15bd0e79508b -eo pid,comm 02:54:20 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:54:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:54:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:54:20 [ssh-agent] Looking for ssh-agent implementation... 02:54:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:54:20 $ docker exec b3ce7676a24e409af02c29f90250c4a6ee75cdf90c37e2a7a1bd15bd0e79508b ssh-agent 02:54:20 SSH_AUTH_SOCK=/tmp/ssh-0HAYUiMiMXIp/agent.32 02:54:20 SSH_AGENT_PID=38 02:54:20 Running ssh-add (command line suppressed) 02:54:20 Identity added: /w/workspace/edgex-go/948@tmp/private_key_17437286885046666273.key (/w/workspace/edgex-go/948@tmp/private_key_17437286885046666273.key) 02:54:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:54:20 + git semver push 02:54:21 2026-01-13 02:54:21,077 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:54:21 2026-01-13 02:54:21,081 [run_push] DEBUG push 02:54:21 2026-01-13 02:54:21,081 [execute] INFO git cat-file --batch-check 02:54:21 2026-01-13 02:54:21,082 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/948/.semver, stdin=, shell=False, universal_newlines=False) 02:54:21 2026-01-13 02:54:21,084 [execute] INFO git rev-list 0eab6f57939e886c82e9828f48e36006ab513fe6 -- 02:54:21 2026-01-13 02:54:21,085 [execute] DEBUG Popen(['git', 'rev-list', '0eab6f57939e886c82e9828f48e36006ab513fe6', '--'], cwd=/w/workspace/edgex-go/948/.semver, stdin=None, shell=False, universal_newlines=False) 02:54:21 2026-01-13 02:54:21,105 [execute] INFO git fetch -v -- origin 02:54:21 2026-01-13 02:54:21,105 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/948/.semver, stdin=None, shell=False, universal_newlines=True) 02:54:21 2026-01-13 02:54:21,621 [run_push] DEBUG no remote changes detected 02:54:21 2026-01-13 02:54:21,621 [execute] INFO git push origin semver 02:54:21 2026-01-13 02:54:21,621 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/948/.semver, stdin=None, shell=False, universal_newlines=False) 02:54:22 2026-01-13 02:54:22,435 [run_push] DEBUG push all version tags 02:54:22 2026-01-13 02:54:22,435 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:54:22 2026-01-13 02:54:22,436 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/948, stdin=None, shell=False, universal_newlines=False) 02:54:23 2026-01-13 02:54:23,173 [read_version] DEBUG read version from /w/workspace/edgex-go/948/.semver/main 02:54:23 4.1.0-dev.94 [Pipeline] } 02:54:23 $ docker exec --env ******** --env ******** b3ce7676a24e409af02c29f90250c4a6ee75cdf90c37e2a7a1bd15bd0e79508b ssh-agent -k 02:54:23 unset SSH_AUTH_SOCK; 02:54:23 unset SSH_AGENT_PID; 02:54:23 echo Agent pid 38 killed; 02:54:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:54:23 + git semver [Pipeline] } 02:54:24 $ docker stop --time=1 b3ce7676a24e409af02c29f90250c4a6ee75cdf90c37e2a7a1bd15bd0e79508b 02:54:25 $ docker rm -f --volumes b3ce7676a24e409af02c29f90250c4a6ee75cdf90c37e2a7a1bd15bd0e79508b [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:54:25 + [ -d /w/workspace/edgex-go/948/archives ] [Pipeline] libraryResource [Pipeline] sh 02:54:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:54:27 ---> package-listing.sh 02:54:27 ++ facter osfamily 02:54:27 ++ tr '[:upper:]' '[:lower:]' 02:54:27 + OS_FAMILY=debian 02:54:27 + workspace=/w/workspace/edgex-go/948 02:54:27 + START_PACKAGES=/tmp/packages_start.txt 02:54:27 + END_PACKAGES=/tmp/packages_end.txt 02:54:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:54:27 + PACKAGES=/tmp/packages_start.txt 02:54:27 + '[' /w/workspace/edgex-go/948 ']' 02:54:27 + PACKAGES=/tmp/packages_end.txt 02:54:27 + case "${OS_FAMILY}" in 02:54:27 + dpkg -l 02:54:27 + grep '^ii' 02:54:27 + '[' -f /tmp/packages_start.txt ']' 02:54:27 + '[' -f /tmp/packages_end.txt ']' 02:54:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:54:27 + '[' /w/workspace/edgex-go/948 ']' 02:54:27 + mkdir -p /w/workspace/edgex-go/948/archives/ 02:54:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/948/archives/ [Pipeline] echo 02:54:27 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/948/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:54:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:54:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:54:28 02:54:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:54:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:54:28 latest: Pulling from edgex-lftools-log-publisher 02:54:28 5eb5b503b376: Pulling fs layer 02:54:28 5c69ac0246d0: Pulling fs layer 02:54:28 ec43610c2a17: Pulling fs layer 02:54:28 3a2ae6a8a46f: Pulling fs layer 02:54:28 33b1e0a273af: Pulling fs layer 02:54:28 3a2ae6a8a46f: Waiting 02:54:28 5d3b04190fa2: Pulling fs layer 02:54:28 2f39f015ded8: Pulling fs layer 02:54:28 33b1e0a273af: Waiting 02:54:28 5d3b04190fa2: Waiting 02:54:28 2f39f015ded8: Waiting 02:54:28 5c69ac0246d0: Verifying Checksum 02:54:28 5c69ac0246d0: Download complete 02:54:28 3a2ae6a8a46f: Verifying Checksum 02:54:28 3a2ae6a8a46f: Download complete 02:54:28 33b1e0a273af: Verifying Checksum 02:54:28 33b1e0a273af: Download complete 02:54:28 5d3b04190fa2: Verifying Checksum 02:54:28 5d3b04190fa2: Download complete 02:54:28 ec43610c2a17: Download complete 02:54:28 5eb5b503b376: Verifying Checksum 02:54:28 5eb5b503b376: Download complete 02:54:29 2f39f015ded8: Verifying Checksum 02:54:29 2f39f015ded8: Download complete 02:54:30 5eb5b503b376: Pull complete 02:54:30 5c69ac0246d0: Pull complete 02:54:31 ec43610c2a17: Pull complete 02:54:31 3a2ae6a8a46f: Pull complete 02:54:31 33b1e0a273af: Pull complete 02:54:31 5d3b04190fa2: Pull complete 02:54:37 2f39f015ded8: Pull complete 02:54:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:54:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:54:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:54:37 prd-ubuntu20.04-docker-8c-8g-526 does not seem to be running inside a container 02:54:38 $ 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/948/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/948 -v /w/workspace/edgex-go/948:/w/workspace/edgex-go/948:rw,z -v /w/workspace/edgex-go/948@tmp:/w/workspace/edgex-go/948@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:54:39 $ docker top 4c0d0c7318ada8db00a40f3150e461105538297367193dc6d97e334bed7eb035 -eo pid,comm [Pipeline] { [Pipeline] sh 02:54:39 + touch /tmp/pre-build-complete [Pipeline] sh 02:54:40 + mkdir -p /var/log/sysstat [Pipeline] sh 02:54:40 + ls /var/log/sa-host 02:54:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:54:40 provisioning config files... 02:54:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/948@tmp/config3939312990353512987tmp [Pipeline] { [Pipeline] echo 02:54:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:54:40 ---> create-netrc.sh [Pipeline] } 02:54:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:54:41 ---> python-tools-install.sh [Pipeline] echo 02:54:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:54:41 ---> sudo-logs.sh 02:54:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:54:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:54:41 ---> job-cost.sh 02:54:41 lf-activate-venv: SKIPPING 02:54:41 DEBUG: total: 0.10999999940395355 02:54:41 INFO: Retrieving Stack Cost... 02:54:42 INFO: Retrieving Pricing Info for: v3-standard-8 02:54:42 INFO: Archiving Costs [Pipeline] echo 02:54:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:54:42 ---> logs-deploy.sh 02:54:42 lf-activate-venv: SKIPPING 02:54:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/948 02:54:42 INFO: archiving workspace using pattern(s): 02:54:43 Archives upload complete. 02:54:43 INFO: archiving logs to Nexus 02:54:44 ---> uname -a: 02:54:44 Linux prd-ubuntu20-04-docker-8c-8g-526 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:54:44 02:54:44 02:54:44 ---> lscpu: 02:54:44 Architecture: x86_64 02:54:44 CPU op-mode(s): 32-bit, 64-bit 02:54:44 Byte Order: Little Endian 02:54:44 Address sizes: 40 bits physical, 48 bits virtual 02:54:44 CPU(s): 8 02:54:44 On-line CPU(s) list: 0-7 02:54:44 Thread(s) per core: 1 02:54:44 Core(s) per socket: 1 02:54:44 Socket(s): 8 02:54:44 NUMA node(s): 1 02:54:44 Vendor ID: AuthenticAMD 02:54:44 CPU family: 23 02:54:44 Model: 49 02:54:44 Model name: AMD EPYC-Rome Processor 02:54:44 Stepping: 0 02:54:44 CPU MHz: 2799.998 02:54:44 BogoMIPS: 5599.99 02:54:44 Virtualization: AMD-V 02:54:44 Hypervisor vendor: KVM 02:54:44 Virtualization type: full 02:54:44 L1d cache: 256 KiB 02:54:44 L1i cache: 256 KiB 02:54:44 L2 cache: 4 MiB 02:54:44 L3 cache: 128 MiB 02:54:44 NUMA node0 CPU(s): 0-7 02:54:44 Vulnerability Gather data sampling: Not affected 02:54:44 Vulnerability Itlb multihit: Not affected 02:54:44 Vulnerability L1tf: Not affected 02:54:44 Vulnerability Mds: Not affected 02:54:44 Vulnerability Meltdown: Not affected 02:54:44 Vulnerability Mmio stale data: Not affected 02:54:44 Vulnerability Retbleed: Vulnerable 02:54:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:54:44 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:54:44 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:54:44 Vulnerability Srbds: Not affected 02:54:44 Vulnerability Tsx async abort: Not affected 02:54:44 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:54:44 02:54:44 02:54:44 ---> nproc: 02:54:44 8 02:54:44 02:54:44 02:54:44 ---> df -h: 02:54:44 Filesystem Size Used Avail Use% Mounted on 02:54:44 overlay 155G 34G 122G 22% / 02:54:44 tmpfs 64M 0 64M 0% /dev 02:54:44 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:54:44 shm 64M 0 64M 0% /dev/shm 02:54:44 /dev/vda1 155G 34G 122G 22% /facter-os 02:54:44 02:54:44 02:54:44 ---> sar -b -r -n DEV: 02:54:44 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-526) 01/13/26 _x86_64_ (8 CPU) 02:54:44 02:54:44 01:55:21 LINUX RESTART (8 CPU) 02:54:44 02:54:44 01:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:54:44 01:57:01 454.45 20.49 433.96 0.00 3235.11 76972.58 0.00 02:54:44 01:58:01 47.35 0.13 47.22 0.00 1.07 32402.80 0.00 02:54:44 01:59:01 40.31 0.30 40.01 0.00 5.87 16221.45 0.00 02:54:44 02:00:01 253.94 0.23 253.71 0.00 35.06 129351.77 0.00 02:54:44 02:01:01 1178.03 21.81 1156.22 0.00 2181.18 486605.63 0.00 02:54:44 02:02:01 127.71 0.17 127.54 0.00 1.33 54319.76 0.00 02:54:44 02:03:01 323.68 0.05 323.63 0.00 0.40 94037.85 0.00 02:54:44 02:04:01 807.20 8.75 798.45 0.00 475.71 154396.27 0.00 02:54:44 02:05:01 34.24 1.48 32.76 0.00 48.38 822.39 0.00 02:54:44 02:06:01 15.28 0.00 15.28 0.00 0.00 375.94 0.00 02:54:44 02:07:01 1.07 0.00 1.07 0.00 0.00 15.86 0.00 02:54:44 02:08:01 1.70 0.00 1.70 0.00 0.00 18.79 0.00 02:54:44 02:09:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 02:54:44 02:10:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 02:54:44 02:11:01 2.70 0.53 2.17 0.00 6.53 27.86 0.00 02:54:44 02:12:01 1.87 0.00 1.87 0.00 0.00 20.80 0.00 02:54:44 02:13:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 02:54:44 02:14:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 02:54:44 02:15:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 02:54:44 02:16:01 1.62 0.00 1.62 0.00 0.00 18.80 0.00 02:54:44 02:17:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 02:54:44 02:18:01 1.60 0.05 1.55 0.00 1.07 17.86 0.00 02:54:44 02:19:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 02:54:44 02:20:01 1.40 0.00 1.40 0.00 0.00 16.39 0.00 02:54:44 02:21:01 1.15 0.00 1.15 0.00 0.00 13.86 0.00 02:54:44 02:22:01 1.55 0.00 1.55 0.00 0.00 17.33 0.00 02:54:44 02:23:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 02:54:44 02:24:01 1.72 0.00 1.72 0.00 0.00 19.60 0.00 02:54:44 02:25:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 02:54:44 02:26:01 1.80 0.30 1.50 0.00 16.79 18.12 0.00 02:54:44 02:27:01 2.45 1.38 1.07 0.00 28.91 12.52 0.00 02:54:44 02:28:01 1.42 0.00 1.42 0.00 0.00 17.06 0.00 02:54:44 02:29:01 1.05 0.00 1.05 0.00 0.00 13.20 0.00 02:54:44 02:30:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 02:54:44 02:31:01 1.18 0.00 1.18 0.00 0.00 14.26 0.00 02:54:44 02:32:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 02:54:44 02:33:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 02:54:44 02:34:01 1.37 0.00 1.37 0.00 0.00 15.99 0.00 02:54:44 02:35:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 02:54:44 02:36:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 02:54:44 02:37:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 02:54:44 02:38:01 1.03 0.00 1.03 0.00 0.00 14.00 0.00 02:54:44 02:39:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 02:54:44 02:40:01 1.17 0.00 1.17 0.00 0.00 13.86 0.00 02:54:44 02:41:01 1.05 0.00 1.05 0.00 0.00 13.33 0.00 02:54:44 02:42:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 02:54:44 02:43:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 02:54:44 02:44:02 1.45 0.00 1.45 0.00 0.00 16.93 0.00 02:54:44 02:45:01 0.98 0.00 0.98 0.00 0.00 10.57 0.00 02:54:44 02:46:01 1.20 0.00 1.20 0.00 0.00 14.66 0.00 02:54:44 02:47:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 02:54:44 02:48:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 02:54:44 02:49:01 1.10 0.00 1.10 0.00 0.00 12.26 0.00 02:54:44 02:50:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 02:54:44 02:51:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 02:54:44 02:52:01 120.26 1.00 119.26 0.00 46.39 47614.20 0.00 02:54:44 02:53:01 56.89 0.00 56.89 0.00 0.00 23038.96 0.00 02:54:44 02:54:01 1.83 0.00 1.83 0.00 0.00 22.13 0.00 02:54:44 Average: 60.59 0.97 59.62 0.00 104.02 19246.17 0.00 02:54:44 02:54:44 01:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:54:44 01:57:01 27640156 31540504 743796 2.26 117660 3987704 1682860 4.96 1168024 3586800 0 02:54:44 01:58:01 26002820 31265664 1008388 3.07 129012 5241164 2389996 7.05 2277512 4005280 340820 02:54:44 01:59:01 26075548 31294904 976612 2.97 134412 5161772 2014780 5.94 1769184 4414460 377416 02:54:44 02:00:01 23881512 31270520 994428 3.03 149828 7278512 2334624 6.88 1984124 6336696 394332 02:54:44 02:01:01 6758008 28882452 3284032 9.99 412192 20786800 10154872 29.94 6064240 18280896 326956 02:54:44 02:02:01 3119280 27969352 4191504 12.75 428704 23364768 11017152 32.48 8236748 19600212 1426452 02:54:44 02:03:01 860908 28903508 3262968 9.93 445808 26425452 7899228 23.29 8711908 21295480 2108916 02:54:44 02:04:01 5165164 31428396 803396 2.44 453308 24863576 2088588 6.16 3868712 22143304 420 02:54:44 02:05:01 5146392 31412788 817496 2.49 454340 24865576 2219980 6.54 4381564 21648432 188 02:54:44 02:06:01 5157380 31424232 805416 2.45 454908 24865800 2090468 6.16 4675996 21342344 4 02:54:44 02:07:01 5157356 31424216 805400 2.45 454924 24865804 2090468 6.16 4676380 21342348 72 02:54:44 02:08:01 5175652 31442556 787820 2.40 454940 24865808 2090468 6.16 4658016 21342352 164 02:54:44 02:09:01 5176560 31443468 787088 2.39 454972 24865812 2090468 6.16 4657564 21342356 4 02:54:44 02:10:01 5179756 31446844 783728 2.38 455004 24865940 2090468 6.16 4654492 21342484 12 02:54:44 02:11:01 5178800 31446192 784760 2.39 455072 24866104 2142848 6.32 4654176 21342456 8 02:54:44 02:12:01 5179012 31446424 784404 2.39 455120 24866108 2142848 6.32 4654120 21342460 8 02:54:44 02:13:01 5178776 31446244 784560 2.39 455140 24866108 2126312 6.27 4654124 21342460 24 02:54:44 02:14:01 5179340 31446852 783760 2.38 455160 24866112 2126312 6.27 4654092 21342464 44 02:54:44 02:15:01 5179332 31446856 783692 2.38 455176 24866112 2126312 6.27 4654120 21342464 8 02:54:44 02:16:01 5179196 31446752 783768 2.38 455188 24866116 2126312 6.27 4654028 21342468 24 02:54:44 02:17:01 5178636 31446196 784284 2.39 455200 24866116 2126312 6.27 4654260 21342468 12 02:54:44 02:18:01 5178872 31446484 783940 2.38 455204 24866148 2126312 6.27 4654268 21342492 44 02:54:44 02:19:01 5178680 31446364 783908 2.38 455212 24866152 2126312 6.27 4654268 21342496 8 02:54:44 02:20:01 5178688 31446384 783860 2.38 455224 24866156 2126312 6.27 4654004 21342496 4 02:54:44 02:21:01 5178356 31446112 784052 2.39 455260 24866148 2126312 6.27 4654296 21342500 12 02:54:44 02:22:01 5178120 31445932 784132 2.39 455288 24866160 2126312 6.27 4654084 21342500 48 02:54:44 02:23:01 5178492 31446316 783880 2.38 455308 24866164 2126312 6.27 4654068 21342508 8 02:54:44 02:24:01 5178580 31446456 783920 2.38 455328 24866172 2126312 6.27 4654404 21342512 16 02:54:44 02:25:01 5178596 31446476 783888 2.38 455344 24866172 2126312 6.27 4654132 21342516 12 02:54:44 02:26:01 5177184 31445596 784720 2.39 455360 24866676 2126312 6.27 4656732 21342828 48 02:54:44 02:27:01 5171240 31441604 788532 2.40 455376 24867548 2126312 6.27 4660720 21343084 24 02:54:44 02:28:01 5171760 31442160 787924 2.40 455388 24867552 2126312 6.27 4660404 21343104 44 02:54:44 02:29:01 5171356 31441764 788280 2.40 455412 24867560 2126312 6.27 4660944 21343100 40 02:54:44 02:30:01 5171560 31442004 787952 2.40 455436 24867560 2126312 6.27 4660540 21343092 4 02:54:44 02:31:01 5171544 31442004 787916 2.40 455476 24867556 2126312 6.27 4660612 21343096 8 02:54:44 02:32:01 5171196 31441740 788068 2.40 455488 24867564 2126312 6.27 4660600 21343096 44 02:54:44 02:33:01 5170888 31441436 788336 2.40 455508 24867568 2126312 6.27 4660584 21343100 8 02:54:44 02:34:01 5171508 31442152 787508 2.40 455520 24867572 2126312 6.27 4660628 21343104 44 02:54:44 02:35:01 5171688 31442332 787728 2.40 455540 24867572 2126312 6.27 4660612 21343104 8 02:54:44 02:36:01 5171704 31442396 787652 2.40 455564 24867576 2126312 6.27 4660728 21343108 68 02:54:44 02:37:01 5171656 31442348 787620 2.40 455584 24867576 2126312 6.27 4660668 21343108 12 02:54:44 02:38:01 5171584 31442440 787500 2.40 455600 24867712 2126312 6.27 4660692 21343232 68 02:54:44 02:39:01 5171536 31442396 787472 2.40 455612 24867716 2126312 6.27 4660692 21343236 8 02:54:44 02:40:01 5171236 31442140 787696 2.40 455628 24867716 2142356 6.32 4660752 21343244 12 02:54:44 02:41:01 5171180 31442092 787660 2.40 455652 24867716 2142356 6.32 4660832 21343248 52 02:54:44 02:42:01 5171448 31442392 787288 2.40 455684 24867724 2142356 6.32 4660804 21343248 12 02:54:44 02:43:01 5171336 31442292 787316 2.40 455704 24867728 2142356 6.32 4660788 21343260 28 02:54:44 02:44:02 5170816 31441832 787748 2.40 455728 24867732 2142356 6.32 4660844 21343264 4 02:54:44 02:45:01 5170768 31441796 787708 2.40 455756 24867732 2142356 6.32 4660860 21343264 12 02:54:44 02:46:01 5170656 31441724 787736 2.40 455772 24867736 2142356 6.32 4661240 21343268 240 02:54:44 02:47:01 5170384 31441464 788176 2.40 455812 24867728 2158400 6.36 4660924 21343268 12 02:54:44 02:48:01 5170116 31441256 788376 2.40 455832 24867744 2158400 6.36 4660980 21343272 56 02:54:44 02:49:01 5169832 31440980 788600 2.40 455844 24867748 2158400 6.36 4660964 21343280 8 02:54:44 02:50:01 5170052 31441220 788316 2.40 455864 24867748 2158400 6.36 4661020 21343280 8 02:54:44 02:51:01 5169688 31440860 788596 2.40 455884 24867752 2158400 6.36 4661084 21343284 16 02:54:44 02:52:01 4288444 31371392 854152 2.60 493784 25580116 2452580 7.23 4784548 22033176 412 02:54:44 02:53:01 3546348 31324424 897736 2.73 507008 26184104 2146260 6.33 4850200 22626260 196 02:54:44 02:54:01 3547152 31325276 896780 2.73 507052 26184108 2162352 6.37 4849972 22626276 172 02:54:44 Average: 6448514 31282051 947310 2.88 434174 23513844 2525866 7.45 4607894 20178776 85822 02:54:44 02:54:44 01:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:54:44 01:57:01 docker0 782.92 833.30 57.47 4759.32 0.00 0.00 0.00 0.00 02:54:44 01:57:01 lo 4.41 4.41 0.44 0.44 0.00 0.00 0.00 0.00 02:54:44 01:57:01 ens3 1197.25 1008.71 12105.93 154.92 0.00 0.00 0.00 0.00 02:54:44 01:58:01 docker0 0.15 0.13 0.01 0.02 0.00 0.00 0.00 0.00 02:54:44 01:58:01 veth41af54e 0.15 0.28 0.01 0.03 0.00 0.00 0.00 0.00 02:54:44 01:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 01:58:01 ens3 26.46 14.35 23.15 10.90 0.00 0.00 0.00 0.00 02:54:44 01:59:01 docker0 1.07 1.07 0.08 0.09 0.00 0.00 0.00 0.00 02:54:44 01:59:01 veth41af54e 1.07 1.08 0.09 0.10 0.00 0.00 0.00 0.00 02:54:44 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 01:59:01 ens3 25.48 15.25 22.42 11.70 0.00 0.00 0.00 0.00 02:54:44 02:00:01 docker0 23.26 46.18 1.61 622.62 0.00 0.00 0.00 0.00 02:54:44 02:00:01 vethaf5e057 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:00:01 vethbe4fe5d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:00:01 veth3614163 1.52 3.45 0.13 43.16 0.00 0.00 0.00 0.00 02:54:44 02:00:01 veth56bb1f7 1.63 4.02 0.14 43.27 0.00 0.00 0.00 0.00 02:54:44 02:00:01 veth020d83a 2.07 4.32 0.17 43.22 0.00 0.00 0.00 0.00 02:54:44 02:00:01 vethb0ac2ad 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:00:01 veth79c603f 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:54:44 02:00:01 veth4f9e0e6 0.63 1.12 0.06 0.26 0.00 0.00 0.00 0.00 02:54:44 02:00:01 veth3d5a3e5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:00:01 vethc04f844 2.22 4.75 0.20 69.80 0.00 0.00 0.00 0.01 02:54:44 02:00:01 lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 02:54:44 02:00:01 vethffc863f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:00:01 veth40ebe91 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:00:01 vethbe296b6 2.25 4.67 0.19 48.86 0.00 0.00 0.00 0.00 02:54:44 02:00:01 ens3 180.07 104.75 3839.22 22.08 0.00 0.00 0.00 0.00 02:54:44 02:00:01 vethc61f795 6.13 11.81 0.51 125.33 0.00 0.00 0.00 0.01 02:54:44 02:00:01 veth1df13f5 0.15 0.02 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:00:01 vethe97c1c1 3.58 9.33 0.28 123.03 0.00 0.00 0.00 0.01 02:54:44 02:00:01 veth8d68a7d 3.22 7.15 0.25 125.92 0.00 0.00 0.00 0.01 02:54:44 02:01:01 vethb2c1762 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 docker0 508.88 854.72 48.43 8854.32 0.00 0.00 0.00 0.00 02:54:44 02:01:01 veth23f7c21 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 vethd95f9ff 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 veth4f9e0e6 0.03 2.62 0.00 0.11 0.00 0.00 0.00 0.00 02:54:44 02:01:01 vetha5b29ca 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 veth1f7b517 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 veth4660368 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 veth34417ad 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 02:54:44 02:01:01 veth079b665 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 veth59d261f 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 vethbc90bea 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 ens3 1011.16 595.00 10425.18 76.65 0.00 0.00 0.00 0.00 02:54:44 02:01:01 vethee6cbfa 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:01:01 vethba1084b 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:54:44 02:02:01 vethb2c1762 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 docker0 0.10 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 veth23f7c21 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 vethd95f9ff 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 veth4f9e0e6 0.10 0.08 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 vetha5b29ca 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 veth1f7b517 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 veth4660368 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 veth34417ad 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:02:01 veth079b665 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 veth59d261f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 vethbc90bea 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 ens3 2.67 1.33 1.85 0.97 0.00 0.00 0.00 0.00 02:54:44 02:02:01 vethee6cbfa 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:02:01 vethba1084b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 vethb2c1762 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 veth23f7c21 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 vethd95f9ff 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 veth4f9e0e6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 vetha5b29ca 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 veth1f7b517 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 veth34417ad 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 veth079b665 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 veth59d261f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 vethbc90bea 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:03:01 ens3 5.78 2.88 4.77 2.57 0.00 0.00 0.00 0.00 02:54:44 02:03:01 vethba1084b 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:04:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:04:01 lo 18.33 18.33 1.80 1.80 0.00 0.00 0.00 0.00 02:54:44 02:04:01 ens3 239.09 249.45 115.99 1067.37 0.00 0.00 0.00 0.00 02:54:44 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:05:01 lo 36.39 36.39 3.56 3.56 0.00 0.00 0.00 0.00 02:54:44 02:05:01 ens3 479.36 486.55 189.04 2962.99 0.00 0.00 0.00 0.00 02:54:44 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:06:01 lo 15.20 15.20 1.48 1.48 0.00 0.00 0.00 0.00 02:54:44 02:06:01 ens3 215.51 211.63 90.94 1420.06 0.00 0.00 0.00 0.00 02:54:44 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:07:01 ens3 3.98 1.10 4.03 0.07 0.00 0.00 0.00 0.00 02:54:44 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:08:01 ens3 0.73 0.50 0.37 0.29 0.00 0.00 0.00 0.00 02:54:44 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:09:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:10:01 ens3 0.42 0.10 0.03 0.01 0.00 0.00 0.00 0.00 02:54:44 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:11:01 ens3 1.28 0.12 0.13 0.07 0.00 0.00 0.00 0.00 02:54:44 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:12:01 ens3 0.62 0.10 0.04 0.01 0.00 0.00 0.00 0.00 02:54:44 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:13:01 ens3 0.23 0.10 0.07 0.01 0.00 0.00 0.00 0.00 02:54:44 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:14:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:15:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:16:01 ens3 0.30 0.20 0.09 0.07 0.00 0.00 0.00 0.00 02:54:44 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:17:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:18:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:19:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:20:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:21:01 ens3 0.68 0.65 0.35 0.29 0.00 0.00 0.00 0.00 02:54:44 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:22:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:23:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:24:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:25:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:26:01 ens3 1.23 0.88 1.02 0.45 0.00 0.00 0.00 0.00 02:54:44 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:27:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:27:01 ens3 5.90 4.51 3.81 4.81 0.00 0.00 0.00 0.00 02:54:44 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:28:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:29:01 ens3 1.75 1.43 0.98 1.21 0.00 0.00 0.00 0.00 02:54:44 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:30:01 ens3 0.17 0.12 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:31:01 ens3 0.20 0.12 0.09 0.07 0.00 0.00 0.00 0.00 02:54:44 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:32:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:33:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:34:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:35:01 ens3 0.18 0.05 0.07 0.00 0.00 0.00 0.00 0.00 02:54:44 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:36:01 ens3 0.28 0.22 0.09 0.08 0.00 0.00 0.00 0.00 02:54:44 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:37:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:38:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:39:01 ens3 0.18 0.08 0.07 0.00 0.00 0.00 0.00 0.00 02:54:44 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:40:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:41:01 ens3 0.20 0.13 0.09 0.07 0.00 0.00 0.00 0.00 02:54:44 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:42:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:43:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:44:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:44:02 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:45:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:46:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 02:54:44 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:47:01 ens3 0.22 0.07 0.13 0.00 0.00 0.00 0.00 0.00 02:54:44 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:48:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:49:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:54:44 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:50:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:54:44 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:51:01 ens3 0.20 0.13 0.09 0.07 0.00 0.00 0.00 0.00 02:54:44 02:52:01 docker0 53.09 81.20 5.46 898.92 0.00 0.00 0.00 0.00 02:54:44 02:52:01 lo 1.67 1.67 0.15 0.15 0.00 0.00 0.00 0.00 02:54:44 02:52:01 veth1001bb8 0.03 0.08 0.00 0.01 0.00 0.00 0.00 0.00 02:54:44 02:52:01 ens3 244.96 147.51 4955.67 36.76 0.00 0.00 0.00 0.00 02:54:44 02:53:01 docker0 0.40 0.20 0.05 0.01 0.00 0.00 0.00 0.00 02:54:44 02:53:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 02:54:44 02:53:01 ens3 191.77 144.31 3217.13 126.87 0.00 0.00 0.00 0.00 02:54:44 02:53:01 veth70d5768 0.38 0.35 0.05 0.03 0.00 0.00 0.00 0.00 02:54:44 02:54:01 docker0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:54:44 02:54:01 ens3 1.50 0.83 1.15 0.62 0.00 0.00 0.00 0.00 02:54:44 02:54:01 veth70d5768 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 Average: docker0 23.41 31.11 1.94 259.75 0.00 0.00 0.00 0.00 02:54:44 Average: lo 1.44 1.44 0.14 0.14 0.00 0.00 0.00 0.00 02:54:44 Average: ens3 65.95 51.37 600.38 101.78 0.00 0.00 0.00 0.00 02:54:44 Average: veth70d5768 0.01 0.01 0.00 0.00 0.00 0.00 0.00 0.00 02:54:44 02:54:44 02:54:44 ---> sar -P ALL: 02:54:44 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-526) 01/13/26 _x86_64_ (8 CPU) 02:54:44 02:54:44 01:55:21 LINUX RESTART (8 CPU) 02:54:44 02:54:44 01:56:02 CPU %user %nice %system %iowait %steal %idle 02:54:44 01:57:01 all 10.37 0.00 4.11 1.71 0.07 83.74 02:54:44 01:57:01 0 9.99 0.00 3.72 0.29 0.05 85.94 02:54:44 01:57:01 1 8.41 0.00 3.97 2.77 0.07 84.77 02:54:44 01:57:01 2 10.60 0.00 4.02 0.14 0.07 85.17 02:54:44 01:57:01 3 9.04 0.00 2.85 0.50 0.05 87.56 02:54:44 01:57:01 4 12.31 0.00 2.96 0.17 0.07 84.49 02:54:44 01:57:01 5 10.70 0.00 3.95 1.03 0.09 84.23 02:54:44 01:57:01 6 9.19 0.00 6.91 8.76 0.07 75.06 02:54:44 01:57:01 7 12.75 0.00 4.49 0.09 0.07 82.60 02:54:44 01:58:01 all 49.02 0.00 8.71 0.29 0.09 41.90 02:54:44 01:58:01 0 47.02 0.00 8.38 0.40 0.10 44.10 02:54:44 01:58:01 1 52.57 0.00 8.67 0.08 0.08 38.59 02:54:44 01:58:01 2 46.74 0.00 11.18 0.05 0.10 41.92 02:54:44 01:58:01 3 51.53 0.00 7.94 0.17 0.08 40.27 02:54:44 01:58:01 4 48.97 0.00 8.09 0.37 0.08 42.48 02:54:44 01:58:01 5 48.75 0.00 7.97 0.05 0.08 43.14 02:54:44 01:58:01 6 48.51 0.00 8.34 1.18 0.08 41.88 02:54:44 01:58:01 7 48.06 0.00 9.07 0.02 0.07 42.79 02:54:44 01:59:01 all 54.25 0.00 7.59 0.15 0.09 37.93 02:54:44 01:59:01 0 53.62 0.00 7.45 0.10 0.08 38.75 02:54:44 01:59:01 1 54.45 0.00 7.80 0.35 0.08 37.32 02:54:44 01:59:01 2 55.10 0.00 7.43 0.02 0.08 37.36 02:54:44 01:59:01 3 52.29 0.00 7.25 0.02 0.10 40.34 02:54:44 01:59:01 4 56.02 0.00 8.12 0.03 0.08 35.75 02:54:44 01:59:01 5 53.18 0.00 7.80 0.62 0.08 38.31 02:54:44 01:59:01 6 54.78 0.00 7.22 0.02 0.08 37.90 02:54:44 01:59:01 7 54.53 0.00 7.62 0.00 0.10 37.75 02:54:44 02:00:01 all 37.20 0.00 7.40 1.50 0.07 53.84 02:54:44 02:00:01 0 36.94 0.00 7.28 1.75 0.07 53.97 02:54:44 02:00:01 1 36.24 0.00 8.07 3.47 0.08 52.14 02:54:44 02:00:01 2 37.11 0.00 7.15 0.82 0.07 54.85 02:54:44 02:00:01 3 37.45 0.00 7.11 1.24 0.07 54.12 02:54:44 02:00:01 4 37.52 0.00 6.76 0.82 0.08 54.80 02:54:44 02:00:01 5 38.63 0.00 7.47 1.41 0.07 52.41 02:54:44 02:00:01 6 35.75 0.00 6.55 1.55 0.07 56.07 02:54:44 02:00:01 7 37.91 0.00 8.78 0.92 0.07 52.32 02:54:44 02:01:01 all 54.95 0.00 14.13 9.45 0.09 21.38 02:54:44 02:01:01 0 55.55 0.00 14.17 6.50 0.08 23.70 02:54:44 02:01:01 1 54.15 0.00 14.19 6.91 0.08 24.66 02:54:44 02:01:01 2 55.59 0.00 13.53 5.64 0.08 25.16 02:54:44 02:01:01 3 55.03 0.00 14.92 12.06 0.10 17.88 02:54:44 02:01:01 4 53.99 0.00 15.33 14.92 0.08 15.67 02:54:44 02:01:01 5 55.31 0.00 12.81 4.77 0.10 27.01 02:54:44 02:01:01 6 55.20 0.00 13.49 8.11 0.10 23.09 02:54:44 02:01:01 7 54.76 0.00 14.63 16.73 0.10 13.78 02:54:44 02:02:01 all 90.13 0.00 9.76 0.00 0.11 0.00 02:54:44 02:02:01 0 90.07 0.00 9.83 0.00 0.10 0.00 02:54:44 02:02:01 1 89.49 0.00 10.41 0.00 0.10 0.00 02:54:44 02:02:01 2 88.67 0.00 11.23 0.00 0.10 0.00 02:54:44 02:02:01 3 90.92 0.00 8.98 0.00 0.10 0.00 02:54:44 02:02:01 4 89.55 0.00 10.31 0.00 0.13 0.00 02:54:44 02:02:01 5 90.54 0.00 9.35 0.00 0.12 0.00 02:54:44 02:02:01 6 90.84 0.00 9.06 0.00 0.10 0.00 02:54:44 02:02:01 7 90.99 0.00 8.91 0.00 0.10 0.00 02:54:44 02:03:01 all 90.80 0.00 9.11 0.00 0.09 0.00 02:54:44 02:03:01 0 90.94 0.00 8.95 0.00 0.12 0.00 02:54:44 02:03:01 1 88.72 0.00 11.21 0.00 0.07 0.00 02:54:44 02:03:01 2 91.38 0.00 8.53 0.00 0.08 0.00 02:54:44 02:03:01 3 91.22 0.00 8.70 0.00 0.08 0.00 02:54:44 02:03:01 4 91.04 0.00 8.86 0.00 0.10 0.00 02:54:44 02:03:01 5 91.00 0.00 8.91 0.00 0.08 0.00 02:54:44 02:03:01 6 90.74 0.00 9.16 0.00 0.10 0.00 02:54:44 02:03:01 7 91.34 0.00 8.58 0.00 0.08 0.00 02:54:44 02:04:01 all 37.52 0.00 5.73 0.72 0.08 55.96 02:54:44 02:04:01 0 35.55 0.00 6.42 0.60 0.07 57.37 02:54:44 02:04:01 1 39.89 0.00 6.16 0.33 0.08 53.53 02:54:44 02:04:01 2 38.30 0.00 6.47 0.94 0.07 54.24 02:54:44 02:04:01 3 38.26 0.00 5.29 0.62 0.08 55.75 02:54:44 02:04:01 4 39.03 0.00 5.31 0.82 0.08 54.76 02:54:44 02:04:01 5 36.04 0.00 5.30 0.85 0.08 57.71 02:54:44 02:04:01 6 36.67 0.00 5.24 0.80 0.08 57.20 02:54:44 02:04:01 7 36.41 0.00 5.62 0.80 0.08 57.09 02:54:44 02:05:01 all 11.54 0.00 0.96 0.10 0.06 87.34 02:54:44 02:05:01 0 15.17 0.00 0.86 0.02 0.05 83.90 02:54:44 02:05:01 1 9.47 0.00 0.97 0.05 0.05 89.46 02:54:44 02:05:01 2 9.25 0.00 0.99 0.57 0.07 89.13 02:54:44 02:05:01 3 15.48 0.00 1.02 0.07 0.07 83.37 02:54:44 02:05:01 4 7.82 0.00 0.77 0.02 0.07 91.32 02:54:44 02:05:01 5 9.52 0.00 0.90 0.03 0.07 89.48 02:54:44 02:05:01 6 13.23 0.00 1.04 0.03 0.07 85.63 02:54:44 02:05:01 7 12.36 0.00 1.12 0.03 0.07 86.42 02:54:44 02:06:01 all 6.46 0.00 0.49 0.06 0.04 92.95 02:54:44 02:06:01 0 9.90 0.00 0.55 0.00 0.05 89.51 02:54:44 02:06:01 1 11.17 0.00 0.78 0.08 0.05 87.91 02:54:44 02:06:01 2 5.17 0.00 0.37 0.00 0.02 94.44 02:54:44 02:06:01 3 5.07 0.00 0.55 0.13 0.03 94.21 02:54:44 02:06:01 4 7.17 0.00 0.47 0.22 0.03 92.12 02:54:44 02:06:01 5 3.99 0.00 0.49 0.02 0.05 95.46 02:54:44 02:06:01 6 5.75 0.00 0.40 0.02 0.07 93.77 02:54:44 02:06:01 7 3.42 0.00 0.30 0.02 0.03 96.23 02:54:44 02:07:01 all 0.03 0.00 0.02 0.01 0.01 99.93 02:54:44 02:07:01 0 0.05 0.00 0.05 0.00 0.02 99.88 02:54:44 02:07:01 1 0.05 0.00 0.02 0.02 0.02 99.90 02:54:44 02:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:54:44 02:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 02:07:01 4 0.00 0.00 0.00 0.03 0.00 99.97 02:54:44 02:07:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:07:01 6 0.05 0.00 0.02 0.00 0.02 99.92 02:54:44 02:07:01 7 0.02 0.00 0.05 0.00 0.02 99.92 02:54:44 02:54:44 02:07:01 CPU %user %nice %system %iowait %steal %idle 02:54:44 02:08:01 all 0.04 0.00 0.01 0.01 0.01 99.94 02:54:44 02:08:01 0 0.05 0.00 0.02 0.00 0.03 99.90 02:54:44 02:08:01 1 0.07 0.00 0.00 0.03 0.02 99.88 02:54:44 02:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:08:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:54:44 02:08:01 4 0.03 0.00 0.00 0.02 0.00 99.95 02:54:44 02:08:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:54:44 02:08:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:08:01 7 0.03 0.00 0.03 0.00 0.00 99.93 02:54:44 02:09:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:54:44 02:09:01 0 0.05 0.00 0.00 0.00 0.03 99.92 02:54:44 02:09:01 1 0.00 0.00 0.00 0.05 0.00 99.95 02:54:44 02:09:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:54:44 02:09:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:54:44 02:09:01 4 0.00 0.00 0.00 0.02 0.02 99.97 02:54:44 02:09:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:09:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:09:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:10:01 all 0.03 0.00 0.02 0.00 0.01 99.94 02:54:44 02:10:01 0 0.00 0.00 0.03 0.00 0.03 99.93 02:54:44 02:10:01 1 0.00 0.00 0.02 0.02 0.02 99.95 02:54:44 02:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:10:01 3 0.08 0.00 0.02 0.00 0.00 99.90 02:54:44 02:10:01 4 0.00 0.00 0.02 0.02 0.00 99.97 02:54:44 02:10:01 5 0.05 0.00 0.03 0.00 0.02 99.90 02:54:44 02:10:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:54:44 02:10:01 7 0.02 0.00 0.03 0.00 0.00 99.95 02:54:44 02:11:01 all 0.03 0.00 0.04 0.01 0.01 99.92 02:54:44 02:11:01 0 0.03 0.00 0.03 0.02 0.02 99.90 02:54:44 02:11:01 1 0.03 0.00 0.02 0.02 0.00 99.93 02:54:44 02:11:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:54:44 02:11:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:54:44 02:11:01 4 0.02 0.00 0.05 0.02 0.00 99.92 02:54:44 02:11:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:11:01 6 0.02 0.00 0.05 0.00 0.02 99.92 02:54:44 02:11:01 7 0.05 0.00 0.07 0.02 0.02 99.85 02:54:44 02:12:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:54:44 02:12:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:12:01 1 0.00 0.00 0.02 0.03 0.02 99.93 02:54:44 02:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:12:01 4 0.02 0.00 0.00 0.03 0.00 99.95 02:54:44 02:12:01 5 0.03 0.00 0.03 0.00 0.00 99.93 02:54:44 02:12:01 6 0.05 0.00 0.02 0.00 0.02 99.92 02:54:44 02:12:01 7 0.08 0.00 0.02 0.00 0.02 99.88 02:54:44 02:13:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:54:44 02:13:01 0 0.03 0.00 0.03 0.00 0.03 99.90 02:54:44 02:13:01 1 0.02 0.00 0.02 0.02 0.00 99.95 02:54:44 02:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:13:01 3 0.07 0.00 0.02 0.00 0.03 99.88 02:54:44 02:13:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:54:44 02:13:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:13:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:54:44 02:13:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:14:01 all 0.03 0.00 0.02 0.00 0.01 99.95 02:54:44 02:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:14:01 1 0.05 0.00 0.02 0.02 0.02 99.90 02:54:44 02:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 02:14:01 5 0.03 0.00 0.03 0.00 0.00 99.93 02:54:44 02:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:14:01 7 0.05 0.00 0.05 0.00 0.02 99.88 02:54:44 02:15:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:54:44 02:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:15:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:54:44 02:15:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:15:01 4 0.03 0.00 0.02 0.02 0.02 99.92 02:54:44 02:15:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:15:01 7 0.10 0.00 0.02 0.00 0.02 99.87 02:54:44 02:16:01 all 0.11 0.00 0.02 0.00 0.01 99.86 02:54:44 02:16:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:54:44 02:16:01 1 0.00 0.00 0.00 0.02 0.02 99.97 02:54:44 02:16:01 2 0.58 0.00 0.02 0.00 0.00 99.40 02:54:44 02:16:01 3 0.00 0.00 0.03 0.00 0.00 99.97 02:54:44 02:16:01 4 0.02 0.00 0.00 0.02 0.00 99.97 02:54:44 02:16:01 5 0.12 0.00 0.03 0.00 0.02 99.83 02:54:44 02:16:01 6 0.08 0.00 0.03 0.00 0.02 99.87 02:54:44 02:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:17:01 all 0.27 0.00 0.02 0.00 0.01 99.70 02:54:44 02:17:01 0 0.07 0.00 0.05 0.00 0.03 99.85 02:54:44 02:17:01 1 0.00 0.00 0.00 0.02 0.00 99.98 02:54:44 02:17:01 2 1.97 0.00 0.00 0.00 0.00 98.03 02:54:44 02:17:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:54:44 02:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:17:01 5 0.02 0.00 0.03 0.00 0.02 99.93 02:54:44 02:17:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:17:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:18:01 all 0.18 0.00 0.02 0.05 0.01 99.75 02:54:44 02:18:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:18:01 1 0.03 0.00 0.03 0.18 0.02 99.73 02:54:44 02:18:01 2 1.22 0.00 0.02 0.00 0.00 98.76 02:54:44 02:18:01 3 0.00 0.00 0.03 0.00 0.00 99.97 02:54:44 02:18:01 4 0.00 0.00 0.00 0.13 0.00 99.87 02:54:44 02:18:01 5 0.05 0.00 0.03 0.05 0.02 99.85 02:54:44 02:18:01 6 0.05 0.00 0.00 0.00 0.00 99.95 02:54:44 02:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 02:54:44 02:18:01 CPU %user %nice %system %iowait %steal %idle 02:54:44 02:19:01 all 0.06 0.00 0.01 0.00 0.01 99.91 02:54:44 02:19:01 0 0.03 0.00 0.05 0.00 0.02 99.90 02:54:44 02:19:01 1 0.00 0.00 0.00 0.02 0.00 99.98 02:54:44 02:19:01 2 0.33 0.00 0.02 0.00 0.02 99.63 02:54:44 02:19:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:54:44 02:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 02:19:01 5 0.05 0.00 0.02 0.00 0.00 99.93 02:54:44 02:19:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:54:44 02:19:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:20:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:54:44 02:20:01 0 0.07 0.00 0.02 0.00 0.02 99.90 02:54:44 02:20:01 1 0.00 0.00 0.02 0.02 0.02 99.95 02:54:44 02:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:20:01 4 0.10 0.00 0.00 0.00 0.00 99.90 02:54:44 02:20:01 5 0.08 0.00 0.02 0.00 0.02 99.88 02:54:44 02:20:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:21:01 all 0.02 0.00 0.02 0.01 0.01 99.94 02:54:44 02:21:01 0 0.03 0.00 0.03 0.00 0.03 99.90 02:54:44 02:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 02:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:21:01 3 0.05 0.00 0.02 0.02 0.02 99.90 02:54:44 02:21:01 4 0.02 0.00 0.02 0.03 0.02 99.92 02:54:44 02:21:01 5 0.02 0.00 0.03 0.00 0.02 99.93 02:54:44 02:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:21:01 7 0.03 0.00 0.05 0.00 0.02 99.90 02:54:44 02:22:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:54:44 02:22:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:22:01 1 0.08 0.00 0.03 0.00 0.02 99.87 02:54:44 02:22:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:22:01 3 0.03 0.00 0.03 0.02 0.02 99.90 02:54:44 02:22:01 4 0.03 0.00 0.00 0.02 0.00 99.95 02:54:44 02:22:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:22:01 6 0.05 0.00 0.02 0.00 0.02 99.92 02:54:44 02:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:23:01 all 0.03 0.00 0.02 0.00 0.01 99.93 02:54:44 02:23:01 0 0.05 0.00 0.05 0.00 0.02 99.88 02:54:44 02:23:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:54:44 02:23:01 2 0.05 0.00 0.00 0.00 0.00 99.95 02:54:44 02:23:01 3 0.03 0.00 0.02 0.02 0.02 99.92 02:54:44 02:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:23:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:23:01 6 0.02 0.00 0.05 0.00 0.02 99.92 02:54:44 02:23:01 7 0.05 0.00 0.02 0.00 0.02 99.92 02:54:44 02:24:01 all 0.05 0.00 0.02 0.00 0.01 99.92 02:54:44 02:24:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:24:01 3 0.10 0.00 0.05 0.02 0.02 99.82 02:54:44 02:24:01 4 0.07 0.00 0.00 0.02 0.00 99.92 02:54:44 02:24:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:54:44 02:24:01 6 0.08 0.00 0.03 0.00 0.02 99.87 02:54:44 02:24:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:25:01 all 0.02 0.00 0.04 0.00 0.01 99.93 02:54:44 02:25:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:25:01 1 0.02 0.00 0.05 0.00 0.02 99.92 02:54:44 02:25:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:54:44 02:25:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 02:25:01 5 0.03 0.00 0.05 0.00 0.02 99.90 02:54:44 02:25:01 6 0.03 0.00 0.08 0.02 0.02 99.85 02:54:44 02:25:01 7 0.02 0.00 0.05 0.00 0.00 99.93 02:54:44 02:26:01 all 0.15 0.00 0.03 0.01 0.01 99.81 02:54:44 02:26:01 0 0.08 0.00 0.02 0.00 0.02 99.88 02:54:44 02:26:01 1 0.08 0.00 0.02 0.02 0.02 99.87 02:54:44 02:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:26:01 3 0.08 0.00 0.02 0.00 0.00 99.90 02:54:44 02:26:01 4 0.28 0.00 0.02 0.02 0.00 99.68 02:54:44 02:26:01 5 0.17 0.00 0.00 0.00 0.02 99.82 02:54:44 02:26:01 6 0.15 0.00 0.07 0.02 0.00 99.77 02:54:44 02:26:01 7 0.28 0.00 0.12 0.00 0.02 99.58 02:54:44 02:27:01 all 0.28 0.00 0.09 0.01 0.01 99.61 02:54:44 02:27:01 0 0.43 0.00 0.03 0.00 0.02 99.52 02:54:44 02:27:01 1 0.07 0.00 0.08 0.00 0.00 99.85 02:54:44 02:27:01 2 0.00 0.00 0.03 0.00 0.00 99.97 02:54:44 02:27:01 3 0.43 0.00 0.12 0.03 0.02 99.40 02:54:44 02:27:01 4 0.70 0.00 0.03 0.02 0.02 99.23 02:54:44 02:27:01 5 0.25 0.00 0.08 0.00 0.02 99.65 02:54:44 02:27:01 6 0.08 0.00 0.22 0.00 0.03 99.67 02:54:44 02:27:01 7 0.30 0.00 0.13 0.00 0.00 99.57 02:54:44 02:28:01 all 0.32 0.00 0.03 0.00 0.01 99.64 02:54:44 02:28:01 0 2.00 0.00 0.03 0.00 0.03 97.93 02:54:44 02:28:01 1 0.03 0.00 0.05 0.03 0.02 99.87 02:54:44 02:28:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:28:01 3 0.05 0.00 0.00 0.00 0.02 99.93 02:54:44 02:28:01 4 0.05 0.00 0.02 0.00 0.00 99.93 02:54:44 02:28:01 5 0.07 0.00 0.07 0.00 0.02 99.85 02:54:44 02:28:01 6 0.17 0.00 0.00 0.00 0.00 99.83 02:54:44 02:28:01 7 0.10 0.00 0.05 0.00 0.03 99.82 02:54:44 02:29:01 all 0.31 0.00 0.01 0.00 0.01 99.66 02:54:44 02:29:01 0 2.04 0.00 0.00 0.00 0.02 97.95 02:54:44 02:29:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:29:01 4 0.25 0.00 0.00 0.02 0.00 99.73 02:54:44 02:29:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:29:01 6 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:29:01 7 0.07 0.00 0.02 0.00 0.02 99.90 02:54:44 02:54:44 02:29:01 CPU %user %nice %system %iowait %steal %idle 02:54:44 02:30:01 all 0.15 0.00 0.03 0.00 0.01 99.80 02:54:44 02:30:01 0 0.99 0.00 0.12 0.00 0.02 98.87 02:54:44 02:30:01 1 0.05 0.00 0.02 0.02 0.02 99.90 02:54:44 02:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:30:01 3 0.08 0.00 0.02 0.00 0.02 99.88 02:54:44 02:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:30:01 6 0.03 0.00 0.02 0.00 0.03 99.92 02:54:44 02:30:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:31:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:54:44 02:31:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:54:44 02:31:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:31:01 4 0.00 0.00 0.02 0.02 0.00 99.97 02:54:44 02:31:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:31:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:54:44 02:31:01 7 0.03 0.00 0.03 0.02 0.02 99.90 02:54:44 02:32:01 all 0.03 0.00 0.02 0.00 0.01 99.94 02:54:44 02:32:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:32:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:54:44 02:32:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:32:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:32:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:54:44 02:32:01 5 0.05 0.00 0.00 0.02 0.02 99.92 02:54:44 02:32:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:54:44 02:32:01 7 0.03 0.00 0.05 0.00 0.02 99.90 02:54:44 02:33:01 all 0.09 0.00 0.01 0.00 0.01 99.89 02:54:44 02:33:01 0 0.55 0.00 0.02 0.00 0.02 99.42 02:54:44 02:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:33:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 02:33:01 5 0.07 0.00 0.02 0.02 0.00 99.90 02:54:44 02:33:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:34:01 all 0.11 0.00 0.02 0.00 0.02 99.85 02:54:44 02:34:01 0 0.57 0.00 0.03 0.00 0.02 99.38 02:54:44 02:34:01 1 0.05 0.00 0.02 0.02 0.02 99.90 02:54:44 02:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:34:01 3 0.05 0.00 0.02 0.00 0.02 99.92 02:54:44 02:34:01 4 0.07 0.00 0.00 0.02 0.02 99.90 02:54:44 02:34:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:34:01 6 0.05 0.00 0.03 0.00 0.02 99.90 02:54:44 02:34:01 7 0.07 0.00 0.02 0.00 0.03 99.88 02:54:44 02:35:01 all 0.09 0.00 0.02 0.00 0.01 99.88 02:54:44 02:35:01 0 0.58 0.00 0.05 0.00 0.03 99.33 02:54:44 02:35:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:35:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:35:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:35:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:36:01 all 0.09 0.00 0.02 0.00 0.01 99.88 02:54:44 02:36:01 0 0.47 0.00 0.03 0.00 0.02 99.48 02:54:44 02:36:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:54:44 02:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:36:01 3 0.05 0.00 0.00 0.00 0.02 99.93 02:54:44 02:36:01 4 0.05 0.00 0.00 0.02 0.00 99.93 02:54:44 02:36:01 5 0.03 0.00 0.03 0.02 0.00 99.92 02:54:44 02:36:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:36:01 7 0.08 0.00 0.05 0.00 0.02 99.85 02:54:44 02:37:01 all 0.02 0.00 0.02 0.01 0.01 99.95 02:54:44 02:37:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:37:01 1 0.02 0.00 0.07 0.00 0.00 99.92 02:54:44 02:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:37:01 4 0.00 0.00 0.02 0.03 0.00 99.95 02:54:44 02:37:01 5 0.02 0.00 0.00 0.02 0.02 99.95 02:54:44 02:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:37:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:38:01 all 0.04 0.00 0.02 0.00 0.01 99.92 02:54:44 02:38:01 0 0.05 0.00 0.03 0.00 0.03 99.88 02:54:44 02:38:01 1 0.12 0.00 0.02 0.02 0.03 99.82 02:54:44 02:38:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:54:44 02:38:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:38:01 4 0.02 0.00 0.00 0.02 0.00 99.97 02:54:44 02:38:01 5 0.00 0.00 0.03 0.00 0.00 99.97 02:54:44 02:38:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:38:01 7 0.03 0.00 0.05 0.00 0.02 99.90 02:54:44 02:39:01 all 0.07 0.00 0.01 0.00 0.01 99.90 02:54:44 02:39:01 0 0.45 0.00 0.00 0.00 0.03 99.52 02:54:44 02:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:39:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:39:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:39:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:39:01 7 0.05 0.00 0.07 0.00 0.02 99.87 02:54:44 02:40:01 all 0.30 0.00 0.02 0.00 0.02 99.65 02:54:44 02:40:01 0 2.00 0.00 0.03 0.00 0.03 97.93 02:54:44 02:40:01 1 0.07 0.00 0.02 0.02 0.02 99.88 02:54:44 02:40:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:40:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:54:44 02:40:01 4 0.02 0.00 0.00 0.02 0.02 99.95 02:54:44 02:40:01 5 0.02 0.00 0.05 0.00 0.02 99.92 02:54:44 02:40:01 6 0.15 0.00 0.02 0.00 0.03 99.80 02:54:44 02:40:01 7 0.07 0.00 0.03 0.00 0.03 99.87 02:54:44 02:54:44 02:40:01 CPU %user %nice %system %iowait %steal %idle 02:54:44 02:41:01 all 0.18 0.00 0.03 0.00 0.01 99.78 02:54:44 02:41:01 0 1.26 0.00 0.05 0.00 0.02 98.68 02:54:44 02:41:01 1 0.00 0.00 0.02 0.02 0.02 99.95 02:54:44 02:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:41:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:41:01 4 0.02 0.00 0.02 0.02 0.00 99.95 02:54:44 02:41:01 5 0.05 0.00 0.03 0.00 0.00 99.92 02:54:44 02:41:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:41:01 7 0.07 0.00 0.07 0.00 0.02 99.85 02:54:44 02:42:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:54:44 02:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:42:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:42:01 3 0.08 0.00 0.00 0.00 0.00 99.92 02:54:44 02:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:42:01 6 0.13 0.00 0.03 0.00 0.03 99.80 02:54:44 02:42:01 7 0.03 0.00 0.03 0.00 0.00 99.93 02:54:44 02:43:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:54:44 02:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:43:01 1 0.03 0.00 0.02 0.02 0.02 99.92 02:54:44 02:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:43:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:43:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:54:44 02:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:43:01 6 0.10 0.00 0.05 0.00 0.03 99.82 02:54:44 02:43:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:44:02 all 0.28 0.00 0.01 0.00 0.01 99.70 02:54:44 02:44:02 0 1.94 0.00 0.00 0.00 0.02 98.05 02:54:44 02:44:02 1 0.02 0.00 0.02 0.02 0.02 99.93 02:54:44 02:44:02 2 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:44:02 3 0.05 0.00 0.00 0.00 0.00 99.95 02:54:44 02:44:02 4 0.07 0.00 0.02 0.00 0.00 99.92 02:54:44 02:44:02 5 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:44:02 6 0.05 0.00 0.02 0.00 0.03 99.90 02:54:44 02:44:02 7 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:45:01 all 0.21 0.00 0.03 0.00 0.01 99.75 02:54:44 02:45:01 0 1.48 0.00 0.08 0.00 0.00 98.44 02:54:44 02:45:01 1 0.03 0.00 0.00 0.02 0.03 99.92 02:54:44 02:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:54:44 02:45:01 4 0.02 0.00 0.03 0.02 0.02 99.92 02:54:44 02:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:45:01 6 0.05 0.00 0.05 0.00 0.03 99.86 02:54:44 02:45:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:46:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:54:44 02:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:46:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:54:44 02:46:01 2 0.05 0.00 0.00 0.00 0.00 99.95 02:54:44 02:46:01 3 0.05 0.00 0.00 0.00 0.02 99.93 02:54:44 02:46:01 4 0.05 0.00 0.02 0.02 0.00 99.92 02:54:44 02:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 02:46:01 6 0.05 0.00 0.00 0.00 0.02 99.93 02:54:44 02:46:01 7 0.05 0.00 0.02 0.00 0.00 99.93 02:54:44 02:47:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:54:44 02:47:01 0 0.05 0.00 0.00 0.00 0.00 99.95 02:54:44 02:47:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:54:44 02:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:47:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:47:01 4 0.03 0.00 0.00 0.00 0.02 99.95 02:54:44 02:47:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:47:01 6 0.07 0.00 0.05 0.00 0.03 99.85 02:54:44 02:47:01 7 0.07 0.00 0.03 0.00 0.02 99.88 02:54:44 02:48:01 all 0.05 0.00 0.01 0.00 0.01 99.92 02:54:44 02:48:01 0 0.10 0.00 0.00 0.00 0.02 99.88 02:54:44 02:48:01 1 0.03 0.00 0.02 0.02 0.02 99.92 02:54:44 02:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:48:01 4 0.05 0.00 0.00 0.02 0.00 99.93 02:54:44 02:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:48:01 6 0.07 0.00 0.02 0.00 0.03 99.88 02:54:44 02:48:01 7 0.08 0.00 0.05 0.00 0.00 99.87 02:54:44 02:49:01 all 0.09 0.00 0.02 0.00 0.01 99.88 02:54:44 02:49:01 0 0.55 0.00 0.05 0.00 0.00 99.40 02:54:44 02:49:01 1 0.03 0.00 0.05 0.02 0.02 99.88 02:54:44 02:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:54:44 02:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:54:44 02:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 02:49:01 6 0.03 0.00 0.05 0.00 0.03 99.88 02:54:44 02:49:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:50:01 all 0.09 0.00 0.01 0.00 0.01 99.88 02:54:44 02:50:01 0 0.43 0.00 0.00 0.00 0.02 99.55 02:54:44 02:50:01 1 0.03 0.00 0.02 0.02 0.02 99.92 02:54:44 02:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 02:50:01 3 0.07 0.00 0.00 0.00 0.02 99.92 02:54:44 02:50:01 4 0.02 0.00 0.02 0.02 0.00 99.95 02:54:44 02:50:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:50:01 6 0.15 0.00 0.02 0.00 0.03 99.80 02:54:44 02:50:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:54:44 02:51:01 all 0.28 0.00 0.01 0.00 0.01 99.69 02:54:44 02:51:01 0 1.97 0.00 0.02 0.00 0.00 98.01 02:54:44 02:51:01 1 0.00 0.00 0.03 0.00 0.05 99.92 02:54:44 02:51:01 2 0.02 0.00 0.00 0.02 0.00 99.97 02:54:44 02:51:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:54:44 02:51:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:54:44 02:51:01 5 0.08 0.00 0.00 0.00 0.00 99.92 02:54:44 02:51:01 6 0.05 0.00 0.02 0.00 0.02 99.92 02:54:44 02:51:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:54:44 02:54:44 02:51:01 CPU %user %nice %system %iowait %steal %idle 02:54:44 02:52:01 all 6.45 0.00 2.45 0.57 0.04 90.50 02:54:44 02:52:01 0 6.90 0.00 2.03 0.12 0.03 90.92 02:54:44 02:52:01 1 5.35 0.00 2.90 1.31 0.05 90.38 02:54:44 02:52:01 2 5.86 0.00 2.35 0.02 0.03 91.74 02:54:44 02:52:01 3 8.76 0.00 2.67 0.03 0.03 88.50 02:54:44 02:52:01 4 4.54 0.00 1.98 0.32 0.03 93.13 02:54:44 02:52:01 5 7.31 0.00 2.38 0.02 0.03 90.26 02:54:44 02:52:01 6 5.83 0.00 2.69 2.39 0.05 89.04 02:54:44 02:52:01 7 7.06 0.00 2.57 0.34 0.05 89.99 02:54:44 02:53:01 all 3.91 0.00 1.63 0.28 0.04 94.14 02:54:44 02:53:01 0 2.51 0.00 1.27 0.43 0.03 95.76 02:54:44 02:53:01 1 3.90 0.00 1.85 1.60 0.03 92.62 02:54:44 02:53:01 2 3.46 0.00 1.63 0.03 0.05 94.83 02:54:44 02:53:01 3 3.98 0.00 1.73 0.10 0.05 94.13 02:54:44 02:53:01 4 4.50 0.00 2.05 0.00 0.03 93.42 02:54:44 02:53:01 5 4.11 0.00 1.80 0.00 0.03 94.06 02:54:44 02:53:01 6 5.58 0.00 1.59 0.00 0.03 92.79 02:54:44 02:53:01 7 3.22 0.00 1.14 0.07 0.03 95.54 02:54:44 02:54:01 all 0.10 0.00 0.03 0.00 0.01 99.86 02:54:44 02:54:01 0 0.67 0.00 0.10 0.02 0.02 99.20 02:54:44 02:54:01 1 0.00 0.00 0.03 0.00 0.00 99.97 02:54:44 02:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:54:44 02:54:01 3 0.08 0.00 0.03 0.00 0.03 99.85 02:54:44 02:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:54:44 02:54:01 5 0.00 0.00 0.02 0.02 0.02 99.95 02:54:44 02:54:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:54:44 02:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:54:44 Average: all 7.85 0.00 1.25 0.26 0.02 90.62 02:54:44 Average: 0 8.15 0.00 1.24 0.18 0.03 90.41 02:54:44 Average: 1 7.82 0.00 1.34 0.30 0.03 90.51 02:54:44 Average: 2 7.76 0.00 1.29 0.14 0.02 90.79 02:54:44 Average: 3 7.92 0.00 1.19 0.26 0.02 90.60 02:54:44 Average: 4 7.80 0.00 1.22 0.31 0.02 90.65 02:54:44 Average: 5 7.74 0.00 1.20 0.15 0.02 90.88 02:54:44 Average: 6 7.80 0.00 1.25 0.39 0.03 90.53 02:54:44 Average: 7 7.81 0.00 1.27 0.32 0.02 90.56 02:54:44 02:54:44 02:54:44