Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 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-ssh3549351735418847770.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh12633707099823079821.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 056ae7b86453181957306e7078512cbe12174832 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-ssh7167030980439889095.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > 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-ssh3938162523912720927.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-ssh5037473164170827199.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]] ========================================================= [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.23 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7628 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/890 [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/890 # 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 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 (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 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#5235)" > git rev-list --no-walk c5c6148199ce00eccccaddf73a9bca5b121fa2ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:32:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:32:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:32:47 ========================================================= 10:32:47 EdgeX Global Pipelines Version Info 10:32:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:32:48 ------------------- 10:32:48 stable info: 10:32:48 ------------------- 10:32:48 Commited By: Cherry Wang cherry@iotechsys.com 10:32:48 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 10:32:48 Message: update stable to v1.0.276 10:32:48 ------------------- 10:32:48 experimental info: 10:32:48 ------------------- 10:32:48 Commited By: **** collab-it+edgex@linuxfoundation.org 10:32:48 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 10:32:48 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cf03c0e [Pipeline] echo 10:32:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:32:49 provisioning config files... 10:32:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/890@tmp/config8181197989045822147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:32:49 ---> ****-login.sh 10:32:49 nexus3.edgexfoundry.org:10001 10:32:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:50 10:32:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:32:50 Configure a credential helper to remove this warning. See 10:32:50 https://docs.****.com/go/credential-store/ 10:32:50 10:32:50 Login Succeeded 10:32:50 nexus3.edgexfoundry.org:10002 10:32:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:50 10:32:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:32:50 Configure a credential helper to remove this warning. See 10:32:50 https://docs.****.com/go/credential-store/ 10:32:50 10:32:50 Login Succeeded 10:32:50 nexus3.edgexfoundry.org:10003 10:32:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:50 10:32:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:32:50 Configure a credential helper to remove this warning. See 10:32:50 https://docs.****.com/go/credential-store/ 10:32:50 10:32:50 Login Succeeded 10:32:50 nexus3.edgexfoundry.org:10004 10:32:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:50 10:32:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:32:50 Configure a credential helper to remove this warning. See 10:32:50 https://docs.****.com/go/credential-store/ 10:32:50 10:32:50 Login Succeeded 10:32:50 ****.io 10:32:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:32:50 10:32:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:32:50 Configure a credential helper to remove this warning. See 10:32:50 https://docs.****.com/go/credential-store/ 10:32:50 10:32:50 Login Succeeded 10:32:50 ---> ****-login.sh ends [Pipeline] } 10:32:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:32:51 + 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 10:32:51 + cut -d/ -f2 10:32:51 + dirname cmd/core-command/Dockerfile 10:32:51 + echo core-command,cmd/core-command/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + dirname cmd/core-common-config-bootstrapper/Dockerfile 10:32:51 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:32:51 + dirname cmd/core-data/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + echo core-data,cmd/core-data/Dockerfile 10:32:51 + dirname cmd/core-keeper/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + echo core-keeper,cmd/core-keeper/Dockerfile 10:32:51 + dirname cmd/core-metadata/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + echo core-metadata,cmd/core-metadata/Dockerfile 10:32:51 + dirname cmd/security-bootstrapper/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:32:51 + + dirname cmd/security-proxy-auth/Dockerfile 10:32:51 cut -d/ -f2 10:32:51 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 10:32:51 + dirname cmd/security-proxy-setup/Dockerfile+ 10:32:51 cut -d/ -f2 10:32:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:32:51 + dirname cmd/security-secretstore-setup/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:32:51 + dirname cmd/security-spiffe-token-provider/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:32:51 + + cutdirname -d/ cmd/security-spire-agent/Dockerfile -f2 10:32:51 10:32:51 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:32:51 + dirname cmd/security-spire-config/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:32:51 + dirname cmd/security-spire-server/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:32:51 + dirname cmd/support-notifications/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + echo support-notifications,cmd/support-notifications/Dockerfile 10:32:51 + dirname cmd/support-scheduler/Dockerfile 10:32:51 + cut -d/ -f2 10:32:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:32:51 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 10:32:51 + git rev-list -1 --merges cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5~1..cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 10:32:51 -----------> git rev-list -1 --merges cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5~1..cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [false] [Pipeline] sh 10:32:51 + git log --format=format:%s -1 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 10:32:51 ========================================================= 10:32:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:32:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:32:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:32:52 + grep -v github /etc/ssh/ssh_known_hosts 10:32:52 + [ -e /tmp/ssh_known_hosts ] 10:32:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:32:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:32:52 + sudo tee -a /etc/ssh/ssh_known_hosts 10:32:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:32:52 10:32:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:32:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:32:53 0.1.4: Pulling from edgex-devops/py-git-semver 10:32:53 3dae71ba6b94: Pulling fs layer 10:32:53 6bf1a483ea7c: Pulling fs layer 10:32:53 f5dfc541a4d3: Pulling fs layer 10:32:53 461d9e800cba: Pulling fs layer 10:32:53 80192f66455f: Pulling fs layer 10:32:53 2e8e34ca0e6c: Pulling fs layer 10:32:53 a29436f7fd5d: Pulling fs layer 10:32:53 923cac83aea3: Pulling fs layer 10:32:53 25ad8b0a4227: Pulling fs layer 10:32:53 db01528c6b51: Pulling fs layer 10:32:53 461d9e800cba: Waiting 10:32:53 80192f66455f: Waiting 10:32:53 2e8e34ca0e6c: Waiting 10:32:53 28988de357af: Pulling fs layer 10:32:53 923cac83aea3: Waiting 10:32:53 a29436f7fd5d: Waiting 10:32:53 db01528c6b51: Waiting 10:32:53 28988de357af: Waiting 10:32:53 6bf1a483ea7c: Download complete 10:32:53 461d9e800cba: Verifying Checksum 10:32:53 461d9e800cba: Download complete 10:32:53 80192f66455f: Download complete 10:32:53 f5dfc541a4d3: Verifying Checksum 10:32:53 f5dfc541a4d3: Download complete 10:32:53 3dae71ba6b94: Verifying Checksum 10:32:53 3dae71ba6b94: Download complete 10:32:53 923cac83aea3: Verifying Checksum 10:32:53 923cac83aea3: Download complete 10:32:53 25ad8b0a4227: Verifying Checksum 10:32:53 25ad8b0a4227: Download complete 10:32:53 db01528c6b51: Verifying Checksum 10:32:53 db01528c6b51: Download complete 10:32:53 28988de357af: Verifying Checksum 10:32:53 28988de357af: Download complete 10:32:53 a29436f7fd5d: Verifying Checksum 10:32:53 a29436f7fd5d: Download complete 10:32:54 2e8e34ca0e6c: Verifying Checksum 10:32:54 2e8e34ca0e6c: Download complete 10:32:55 3dae71ba6b94: Pull complete 10:32:55 6bf1a483ea7c: Pull complete 10:32:55 f5dfc541a4d3: Pull complete 10:32:55 461d9e800cba: Pull complete 10:32:55 80192f66455f: Pull complete 10:33:00 2e8e34ca0e6c: Pull complete 10:33:00 a29436f7fd5d: Pull complete 10:33:00 923cac83aea3: Pull complete 10:33:00 25ad8b0a4227: Pull complete 10:33:00 db01528c6b51: Pull complete 10:33:00 28988de357af: Pull complete 10:33:00 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 10:33:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:33:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:00 prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container 10:33:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:33:02 $ docker top acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 -eo pid,comm 10:33:02 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 10:33:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:33:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:02 [ssh-agent] Looking for ssh-agent implementation... 10:33:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:02 $ docker exec acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 ssh-agent 10:33:02 SSH_AUTH_SOCK=/tmp/ssh-mcZJESENiYe3/agent.32 10:33:02 SSH_AGENT_PID=38 10:33:02 Running ssh-add (command line suppressed) 10:33:03 Identity added: /w/workspace/edgex-go/890@tmp/private_key_8997204906897379905.key (/w/workspace/edgex-go/890@tmp/private_key_8997204906897379905.key) 10:33:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:03 + git config --global --add safe.directory /w/workspace/edgex-go/890 [Pipeline] sh 10:33:03 + git tag --points-at HEAD [Pipeline] } 10:33:03 $ docker exec --env ******** --env ******** acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 ssh-agent -k 10:33:03 unset SSH_AUTH_SOCK; 10:33:03 unset SSH_AGENT_PID; 10:33:03 echo Agent pid 38 killed; 10:33:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:33:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:03 [ssh-agent] Looking for ssh-agent implementation... 10:33:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:03 $ docker exec acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 ssh-agent 10:33:03 SSH_AUTH_SOCK=/tmp/ssh-yLmBQCaq41oB/agent.85 10:33:03 SSH_AGENT_PID=92 10:33:03 Running ssh-add (command line suppressed) 10:33:04 Identity added: /w/workspace/edgex-go/890@tmp/private_key_14744111823120865301.key (/w/workspace/edgex-go/890@tmp/private_key_14744111823120865301.key) 10:33:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:04 + git semver init 10:33:04 2025-08-26 10:33:04,616 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:33:04 2025-08-26 10:33:04,619 [run_init] DEBUG init version:0.0.0 force:False 10:33:04 2025-08-26 10:33:04,620 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/890/.semver 10:33:04 2025-08-26 10:33:04,620 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/890/.semver 10:33:04 2025-08-26 10:33:04,621 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/890/.semver'], cwd=/w/workspace/edgex-go/890, stdin=None, shell=False, universal_newlines=False) 10:33:09 2025-08-26 10:33:08,949 [append_file] DEBUG append to file:/w/workspace/edgex-go/890/.git/info/exclude 10:33:09 2025-08-26 10:33:08,950 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/890/.semver/main with force:False 10:33:09 2025-08-26 10:33:08,950 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main 10:33:09 2025-08-26 10:33:08,950 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main 10:33:09 4.1.0-dev.49 [Pipeline] } 10:33:09 $ docker exec --env ******** --env ******** acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 ssh-agent -k 10:33:10 unset SSH_AUTH_SOCK; 10:33:10 unset SSH_AGENT_PID; 10:33:10 echo Agent pid 92 killed; 10:33:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:33:10 + git semver [Pipeline] } 10:33:10 $ docker stop --time=1 acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 10:33:11 $ docker rm -f --volumes acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 [Pipeline] // withDockerContainer [Pipeline] sh 10:33:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:33:12 Stashed 1 file(s) [Pipeline] echo 10:33:12 [edgeXSemver]: initialized semver on version 4.1.0-dev.49 [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 10:33:13 + git config --global --add safe.directory /w/workspace/edgex-go/890 [Pipeline] echo 10:33:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:33:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:33:13 ========================================================= 10:33:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 10:33:13 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:33:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:33:13 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 10:33:13 0a9a5dfd008f: Pulling fs layer 10:33:13 36466aa92d05: Pulling fs layer 10:33:13 e10405b45d13: Pulling fs layer 10:33:13 096b7ceb2af7: Pulling fs layer 10:33:13 4f4fb700ef54: Pulling fs layer 10:33:13 c451b95d7931: Pulling fs layer 10:33:13 9febf9df4401: Pulling fs layer 10:33:13 1477f019b032: Pulling fs layer 10:33:13 c7dc25521971: Pulling fs layer 10:33:13 096b7ceb2af7: Waiting 10:33:13 c451b95d7931: Waiting 10:33:13 9febf9df4401: Waiting 10:33:13 1477f019b032: Waiting 10:33:13 4f4fb700ef54: Waiting 10:33:13 c7dc25521971: Waiting 10:33:13 36466aa92d05: Verifying Checksum 10:33:13 36466aa92d05: Download complete 10:33:13 096b7ceb2af7: Verifying Checksum 10:33:13 096b7ceb2af7: Download complete 10:33:13 4f4fb700ef54: Verifying Checksum 10:33:13 4f4fb700ef54: Download complete 10:33:13 0a9a5dfd008f: Verifying Checksum 10:33:13 0a9a5dfd008f: Download complete 10:33:13 c451b95d7931: Verifying Checksum 10:33:13 c451b95d7931: Download complete 10:33:13 9febf9df4401: Verifying Checksum 10:33:13 9febf9df4401: Download complete 10:33:13 0a9a5dfd008f: Pull complete 10:33:13 c7dc25521971: Verifying Checksum 10:33:13 c7dc25521971: Download complete 10:33:13 36466aa92d05: Pull complete 10:33:14 e10405b45d13: Download complete 10:33:14 1477f019b032: Verifying Checksum 10:33:14 1477f019b032: Download complete 10:33:19 e10405b45d13: Pull complete 10:33:19 096b7ceb2af7: Pull complete 10:33:19 4f4fb700ef54: Pull complete 10:33:19 c451b95d7931: Pull complete 10:33:19 9febf9df4401: Pull complete 10:33:22 1477f019b032: Pull complete 10:33:23 c7dc25521971: Pull complete 10:33:23 Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 10:33:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:33:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 10:33:23 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:33:23 WORKDIR /edgex 10:33:23 COPY go.mod . 10:33:23 RUN go mod download 10:33:23 + docker build -t ci-base-image-x86_64 -f - . 10:33:24 #0 building with "default" instance using docker driver 10:33:24 10:33:24 #1 [internal] load build definition from Dockerfile 10:33:24 #1 transferring dockerfile: 164B done 10:33:24 #1 DONE 0.0s 10:33:24 10:33:24 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:33:24 #2 DONE 0.0s 10:33:24 10:33:24 #3 [internal] load .dockerignore 10:33:24 #3 transferring context: 10:33:24 #3 transferring context: 50B done 10:33:24 #3 DONE 0.1s 10:33:24 10:33:24 #4 [internal] load build context 10:33:24 #4 transferring context: 6.57kB done 10:33:24 #4 DONE 0.0s 10:33:24 10:33:24 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:33:24 #5 DONE 0.1s 10:33:24 10:33:24 #6 [2/4] WORKDIR /edgex 10:33:25 #6 DONE 1.4s 10:33:25 10:33:25 #7 [3/4] COPY go.mod . 10:33:25 #7 DONE 0.0s 10:33:25 10:33:25 #8 [4/4] RUN go mod download 10:33:27 Still waiting to schedule task 10:33:27 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:33:35 #8 DONE 9.0s 10:33:35 10:33:35 #9 exporting to image 10:33:35 #9 exporting layers 10:33:38 #9 exporting layers 3.4s done 10:33:38 #9 writing image sha256:54936a27f6acfd6d19d521a5ce5dcba6a65620668d1311cff079d7c80a63bffb done 10:33:38 #9 naming to docker.io/library/ci-base-image-x86_64 done 10:33:38 #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:38 + docker inspect -f . ci-base-image-x86_64 10:33:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:38 prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container 10:33:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:33:38 $ docker top d75cdc9be6b0f16c269726dcea37e1aaa2752aff08e31c3eb8f067c6fdc6e782 -eo pid,comm [Pipeline] { [Pipeline] sh 10:33:39 + go version 10:33:39 go version go1.23.9 linux/amd64 [Pipeline] } 10:33:39 $ docker stop --time=1 d75cdc9be6b0f16c269726dcea37e1aaa2752aff08e31c3eb8f067c6fdc6e782 10:33:40 $ docker rm -f --volumes d75cdc9be6b0f16c269726dcea37e1aaa2752aff08e31c3eb8f067c6fdc6e782 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:33:40 + docker inspect -f . ci-base-image-x86_64 10:33:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:33:41 prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container 10:33:41 $ 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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:33:41 $ docker top 6e78eefc8c61460836f1fb59e8c8ccc940509dc2e95e8067e0342fc5e50ac7a0 -eo pid,comm [Pipeline] { [Pipeline] echo 10:33:41 ========================================================= 10:33:41 [edgeXBuildGoParallel] Running Tests and Build... 10:33:41 ========================================================= [Pipeline] sh 10:33:41 + git config --global --add safe.directory /w/workspace/edgex-go/890 [Pipeline] fileExists [Pipeline] sh 10:33:41 + make test 10:33:41 go test -race -coverprofile=coverage.out ./... 10:33:50 ? github.com/edgexfoundry/edgex-go [no test files] 10:34:16 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 10:34:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:34:16 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 10:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 42.3% of statements 10:34:16 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 10:34:16 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 10:34:17 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 10:34:17 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 10:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 10:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 10:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:34:18 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 10:34:18 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 10:34:18 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 10:34:18 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 10:34:18 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 10:34:18 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 10:34:18 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 10:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 10:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 10:34:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:34:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 10:34:19 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 10:34:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 10:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.038s coverage: 69.4% of statements 10:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.028s coverage: 5.1% of statements 10:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.048s coverage: 46.3% of statements 10:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.777s coverage: 93.4% of statements 10:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 92.4% of statements 10:34:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 10:34:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 10:34:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements 10:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 10:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:34:23 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 10:34:23 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 10:34:23 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:34:23 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 10:34:23 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 10:34:23 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 10:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:34:23 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 10:34:23 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 10:34:23 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 10:34:23 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 10:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.329s coverage: 95.8% of statements 10:34:24 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 10:34:25 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 10:34:25 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 10:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:34:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 10:34:25 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 10:34:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 10:34:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.039s coverage: 0.0% of statements [no tests to run] 10:34:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 1.0% of statements 10:34:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements 10:34:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.021s coverage: 81.1% of statements 10:34:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements 10:34:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements 10:34:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 10:34:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 10:34:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 10:34:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 10:34:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.027s coverage: 96.3% of statements 10:34:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:34:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 10:34:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 10:34:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 10:34:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.024s coverage: 87.5% of statements 10:34:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 10:34:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 10:34:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 10:34:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 10:34:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 10:34:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 10:34:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 10:34:30 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 10:34:30 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 10:34:30 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 10:34:32 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 10:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:34:34 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 10:34:35 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 10:34:35 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 10:34:35 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 10:34:38 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 10:34:39 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 10:34:39 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 10:34:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 10:34:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 10:34:39 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 10:34:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 10:34:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 10:34:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 10:34:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 10:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:34:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 10:34:42 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 10:34:42 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 10:34:42 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 10:34:42 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 10:34:42 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 10:34:42 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 10:34:44 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 10:34:44 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 10:34:44 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 10:34:44 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 10:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 10:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:34:45 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 10:34:45 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:34:45 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 10:34:45 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 10:34:45 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.048s coverage: 92.9% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.027s coverage: 62.3% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.016s coverage: 100.0% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.090s coverage: 81.8% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.077s coverage: 82.1% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.028s coverage: 86.0% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.047s coverage: 33.3% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.146s coverage: 54.5% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.026s coverage: 89.4% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.025s coverage: 73.7% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.155s coverage: 29.2% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.020s coverage: 76.2% of statements 10:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements 10:34:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 10:34:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:34:47 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:34:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 17.0% of statements 10:34:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.119s coverage: 94.9% of statements 10:34:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements 10:34:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 97.7% of statements 10:34:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.037s coverage: 43.6% of statements 10:34:51 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 10:34:51 running golangci-lint 10:34:51 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 10:34:51 go version go1.23.9 linux/amd64 10:34:52 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 10:34:52 level=info msg="[config_reader] Used config file .golangci.yml" 10:34:52 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 10:35:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7629 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:35:16 Running in /w/workspace/edgex-go/890 [Pipeline] { [Pipeline] checkout 10:35:18 level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|name|compiled_files|deps|imports|types_sizes) took 24.860621736s" 10:35:18 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 55.18535ms" 10:35:19 The recommended git tool is: git 10:35:24 using credential edgex-jenkins-ssh 10:35:24 Cloning the remote Git repository 10:35:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:35:24 > git init /w/workspace/edgex-go/890 # timeout=10 10:35:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:35:24 > git --version # timeout=10 10:35:24 > git --version # 'git version 2.25.1' 10:35:24 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:35:30 level=info msg="[linters_context/goanalysis] analyzers took 1m49.004305375s with top 10 stages: buildir: 1m3.308175207s, gosec: 4.606897705s, inspect: 3.234350826s, fact_deprecated: 2.970120602s, printf: 1.900025196s, ctrlflow: 1.887866253s, fact_purity: 1.499340947s, nilness: 1.348071852s, S1038: 1.013011558s, ineffassign: 849.78335ms" 10:35:30 level=info msg="[runner] Issues before processing: 201, after processing: 0" 10:35:30 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 201/201, path_prettifier: 201/201, nolint: 20/0, cgo: 201/201, autogenerated_exclude: 201/201, exclude: 201/201, exclude-rules: 201/20, invalid_issue: 201/201, skip_files: 201/201, identifier_marker: 201/201, skip_dirs: 201/201" 10:35:30 level=info msg="[runner] processing took 22.112494ms with stages: nolint: 9.0822ms, identifier_marker: 6.171182ms, path_prettifier: 2.400732ms, autogenerated_exclude: 1.737113ms, exclude-rules: 1.663453ms, skip_dirs: 954.012µs, invalid_issue: 57.331µs, cgo: 27.161µs, filename_unadjuster: 13.7µs, max_same_issues: 1.42µs, uniq_by_line: 610ns, source_code: 560ns, severity-rules: 460ns, skip_files: 400ns, fixer: 390ns, diff: 380ns, exclude: 340ns, max_from_linter: 300ns, sort_results: 270ns, path_prefixer: 260ns, max_per_file_from_linter: 110ns, path_shortener: 110ns" 10:35:30 level=info msg="[runner] linters took 13.394603404s with stages: goanalysis_metalinter: 13.372383239s" 10:35:30 level=info msg="File cache stats: 0 entries of total size 0B" 10:35:30 level=info msg="Memory: 383 samples, avg is 294.8MB, max is 1462.7MB" 10:35:30 level=info msg="Execution took 38.322479653s" 10:35:30 go vet ./... 10:35:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:35:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:35:37 ./bin/test-attribution-txt.sh 10:35:37 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 10:35:37 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 10:35:37 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 10:35:37 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 10:35:37 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 10:35:37 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 10:35:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 10:35:37 + ls -al . 10:35:37 total 2000 10:35:37 drwxrwxr-x 11 1001 1001 4096 Aug 26 10:33 . 10:35:37 drwxr-xr-x 4 root root 4096 Aug 26 10:33 .. 10:35:37 drwxrwxr-x 2 1001 1001 4096 Aug 26 10:32 .blubracket 10:35:37 -rw-rw-r-- 1 1001 1001 10 Aug 26 10:32 .dockerignore 10:35:37 drwxrwxr-x 8 1001 1001 4096 Aug 26 10:34 .git 10:35:37 drwxrwxr-x 3 1001 1001 4096 Aug 26 10:32 .github 10:35:37 -rw-rw-r-- 1 1001 1001 909 Aug 26 10:32 .gitignore 10:35:37 -rw-rw-r-- 1 1001 1001 218 Aug 26 10:32 .golangci.yml 10:35:37 -rw-rw-r-- 1 1001 1001 100 Aug 26 10:32 .hadolint.yml 10:35:37 drwxr-xr-x 3 1001 1001 4096 Aug 26 10:33 .semver 10:35:37 -rw-rw-r-- 1 1001 1001 155 Aug 26 10:32 .sonarcloud.properties 10:35:37 -rw-rw-r-- 1 1001 1001 1171 Aug 26 10:32 ADOPTERS.md 10:35:37 -rw-rw-r-- 1 1001 1001 17374 Aug 26 10:32 Attribution.txt 10:35:37 -rw-rw-r-- 1 1001 1001 108018 Aug 26 10:32 CHANGELOG.md 10:35:37 -rw-rw-r-- 1 1001 1001 3804 Aug 26 10:32 CONTRIBUTING.md 10:35:37 -rw-rw-r-- 1 1001 1001 677 Aug 26 10:32 GOVERNANCE.md 10:35:37 -rw-rw-r-- 1 1001 1001 858 Aug 26 10:32 Jenkinsfile 10:35:37 -rw-rw-r-- 1 1001 1001 10775 Aug 26 10:32 LICENSE 10:35:37 -rw-rw-r-- 1 1001 1001 16740 Aug 26 10:32 Makefile 10:35:37 -rw-rw-r-- 1 1001 1001 582 Aug 26 10:32 OWNERS.md 10:35:37 -rw-rw-r-- 1 1001 1001 9932 Aug 26 10:32 README.md 10:35:37 -rw-rw-r-- 1 1001 1001 789 Aug 26 10:32 SECURITY.md 10:35:37 -rw-rw-r-- 1 1001 1001 12 Aug 26 10:33 VERSION 10:35:37 drwxrwxr-x 2 1001 1001 4096 Aug 26 10:32 bin 10:35:37 drwxrwxr-x 19 1001 1001 4096 Aug 26 10:32 cmd 10:35:37 -rw-r--r-- 1 root root 1668237 Aug 26 10:34 coverage.out 10:35:37 drwxrwxr-x 2 1001 1001 4096 Aug 26 10:32 fuzz_test 10:35:37 -rw-rw-r-- 1 1001 1001 6538 Aug 26 10:32 go.mod 10:35:37 -rw-rw-r-- 1 1001 1001 88539 Aug 26 10:32 go.sum 10:35:37 drwxrwxr-x 7 1001 1001 4096 Aug 26 10:32 internal 10:35:37 drwxrwxr-x 2 1001 1001 4096 Aug 26 10:32 openapi 10:35:37 -rw-rw-r-- 1 1001 1001 584 Aug 26 10:32 security.txt 10:35:37 -rw-rw-r-- 1 1001 1001 204 Aug 26 10:32 version.go [Pipeline] sh 10:35:38 + '[' -e coverage.out ] 10:35:38 + chown 1001:1001 coverage.out [Pipeline] stash 10:35:38 Stashed 1 file(s) [Pipeline] sh 10:35:38 + make build 10:35:38 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:35:45 Avoid second fetch 10:35:45 Checking out Revision cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 (main) 10:35:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:35:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:35:46 > git config core.sparsecheckout # timeout=10 10:35:46 > git checkout -f cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 # timeout=10 10:35:46 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#5235)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:35:51 provisioning config files... 10:35:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/890@tmp/config4341777260640095590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:35:51 ---> ****-login.sh 10:35:51 nexus3.edgexfoundry.org:10001 10:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:35:52 Configure a credential helper to remove this warning. See 10:35:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:35:52 10:35:52 Login Succeeded 10:35:52 nexus3.edgexfoundry.org:10002 10:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:35:52 Configure a credential helper to remove this warning. See 10:35:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:35:52 10:35:52 Login Succeeded 10:35:52 nexus3.edgexfoundry.org:10003 10:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:35:53 Configure a credential helper to remove this warning. See 10:35:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:35:53 10:35:53 Login Succeeded 10:35:53 nexus3.edgexfoundry.org:10004 10:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:35:53 Configure a credential helper to remove this warning. See 10:35:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:35:53 10:35:53 Login Succeeded 10:35:53 ****.io 10:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:35:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:35:54 Configure a credential helper to remove this warning. See 10:35:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:35:54 10:35:54 Login Succeeded 10:35:54 ---> ****-login.sh ends [Pipeline] } 10:35:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:35:54 + git config --global --add safe.directory /w/workspace/edgex-go/890 [Pipeline] echo 10:35:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:35:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:35:54 ========================================================= 10:35:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 10:35:54 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:35:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:35:55 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:35:55 94e9d8af2201: Pulling fs layer 10:35:55 a6c56e8762df: Pulling fs layer 10:35:55 f0f3c8884826: Pulling fs layer 10:35:55 c7e7622c144d: Pulling fs layer 10:35:55 4f4fb700ef54: Pulling fs layer 10:35:55 b4c3b6d88c5a: Pulling fs layer 10:35:55 ba8bce9d2590: Pulling fs layer 10:35:55 ca778ea9c289: Pulling fs layer 10:35:55 c7e7622c144d: Waiting 10:35:55 4f4fb700ef54: Waiting 10:35:55 b4c3b6d88c5a: Waiting 10:35:55 ba8bce9d2590: Waiting 10:35:55 ca778ea9c289: Waiting 10:35:55 a6c56e8762df: Verifying Checksum 10:35:55 a6c56e8762df: Download complete 10:35:55 c7e7622c144d: Verifying Checksum 10:35:55 c7e7622c144d: Download complete 10:35:55 4f4fb700ef54: Download complete 10:35:55 b4c3b6d88c5a: Verifying Checksum 10:35:55 b4c3b6d88c5a: Download complete 10:35:55 94e9d8af2201: Verifying Checksum 10:35:55 94e9d8af2201: Download complete 10:35:56 ca778ea9c289: Verifying Checksum 10:35:56 ca778ea9c289: Download complete 10:35:56 94e9d8af2201: Pull complete 10:35:57 a6c56e8762df: Pull complete 10:35:57 f0f3c8884826: Verifying Checksum 10:35:57 f0f3c8884826: Download complete 10:35:58 ba8bce9d2590: Verifying Checksum 10:35:58 ba8bce9d2590: Download complete 10:36:00 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:36:00 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:36:02 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:36:02 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:36:04 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:36:08 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:36:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:36:13 f0f3c8884826: Pull complete 10:36:13 c7e7622c144d: Pull complete 10:36:13 4f4fb700ef54: Pull complete 10:36:13 b4c3b6d88c5a: Pull complete 10:36:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:36:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:36:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:36:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:36:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 10:36:20 $ docker stop --time=1 6e78eefc8c61460836f1fb59e8c8ccc940509dc2e95e8067e0342fc5e50ac7a0 10:36:23 $ docker rm -f --volumes 6e78eefc8c61460836f1fb59e8c8ccc940509dc2e95e8067e0342fc5e50ac7a0 10:36:23 ba8bce9d2590: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 10:36:24 ca778ea9c289: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:36:24 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 10:36:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:36:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 10:36:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:36:24 10:36:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:36:24 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:36:24 WORKDIR /edgex 10:36:24 COPY go.mod . 10:36:24 RUN go mod download 10:36:24 + docker build -t ci-base-image-arm64 -f - . 10:36:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:36:24 latest: Pulling from edgex-devops/edgex-compose 10:36:24 91d30c5bc195: Pulling fs layer 10:36:24 2e9b0aa3be6d: Pulling fs layer 10:36:24 9c61dcf015f6: Pulling fs layer 10:36:24 4698f68db338: Pulling fs layer 10:36:24 2a2f49069b9e: Pulling fs layer 10:36:24 e0025b399a48: Pulling fs layer 10:36:24 4698f68db338: Waiting 10:36:24 2a2f49069b9e: Waiting 10:36:24 e0025b399a48: Waiting 10:36:24 91d30c5bc195: Verifying Checksum 10:36:24 91d30c5bc195: Download complete 10:36:24 4698f68db338: Verifying Checksum 10:36:24 4698f68db338: Download complete 10:36:24 2e9b0aa3be6d: Verifying Checksum 10:36:24 2e9b0aa3be6d: Download complete 10:36:24 e0025b399a48: Verifying Checksum 10:36:24 e0025b399a48: Download complete 10:36:24 91d30c5bc195: Pull complete 10:36:24 2a2f49069b9e: Verifying Checksum 10:36:24 2a2f49069b9e: Download complete 10:36:25 2e9b0aa3be6d: Pull complete 10:36:25 Sending build context to Docker daemon 3.711MB 10:36:25 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:36:25 ---> 47b25d7523d1 10:36:25 Step 2/4 : WORKDIR /edgex 10:36:25 9c61dcf015f6: Verifying Checksum 10:36:25 9c61dcf015f6: Download complete 10:36:27 ---> Running in 9d45dd1cc8fd 10:36:27 Removing intermediate container 9d45dd1cc8fd 10:36:27 ---> f08db1d8b6c0 10:36:27 Step 3/4 : COPY go.mod . 10:36:27 ---> 85ab2b8bf3dc 10:36:27 Step 4/4 : RUN go mod download 10:36:28 ---> Running in fac7abeaaeec 10:36:29 9c61dcf015f6: Pull complete 10:36:29 4698f68db338: Pull complete 10:36:29 2a2f49069b9e: Pull complete 10:36:29 e0025b399a48: Pull complete 10:36:29 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 10:36:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:36:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:36:29 prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container 10:36:29 $ 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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:36:30 $ docker top 9d8cb266bea8e5357529cc60d0d0eb0a96b582870faf95651f3cd6c748b8a300 -eo pid,comm [Pipeline] { [Pipeline] sh 10:36:30 + docker compose -f ./docker-compose-build.yml build --parallel 10:36:30 #1 [core-data internal] load build definition from Dockerfile 10:36:30 #1 transferring dockerfile: 2.04kB done 10:36:30 #1 DONE 0.1s 10:36:30 10:36:30 #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:36:30 #2 DONE 0.0s 10:36:30 10:36:30 #3 [core-metadata internal] load build definition from Dockerfile 10:36:30 #3 transferring dockerfile: 2.10kB done 10:36:30 #3 DONE 0.1s 10:36:30 10:36:30 #4 [security-proxy-auth internal] load build definition from Dockerfile 10:36:30 #4 ... 10:36:30 10:36:30 #5 [security-spire-agent internal] load build definition from Dockerfile 10:36:30 #5 transferring dockerfile: 1.81kB done 10:36:30 #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:36:30 #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 10:36:30 #5 DONE 0.1s 10:36:30 10:36:30 #6 [security-proxy-setup internal] load build definition from Dockerfile 10:36:30 #6 transferring dockerfile: 2.50kB done 10:36:30 #6 DONE 0.2s 10:36:30 10:36:30 #7 [support-scheduler internal] load build definition from Dockerfile 10:36:30 #7 transferring dockerfile: 1.83kB done 10:36:30 #7 DONE 0.2s 10:36:30 10:36:30 #8 [security-bootstrapper internal] load build definition from Dockerfile 10:36:30 #8 transferring dockerfile: 3.02kB done 10:36:30 #8 DONE 0.2s 10:36:30 10:36:30 #9 [security-secretstore-setup internal] load build definition from Dockerfile 10:36:30 #9 transferring dockerfile: 2.49kB done 10:36:30 #9 DONE 0.2s 10:36:30 10:36:30 #10 [support-notifications internal] load build definition from Dockerfile 10:36:30 #10 transferring dockerfile: 2.00kB done 10:36:30 #10 DONE 0.2s 10:36:30 10:36:30 #11 [core-keeper internal] load build definition from Dockerfile 10:36:30 #11 transferring dockerfile: 2.01kB done 10:36:30 #11 DONE 0.2s 10:36:30 10:36:30 #2 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:36:30 #2 DONE 0.0s 10:36:31 10:36:31 #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:36:31 #12 transferring dockerfile: 2.23kB done 10:36:31 #12 DONE 0.2s 10:36:31 10:36:31 #13 [security-spire-config internal] load build definition from Dockerfile 10:36:31 #13 transferring dockerfile: 1.69kB done 10:36:31 #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:36:31 #13 DONE 0.2s 10:36:31 10:36:31 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:36:31 #14 transferring dockerfile: 1.89kB done 10:36:31 #14 DONE 0.2s 10:36:31 10:36:31 #15 [core-command internal] load build definition from Dockerfile 10:36:31 #15 transferring dockerfile: 1.94kB done 10:36:31 #15 DONE 0.2s 10:36:31 10:36:31 #16 [security-spire-server internal] load build definition from Dockerfile 10:36:31 #16 transferring dockerfile: 1.70kB done 10:36:31 #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:36:31 #16 DONE 0.2s 10:36:31 10:36:31 #4 [security-proxy-auth internal] load build definition from Dockerfile 10:36:31 #4 transferring dockerfile: 2.14kB done 10:36:31 #4 DONE 0.2s 10:36:31 10:36:31 #17 [core-data internal] load .dockerignore 10:36:31 #17 transferring context: 50B done 10:36:31 #17 DONE 0.1s 10:36:31 10:36:31 #18 [core-metadata internal] load .dockerignore 10:36:31 #18 transferring context: 50B done 10:36:31 #18 DONE 0.1s 10:36:31 10:36:31 #2 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:36:31 #2 DONE 0.0s 10:36:31 10:36:31 #19 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 10:36:31 #19 DONE 0.2s 10:36:31 10:36:31 #20 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 10:36:31 #20 ... 10:36:31 10:36:31 #21 [core-common-config-bootstrapper internal] load .dockerignore 10:36:31 #21 transferring context: 50B done 10:36:31 #21 DONE 0.1s 10:36:31 10:36:31 #22 [security-proxy-setup internal] load .dockerignore 10:36:31 #22 transferring context: 50B done 10:36:31 #22 DONE 0.1s 10:36:31 10:36:31 #23 [security-bootstrapper internal] load .dockerignore 10:36:31 #23 transferring context: 50B done 10:36:31 #23 DONE 0.1s 10:36:31 10:36:31 #24 [support-notifications internal] load .dockerignore 10:36:31 #24 transferring context: 50B done 10:36:31 #24 DONE 0.1s 10:36:31 10:36:31 #25 [core-keeper internal] load .dockerignore 10:36:31 #25 transferring context: 50B done 10:36:31 #25 DONE 0.1s 10:36:31 10:36:31 #26 [security-secretstore-setup internal] load .dockerignore 10:36:31 #26 transferring context: 50B done 10:36:31 #26 DONE 0.1s 10:36:31 10:36:31 #27 [support-scheduler internal] load .dockerignore 10:36:31 #27 transferring context: 50B done 10:36:31 #27 DONE 0.1s 10:36:31 10:36:31 #20 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 10:36:31 #20 ... 10:36:31 10:36:31 #28 [security-spiffe-token-provider internal] load .dockerignore 10:36:31 #28 transferring context: 50B done 10:36:31 #28 DONE 0.1s 10:36:31 10:36:31 #29 [security-proxy-auth internal] load .dockerignore 10:36:31 #29 transferring context: 50B done 10:36:31 #29 DONE 0.2s 10:36:31 10:36:31 #30 [core-command internal] load .dockerignore 10:36:31 #30 transferring context: 50B done 10:36:31 #30 DONE 0.2s 10:36:31 10:36:31 #20 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 10:36:31 #20 DONE 0.4s 10:36:31 10:36:31 #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:36:31 #31 DONE 0.5s 10:36:31 10:36:31 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:36:31 #32 DONE 0.5s 10:36:31 10:36:31 #33 [core-data builder 2/7] WORKDIR /edgex-go 10:36:31 #33 ... 10:36:31 10:36:31 #34 [security-spire-agent internal] load .dockerignore 10:36:31 #34 transferring context: 50B 0.0s done 10:36:31 #34 DONE 0.1s 10:36:31 10:36:31 #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:36:31 #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 10:36:31 #35 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 10:36:31 #35 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 10:36:31 #35 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 10:36:31 #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:36:31 #35 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 10:36:32 #35 ... 10:36:32 10:36:32 #36 [security-spire-config internal] load .dockerignore 10:36:32 #36 transferring context: 50B 0.0s done 10:36:32 #36 DONE 0.7s 10:36:32 10:36:32 #37 [security-spire-server internal] load .dockerignore 10:36:32 #37 transferring context: 50B 0.0s done 10:36:32 #37 DONE 0.8s 10:36:32 10:36:32 #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 10:36:32 #33 DONE 0.7s 10:36:32 10:36:32 #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:36:32 #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 10:36:32 #35 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 10:36:32 #35 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 10:36:32 #35 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 10:36:32 #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:36:32 #35 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 10:36:32 #35 DONE 1.4s 10:36:32 10:36:32 #38 [security-spire-config internal] load build context 10:36:32 #38 transferring context: 22.05kB 0.0s done 10:36:32 #38 DONE 0.2s 10:36:32 10:36:32 #39 [security-spire-agent internal] load build context 10:36:32 #39 transferring context: 23.33kB done 10:36:32 #39 DONE 0.2s 10:36:32 10:36:32 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:36:32 #40 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 10:36:32 #40 ... 10:36:32 10:36:32 #41 [security-spire-server internal] load build context 10:36:32 #41 transferring context: 23.80kB 0.0s done 10:36:32 #41 DONE 0.4s 10:36:32 10:36:32 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:36:32 #40 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:36:32 #40 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 10:36:32 #40 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 10:36:32 #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.0s 10:36:32 #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 10:36:32 #40 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:36:32 #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 10:36:33 #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 10:36:33 #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 10:36:33 #40 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 10:36:33 #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s 10:36:33 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 10:36:33 #40 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 10:36:33 #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 10:36:33 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.10MB / 36.47MB 0.3s 10:36:33 #40 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 10:36:33 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 11.53MB / 36.47MB 0.4s 10:36:33 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 18.87MB / 36.47MB 0.5s 10:36:33 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 27.26MB / 36.47MB 0.6s 10:36:33 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 34.60MB / 36.47MB 0.7s 10:36:33 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s 10:36:34 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.2s done 10:36:35 #40 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 10:36:38 #40 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.0s done 10:36:41 #40 ... 10:36:41 10:36:41 #42 [core-common-config-bootstrapper internal] load build context 10:36:41 #42 transferring context: 426.55MB 9.7s 10:36:41 #42 ... 10:36:41 10:36:41 #43 [support-notifications internal] load build context 10:36:41 #43 ... 10:36:41 10:36:41 #44 [security-bootstrapper internal] load build context 10:36:41 #44 ... 10:36:41 10:36:41 #45 [security-proxy-setup internal] load build context 10:36:41 #45 ... 10:36:41 10:36:41 #46 [core-data internal] load build context 10:36:41 #46 ... 10:36:41 10:36:41 #47 [security-secretstore-setup internal] load build context 10:36:41 #47 ... 10:36:41 10:36:41 #48 [core-keeper internal] load build context 10:36:42 #48 ... 10:36:42 10:36:42 #49 [security-proxy-auth internal] load build context 10:36:42 #49 ... 10:36:42 10:36:42 #50 [security-spiffe-token-provider internal] load build context 10:36:42 #50 ... 10:36:42 10:36:42 #51 [support-scheduler internal] load build context 10:36:42 #51 ... 10:36:42 10:36:42 #52 [core-command internal] load build context 10:36:42 #52 ... 10:36:42 10:36:42 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:36:42 #53 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 10:36:42 #53 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 10:36:42 #53 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 10:36:42 #53 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 10:36:42 #53 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 10:36:42 #53 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 10:36:42 #53 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:36:42 #53 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 10:36:42 #53 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 10:36:42 #53 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done 10:36:42 #53 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 10:36:42 #53 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.1s done 10:36:42 #53 ... 10:36:42 10:36:42 #54 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:36:42 #0 0.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:42 #0 1.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:42 #0 2.146 OK: 248 MiB in 58 packages 10:36:42 #54 ... 10:36:42 10:36:42 #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:36:42 #55 ... 10:36:42 10:36:42 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:36:42 #56 ... 10:36:42 10:36:42 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:36:42 #0 1.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:42 #0 2.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:42 #0 2.378 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:36:42 #0 2.378 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:36:42 #0 2.378 OK: 24174 distinct packages available 10:36:42 #0 2.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:42 #0 2.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:42 #0 2.795 OK: 248 MiB in 58 packages 10:36:42 #57 ... 10:36:42 10:36:42 #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:36:42 #0 1.082 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:42 #0 1.789 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:42 #0 2.219 OK: 248 MiB in 58 packages 10:36:42 #58 ... 10:36:42 10:36:42 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:36:42 #0 2.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:42 #0 2.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:42 #0 3.149 (1/2) Installing dumb-init (1.2.5-r3) 10:36:42 #0 3.153 (2/2) Installing su-exec (0.2-r3) 10:36:42 #0 3.156 Executing busybox-1.36.1-r29.trigger 10:36:42 #0 3.168 OK: 8 MiB in 16 packages 10:36:43 #59 ... 10:36:43 10:36:43 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:36:43 #60 ... 10:36:43 10:36:43 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:36:43 #61 ... 10:36:43 10:36:43 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:36:43 #62 ... 10:36:43 10:36:43 #63 [core-metadata internal] load build context 10:36:43 #63 ... 10:36:43 10:36:43 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:36:43 #0 3.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:43 #0 3.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:43 #0 3.677 (1/4) Installing dumb-init (1.2.5-r3) 10:36:43 #0 3.685 (2/4) Installing openssl (3.3.4-r0) 10:36:43 #0 3.698 (3/4) Installing su-exec (0.2-r3) 10:36:43 #0 3.703 (4/4) Installing yq-go (4.44.1-r2) 10:36:43 #0 3.868 Executing busybox-1.36.1-r29.trigger 10:36:43 #0 3.876 OK: 19 MiB in 18 packages 10:36:43 #64 ... 10:36:43 10:36:43 #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:36:43 #65 ... 10:36:43 10:36:43 #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:36:43 #0 0.800 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:43 #0 1.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:43 #0 2.194 OK: 248 MiB in 58 packages 10:36:43 #66 ... 10:36:43 10:36:43 #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:36:43 #67 ... 10:36:43 10:36:43 #68 [core-command builder 3/7] RUN apk add --update --no-cache make git 10:36:43 #0 0.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:43 #0 1.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:43 #0 2.130 OK: 248 MiB in 58 packages 10:36:44 #68 ... 10:36:44 10:36:44 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:36:44 #0 2.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:44 #0 2.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:44 #0 3.148 (1/1) Installing dumb-init (1.2.5-r3) 10:36:44 #0 3.156 Executing busybox-1.36.1-r29.trigger 10:36:44 #0 3.168 OK: 8 MiB in 15 packages 10:36:44 #69 ... 10:36:44 10:36:44 #70 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:36:44 #0 3.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:44 #0 3.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:44 #0 4.049 (1/1) Installing dumb-init (1.2.5-r3) 10:36:44 #0 4.053 Executing busybox-1.36.1-r29.trigger 10:36:44 #0 4.067 OK: 8 MiB in 15 packages 10:36:44 #70 ... 10:36:44 10:36:44 #71 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:36:44 #0 2.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:44 #0 2.852 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:44 #0 3.148 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:36:44 #0 3.148 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:36:44 #0 3.148 OK: 24174 distinct packages available 10:36:44 #0 3.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:44 #0 3.292 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:44 #0 3.606 (1/5) Installing dumb-init (1.2.5-r3) 10:36:44 #0 3.611 (2/5) Installing musl-obstack (1.2.3-r2) 10:36:44 #0 3.622 (3/5) Installing libucontext (1.2-r3) 10:36:44 #0 3.622 (4/5) Installing gcompat (1.1.0-r4) 10:36:44 #0 3.627 (5/5) Installing openssl (3.3.4-r0) 10:36:44 #0 3.640 Executing busybox-1.36.1-r29.trigger 10:36:44 #0 3.650 OK: 9 MiB in 19 packages 10:36:44 #71 ... 10:36:44 10:36:44 #63 [core-metadata internal] load build context 10:36:45 #63 transferring context: 594.90MB 13.7s done 10:36:46 #63 ... 10:36:46 10:36:46 #47 [security-secretstore-setup internal] load build context 10:36:46 #47 transferring context: 594.90MB 11.8s done 10:36:46 #47 DONE 15.0s 10:36:46 10:36:46 #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:36:46 #68 DONE 14.0s 10:36:46 10:36:46 #54 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:36:46 #54 DONE 14.0s 10:36:46 10:36:46 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:36:46 #71 DONE 13.8s 10:36:46 10:36:46 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:36:46 #64 DONE 13.8s 10:36:46 10:36:46 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:36:46 #57 DONE 14.0s 10:36:46 10:36:46 #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:36:46 #66 DONE 14.0s 10:36:46 10:36:46 #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:36:46 #58 DONE 14.0s 10:36:46 10:36:46 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:36:46 #69 DONE 13.8s 10:36:46 10:36:46 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:36:46 #59 DONE 13.8s 10:36:46 10:36:46 #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:36:46 #55 DONE 14.0s 10:36:46 10:36:46 #70 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:36:46 #70 DONE 13.8s 10:36:46 10:36:46 #50 [security-spiffe-token-provider internal] load build context 10:36:46 #50 transferring context: 594.90MB 12.0s done 10:36:46 #50 DONE 15.1s 10:36:46 10:36:46 #44 [security-bootstrapper internal] load build context 10:36:46 #44 transferring context: 594.90MB 12.2s done 10:36:46 #44 DONE 15.1s 10:36:46 10:36:46 #52 [core-command internal] load build context 10:36:46 #52 transferring context: 594.90MB 12.0s done 10:36:46 #52 DONE 15.0s 10:36:46 10:36:46 #42 [core-common-config-bootstrapper internal] load build context 10:36:46 #42 transferring context: 594.90MB 12.6s done 10:36:46 #42 DONE 15.2s 10:36:46 10:36:46 #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 10:36:46 #72 ... 10:36:46 10:36:46 #51 [support-scheduler internal] load build context 10:36:46 #51 transferring context: 594.90MB 12.4s done 10:36:46 #51 DONE 15.1s 10:36:46 10:36:46 #45 [security-proxy-setup internal] load build context 10:36:46 #45 transferring context: 594.90MB 12.5s done 10:36:46 #45 DONE 15.2s 10:36:46 10:36:46 #43 [support-notifications internal] load build context 10:36:46 #43 transferring context: 594.90MB 12.5s done 10:36:46 #43 DONE 15.2s 10:36:46 10:36:46 #46 [core-data internal] load build context 10:36:46 #46 transferring context: 594.90MB 13.5s done 10:36:46 #46 DONE 15.3s 10:36:46 10:36:46 #63 [core-metadata internal] load build context 10:36:46 #63 DONE 15.3s 10:36:46 10:36:46 #49 [security-proxy-auth internal] load build context 10:36:46 #49 transferring context: 594.90MB 13.8s done 10:36:46 #49 DONE 15.1s 10:36:46 10:36:46 #48 [core-keeper internal] load build context 10:36:46 #48 transferring context: 594.90MB 14.0s done 10:36:46 #48 DONE 15.2s 10:36:46 10:36:46 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:36:46 #53 DONE 14.3s 10:36:46 10:36:46 #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:36:46 #73 DONE 0.3s 10:36:46 10:36:46 #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:36:46 #74 DONE 0.3s 10:36:46 10:36:46 #75 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:36:46 #75 ... 10:36:46 10:36:46 #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:36:46 #76 DONE 0.2s 10:36:46 10:36:46 #77 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:36:46 #77 DONE 0.3s 10:36:46 10:36:46 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:36:46 #78 DONE 0.2s 10:36:46 10:36:46 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:36:46 #40 DONE 14.4s 10:36:47 10:36:47 #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:36:47 #79 ... 10:36:47 10:36:47 #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:36:47 #67 DONE 14.7s 10:36:47 10:36:47 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:36:47 #61 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:47 #61 14.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:47 #61 15.11 (1/7) Installing ca-certificates (20250619-r0) 10:36:47 #61 15.12 (2/7) Installing dumb-init (1.2.5-r3) 10:36:47 #61 15.12 (3/7) Installing libgcc (13.2.1_git20240309-r1) 10:36:47 #61 15.13 (4/7) Installing libsodium (1.0.19-r0) 10:36:47 #61 15.13 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 10:36:47 #61 15.15 (6/7) Installing libzmq (4.3.5-r2) 10:36:47 #61 15.16 (7/7) Installing zeromq (4.3.5-r2) 10:36:47 #61 15.16 Executing busybox-1.36.1-r29.trigger 10:36:47 #61 15.17 Executing ca-certificates-20250619-r0.trigger 10:36:47 #61 15.21 OK: 12 MiB in 21 packages 10:36:47 #61 DONE 15.4s 10:36:47 10:36:47 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:36:47 #62 14.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:47 #62 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:47 #62 15.06 (1/4) Installing ca-certificates (20250619-r0) 10:36:47 #62 15.08 (2/4) Installing dumb-init (1.2.5-r3) 10:36:47 #62 15.08 (3/4) Installing su-exec (0.2-r3) 10:36:47 #62 15.08 (4/4) Installing yq-go (4.44.1-r2) 10:36:47 #62 15.15 Executing busybox-1.36.1-r29.trigger 10:36:47 #62 15.16 Executing ca-certificates-20250619-r0.trigger 10:36:47 #62 15.19 OK: 19 MiB in 18 packages 10:36:47 #62 DONE 15.4s 10:36:47 10:36:47 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:36:48 #80 ... 10:36:48 10:36:48 #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:36:48 #65 14.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:48 #65 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:48 #65 15.21 (1/3) Installing ca-certificates (20250619-r0) 10:36:48 #65 15.23 (2/3) Installing dumb-init (1.2.5-r3) 10:36:48 #65 15.24 (3/3) Installing tzdata (2025b-r0) 10:36:48 #65 15.29 Executing busybox-1.36.1-r29.trigger 10:36:48 #65 15.30 Executing ca-certificates-20250619-r0.trigger 10:36:48 #65 15.39 OK: 10 MiB in 17 packages 10:36:48 #65 DONE 15.5s 10:36:48 10:36:48 #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 10:36:48 #72 1.789 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:48 #72 1.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:48 #72 ... 10:36:48 10:36:48 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:36:48 #0 1.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:48 #0 1.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:48 #0 1.716 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:36:48 #0 1.733 Executing busybox-1.36.1-r30.post-upgrade 10:36:48 #0 1.791 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:36:48 #0 1.795 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:36:48 #0 1.799 Executing busybox-1.36.1-r30.trigger 10:36:48 #0 1.807 OK: 8 MiB in 16 packages 10:36:48 #81 DONE 2.0s 10:36:48 10:36:48 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:36:48 #56 14.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:48 #56 14.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:48 #56 15.16 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:36:48 #56 15.16 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:36:48 #56 15.16 OK: 24174 distinct packages available 10:36:48 #56 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:48 #56 15.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:48 #56 15.64 (1/4) Installing dumb-init (1.2.5-r3) 10:36:48 #56 15.65 (2/4) Installing musl-obstack (1.2.3-r2) 10:36:48 #56 15.65 (3/4) Installing libucontext (1.2-r3) 10:36:48 #56 15.66 (4/4) Installing gcompat (1.1.0-r4) 10:36:48 #56 15.66 Executing busybox-1.36.1-r29.trigger 10:36:48 #56 15.67 OK: 8 MiB in 18 packages 10:36:48 #56 DONE 15.8s 10:36:48 10:36:48 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:36:48 #60 14.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:48 #60 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:48 #60 15.15 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:36:48 #60 15.15 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:36:48 #60 15.15 OK: 24174 distinct packages available 10:36:48 #60 15.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:48 #60 15.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:48 #60 15.66 (1/14) Installing ca-certificates (20250619-r0) 10:36:48 #60 15.67 (2/14) Installing brotli-libs (1.1.0-r2) 10:36:48 #60 15.69 (3/14) Installing c-ares (1.33.1-r0) 10:36:48 #60 15.69 (4/14) Installing libunistring (1.2-r0) 10:36:48 #60 15.71 (5/14) Installing libidn2 (2.3.7-r0) 10:36:48 #60 15.72 (6/14) Installing nghttp2-libs (1.62.1-r0) 10:36:48 #60 15.73 (7/14) Installing libpsl (0.21.5-r1) 10:36:48 #60 15.74 (8/14) Installing zstd-libs (1.5.6-r0) 10:36:48 #60 15.75 (9/14) Installing libcurl (8.12.1-r0) 10:36:48 #60 15.76 (10/14) Installing curl (8.12.1-r0) 10:36:48 #60 15.77 (11/14) Installing dumb-init (1.2.5-r3) 10:36:48 #60 15.78 (12/14) Installing musl-obstack (1.2.3-r2) 10:36:48 #60 15.78 (13/14) Installing libucontext (1.2-r3) 10:36:48 #60 15.78 (14/14) Installing gcompat (1.1.0-r4) 10:36:48 #60 15.79 Executing busybox-1.36.1-r29.trigger 10:36:48 #60 15.80 Executing ca-certificates-20250619-r0.trigger 10:36:48 #60 15.89 OK: 13 MiB in 28 packages 10:36:48 #60 DONE 16.0s 10:36:48 10:36:48 #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 10:36:48 #72 2.197 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:36:48 #72 2.219 Executing busybox-1.36.1-r30.post-upgrade 10:36:48 #72 2.270 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:36:48 #72 2.274 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:36:48 #72 2.278 Executing busybox-1.36.1-r30.trigger 10:36:48 #72 2.286 OK: 8 MiB in 15 packages 10:36:48 #72 DONE 2.5s 10:36:48 10:36:48 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:36:48 #82 ... 10:36:48 10:36:48 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:36:48 #0 1.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:48 #0 1.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:48 #0 2.282 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:36:48 #0 2.309 Executing busybox-1.36.1-r30.post-upgrade 10:36:48 #0 2.382 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:36:48 #0 2.385 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:36:48 #0 2.386 Executing busybox-1.36.1-r30.trigger 10:36:48 #0 2.397 OK: 19 MiB in 18 packages 10:36:48 #83 DONE 2.5s 10:36:48 10:36:48 #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:36:48 #84 DONE 0.1s 10:36:49 10:36:49 #85 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 10:36:49 #0 1.993 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:49 #0 2.102 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:49 #0 2.389 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:36:49 #0 2.414 Executing busybox-1.36.1-r30.post-upgrade 10:36:49 #0 2.508 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:36:49 #0 2.508 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:36:49 #0 2.521 Executing busybox-1.36.1-r30.trigger 10:36:49 #0 2.532 OK: 9 MiB in 19 packages 10:36:49 #85 DONE 2.7s 10:36:49 10:36:49 #86 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:36:49 #86 DONE 0.5s 10:36:49 10:36:49 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:36:49 #0 2.046 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:49 #0 2.145 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:49 #0 2.562 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:36:49 #0 2.583 Executing busybox-1.36.1-r30.post-upgrade 10:36:49 #0 2.634 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:36:49 #0 2.637 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:36:49 #0 2.642 Executing busybox-1.36.1-r30.trigger 10:36:49 #0 2.651 OK: 8 MiB in 15 packages 10:36:49 #87 DONE 3.2s 10:36:49 10:36:49 #88 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:36:49 #88 DONE 0.5s 10:36:49 10:36:49 #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:36:49 #89 ... 10:36:49 10:36:49 #90 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:36:49 #90 DONE 0.1s 10:36:49 10:36:49 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:36:49 #80 1.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:49 #80 ... 10:36:49 10:36:49 #91 [security-spire-server stage-2 6/9] COPY security.txt / 10:36:49 #91 DONE 0.3s 10:36:49 10:36:49 #92 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:36:49 #0 2.023 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:49 #0 2.619 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:49 #0 3.455 OK: 248 MiB in 58 packages 10:36:49 #92 DONE 3.6s 10:36:49 10:36:49 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:36:49 #80 2.058 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:49 #80 ... 10:36:49 10:36:49 #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:36:49 #89 DONE 0.5s 10:36:49 10:36:49 #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:36:49 #93 DONE 0.1s 10:36:49 10:36:49 #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:36:49 #94 DONE 0.1s 10:36:50 10:36:50 #95 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:36:50 #95 DONE 0.1s 10:36:50 10:36:50 #96 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:36:50 #0 1.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:50 #0 1.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:50 #0 2.051 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:36:50 #0 2.074 Executing busybox-1.36.1-r30.post-upgrade 10:36:50 #0 2.128 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:36:50 #0 2.131 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:36:50 #0 2.134 Executing busybox-1.36.1-r30.trigger 10:36:50 #0 2.138 OK: 19 MiB in 18 packages 10:36:50 #96 DONE 2.2s 10:36:50 10:36:50 #97 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:36:50 #97 DONE 0.1s 10:36:50 10:36:50 #98 [security-spire-agent stage-3 7/10] COPY security.txt / 10:36:50 #98 DONE 0.1s 10:36:50 10:36:50 #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:36:50 #99 DONE 0.1s 10:36:50 10:36:50 #100 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:36:50 #100 DONE 0.1s 10:36:50 10:36:50 #101 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:36:50 #101 DONE 0.0s 10:36:50 10:36:50 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:36:50 #80 2.347 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:36:50 #80 2.360 Executing busybox-1.36.1-r30.post-upgrade 10:36:50 #80 2.400 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:36:50 #80 2.405 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:36:50 #80 2.411 Executing busybox-1.36.1-r30.trigger 10:36:50 #80 2.417 OK: 12 MiB in 21 packages 10:36:50 #80 DONE 2.5s 10:36:50 10:36:50 #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:36:50 #102 DONE 0.0s 10:36:50 10:36:50 #103 [security-spire-agent] exporting to image 10:36:50 #103 exporting layers 10:36:50 #103 ... 10:36:50 10:36:50 #104 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:36:50 #104 DONE 2.3s 10:36:50 10:36:50 #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:36:50 #105 DONE 0.0s 10:36:50 10:36:50 #106 [security-spire-server] exporting to image 10:36:50 #106 exporting layers 0.5s done 10:36:50 #106 writing image sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done 10:36:50 #106 naming to docker.io/library/security-spire-server done 10:36:50 #106 DONE 0.6s 10:36:50 10:36:50 #103 [security-spire-agent] exporting to image 10:36:50 #103 exporting layers 0.4s done 10:36:50 #103 writing image sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done 10:36:50 #103 naming to docker.io/library/security-spire-agent done 10:36:50 #103 DONE 0.5s 10:36:50 10:36:50 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:36:50 #82 1.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:50 #82 2.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:51 #82 ... 10:36:51 10:36:51 #107 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:36:51 #0 2.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:51 #0 2.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:51 #0 2.860 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:36:51 #0 2.880 Executing busybox-1.36.1-r30.post-upgrade 10:36:51 #0 2.915 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:36:51 #0 2.919 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:36:51 #0 2.923 Executing busybox-1.36.1-r30.trigger 10:36:51 #0 2.931 OK: 10 MiB in 17 packages 10:36:51 #107 DONE 3.1s 10:36:51 10:36:51 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:36:51 #82 2.531 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:36:51 #82 2.550 Executing busybox-1.36.1-r30.post-upgrade 10:36:51 #82 2.605 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:36:51 #82 ... 10:36:51 10:36:51 #108 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:36:51 #0 2.337 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:51 #0 2.820 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:51 #0 3.574 (1/1) Installing dumb-init (1.2.5-r3) 10:36:51 #0 3.847 Executing busybox-1.36.1-r29.trigger 10:36:51 #0 3.855 OK: 8 MiB in 15 packages 10:36:51 #108 DONE 4.0s 10:36:51 10:36:51 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:36:51 #82 2.608 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:36:51 #82 2.613 Executing busybox-1.36.1-r30.trigger 10:36:51 #82 2.622 OK: 13 MiB in 28 packages 10:36:51 #82 DONE 2.9s 10:36:51 10:36:51 #109 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:36:51 #0 2.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:36:51 #0 2.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:36:51 #0 2.468 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:36:51 #0 2.489 Executing busybox-1.36.1-r30.post-upgrade 10:36:51 #0 2.538 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:36:51 #0 2.541 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:36:51 #0 2.763 Executing busybox-1.36.1-r30.trigger 10:36:51 #0 2.771 OK: 8 MiB in 18 packages 10:36:51 #109 DONE 2.9s 10:36:51 10:36:51 #110 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:36:51 #110 DONE 0.3s 10:36:51 10:36:51 #111 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:36:51 #111 DONE 0.0s 10:36:51 10:36:51 #112 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:36:51 #112 ... 10:36:51 10:36:51 #113 [security-spire-config stage-2 6/10] COPY security.txt / 10:36:51 #113 DONE 0.0s 10:36:51 10:36:51 #114 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:36:51 #114 DONE 0.0s 10:36:51 10:36:51 #115 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:36:51 #115 DONE 0.0s 10:36:51 10:36:51 #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:36:51 #116 DONE 0.0s 10:36:51 10:36:51 #117 [security-spire-config] exporting to image 10:36:52 #117 exporting layers 0.5s done 10:36:52 #117 writing image sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done 10:36:52 #117 naming to docker.io/library/security-spire-config done 10:36:52 #117 DONE 0.6s 10:36:52 10:36:52 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:36:56 #118 ... 10:36:56 10:36:56 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:36:56 #119 ... 10:36:56 10:36:56 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:11 #120 ... 10:37:11 10:37:11 #75 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:11 #75 DONE 23.5s 10:37:11 10:37:11 #112 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:11 #112 DONE 20.1s 10:37:11 10:37:11 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:11 #118 DONE 23.5s 10:37:11 10:37:11 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:11 #119 DONE 23.5s 10:37:11 10:37:11 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:11 #120 DONE 23.5s 10:37:11 10:37:11 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:11 #79 DONE 23.5s 10:37:11 10:37:11 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 10:37:18 #121 DONE 7.1s 10:37:18 10:37:18 #122 [core-keeper builder 7/8] COPY . . 10:37:18 #122 DONE 7.1s 10:37:18 10:37:18 #123 [support-scheduler builder 6/7] COPY . . 10:37:18 #123 DONE 7.1s 10:37:18 10:37:18 #124 [security-proxy-setup builder 6/7] COPY . . 10:37:18 #124 DONE 7.1s 10:37:18 10:37:18 #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:18 #125 CACHED 10:37:18 10:37:18 #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:37:18 #126 CACHED 10:37:18 10:37:18 #127 [security-proxy-setup builder 6/7] COPY . . 10:37:18 #127 CACHED 10:37:18 10:37:18 #128 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:18 #128 CACHED 10:37:18 10:37:18 #129 [security-bootstrapper builder 6/7] COPY . . 10:37:18 #129 CACHED 10:37:18 10:37:18 #130 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:37:18 #130 CACHED 10:37:18 10:37:18 #131 [security-spiffe-token-provider builder 6/7] COPY . . 10:37:18 #131 DONE 7.1s 10:37:18 10:37:18 #132 [support-notifications builder 6/7] COPY . . 10:37:18 #132 DONE 7.1s 10:37:18 10:37:18 #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:18 #133 CACHED 10:37:18 10:37:18 #134 [core-common-config-bootstrapper builder 6/7] COPY . . 10:37:18 #134 CACHED 10:37:18 10:37:18 #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:37:18 #135 CACHED 10:37:18 10:37:18 #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:18 #136 CACHED 10:37:18 10:37:18 #137 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:37:18 #137 CACHED 10:37:18 10:37:18 #138 [core-metadata builder 6/7] COPY . . 10:37:18 #138 CACHED 10:37:18 10:37:18 #139 [core-data builder 6/7] COPY . . 10:37:18 #139 CACHED 10:37:18 10:37:18 #140 [core-data builder 4/7] COPY go.mod vendor* ./ 10:37:18 #140 CACHED 10:37:18 10:37:18 #141 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:18 #141 CACHED 10:37:18 10:37:18 #142 [security-proxy-auth builder 6/7] COPY . . 10:37:18 #142 CACHED 10:37:18 10:37:18 #143 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:37:18 #143 CACHED 10:37:18 10:37:18 #144 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:37:18 #144 CACHED 10:37:18 10:37:18 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:37:18 #145 1.154 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:37:24 Removing intermediate container fac7abeaaeec 10:37:24 ---> ecf248f17a6a 10:37:24 Successfully built ecf248f17a6a 10:37:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:24 + docker inspect -f . ci-base-image-arm64 10:37:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:37:25 prd-ubuntu20.04-docker-arm64-4c-16g-7629 does not seem to be running inside a container 10:37:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@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 10:37:26 $ docker top 0fa28469047c18b22e3d2675503ec67d59fd41356033dbddfb14dbffdd6486da -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:27 + go version 10:37:27 go version go1.23.9 linux/arm64 [Pipeline] } 10:37:27 $ docker stop --time=1 0fa28469047c18b22e3d2675503ec67d59fd41356033dbddfb14dbffdd6486da 10:37:28 #145 ... 10:37:28 10:37:28 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:37:28 #0 1.177 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:37:28 #146 ... 10:37:28 10:37:28 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:37:28 #0 0.532 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:37:28 #147 ... 10:37:28 10:37:28 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:37:28 #0 1.163 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:37:28 #148 ... 10:37:28 10:37:28 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:37:28 #0 1.169 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:37:28 #149 ... 10:37:28 10:37:28 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:37:28 #0 1.150 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:37:28 #150 ... 10:37:28 10:37:28 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:37:28 #0 1.140 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:37:28 #151 ... 10:37:28 10:37:28 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:37:28 #0 1.077 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:37:28 #152 ... 10:37:28 10:37:28 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:37:28 #0 1.176 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:37:28 #153 ... 10:37:28 10:37:28 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:37:28 #0 1.147 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:37:28 #154 ... 10:37:28 10:37:28 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:37:28 #0 1.158 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:37:28 #155 ... 10:37:28 10:37:28 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:37:28 #0 1.130 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:37:28 $ docker rm -f --volumes 0fa28469047c18b22e3d2675503ec67d59fd41356033dbddfb14dbffdd6486da [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 10:37:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:37:29 10:37:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:37:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:37:30 latest: Pulling from edgex-devops/edgex-compose-arm64 10:37:30 547446be3368: Pulling fs layer 10:37:30 d125d8839a47: Pulling fs layer 10:37:30 3e85d5ac6304: Pulling fs layer 10:37:30 c3105a71a48b: Pulling fs layer 10:37:30 0f093f025ec4: Pulling fs layer 10:37:30 c3106fc0e877: Pulling fs layer 10:37:30 c3105a71a48b: Waiting 10:37:30 0f093f025ec4: Waiting 10:37:30 c3106fc0e877: Waiting 10:37:30 547446be3368: Verifying Checksum 10:37:30 547446be3368: Download complete 10:37:30 c3105a71a48b: Verifying Checksum 10:37:30 c3105a71a48b: Download complete 10:37:30 d125d8839a47: Verifying Checksum 10:37:30 d125d8839a47: Download complete 10:37:30 c3106fc0e877: Verifying Checksum 10:37:30 c3106fc0e877: Download complete 10:37:30 0f093f025ec4: Verifying Checksum 10:37:30 0f093f025ec4: Download complete 10:37:30 547446be3368: Pull complete 10:37:31 d125d8839a47: Pull complete 10:37:32 3e85d5ac6304: Verifying Checksum 10:37:32 3e85d5ac6304: Download complete 10:37:42 3e85d5ac6304: Pull complete 10:37:42 c3105a71a48b: Pull complete 10:37:43 0f093f025ec4: Pull complete 10:37:43 c3106fc0e877: Pull complete 10:37:43 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 10:37:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:37:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:37:43 prd-ubuntu20.04-docker-arm64-4c-16g-7629 does not seem to be running inside a container 10:37:43 $ 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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@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 10:37:45 $ docker top 4a0ec2c18fdda9d9c7fd8d282d05cd525c3f5bf0683b9b81b7d7e0f634d37949 -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:46 + docker compose -f ./docker-compose-build.yml build --parallel 10:37:56 #1 [security-spire-config internal] load build definition from Dockerfile 10:37:56 #1 transferring dockerfile: 1.69kB 0.0s done 10:37:56 #1 DONE 0.1s 10:37:56 10:37:56 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:37:56 #2 transferring dockerfile: 1.89kB 0.0s done 10:37:56 #2 DONE 0.1s 10:37:56 10:37:56 #3 [security-spire-agent internal] load build definition from Dockerfile 10:37:56 #3 transferring dockerfile: 1.81kB done 10:37:56 #3 DONE 0.1s 10:37:56 10:37:56 #4 [core-command internal] load build definition from Dockerfile 10:37:56 #4 transferring dockerfile: 1.94kB done 10:37:56 #4 DONE 0.1s 10:37:56 10:37:56 #5 [security-bootstrapper internal] load build definition from Dockerfile 10:37:56 #5 transferring dockerfile: 3.02kB done 10:37:56 #5 DONE 0.1s 10:37:56 10:37:56 #6 [core-data internal] load build definition from Dockerfile 10:37:56 #6 transferring dockerfile: 2.04kB 0.0s done 10:37:56 #6 DONE 0.1s 10:37:56 10:37:56 #7 [core-metadata internal] load build definition from Dockerfile 10:37:56 #7 transferring dockerfile: 2.10kB done 10:37:56 #7 DONE 0.1s 10:37:56 10:37:56 #8 [core-keeper internal] load build definition from Dockerfile 10:37:56 #8 transferring dockerfile: 2.01kB done 10:37:56 #8 DONE 0.1s 10:37:56 10:37:56 #9 [security-secretstore-setup internal] load build definition from Dockerfile 10:37:56 #9 transferring dockerfile: 2.49kB 0.0s done 10:37:56 #9 DONE 0.1s 10:37:56 10:37:56 #10 [security-proxy-setup internal] load build definition from Dockerfile 10:37:56 #10 transferring dockerfile: 2.50kB 0.0s done 10:37:56 #10 DONE 0.1s 10:37:56 10:37:56 #11 [security-proxy-auth internal] load build definition from Dockerfile 10:37:56 #11 transferring dockerfile: 2.14kB done 10:37:56 #11 DONE 0.1s 10:37:56 10:37:56 #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:37:56 #12 transferring dockerfile: 2.23kB done 10:37:56 #12 DONE 0.1s 10:37:56 10:37:56 #13 [security-spire-server internal] load build definition from Dockerfile 10:37:56 #13 transferring dockerfile: 1.70kB done 10:37:56 #13 DONE 0.1s 10:37:56 10:37:56 #14 [support-notifications internal] load build definition from Dockerfile 10:37:56 #14 transferring dockerfile: 2.00kB done 10:37:56 #14 DONE 0.1s 10:37:56 10:37:56 #15 [support-scheduler internal] load build definition from Dockerfile 10:37:56 #15 transferring dockerfile: 1.83kB done 10:37:56 #15 DONE 0.1s 10:37:56 10:37:56 #16 [security-spire-config internal] load .dockerignore 10:37:56 #16 transferring context: 10:37:56 #16 transferring context: 50B done 10:37:56 #16 DONE 0.1s 10:37:57 10:37:57 #17 [security-spiffe-token-provider internal] load .dockerignore 10:37:57 #17 transferring context: 50B 0.0s done 10:37:57 #17 DONE 0.0s 10:37:57 10:37:57 #18 [security-spire-agent internal] load .dockerignore 10:37:57 #18 transferring context: 50B 0.0s done 10:37:57 #18 DONE 0.1s 10:37:57 10:37:57 #19 [core-command internal] load .dockerignore 10:37:57 #19 transferring context: 50B done 10:37:57 #19 DONE 0.0s 10:37:57 10:37:57 #20 [security-bootstrapper internal] load .dockerignore 10:37:57 #20 transferring context: 50B done 10:37:57 #20 DONE 0.1s 10:37:57 10:37:57 #21 [core-data internal] load .dockerignore 10:37:57 #21 transferring context: 50B done 10:37:57 #21 DONE 0.1s 10:37:57 10:37:57 #22 [core-metadata internal] load .dockerignore 10:37:57 #22 transferring context: 50B done 10:37:57 #22 DONE 0.1s 10:37:57 10:37:57 #23 [core-keeper internal] load .dockerignore 10:37:57 #23 transferring context: 50B done 10:37:57 #23 DONE 0.1s 10:37:57 10:37:57 #24 [security-secretstore-setup internal] load .dockerignore 10:37:57 #24 transferring context: 50B done 10:37:57 #24 DONE 0.1s 10:37:57 10:37:57 #25 [security-proxy-setup internal] load .dockerignore 10:37:57 #25 transferring context: 50B done 10:37:57 #25 DONE 0.1s 10:37:57 10:37:57 #26 [security-proxy-auth internal] load .dockerignore 10:37:57 #26 transferring context: 50B done 10:37:57 #26 DONE 0.1s 10:37:57 10:37:57 #27 [core-common-config-bootstrapper internal] load .dockerignore 10:37:57 #27 transferring context: 50B 0.0s done 10:37:57 #27 DONE 0.1s 10:37:57 10:37:57 #28 [security-spire-server internal] load .dockerignore 10:37:57 #28 transferring context: 50B done 10:37:58 #28 DONE 0.1s 10:37:58 10:37:58 #29 [support-notifications internal] load .dockerignore 10:37:58 #29 transferring context: 50B 0.0s done 10:37:58 #29 DONE 0.1s 10:37:58 10:37:58 #30 [support-scheduler internal] load .dockerignore 10:37:58 #30 transferring context: 50B done 10:37:58 #30 DONE 0.1s 10:37:58 10:37:58 #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:37:58 #31 ... 10:37:58 10:37:58 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:37:58 #32 DONE 0.0s 10:37:58 10:37:58 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:37:58 #31 DONE 0.7s 10:37:58 10:37:58 #32 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:37:58 #32 DONE 0.0s 10:37:58 10:37:58 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:37:58 #33 ... 10:37:58 10:37:58 #32 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:37:58 #32 DONE 0.0s 10:37:58 10:37:58 #32 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:37:58 #32 DONE 0.0s 10:37:58 10:37:58 #34 [security-bootstrapper stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:37:58 #34 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:37:59 #34 ... 10:37:59 10:37:59 #32 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:37:59 #32 DONE 0.0s 10:37:59 10:37:59 #34 [security-bootstrapper stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:37:59 #34 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:37:59 #34 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:37:59 #34 ... 10:37:59 10:37:59 #32 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:37:59 #32 DONE 0.0s 10:37:59 10:37:59 #35 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 10:37:59 #35 DONE 0.8s 10:37:59 10:37:59 #34 [core-metadata stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:37:59 #34 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:37:59 #34 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:37:59 #34 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:37:59 #34 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:37:59 #34 ... 10:37:59 10:37:59 #36 [security-spire-config internal] load build context 10:37:59 #36 transferring context: 22.05kB 0.0s done 10:37:59 #36 DONE 0.5s 10:37:59 10:37:59 #34 [security-secretstore-setup stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:37:59 #34 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:37:59 #34 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:37:59 #34 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:37:59 #34 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:37:59 #34 ... 10:37:59 10:37:59 #32 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:37:59 #32 DONE 0.0s 10:37:59 10:37:59 #32 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:37:59 #32 DONE 0.0s 10:37:59 10:37:59 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:37:59 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 10:37:59 #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:37:59 #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:37:59 #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:37:59 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s 10:37:59 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.4s 10:37:59 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s 10:37:59 #37 ... 10:37:59 10:37:59 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:37:59 #33 DONE 1.0s 10:37:59 10:37:59 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:37:59 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s 10:37:59 #37 ... 10:37:59 10:37:59 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:37:59 #32 DONE 0.0s 10:37:59 10:37:59 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:37:59 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 10:37:59 #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:37:59 #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:37:59 #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:37:59 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s 10:37:59 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done 10:37:59 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 10:37:59 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.8s done 10:37:59 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 10:38:00 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s done 10:38:00 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s done 10:38:00 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.1s 10:38:00 #37 ... 10:38:00 10:38:00 #32 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:38:00 #32 DONE 0.0s 10:38:00 10:38:00 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:00 #37 ... 10:38:00 10:38:00 #32 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:38:00 #32 DONE 0.0s 10:38:00 10:38:00 #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:38:00 #31 DONE 1.4s 10:38:00 10:38:00 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:00 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 10:38:00 #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:38:00 #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:38:00 #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:38:00 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done 10:38:00 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.8s done 10:38:00 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s done 10:38:00 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 10:38:00 #37 ... 10:38:00 10:38:00 #35 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 10:38:00 #35 DONE 2.0s 10:38:00 10:38:00 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:00 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.15MB / 33.17MB 1.6s 10:38:00 #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:38:01 #37 ... 10:38:01 10:38:01 #38 [core-command internal] load build context 10:38:01 #38 transferring context: 3.23MB 1.1s done 10:38:01 #38 DONE 2.0s 10:38:01 10:38:01 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:01 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.24MB / 33.17MB 1.8s 10:38:01 #37 ... 10:38:01 10:38:01 #39 [security-spiffe-token-provider internal] load build context 10:38:01 #39 transferring context: 3.23MB 1.5s done 10:38:01 #39 DONE 2.1s 10:38:01 10:38:01 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:01 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.34MB / 33.17MB 2.0s 10:38:01 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.02MB / 33.17MB 2.3s 10:38:01 #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 10:38:01 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 2.5s 10:38:01 #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 10:38:02 #37 ... 10:38:02 10:38:02 #40 [security-bootstrapper internal] load build context 10:38:02 #40 transferring context: 3.23MB 2.0s done 10:38:02 #40 DONE 3.0s 10:38:02 10:38:02 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:02 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 2.8s 10:38:02 #37 ... 10:38:02 10:38:02 #41 [core-data internal] load build context 10:38:02 #41 transferring context: 3.23MB 2.1s done 10:38:02 #41 DONE 3.2s 10:38:02 10:38:02 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:02 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 3.5s 10:38:02 #37 ... 10:38:02 10:38:02 #42 [security-spire-agent internal] load build context 10:38:02 #42 transferring context: 23.33kB 0.1s done 10:38:02 #42 DONE 3.0s 10:38:02 10:38:02 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:03 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.43MB / 33.17MB 3.9s 10:38:03 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.58MB / 33.17MB 4.2s 10:38:03 #37 ... 10:38:03 10:38:03 #43 [security-spire-server internal] load build context 10:38:03 #43 transferring context: 23.80kB 0.7s done 10:38:03 #43 DONE 2.8s 10:38:03 10:38:03 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:03 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 4.4s 10:38:04 #37 ... 10:38:04 10:38:04 #44 [core-metadata internal] load build context 10:38:04 #44 transferring context: 3.23MB 2.5s done 10:38:04 #44 DONE 4.6s 10:38:04 10:38:04 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:04 #37 ... 10:38:04 10:38:04 #45 [core-keeper internal] load build context 10:38:04 #45 transferring context: 3.23MB 2.6s done 10:38:04 #45 DONE 4.7s 10:38:04 10:38:04 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:04 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 4.9s 10:38:04 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 5.1s 10:38:04 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.2s 10:38:04 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.3s done 10:38:04 #37 ... 10:38:04 10:38:04 #46 [security-secretstore-setup internal] load build context 10:38:04 #46 transferring context: 3.23MB 3.3s done 10:38:04 #46 DONE 5.2s 10:38:04 10:38:04 #34 [support-notifications stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:38:04 #34 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:38:04 #34 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:38:04 #34 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:38:04 #34 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:38:04 #34 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 2.3s done 10:38:04 #34 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.1s 10:38:04 #34 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.5s done 10:38:05 #34 ... 10:38:05 10:38:05 #47 [support-notifications internal] load build context 10:38:05 #47 transferring context: 3.23MB 2.9s done 10:38:05 #47 DONE 4.2s 10:38:05 10:38:05 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:38:05 #48 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.8s done 10:38:05 #48 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 10:38:05 #48 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 10:38:05 #48 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 10:38:05 #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 10:38:05 #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 10:38:05 #48 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:38:05 #48 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.7s done 10:38:05 #48 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 10:38:05 #48 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 3.3s done 10:38:05 #48 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10:38:05 #48 ... 10:38:05 10:38:05 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:05 #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10:38:05 #37 ... 10:38:05 10:38:05 #49 [support-scheduler internal] load build context 10:38:05 #49 transferring context: 3.23MB 3.0s done 10:38:05 #49 DONE 4.6s 10:38:05 10:38:05 #50 [security-proxy-setup internal] load build context 10:38:05 #50 transferring context: 3.23MB 3.1s done 10:38:05 #50 DONE 5.0s 10:38:05 10:38:05 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:05 #37 ... 10:38:05 10:38:05 #51 [security-proxy-auth internal] load build context 10:38:05 #51 transferring context: 3.23MB 3.3s done 10:38:05 #51 DONE 5.3s 10:38:05 10:38:05 #52 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:38:05 #52 DONE 7.0s 10:38:05 10:38:05 #53 [core-common-config-bootstrapper internal] load build context 10:38:05 #53 transferring context: 3.23MB 3.3s done 10:38:05 #53 DONE 5.4s 10:38:05 10:38:05 #34 [security-spire-agent stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:38:05 #34 DONE 7.7s 10:38:05 10:38:05 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:38:06 #54 ... 10:38:06 10:38:06 #55 [core-command builder 2/7] WORKDIR /edgex-go 10:38:06 #55 DONE 1.0s 10:38:06 10:38:06 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:11 #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.4s 10:38:14 #37 ... 10:38:14 10:38:14 #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:38:14 #56 DONE 8.4s 10:38:14 10:38:14 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:38:14 #48 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.1s done 10:38:14 #48 ... 10:38:14 10:38:14 #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:38:16 #57 ... 10:38:16 10:38:16 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:38:16 #58 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:16 #58 ... 10:38:16 10:38:16 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:38:16 #0 7.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:16 #0 8.436 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:16 #59 ... 10:38:16 10:38:16 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:38:16 #60 ... 10:38:16 10:38:16 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:38:16 #61 ... 10:38:16 10:38:16 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:38:16 #62 ... 10:38:16 10:38:16 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:38:16 #0 9.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:16 #63 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:16 #63 ... 10:38:16 10:38:16 #64 [core-command builder 3/7] RUN apk add --update --no-cache make git 10:38:16 #64 ... 10:38:16 10:38:16 #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:38:17 #65 ... 10:38:17 10:38:17 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:38:17 #66 ... 10:38:17 10:38:17 #67 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:38:17 #67 ... 10:38:17 10:38:17 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:38:17 #68 ... 10:38:17 10:38:17 #69 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:38:17 #0 7.027 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:17 #0 7.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:17 #0 11.16 (1/1) Installing dumb-init (1.2.5-r3) 10:38:17 #0 11.16 Executing busybox-1.36.1-r29.trigger 10:38:17 #0 11.23 OK: 9 MiB in 15 packages 10:38:17 #69 ... 10:38:17 10:38:17 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:38:17 #0 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:17 #70 ... 10:38:17 10:38:17 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:38:17 #0 9.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:17 #0 10.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:17 #71 ... 10:38:17 10:38:17 #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:38:17 #72 ... 10:38:17 10:38:17 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:17 #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.5s 10:38:18 #37 ... 10:38:18 10:38:18 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:38:18 #66 DONE 12.0s 10:38:18 10:38:18 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:19 #37 ... 10:38:19 10:38:19 #69 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 10:38:19 #69 DONE 13.7s 10:38:19 10:38:19 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:22 #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.8s 10:38:23 #37 ... 10:38:23 10:38:23 #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:38:23 #54 7.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:23 #54 7.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:23 #54 10.58 (1/7) Installing ca-certificates (20250619-r0) 10:38:23 #54 11.15 (2/7) Installing dumb-init (1.2.5-r3) 10:38:23 #54 11.16 (3/7) Installing libgcc (13.2.1_git20240309-r1) 10:38:23 #54 11.23 (4/7) Installing libsodium (1.0.19-r0) 10:38:23 #54 11.29 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 10:38:23 #54 11.92 (6/7) Installing libzmq (4.3.5-r2) 10:38:23 #54 12.07 (7/7) Installing zeromq (4.3.5-r2) 10:38:23 #54 12.20 Executing busybox-1.36.1-r29.trigger 10:38:23 #54 12.45 Executing ca-certificates-20250619-r0.trigger 10:38:23 #54 14.43 OK: 14 MiB in 21 packages 10:38:23 #54 DONE 17.2s 10:38:23 10:38:23 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:38:25 #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.9s done 10:38:25 #37 DONE 27.5s 10:38:25 10:38:25 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:38:25 #59 14.82 (1/4) Installing ca-certificates (20250619-r0) 10:38:25 #59 15.30 (2/4) Installing dumb-init (1.2.5-r3) 10:38:25 #59 15.33 (3/4) Installing su-exec (0.2-r3) 10:38:25 #59 15.43 (4/4) Installing yq-go (4.44.1-r2) 10:38:25 #59 16.97 Executing busybox-1.36.1-r29.trigger 10:38:25 #59 17.32 Executing ca-certificates-20250619-r0.trigger 10:38:25 #59 18.73 OK: 20 MiB in 18 packages 10:38:26 #59 DONE 20.7s 10:38:26 10:38:26 #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:38:26 #57 4.911 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:26 #57 7.106 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:27 #57 ... 10:38:27 10:38:27 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:38:27 #61 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:27 #61 13.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:27 #61 ... 10:38:27 10:38:27 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:38:27 #60 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:27 #60 12.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:27 #60 ... 10:38:27 10:38:27 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:38:27 #73 ... 10:38:27 10:38:27 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:38:27 #62 10.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:27 #62 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:27 #62 ... 10:38:27 10:38:27 #74 [core-command stage-1 3/8] RUN apk --no-cache upgrade 10:38:27 #0 3.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:27 #0 5.734 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:27 #74 ... 10:38:27 10:38:27 #67 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:38:27 #67 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:27 #67 14.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:28 #67 ... 10:38:28 10:38:28 #64 [core-command builder 3/7] RUN apk add --update --no-cache make git 10:38:28 #64 11.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:28 #64 13.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:28 #64 ... 10:38:28 10:38:28 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:38:28 #68 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:28 #68 14.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:28 #68 ... 10:38:28 10:38:28 #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:38:28 #72 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:28 #72 14.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:28 #72 ... 10:38:28 10:38:28 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:38:28 #58 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:28 #58 ... 10:38:28 10:38:28 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:38:28 #0 3.717 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:28 #0 5.675 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:28 #75 ... 10:38:28 10:38:28 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:38:28 #70 12.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:28 #70 22.13 OK: 239 MiB in 58 packages 10:38:28 #70 ... 10:38:28 10:38:28 #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:38:28 #65 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:28 #65 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:29 #65 ... 10:38:29 10:38:29 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:38:29 #63 22.30 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:38:29 #63 22.32 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:38:29 #63 22.32 OK: 24052 distinct packages available 10:38:29 #63 23.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:30 #63 ... 10:38:30 10:38:30 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:38:30 #70 DONE 23.7s 10:38:30 10:38:30 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:38:30 #58 23.74 (1/3) Installing ca-certificates (20250619-r0) 10:38:30 #58 24.31 (2/3) Installing dumb-init (1.2.5-r3) 10:38:30 #58 24.41 (3/3) Installing tzdata (2025b-r0) 10:38:30 #58 ... 10:38:30 10:38:30 #76 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:38:30 #76 DONE 0.5s 10:38:30 10:38:30 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:38:30 #62 24.20 OK: 239 MiB in 58 packages 10:38:31 #62 ... 10:38:31 10:38:31 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:38:31 #61 23.06 (1/2) Installing dumb-init (1.2.5-r3) 10:38:31 #61 23.10 (2/2) Installing su-exec (0.2-r3) 10:38:31 #61 23.12 Executing busybox-1.36.1-r29.trigger 10:38:31 #61 23.25 OK: 9 MiB in 16 packages 10:38:31 #61 DONE 25.4s 10:38:31 10:38:31 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:38:32 #77 ... 10:38:32 10:38:32 #64 [core-command builder 3/7] RUN apk add --update --no-cache make git 10:38:32 #64 23.40 OK: 239 MiB in 58 packages 10:38:32 #64 DONE 25.7s 10:38:32 10:38:32 #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:38:32 #72 25.89 (1/1) Installing dumb-init (1.2.5-r3) 10:38:32 #72 25.96 Executing busybox-1.36.1-r29.trigger 10:38:32 #72 26.27 OK: 9 MiB in 15 packages 10:38:32 #72 ... 10:38:32 10:38:32 #78 [core-command builder 4/7] COPY go.mod vendor* ./ 10:38:32 #78 DONE 0.7s 10:38:32 10:38:32 #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:38:32 #79 ... 10:38:32 10:38:32 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:38:32 #62 DONE 26.4s 10:38:33 10:38:33 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:38:33 #58 27.11 Executing busybox-1.36.1-r29.trigger 10:38:33 #58 ... 10:38:33 10:38:33 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:38:33 #0 3.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:33 #0 4.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:33 #80 ... 10:38:33 10:38:33 #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:38:33 #65 24.17 OK: 239 MiB in 58 packages 10:38:33 #65 DONE 26.9s 10:38:33 10:38:33 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:38:34 #81 ... 10:38:34 10:38:34 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:38:34 #60 23.29 (1/4) Installing dumb-init (1.2.5-r3) 10:38:34 #60 23.35 (2/4) Installing openssl (3.3.4-r0) 10:38:34 #60 23.42 (3/4) Installing su-exec (0.2-r3) 10:38:34 #60 23.45 (4/4) Installing yq-go (4.44.1-r2) 10:38:34 #60 24.96 Executing busybox-1.36.1-r29.trigger 10:38:34 #60 25.21 OK: 20 MiB in 18 packages 10:38:34 #60 DONE 28.1s 10:38:34 10:38:34 #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:38:34 #82 ... 10:38:34 10:38:34 #83 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:38:34 #83 DONE 1.7s 10:38:34 10:38:34 #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:38:34 #57 15.62 (1/1) Installing dumb-init (1.2.5-r3) 10:38:34 #57 16.43 Executing busybox-1.36.1-r29.trigger 10:38:34 #57 16.64 OK: 9 MiB in 15 packages 10:38:34 #57 DONE 20.4s 10:38:34 10:38:34 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:38:35 #84 ... 10:38:35 10:38:35 #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:38:35 #72 DONE 28.8s 10:38:35 10:38:35 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:38:35 #81 DONE 1.6s 10:38:35 10:38:35 #85 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:38:37 #85 ... 10:38:37 10:38:37 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:38:37 #58 27.36 Executing ca-certificates-20250619-r0.trigger 10:38:37 #58 28.84 OK: 11 MiB in 17 packages 10:38:37 #58 DONE 30.8s 10:38:37 10:38:37 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:38:37 #80 13.69 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:38:37 #80 13.86 Executing busybox-1.36.1-r30.post-upgrade 10:38:37 #80 14.26 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:38:37 #80 14.28 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:38:37 #80 14.35 Executing busybox-1.36.1-r30.trigger 10:38:37 #80 14.36 OK: 14 MiB in 21 packages 10:38:37 #80 ... 10:38:37 10:38:37 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:38:37 #75 17.13 OK: 239 MiB in 58 packages 10:38:37 #75 DONE 19.0s 10:38:37 10:38:37 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:38:38 #86 ... 10:38:38 10:38:38 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:38:38 #71 21.91 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:38:38 #71 21.91 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:38:38 #71 21.91 OK: 24052 distinct packages available 10:38:38 #71 23.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:38 #71 25.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:38 #71 ... 10:38:38 10:38:38 #74 [core-command stage-1 3/8] RUN apk --no-cache upgrade 10:38:38 #74 16.30 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:38:38 #74 16.45 Executing busybox-1.36.1-r30.post-upgrade 10:38:38 #74 17.18 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:38:38 #74 17.18 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:38:38 #74 17.18 Executing busybox-1.36.1-r30.trigger 10:38:38 #74 17.32 OK: 9 MiB in 15 packages 10:38:38 #74 ... 10:38:38 10:38:38 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:38:38 #86 DONE 1.1s 10:38:38 10:38:38 #74 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 10:38:38 #74 DONE 19.4s 10:38:38 10:38:38 #87 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:38:39 #87 ... 10:38:39 10:38:39 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:38:39 #80 DONE 16.3s 10:38:39 10:38:39 #67 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:38:39 #67 23.48 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:38:39 #67 23.48 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:38:39 #67 23.48 OK: 24052 distinct packages available 10:38:39 #67 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:39 #67 27.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:39 #67 ... 10:38:39 10:38:39 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:38:39 #73 2.563 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:39 #73 4.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:39 #73 ... 10:38:39 10:38:39 #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:38:40 #88 ... 10:38:40 10:38:40 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:38:40 #68 23.97 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:38:40 #68 23.97 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:38:40 #68 23.97 OK: 24052 distinct packages available 10:38:40 #68 26.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:40 #68 28.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:40 #68 ... 10:38:40 10:38:40 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:38:41 #89 ... 10:38:41 10:38:41 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:38:41 #71 34.31 (1/14) Installing ca-certificates (20250619-r0) 10:38:41 #71 34.73 (2/14) Installing brotli-libs (1.1.0-r2) 10:38:41 #71 34.82 (3/14) Installing c-ares (1.33.1-r0) 10:38:41 #71 34.86 (4/14) Installing libunistring (1.2-r0) 10:38:41 #71 34.99 (5/14) Installing libidn2 (2.3.7-r0) 10:38:41 #71 35.02 (6/14) Installing nghttp2-libs (1.62.1-r0) 10:38:41 #71 35.05 (7/14) Installing libpsl (0.21.5-r1) 10:38:41 #71 35.14 (8/14) Installing zstd-libs (1.5.6-r0) 10:38:41 #71 35.20 (9/14) Installing libcurl (8.12.1-r0) 10:38:41 #71 35.29 (10/14) Installing curl (8.12.1-r0) 10:38:41 #71 35.39 (11/14) Installing dumb-init (1.2.5-r3) 10:38:41 #71 35.41 (12/14) Installing musl-obstack (1.2.3-r2) 10:38:41 #71 35.43 (13/14) Installing libucontext (1.2-r3) 10:38:41 #71 35.43 (14/14) Installing gcompat (1.1.0-r4) 10:38:41 #71 35.48 Executing busybox-1.36.1-r29.trigger 10:38:41 #71 35.63 Executing ca-certificates-20250619-r0.trigger 10:38:41 #71 ... 10:38:41 10:38:41 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:38:41 #63 25.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:41 #63 34.77 (1/4) Installing dumb-init (1.2.5-r3) 10:38:41 #63 34.81 (2/4) Installing musl-obstack (1.2.3-r2) 10:38:41 #63 34.90 (3/4) Installing libucontext (1.2-r3) 10:38:41 #63 34.92 (4/4) Installing gcompat (1.1.0-r4) 10:38:41 #63 34.95 Executing busybox-1.36.1-r29.trigger 10:38:41 #63 35.01 OK: 9 MiB in 18 packages 10:38:41 #63 ... 10:38:41 10:38:41 #67 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:38:41 #67 35.55 (1/5) Installing dumb-init (1.2.5-r3) 10:38:41 #67 35.60 (2/5) Installing musl-obstack (1.2.3-r2) 10:38:41 #67 35.62 (3/5) Installing libucontext (1.2-r3) 10:38:41 #67 35.63 (4/5) Installing gcompat (1.1.0-r4) 10:38:41 #67 35.70 (5/5) Installing openssl (3.3.4-r0) 10:38:41 #67 35.86 Executing busybox-1.36.1-r29.trigger 10:38:41 #67 35.97 OK: 10 MiB in 19 packages 10:38:43 #67 ... 10:38:43 10:38:43 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:38:43 #73 13.59 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:38:43 #73 13.78 Executing busybox-1.36.1-r30.post-upgrade 10:38:43 #73 14.23 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:38:43 #73 14.25 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:38:43 #73 14.26 Executing busybox-1.36.1-r30.trigger 10:38:43 #73 14.37 OK: 20 MiB in 18 packages 10:38:43 #73 DONE 16.3s 10:38:43 10:38:43 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:38:43 #63 DONE 37.1s 10:38:43 10:38:43 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:38:44 #90 ... 10:38:44 10:38:44 #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:38:44 #67 DONE 38.1s 10:38:44 10:38:44 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:38:44 #68 35.61 OK: 239 MiB in 58 packages 10:38:44 #68 DONE 37.7s 10:38:44 10:38:44 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:38:45 #91 ... 10:38:45 10:38:45 #92 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:38:45 #0 7.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:45 #0 9.691 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:45 #92 ... 10:38:45 10:38:45 #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 10:38:45 #93 ... 10:38:45 10:38:45 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:38:45 #91 DONE 1.0s 10:38:45 10:38:45 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:38:45 #71 37.01 OK: 15 MiB in 28 packages 10:38:45 #71 DONE 39.3s 10:38:45 10:38:45 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:38:48 #94 3.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:49 #94 4.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:50 #156 ... 10:38:50 10:38:50 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:38:50 #147 DONE 86.9s 10:38:50 10:38:50 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:38:50 #149 ... 10:38:50 10:38:50 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:38:50 #157 DONE 0.3s 10:38:50 10:38:50 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:38:50 #151 ... 10:38:50 10:38:50 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:38:50 #158 DONE 1.0s 10:38:50 10:38:50 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:38:50 #149 ... 10:38:50 10:38:50 #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:38:50 #159 DONE 0.1s 10:38:50 10:38:50 #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:38:50 #160 DONE 0.1s 10:38:50 10:38:50 #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:38:50 #161 DONE 0.1s 10:38:50 10:38:50 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:38:50 #149 ... 10:38:50 10:38:50 #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:38:50 #162 DONE 0.1s 10:38:50 10:38:50 #163 [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/ 10:38:50 #163 DONE 0.1s 10:38:50 10:38:50 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:38:50 #153 ... 10:38:50 10:38:50 #164 [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/ 10:38:50 #164 DONE 0.2s 10:38:50 10:38:50 #165 [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/ 10:38:50 #165 DONE 0.1s 10:38:50 10:38:50 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:38:50 #153 ... 10:38:50 10:38:50 #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:38:50 #166 DONE 0.1s 10:38:50 10:38:50 #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:38:50 #167 DONE 0.9s 10:38:50 10:38:50 #168 [security-bootstrapper] exporting to image 10:38:50 #168 exporting layers 10:38:50 #168 ... 10:38:50 10:38:50 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:38:50 #151 DONE 91.5s 10:38:50 10:38:50 #169 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:38:50 #169 DONE 0.2s 10:38:50 10:38:50 #170 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:38:50 #170 DONE 0.2s 10:38:50 10:38:50 #168 [security-bootstrapper] exporting to image 10:38:50 #168 exporting layers 1.4s done 10:38:50 #168 writing image sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done 10:38:50 #168 naming to docker.io/library/security-bootstrapper 0.0s done 10:38:50 #168 DONE 1.5s 10:38:50 10:38:50 #171 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:38:50 #171 DONE 0.3s 10:38:50 10:38:50 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:38:50 #149 ... 10:38:50 10:38:50 #172 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:38:50 #172 DONE 0.2s 10:38:50 10:38:50 #173 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:38:50 #173 DONE 0.1s 10:38:50 10:38:50 #174 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:38:51 #174 DONE 1.1s 10:38:51 10:38:51 #175 [core-common-config-bootstrapper] exporting to image 10:38:51 #175 exporting layers 0.4s done 10:38:51 #175 writing image sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 10:38:51 #175 writing image sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done 10:38:51 #175 naming to docker.io/library/core-common-config-bootstrapper done 10:38:51 #175 DONE 0.4s 10:38:51 10:38:51 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:38:51 #94 ... 10:38:51 10:38:51 #92 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:38:51 #92 16.11 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:38:51 #92 16.24 Executing busybox-1.36.1-r30.post-upgrade 10:38:51 #92 16.57 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:38:51 #92 16.58 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:38:51 #92 16.59 Executing busybox-1.36.1-r30.trigger 10:38:51 #92 16.67 OK: 9 MiB in 15 packages 10:38:51 #92 ... 10:38:51 10:38:51 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:38:51 #77 10.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:51 #77 12.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:51 #77 19.77 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:38:51 #77 19.90 Executing busybox-1.36.1-r30.post-upgrade 10:38:51 #77 20.40 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:38:52 #77 20.41 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:38:52 #77 20.46 Executing busybox-1.36.1-r30.trigger 10:38:52 #77 20.55 OK: 9 MiB in 16 packages 10:38:52 #77 ... 10:38:52 10:38:52 #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:38:52 #82 8.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:52 #82 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:52 #82 17.04 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:38:52 #82 17.18 Executing busybox-1.36.1-r30.post-upgrade 10:38:52 #82 17.48 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:38:52 #82 17.48 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:38:52 #82 17.49 Executing busybox-1.36.1-r30.trigger 10:38:52 #82 17.57 OK: 20 MiB in 18 packages 10:38:53 #82 DONE 18.7s 10:38:53 10:38:53 #92 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:38:53 #92 DONE 17.9s 10:38:53 10:38:53 #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:38:53 #95 DONE 0.3s 10:38:53 10:38:53 #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 10:38:53 #93 4.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:53 #93 5.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:53 #93 ... 10:38:53 10:38:53 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:38:53 #77 DONE 22.2s 10:38:53 10:38:53 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:38:54 #96 ... 10:38:54 10:38:54 #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:38:54 #88 7.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:54 #88 9.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:54 #88 16.43 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:38:54 #88 16.60 Executing busybox-1.36.1-r30.post-upgrade 10:38:54 #88 17.12 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:38:54 #88 17.13 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:38:54 #88 17.16 Executing busybox-1.36.1-r30.trigger 10:38:54 #88 17.35 OK: 11 MiB in 17 packages 10:38:55 #88 ... 10:38:55 10:38:55 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:38:55 #97 ... 10:38:55 10:38:55 #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:38:55 #88 DONE 18.7s 10:38:55 10:38:55 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:38:55 #90 4.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:38:55 #90 6.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:38:55 #90 12.27 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:38:55 #90 12.50 Executing busybox-1.36.1-r30.post-upgrade 10:38:55 #90 12.80 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:38:55 #90 12.80 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:38:55 #90 12.81 Executing busybox-1.36.1-r30.trigger 10:38:56 #90 12.87 OK: 9 MiB in 18 packages 10:38:56 #90 ... 10:38:56 10:38:56 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:38:56 #96 DONE 2.5s 10:38:56 10:38:56 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:38:56 #98 DONE 0.2s 10:38:56 10:38:56 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:38:56 #48 ... 10:38:56 10:38:56 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:38:56 #94 11.05 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:38:56 #94 11.17 Executing busybox-1.36.1-r30.post-upgrade 10:38:57 #94 11.51 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:38:57 #94 11.51 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:38:57 #94 11.53 Executing busybox-1.36.1-r30.trigger 10:38:57 #94 11.62 OK: 15 MiB in 28 packages 10:38:57 #94 ... 10:38:57 10:38:57 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:38:57 #90 DONE 14.5s 10:38:57 10:38:57 #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 10:38:57 #93 12.68 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:38:57 #93 12.77 Executing busybox-1.36.1-r30.post-upgrade 10:38:57 #93 13.07 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:38:57 #93 13.08 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:38:57 #93 13.09 Executing busybox-1.36.1-r30.trigger 10:38:57 #93 13.19 OK: 10 MiB in 19 packages 10:38:58 #93 ... 10:38:58 10:38:58 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:38:58 #94 DONE 13.0s 10:38:58 10:38:58 #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 10:38:58 #93 DONE 14.6s 10:38:58 10:38:58 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:39:00 #99 ... 10:39:00 10:39:00 #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:39:00 #100 DONE 2.5s 10:39:00 10:39:00 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:39:00 #99 DONE 1.6s 10:39:00 10:39:00 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:39:00 #101 ... 10:39:00 10:39:00 #102 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:39:00 #102 DONE 0.2s 10:39:00 10:39:00 #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:39:00 #103 DONE 1.9s 10:39:00 10:39:00 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:39:00 #104 ... 10:39:00 10:39:00 #105 [security-spire-config stage-2 6/10] COPY security.txt / 10:39:00 #105 DONE 0.3s 10:39:00 10:39:00 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:39:00 #104 DONE 0.4s 10:39:00 10:39:00 #106 [security-spire-server stage-2 6/9] COPY security.txt / 10:39:00 #106 ... 10:39:00 10:39:00 #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:39:00 #107 DONE 0.3s 10:39:00 10:39:00 #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:39:01 #108 DONE 0.2s 10:39:01 10:39:01 #106 [security-spire-server stage-2 6/9] COPY security.txt / 10:39:01 #106 DONE 0.3s 10:39:01 10:39:01 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:39:01 #109 ... 10:39:01 10:39:01 #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:39:01 #110 DONE 0.3s 10:39:01 10:39:01 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:39:01 #109 DONE 0.3s 10:39:01 10:39:01 #111 [security-spire-config] exporting to image 10:39:01 #111 exporting layers 10:39:01 #111 ... 10:39:01 10:39:01 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:39:01 #112 DONE 0.4s 10:39:02 10:39:02 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:39:02 #113 DONE 0.3s 10:39:02 10:39:02 #111 [security-spire-server] exporting to image 10:39:02 #111 ... 10:39:02 10:39:02 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:39:02 #101 DONE 2.4s 10:39:02 10:39:02 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:39:02 #114 DONE 0.3s 10:39:02 10:39:02 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 10:39:03 #115 DONE 0.2s 10:39:03 10:39:03 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:39:03 #116 DONE 0.2s 10:39:03 10:39:03 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:39:03 #117 DONE 0.2s 10:39:03 10:39:03 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:39:03 #118 DONE 0.2s 10:39:03 10:39:03 #111 [security-spire-agent] exporting to image 10:39:05 #111 exporting layers 3.4s done 10:39:05 #111 writing image sha256:589862a2addd31db0dc41d76815ddc1b0d29766da8b1d19aa565077fe45d2064 0.0s done 10:39:05 #111 naming to docker.io/library/security-spire-config-arm64 done 10:39:05 #111 exporting layers 3.3s done 10:39:05 #111 writing image sha256:f489d0e14eb790a8aa40f6fc9b926cc6a4ac0f690804f9cf703527395fdc26b9 done 10:39:05 #111 naming to docker.io/library/security-spire-server-arm64 10:39:05 #111 naming to docker.io/library/security-spire-server-arm64 done 10:39:06 #111 exporting layers 2.5s done 10:39:06 #111 writing image sha256:0a6985d36ce1253af9459eece5755f7da567ce113f60f9bf4ade4b0e8e2854db done 10:39:06 #111 naming to docker.io/library/security-spire-agent-arm64 done 10:39:06 #111 DONE 4.3s 10:39:06 10:39:06 #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:12 #148 ... 10:40:12 10:40:12 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:40:12 #154 164.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:40:12 #154 ... 10:40:12 10:40:12 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:40:12 #156 DONE 165.5s 10:40:12 10:40:12 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:40:12 #155 DONE 165.5s 10:40:12 10:40:12 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #176 DONE 0.0s 10:40:12 10:40:12 #177 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #177 DONE 0.1s 10:40:12 10:40:12 #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:40:12 #178 DONE 0.1s 10:40:12 10:40:12 #179 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:40:12 #179 DONE 0.1s 10:40:12 10:40:12 #180 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:40:12 #180 DONE 0.1s 10:40:12 10:40:12 #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 10:40:12 #181 DONE 0.1s 10:40:12 10:40:12 #182 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:40:12 #182 DONE 0.1s 10:40:12 10:40:12 #183 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:40:12 #183 DONE 0.1s 10:40:12 10:40:12 #184 [core-command] exporting to image 10:40:12 #184 exporting layers 10:40:12 #184 exporting layers 0.2s done 10:40:12 #184 writing image sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done 10:40:12 #184 naming to docker.io/library/core-command done 10:40:12 #184 DONE 0.2s 10:40:12 10:40:12 #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:40:12 #185 DONE 0.2s 10:40:12 10:40:12 #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:40:12 #186 DONE 0.0s 10:40:12 10:40:12 #187 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:40:12 #187 DONE 0.8s 10:40:12 10:40:12 #188 [security-proxy-setup] exporting to image 10:40:12 #188 ... 10:40:12 10:40:12 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:40:12 #154 DONE 167.4s 10:40:12 10:40:12 #188 [security-proxy-setup] exporting to image 10:40:12 #188 exporting layers 0.4s done 10:40:12 #188 writing image sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 10:40:12 #188 writing image sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 0.0s done 10:40:12 #188 naming to docker.io/library/security-proxy-setup 0.0s done 10:40:12 #188 DONE 0.5s 10:40:12 10:40:12 #189 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #189 DONE 0.1s 10:40:12 10:40:12 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:40:12 #145 ... 10:40:12 10:40:12 #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:40:12 #190 DONE 0.2s 10:40:12 10:40:12 #191 [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 10:40:12 #191 DONE 0.1s 10:40:12 10:40:12 #192 [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 10:40:12 #192 DONE 0.0s 10:40:12 10:40:12 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:40:12 #145 ... 10:40:12 10:40:12 #193 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:40:12 #193 DONE 0.1s 10:40:12 10:40:12 #194 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:40:12 #194 DONE 0.2s 10:40:12 10:40:12 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:40:12 #148 ... 10:40:12 10:40:12 #195 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:40:12 #195 DONE 0.2s 10:40:12 10:40:12 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:40:12 #153 DONE 168.3s 10:40:12 10:40:12 #196 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #196 DONE 0.2s 10:40:12 10:40:12 #197 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:40:12 #197 DONE 0.2s 10:40:12 10:40:12 #198 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:40:12 #198 DONE 0.2s 10:40:12 10:40:12 #199 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:40:12 #199 ... 10:40:12 10:40:12 #200 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:40:12 #200 DONE 0.2s 10:40:12 10:40:12 #201 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 10:40:12 #201 DONE 0.1s 10:40:12 10:40:12 #202 [security-spiffe-token-provider] exporting to image 10:40:12 #202 exporting layers 0.2s done 10:40:12 #202 writing image sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done 10:40:12 #202 naming to docker.io/library/security-spiffe-token-provider done 10:40:12 #202 DONE 0.2s 10:40:12 10:40:12 #199 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:40:12 #199 DONE 0.8s 10:40:12 10:40:12 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:40:12 #145 ... 10:40:12 10:40:12 #203 [security-secretstore-setup] exporting to image 10:40:12 #203 exporting layers 0.2s done 10:40:12 #203 writing image sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done 10:40:12 #203 naming to docker.io/library/security-secretstore-setup done 10:40:12 #203 DONE 0.2s 10:40:12 10:40:12 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:40:12 #146 ... 10:40:12 10:40:12 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:40:12 #152 DONE 170.8s 10:40:12 10:40:12 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:40:12 #149 DONE 170.8s 10:40:12 10:40:12 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:40:12 #150 DONE 170.8s 10:40:12 10:40:12 #204 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #204 DONE 0.1s 10:40:12 10:40:12 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #205 DONE 0.1s 10:40:12 10:40:12 #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:40:12 #206 DONE 0.1s 10:40:12 10:40:12 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #207 DONE 0.1s 10:40:12 10:40:12 #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:40:12 #208 DONE 0.3s 10:40:12 10:40:12 #204 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #204 DONE 0.1s 10:40:12 10:40:12 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:40:12 #148 DONE 171.3s 10:40:12 10:40:12 #209 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:40:12 #209 DONE 0.3s 10:40:12 10:40:12 #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:40:12 #210 DONE 0.3s 10:40:12 10:40:12 #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:40:12 #211 DONE 0.1s 10:40:12 10:40:12 #206 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:40:12 #206 DONE 0.1s 10:40:12 10:40:12 #212 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:40:12 #212 CACHED 10:40:12 10:40:12 #213 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #213 CACHED 10:40:12 10:40:12 #214 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:40:12 #214 DONE 0.1s 10:40:12 10:40:12 #215 [core-keeper] exporting to image 10:40:12 #215 ... 10:40:12 10:40:12 #216 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:40:12 #216 DONE 0.4s 10:40:12 10:40:12 #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:40:12 #217 DONE 0.3s 10:40:12 10:40:12 #218 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:40:12 #218 DONE 0.3s 10:40:12 10:40:12 #219 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:40:12 #219 DONE 0.1s 10:40:12 10:40:12 #220 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:40:12 #220 DONE 0.1s 10:40:12 10:40:12 #215 [core-keeper] exporting to image 10:40:12 #215 exporting layers 0.3s done 10:40:12 #215 writing image sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done 10:40:12 #215 naming to docker.io/library/core-keeper 0.0s done 10:40:12 #215 DONE 0.4s 10:40:12 10:40:12 #221 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:40:12 #221 DONE 0.1s 10:40:12 10:40:12 #222 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:40:12 #222 ... 10:40:12 10:40:12 #223 [core-metadata] exporting to image 10:40:12 #223 exporting layers 0.2s done 10:40:12 #223 writing image sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done 10:40:12 #223 naming to docker.io/library/core-metadata done 10:40:12 #223 DONE 0.2s 10:40:12 10:40:12 #224 [core-data] exporting to image 10:40:12 #224 exporting layers 0.2s done 10:40:12 #224 writing image sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done 10:40:12 #224 naming to docker.io/library/core-data done 10:40:12 #224 DONE 0.2s 10:40:12 10:40:12 #222 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:40:12 #222 DONE 0.3s 10:40:12 10:40:12 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:40:12 #145 ... 10:40:12 10:40:12 #225 [security-proxy-auth] exporting to image 10:40:12 #225 ... 10:40:12 10:40:12 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:40:12 #146 DONE 173.0s 10:40:12 10:40:12 #225 [security-proxy-auth] exporting to image 10:40:12 #225 exporting layers 0.9s done 10:40:12 #225 writing image sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 10:40:12 #225 writing image sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done 10:40:12 #225 naming to docker.io/library/security-proxy-auth done 10:40:12 #225 DONE 1.0s 10:40:12 10:40:12 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:40:12 #145 ... 10:40:12 10:40:12 #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #226 DONE 0.0s 10:40:12 10:40:12 #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:40:12 #227 DONE 0.1s 10:40:12 10:40:12 #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:40:12 #228 DONE 0.2s 10:40:12 10:40:12 #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:40:12 #229 DONE 0.0s 10:40:12 10:40:12 #230 [support-scheduler] exporting to image 10:40:12 #230 exporting layers 0.2s done 10:40:12 #230 writing image sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done 10:40:12 #230 naming to docker.io/library/support-scheduler done 10:40:12 #230 DONE 0.2s 10:40:12 10:40:12 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:40:12 #145 DONE 174.3s 10:40:12 10:40:12 #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:40:12 #231 DONE 0.0s 10:40:12 10:40:12 #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:40:12 #232 DONE 0.0s 10:40:12 10:40:12 #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:40:12 #233 DONE 0.2s 10:40:12 10:40:12 #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:40:12 #234 DONE 0.0s 10:40:12 10:40:12 #235 [support-notifications] exporting to image 10:40:12 #235 exporting layers 0.2s done 10:40:12 #235 writing image sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done 10:40:12 #235 naming to docker.io/library/support-notifications done 10:40:12 #235 DONE 0.2s 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:40:12 time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:40:12 $ docker stop --time=1 9d8cb266bea8e5357529cc60d0d0eb0a96b582870faf95651f3cd6c748b8a300 10:40:14 $ docker rm -f --volumes 9d8cb266bea8e5357529cc60d0d0eb0a96b582870faf95651f3cd6c748b8a300 [Pipeline] // withDockerContainer [Pipeline] sh 10:40:14 + docker images 10:40:14 REPOSITORY TAG IMAGE ID CREATED SIZE 10:40:14 support-notifications latest 98b8aa588094 3 seconds ago 53.6MB 10:40:14 support-scheduler latest e15579d42786 4 seconds ago 50MB 10:40:14 security-proxy-auth latest 3064a48085ce 5 seconds ago 45.4MB 10:40:14 core-keeper latest 7153592532b6 6 seconds ago 45.2MB 10:40:14 core-data latest 0244a975a079 6 seconds ago 46.2MB 10:40:14 core-metadata latest c2ec8d5e726b 6 seconds ago 46.4MB 10:40:14 security-secretstore-setup latest a7e5bbb6a406 8 seconds ago 80.6MB 10:40:14 security-spiffe-token-provider latest 7a028f74f9a9 8 seconds ago 48.8MB 10:40:14 security-proxy-setup latest 9ca47bc03edc 10 seconds ago 49.9MB 10:40:14 core-command latest 2939669ed43e 11 seconds ago 40.5MB 10:40:14 core-common-config-bootstrapper latest 340eb0baee6f About a minute ago 20.2MB 10:40:14 security-bootstrapper latest d190e5c66884 About a minute ago 21.2MB 10:40:14 security-spire-config latest 2c1b2b4fb810 3 minutes ago 150MB 10:40:14 security-spire-agent latest ac869ad35c07 3 minutes ago 196MB 10:40:14 security-spire-server latest 27649a757e99 3 minutes ago 150MB 10:40:14 ci-base-image-x86_64 latest 54936a27f6ac 6 minutes ago 937MB 10:40:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 3 weeks ago 580MB 10:40:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 months ago 573MB 10:40:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:40:14 provisioning config files... 10:40:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/890@tmp/config6746297593284504664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:40:15 ---> ****-login.sh 10:40:15 nexus3.edgexfoundry.org:10001 10:40:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:15 Login Succeeded 10:40:15 nexus3.edgexfoundry.org:10002 10:40:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:15 Login Succeeded 10:40:15 nexus3.edgexfoundry.org:10003 10:40:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:15 Login Succeeded 10:40:15 nexus3.edgexfoundry.org:10004 10:40:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:15 Login Succeeded 10:40:15 ****.io 10:40:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:15 Login Succeeded 10:40:15 ---> ****-login.sh ends [Pipeline] } 10:40:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:40:15 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:40:15 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:15 latest 10:40:15 4.1.0-dev.49 10:40:15 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:15 main 10:40:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:16 + docker push nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:40:16 0c1cc43f85e0: Preparing 10:40:16 6ca3ddb16cb7: Preparing 10:40:16 fe7feeb9fdf0: Preparing 10:40:16 be16fe1447c2: Preparing 10:40:16 1c718d9029c3: Preparing 10:40:16 366d4a0b8a52: Preparing 10:40:16 097100c76c15: Preparing 10:40:16 366d4a0b8a52: Waiting 10:40:16 097100c76c15: Waiting 10:40:16 be16fe1447c2: Pushed 10:40:16 0c1cc43f85e0: Pushed 10:40:16 fe7feeb9fdf0: Pushed 10:40:16 097100c76c15: Layer already exists 10:40:16 1c718d9029c3: Pushed 10:40:16 366d4a0b8a52: Pushed 10:40:19 6ca3ddb16cb7: Pushed 10:40:19 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:20 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:20 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:40:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:40:20 0c1cc43f85e0: Preparing 10:40:20 6ca3ddb16cb7: Preparing 10:40:20 fe7feeb9fdf0: Preparing 10:40:20 be16fe1447c2: Preparing 10:40:20 1c718d9029c3: Preparing 10:40:20 366d4a0b8a52: Preparing 10:40:20 097100c76c15: Preparing 10:40:20 366d4a0b8a52: Waiting 10:40:20 097100c76c15: Waiting 10:40:20 0c1cc43f85e0: Layer already exists 10:40:20 6ca3ddb16cb7: Layer already exists 10:40:20 1c718d9029c3: Layer already exists 10:40:20 fe7feeb9fdf0: Layer already exists 10:40:20 be16fe1447c2: Layer already exists 10:40:20 366d4a0b8a52: Layer already exists 10:40:20 097100c76c15: Layer already exists 10:40:20 latest: digest: sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:20 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:21 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 10:40:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:40:21 0c1cc43f85e0: Preparing 10:40:21 6ca3ddb16cb7: Preparing 10:40:21 fe7feeb9fdf0: Preparing 10:40:21 be16fe1447c2: Preparing 10:40:21 1c718d9029c3: Preparing 10:40:21 366d4a0b8a52: Preparing 10:40:21 097100c76c15: Preparing 10:40:21 366d4a0b8a52: Waiting 10:40:21 097100c76c15: Waiting 10:40:21 1c718d9029c3: Layer already exists 10:40:21 be16fe1447c2: Layer already exists 10:40:21 fe7feeb9fdf0: Layer already exists 10:40:21 0c1cc43f85e0: Layer already exists 10:40:21 6ca3ddb16cb7: Layer already exists 10:40:21 097100c76c15: Layer already exists 10:40:21 366d4a0b8a52: Layer already exists 10:40:21 4.1.0-dev.49: digest: sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:21 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:21 + docker push nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:40:21 0c1cc43f85e0: Preparing 10:40:21 6ca3ddb16cb7: Preparing 10:40:21 fe7feeb9fdf0: Preparing 10:40:21 be16fe1447c2: Preparing 10:40:21 1c718d9029c3: Preparing 10:40:21 366d4a0b8a52: Preparing 10:40:21 097100c76c15: Preparing 10:40:21 097100c76c15: Waiting 10:40:21 0c1cc43f85e0: Layer already exists 10:40:21 be16fe1447c2: Layer already exists 10:40:21 fe7feeb9fdf0: Layer already exists 10:40:21 6ca3ddb16cb7: Layer already exists 10:40:21 1c718d9029c3: Layer already exists 10:40:21 366d4a0b8a52: Layer already exists 10:40:21 097100c76c15: Layer already exists 10:40:21 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:22 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:22 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:40:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:40:22 0c1cc43f85e0: Preparing 10:40:22 6ca3ddb16cb7: Preparing 10:40:22 fe7feeb9fdf0: Preparing 10:40:22 be16fe1447c2: Preparing 10:40:22 1c718d9029c3: Preparing 10:40:22 366d4a0b8a52: Preparing 10:40:22 097100c76c15: Preparing 10:40:22 097100c76c15: Waiting 10:40:22 366d4a0b8a52: Waiting 10:40:22 1c718d9029c3: Layer already exists 10:40:22 0c1cc43f85e0: Layer already exists 10:40:22 be16fe1447c2: Layer already exists 10:40:22 fe7feeb9fdf0: Layer already exists 10:40:22 6ca3ddb16cb7: Layer already exists 10:40:22 097100c76c15: Layer already exists 10:40:22 366d4a0b8a52: Layer already exists 10:40:22 main: digest: sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:22 ===================================================== [Pipeline] echo 10:40:22 taggedImages: 10:40:22 - nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:22 - nexus3.edgexfoundry.org:10004/core-command:latest 10:40:22 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 10:40:22 - nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:22 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:40:22 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 10:40:22 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:22 latest 10:40:22 4.1.0-dev.49 10:40:22 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:22 main 10:40:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:22 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:40:23 5164be6a3e5b: Preparing 10:40:23 83c9c8932893: Preparing 10:40:23 3efcfd31426f: Preparing 10:40:23 f3d47ed92e9b: Preparing 10:40:23 fe7feeb9fdf0: Preparing 10:40:23 be16fe1447c2: Preparing 10:40:23 1c718d9029c3: Preparing 10:40:23 366d4a0b8a52: Preparing 10:40:23 097100c76c15: Preparing 10:40:23 be16fe1447c2: Waiting 10:40:23 097100c76c15: Waiting 10:40:23 1c718d9029c3: Waiting 10:40:23 366d4a0b8a52: Waiting 10:40:23 fe7feeb9fdf0: Layer already exists 10:40:23 be16fe1447c2: Layer already exists 10:40:23 1c718d9029c3: Layer already exists 10:40:23 366d4a0b8a52: Layer already exists 10:40:23 097100c76c15: Layer already exists 10:40:23 3efcfd31426f: Pushed 10:40:23 5164be6a3e5b: Pushed 10:40:23 83c9c8932893: Pushed 10:40:24 f3d47ed92e9b: Pushed 10:40:24 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:25 + 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 10:40:25 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:40:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:40:25 5164be6a3e5b: Preparing 10:40:25 83c9c8932893: Preparing 10:40:25 3efcfd31426f: Preparing 10:40:25 f3d47ed92e9b: Preparing 10:40:25 fe7feeb9fdf0: Preparing 10:40:25 be16fe1447c2: Preparing 10:40:25 1c718d9029c3: Preparing 10:40:25 366d4a0b8a52: Preparing 10:40:25 097100c76c15: Preparing 10:40:25 366d4a0b8a52: Waiting 10:40:25 1c718d9029c3: Waiting 10:40:25 097100c76c15: Waiting 10:40:25 be16fe1447c2: Waiting 10:40:25 5164be6a3e5b: Layer already exists 10:40:25 f3d47ed92e9b: Layer already exists 10:40:25 3efcfd31426f: Layer already exists 10:40:25 83c9c8932893: Layer already exists 10:40:25 fe7feeb9fdf0: Layer already exists 10:40:25 be16fe1447c2: Layer already exists 10:40:25 366d4a0b8a52: Layer already exists 10:40:25 1c718d9029c3: Layer already exists 10:40:25 097100c76c15: Layer already exists 10:40:25 latest: digest: sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:25 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 10:40:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:40:26 5164be6a3e5b: Preparing 10:40:26 83c9c8932893: Preparing 10:40:26 3efcfd31426f: Preparing 10:40:26 f3d47ed92e9b: Preparing 10:40:26 fe7feeb9fdf0: Preparing 10:40:26 be16fe1447c2: Preparing 10:40:26 1c718d9029c3: Preparing 10:40:26 366d4a0b8a52: Preparing 10:40:26 097100c76c15: Preparing 10:40:26 366d4a0b8a52: Waiting 10:40:26 be16fe1447c2: Waiting 10:40:26 1c718d9029c3: Waiting 10:40:26 097100c76c15: Waiting 10:40:26 5164be6a3e5b: Layer already exists 10:40:26 83c9c8932893: Layer already exists 10:40:26 fe7feeb9fdf0: Layer already exists 10:40:26 3efcfd31426f: Layer already exists 10:40:26 f3d47ed92e9b: Layer already exists 10:40:26 be16fe1447c2: Layer already exists 10:40:26 1c718d9029c3: Layer already exists 10:40:26 097100c76c15: Layer already exists 10:40:26 366d4a0b8a52: Layer already exists 10:40:26 4.1.0-dev.49: digest: sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:26 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:40:26 5164be6a3e5b: Preparing 10:40:26 83c9c8932893: Preparing 10:40:26 3efcfd31426f: Preparing 10:40:26 f3d47ed92e9b: Preparing 10:40:26 fe7feeb9fdf0: Preparing 10:40:26 be16fe1447c2: Preparing 10:40:26 1c718d9029c3: Preparing 10:40:26 366d4a0b8a52: Preparing 10:40:26 097100c76c15: Preparing 10:40:26 366d4a0b8a52: Waiting 10:40:26 097100c76c15: Waiting 10:40:26 1c718d9029c3: Waiting 10:40:26 be16fe1447c2: Waiting 10:40:26 5164be6a3e5b: Layer already exists 10:40:26 f3d47ed92e9b: Layer already exists 10:40:26 fe7feeb9fdf0: Layer already exists 10:40:26 3efcfd31426f: Layer already exists 10:40:26 83c9c8932893: Layer already exists 10:40:26 be16fe1447c2: Layer already exists 10:40:26 1c718d9029c3: Layer already exists 10:40:26 366d4a0b8a52: Layer already exists 10:40:26 097100c76c15: Layer already exists 10:40:26 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:27 + 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 10:40:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:40:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:40:27 5164be6a3e5b: Preparing 10:40:27 83c9c8932893: Preparing 10:40:27 3efcfd31426f: Preparing 10:40:27 f3d47ed92e9b: Preparing 10:40:27 fe7feeb9fdf0: Preparing 10:40:27 be16fe1447c2: Preparing 10:40:27 1c718d9029c3: Preparing 10:40:27 366d4a0b8a52: Preparing 10:40:27 097100c76c15: Preparing 10:40:27 1c718d9029c3: Waiting 10:40:27 366d4a0b8a52: Waiting 10:40:27 be16fe1447c2: Waiting 10:40:27 097100c76c15: Waiting 10:40:27 83c9c8932893: Layer already exists 10:40:27 f3d47ed92e9b: Layer already exists 10:40:27 5164be6a3e5b: Layer already exists 10:40:27 3efcfd31426f: Layer already exists 10:40:27 fe7feeb9fdf0: Layer already exists 10:40:27 366d4a0b8a52: Layer already exists 10:40:27 1c718d9029c3: Layer already exists 10:40:27 097100c76c15: Layer already exists 10:40:27 be16fe1447c2: Layer already exists 10:40:27 main: digest: sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:27 ===================================================== [Pipeline] echo 10:40:27 taggedImages: 10:40:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:40:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 10:40:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:27 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 10:40:27 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:40:27 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:27 latest 10:40:27 4.1.0-dev.49 10:40:27 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:27 main 10:40:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:27 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:28 #79 ... 10:40:28 10:40:28 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #89 DONE 110.9s 10:40:28 10:40:28 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #84 DONE 106.9s 10:40:28 10:40:28 #85 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #85 DONE 106.6s 10:40:28 10:40:28 #87 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #87 DONE 102.9s 10:40:28 10:40:28 #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #79 DONE 108.8s 10:40:28 10:40:28 #119 [support-scheduler builder 6/7] COPY . . 10:40:28 #119 ... 10:40:28 10:40:28 #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #97 DONE 96.4s 10:40:28 10:40:28 #120 [security-spiffe-token-provider builder 6/7] COPY . . 10:40:28 #120 ... 10:40:28 10:40:28 #121 [core-keeper builder 7/8] COPY . . 10:40:28 #121 DONE 1.9s 10:40:28 10:40:28 #122 [support-notifications builder 6/7] COPY . . 10:40:28 #122 DONE 2.0s 10:40:28 10:40:28 #119 [support-scheduler builder 6/7] COPY . . 10:40:28 #119 DONE 2.0s 10:40:28 10:40:28 #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:40:28 #123 CACHED 10:40:28 10:40:28 #124 [security-proxy-setup builder 6/7] COPY . . 10:40:28 #124 CACHED 10:40:28 10:40:28 #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #125 CACHED 10:40:28 10:40:28 #126 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:40:28 #126 CACHED 10:40:28 10:40:28 #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #127 CACHED 10:40:28 10:40:28 #128 [security-secretstore-setup builder 6/7] COPY . . 10:40:28 #128 CACHED 10:40:28 10:40:28 #129 [security-bootstrapper builder 6/7] COPY . . 10:40:28 #129 DONE 2.1s 10:40:28 10:40:28 #120 [security-spiffe-token-provider builder 6/7] COPY . . 10:40:28 #120 DONE 1.9s 10:40:28 10:40:28 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:40:28 #130 ... 10:40:28 10:40:28 #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #131 CACHED 10:40:28 10:40:28 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 10:40:28 #132 CACHED 10:40:28 10:40:28 #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:40:28 #133 CACHED 10:40:28 10:40:28 #134 [security-proxy-auth builder 6/7] COPY . . 10:40:28 #134 CACHED 10:40:28 10:40:28 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #135 CACHED 10:40:28 10:40:28 #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:40:28 #136 CACHED 10:40:28 10:40:28 #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #137 CACHED 10:40:28 10:40:28 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:40:28 #138 CACHED 10:40:28 10:40:28 #139 [core-metadata builder 6/7] COPY . . 10:40:28 #139 CACHED 10:40:28 10:40:28 #140 [core-data builder 4/7] COPY go.mod vendor* ./ 10:40:28 #140 CACHED 10:40:28 10:40:28 #141 [core-data builder 6/7] COPY . . 10:40:28 #141 CACHED 10:40:28 10:40:28 #142 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:40:28 #142 CACHED 10:40:28 10:40:28 #143 [core-command builder 6/7] COPY . . 10:40:28 #143 DONE 2.1s 10:40:28 10:40:28 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:40:28 + docker push nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:40:28 925532ec1d02: Preparing 10:40:28 b5a030536d7f: Preparing 10:40:28 fe7feeb9fdf0: Preparing 10:40:28 be16fe1447c2: Preparing 10:40:28 1c718d9029c3: Preparing 10:40:28 de8083bdf3fb: Preparing 10:40:28 097100c76c15: Preparing 10:40:28 097100c76c15: Waiting 10:40:28 de8083bdf3fb: Waiting 10:40:28 be16fe1447c2: Layer already exists 10:40:28 fe7feeb9fdf0: Layer already exists 10:40:28 1c718d9029c3: Layer already exists 10:40:28 097100c76c15: Layer already exists 10:40:28 925532ec1d02: Pushed 10:40:28 de8083bdf3fb: Pushed 10:40:29 #144 ... 10:40:29 10:40:29 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:40:29 #0 5.354 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:40:29 #145 ... 10:40:29 10:40:29 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:40:29 #144 5.626 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:40:32 b5a030536d7f: Pushed 10:40:32 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:32 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:33 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:40:33 925532ec1d02: Preparing 10:40:33 b5a030536d7f: Preparing 10:40:33 fe7feeb9fdf0: Preparing 10:40:33 be16fe1447c2: Preparing 10:40:33 1c718d9029c3: Preparing 10:40:33 de8083bdf3fb: Preparing 10:40:33 097100c76c15: Preparing 10:40:33 de8083bdf3fb: Waiting 10:40:33 097100c76c15: Waiting 10:40:33 b5a030536d7f: Layer already exists 10:40:33 fe7feeb9fdf0: Layer already exists 10:40:33 be16fe1447c2: Layer already exists 10:40:33 1c718d9029c3: Layer already exists 10:40:33 925532ec1d02: Layer already exists 10:40:33 097100c76c15: Layer already exists 10:40:33 de8083bdf3fb: Layer already exists 10:40:33 latest: digest: sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:33 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:33 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 10:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:40:33 925532ec1d02: Preparing 10:40:33 b5a030536d7f: Preparing 10:40:33 fe7feeb9fdf0: Preparing 10:40:33 be16fe1447c2: Preparing 10:40:33 1c718d9029c3: Preparing 10:40:33 de8083bdf3fb: Preparing 10:40:33 097100c76c15: Preparing 10:40:33 de8083bdf3fb: Waiting 10:40:33 097100c76c15: Waiting 10:40:33 be16fe1447c2: Layer already exists 10:40:33 1c718d9029c3: Layer already exists 10:40:33 fe7feeb9fdf0: Layer already exists 10:40:33 925532ec1d02: Layer already exists 10:40:33 b5a030536d7f: Layer already exists 10:40:33 de8083bdf3fb: Layer already exists 10:40:33 097100c76c15: Layer already exists 10:40:33 4.1.0-dev.49: digest: sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:34 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:34 + docker push nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:40:34 925532ec1d02: Preparing 10:40:34 b5a030536d7f: Preparing 10:40:34 fe7feeb9fdf0: Preparing 10:40:34 be16fe1447c2: Preparing 10:40:34 1c718d9029c3: Preparing 10:40:34 de8083bdf3fb: Preparing 10:40:34 097100c76c15: Preparing 10:40:34 097100c76c15: Waiting 10:40:34 de8083bdf3fb: Waiting 10:40:34 b5a030536d7f: Layer already exists 10:40:34 925532ec1d02: Layer already exists 10:40:34 fe7feeb9fdf0: Layer already exists 10:40:34 1c718d9029c3: Layer already exists 10:40:34 be16fe1447c2: Layer already exists 10:40:34 de8083bdf3fb: Layer already exists 10:40:34 097100c76c15: Layer already exists 10:40:34 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:34 #144 ... 10:40:34 10:40:34 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:40:34 #0 4.860 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:40:34 #146 ... 10:40:34 10:40:34 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:40:34 #0 4.444 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:40:34 #147 ... 10:40:34 10:40:34 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:40:34 #0 5.675 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:40:34 #148 ... 10:40:34 10:40:34 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:40:34 #0 4.890 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:40:34 #149 ... 10:40:34 10:40:34 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:40:34 #0 6.157 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:40:34 #150 ... 10:40:34 10:40:34 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:40:34 #0 5.456 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:40:34 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:34 #151 ... 10:40:34 10:40:34 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:40:34 #0 5.743 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:40:34 #152 ... 10:40:34 10:40:34 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:40:34 #0 4.980 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:40:35 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:40:35 925532ec1d02: Preparing 10:40:35 b5a030536d7f: Preparing 10:40:35 fe7feeb9fdf0: Preparing 10:40:35 be16fe1447c2: Preparing 10:40:35 1c718d9029c3: Preparing 10:40:35 de8083bdf3fb: Preparing 10:40:35 097100c76c15: Preparing 10:40:35 de8083bdf3fb: Waiting 10:40:35 097100c76c15: Waiting 10:40:35 b5a030536d7f: Layer already exists 10:40:35 fe7feeb9fdf0: Layer already exists 10:40:35 be16fe1447c2: Layer already exists 10:40:35 1c718d9029c3: Layer already exists 10:40:35 925532ec1d02: Layer already exists 10:40:35 097100c76c15: Layer already exists 10:40:35 de8083bdf3fb: Layer already exists 10:40:35 main: digest: sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:35 ===================================================== [Pipeline] echo 10:40:35 taggedImages: 10:40:35 - nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:35 - nexus3.edgexfoundry.org:10004/core-data:latest 10:40:35 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 10:40:35 - nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:35 - nexus3.edgexfoundry.org:10004/core-data:main 10:40:35 #153 ... 10:40:35 10:40:35 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:40:35 #0 5.023 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:40:35 #154 ... 10:40:35 10:40:35 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:40:35 #130 6.215 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] echo 10:40:35 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 10:40:35 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:35 latest 10:40:35 4.1.0-dev.49 10:40:35 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:35 main 10:40:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:35 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:35 + docker push nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:40:35 b3923ac6d377: Preparing 10:40:35 68987f6a0014: Preparing 10:40:35 be16fe1447c2: Preparing 10:40:35 714ae3d2bddd: Preparing 10:40:35 2d1f303af67a: Preparing 10:40:35 097100c76c15: Preparing 10:40:35 097100c76c15: Waiting 10:40:35 be16fe1447c2: Layer already exists 10:40:35 097100c76c15: Layer already exists 10:40:35 2d1f303af67a: Pushed 10:40:35 714ae3d2bddd: Pushed 10:40:35 b3923ac6d377: Pushed 10:40:40 68987f6a0014: Pushed 10:40:40 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:40 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 10:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:40:40 b3923ac6d377: Preparing 10:40:40 68987f6a0014: Preparing 10:40:40 be16fe1447c2: Preparing 10:40:40 714ae3d2bddd: Preparing 10:40:40 2d1f303af67a: Preparing 10:40:40 097100c76c15: Preparing 10:40:40 097100c76c15: Waiting 10:40:40 714ae3d2bddd: Layer already exists 10:40:40 b3923ac6d377: Layer already exists 10:40:40 68987f6a0014: Layer already exists 10:40:40 be16fe1447c2: Layer already exists 10:40:40 097100c76c15: Layer already exists 10:40:40 2d1f303af67a: Layer already exists 10:40:40 latest: digest: sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:41 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:41 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 10:40:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:40:41 b3923ac6d377: Preparing 10:40:41 68987f6a0014: Preparing 10:40:41 be16fe1447c2: Preparing 10:40:41 714ae3d2bddd: Preparing 10:40:41 2d1f303af67a: Preparing 10:40:41 097100c76c15: Preparing 10:40:41 097100c76c15: Waiting 10:40:41 be16fe1447c2: Layer already exists 10:40:41 2d1f303af67a: Layer already exists 10:40:41 714ae3d2bddd: Layer already exists 10:40:41 b3923ac6d377: Layer already exists 10:40:41 68987f6a0014: Layer already exists 10:40:41 097100c76c15: Layer already exists 10:40:41 4.1.0-dev.49: digest: sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:41 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:42 + docker push nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:40:42 b3923ac6d377: Preparing 10:40:42 68987f6a0014: Preparing 10:40:42 be16fe1447c2: Preparing 10:40:42 714ae3d2bddd: Preparing 10:40:42 2d1f303af67a: Preparing 10:40:42 097100c76c15: Preparing 10:40:42 097100c76c15: Waiting 10:40:42 be16fe1447c2: Layer already exists 10:40:42 68987f6a0014: Layer already exists 10:40:42 2d1f303af67a: Layer already exists 10:40:42 714ae3d2bddd: Layer already exists 10:40:42 b3923ac6d377: Layer already exists 10:40:42 097100c76c15: Layer already exists 10:40:42 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:42 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:42 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 10:40:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:40:42 b3923ac6d377: Preparing 10:40:42 68987f6a0014: Preparing 10:40:42 be16fe1447c2: Preparing 10:40:42 714ae3d2bddd: Preparing 10:40:42 2d1f303af67a: Preparing 10:40:42 097100c76c15: Preparing 10:40:42 097100c76c15: Waiting 10:40:42 714ae3d2bddd: Layer already exists 10:40:42 2d1f303af67a: Layer already exists 10:40:42 68987f6a0014: Layer already exists 10:40:42 be16fe1447c2: Layer already exists 10:40:42 b3923ac6d377: Layer already exists 10:40:42 097100c76c15: Layer already exists 10:40:42 main: digest: sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:42 ===================================================== [Pipeline] echo 10:40:42 taggedImages: 10:40:42 - nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:42 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:40:42 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 10:40:42 - nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:42 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 10:40:42 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:40:42 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:42 latest 10:40:42 4.1.0-dev.49 10:40:42 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:42 main 10:40:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:43 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:40:43 f105156c06d7: Preparing 10:40:43 b703f5a828da: Preparing 10:40:43 800acbdeeb50: Preparing 10:40:43 fe7feeb9fdf0: Preparing 10:40:43 be16fe1447c2: Preparing 10:40:43 1c718d9029c3: Preparing 10:40:43 366d4a0b8a52: Preparing 10:40:43 097100c76c15: Preparing 10:40:43 1c718d9029c3: Waiting 10:40:43 097100c76c15: Waiting 10:40:43 366d4a0b8a52: Waiting 10:40:43 be16fe1447c2: Layer already exists 10:40:43 fe7feeb9fdf0: Layer already exists 10:40:43 1c718d9029c3: Layer already exists 10:40:43 366d4a0b8a52: Layer already exists 10:40:43 097100c76c15: Layer already exists 10:40:43 b703f5a828da: Pushed 10:40:43 f105156c06d7: Pushed 10:40:48 800acbdeeb50: Pushed 10:40:48 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:48 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:40:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:40:48 f105156c06d7: Preparing 10:40:48 b703f5a828da: Preparing 10:40:48 800acbdeeb50: Preparing 10:40:48 fe7feeb9fdf0: Preparing 10:40:48 be16fe1447c2: Preparing 10:40:48 1c718d9029c3: Preparing 10:40:48 366d4a0b8a52: Preparing 10:40:48 097100c76c15: Preparing 10:40:48 366d4a0b8a52: Waiting 10:40:48 1c718d9029c3: Waiting 10:40:48 097100c76c15: Waiting 10:40:48 800acbdeeb50: Layer already exists 10:40:48 f105156c06d7: Layer already exists 10:40:48 b703f5a828da: Layer already exists 10:40:48 fe7feeb9fdf0: Layer already exists 10:40:48 be16fe1447c2: Layer already exists 10:40:48 1c718d9029c3: Layer already exists 10:40:48 097100c76c15: Layer already exists 10:40:48 366d4a0b8a52: Layer already exists 10:40:48 latest: digest: sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:48 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 10:40:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:40:49 f105156c06d7: Preparing 10:40:49 b703f5a828da: Preparing 10:40:49 800acbdeeb50: Preparing 10:40:49 fe7feeb9fdf0: Preparing 10:40:49 be16fe1447c2: Preparing 10:40:49 1c718d9029c3: Preparing 10:40:49 366d4a0b8a52: Preparing 10:40:49 097100c76c15: Preparing 10:40:49 366d4a0b8a52: Waiting 10:40:49 097100c76c15: Waiting 10:40:49 1c718d9029c3: Waiting 10:40:49 f105156c06d7: Layer already exists 10:40:49 be16fe1447c2: Layer already exists 10:40:49 b703f5a828da: Layer already exists 10:40:49 800acbdeeb50: Layer already exists 10:40:49 fe7feeb9fdf0: Layer already exists 10:40:49 097100c76c15: Layer already exists 10:40:49 1c718d9029c3: Layer already exists 10:40:49 366d4a0b8a52: Layer already exists 10:40:49 4.1.0-dev.49: digest: sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:49 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:40:49 f105156c06d7: Preparing 10:40:49 b703f5a828da: Preparing 10:40:49 800acbdeeb50: Preparing 10:40:49 fe7feeb9fdf0: Preparing 10:40:49 be16fe1447c2: Preparing 10:40:49 1c718d9029c3: Preparing 10:40:49 366d4a0b8a52: Preparing 10:40:49 097100c76c15: Preparing 10:40:49 1c718d9029c3: Waiting 10:40:49 366d4a0b8a52: Waiting 10:40:49 097100c76c15: Waiting 10:40:49 800acbdeeb50: Layer already exists 10:40:49 f105156c06d7: Layer already exists 10:40:49 fe7feeb9fdf0: Layer already exists 10:40:49 be16fe1447c2: Layer already exists 10:40:49 b703f5a828da: Layer already exists 10:40:49 1c718d9029c3: Layer already exists 10:40:49 097100c76c15: Layer already exists 10:40:49 366d4a0b8a52: Layer already exists 10:40:49 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:50 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:40:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:40:50 f105156c06d7: Preparing 10:40:50 b703f5a828da: Preparing 10:40:50 800acbdeeb50: Preparing 10:40:50 fe7feeb9fdf0: Preparing 10:40:50 be16fe1447c2: Preparing 10:40:50 1c718d9029c3: Preparing 10:40:50 366d4a0b8a52: Preparing 10:40:50 097100c76c15: Preparing 10:40:50 1c718d9029c3: Waiting 10:40:50 097100c76c15: Waiting 10:40:50 366d4a0b8a52: Waiting 10:40:50 fe7feeb9fdf0: Layer already exists 10:40:50 b703f5a828da: Layer already exists 10:40:50 f105156c06d7: Layer already exists 10:40:50 be16fe1447c2: Layer already exists 10:40:50 800acbdeeb50: Layer already exists 10:40:50 1c718d9029c3: Layer already exists 10:40:50 097100c76c15: Layer already exists 10:40:50 366d4a0b8a52: Layer already exists 10:40:50 main: digest: sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:50 ===================================================== [Pipeline] echo 10:40:50 taggedImages: 10:40:50 - nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:50 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:40:50 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 10:40:50 - nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:50 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:40:50 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:40:50 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:50 latest 10:40:50 4.1.0-dev.49 10:40:50 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:50 main 10:40:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:51 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:40:51 13ae6c74d1b3: Preparing 10:40:51 601c1b324a58: Preparing 10:40:51 dd8c2ab67e05: Preparing 10:40:51 e9f25ca9a2ba: Preparing 10:40:51 661e102b45ce: Preparing 10:40:51 d4815dd01eeb: Preparing 10:40:51 b51defd577a8: Preparing 10:40:51 fe7feeb9fdf0: Preparing 10:40:51 be16fe1447c2: Preparing 10:40:51 bce0a8aef527: Preparing 10:40:51 a715f0a2ad6f: Preparing 10:40:51 5f70bf18a086: Preparing 10:40:51 6a3cbef0aa8a: Preparing 10:40:51 94b18c5d65ba: Preparing 10:40:51 60805af23aec: Preparing 10:40:51 097100c76c15: Preparing 10:40:51 be16fe1447c2: Waiting 10:40:51 d4815dd01eeb: Waiting 10:40:51 bce0a8aef527: Waiting 10:40:51 b51defd577a8: Waiting 10:40:51 fe7feeb9fdf0: Waiting 10:40:51 a715f0a2ad6f: Waiting 10:40:51 5f70bf18a086: Waiting 10:40:51 60805af23aec: Waiting 10:40:51 6a3cbef0aa8a: Waiting 10:40:51 94b18c5d65ba: Waiting 10:40:51 097100c76c15: Waiting 10:40:51 13ae6c74d1b3: Pushed 10:40:51 661e102b45ce: Pushed 10:40:51 dd8c2ab67e05: Pushed 10:40:51 e9f25ca9a2ba: Pushed 10:40:51 601c1b324a58: Pushed 10:40:51 fe7feeb9fdf0: Layer already exists 10:40:51 be16fe1447c2: Layer already exists 10:40:51 5f70bf18a086: Layer already exists 10:40:51 d4815dd01eeb: Pushed 10:40:51 bce0a8aef527: Pushed 10:40:51 a715f0a2ad6f: Pushed 10:40:51 6a3cbef0aa8a: Pushed 10:40:51 097100c76c15: Layer already exists 10:40:51 60805af23aec: Pushed 10:40:51 94b18c5d65ba: Pushed 10:40:53 b51defd577a8: Pushed 10:40:53 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:53 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:40:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:40:53 13ae6c74d1b3: Preparing 10:40:53 601c1b324a58: Preparing 10:40:53 dd8c2ab67e05: Preparing 10:40:53 e9f25ca9a2ba: Preparing 10:40:53 661e102b45ce: Preparing 10:40:53 d4815dd01eeb: Preparing 10:40:53 b51defd577a8: Preparing 10:40:53 fe7feeb9fdf0: Preparing 10:40:53 d4815dd01eeb: Waiting 10:40:53 b51defd577a8: Waiting 10:40:53 be16fe1447c2: Preparing 10:40:53 bce0a8aef527: Preparing 10:40:53 fe7feeb9fdf0: Waiting 10:40:53 be16fe1447c2: Waiting 10:40:53 a715f0a2ad6f: Preparing 10:40:53 bce0a8aef527: Waiting 10:40:53 5f70bf18a086: Preparing 10:40:53 a715f0a2ad6f: Waiting 10:40:53 5f70bf18a086: Waiting 10:40:53 6a3cbef0aa8a: Preparing 10:40:53 94b18c5d65ba: Preparing 10:40:53 60805af23aec: Preparing 10:40:53 097100c76c15: Preparing 10:40:53 94b18c5d65ba: Waiting 10:40:53 097100c76c15: Waiting 10:40:53 60805af23aec: Waiting 10:40:53 6a3cbef0aa8a: Waiting 10:40:53 661e102b45ce: Layer already exists 10:40:53 601c1b324a58: Layer already exists 10:40:53 dd8c2ab67e05: Layer already exists 10:40:53 13ae6c74d1b3: Layer already exists 10:40:53 e9f25ca9a2ba: Layer already exists 10:40:53 d4815dd01eeb: Layer already exists 10:40:53 bce0a8aef527: Layer already exists 10:40:53 fe7feeb9fdf0: Layer already exists 10:40:53 b51defd577a8: Layer already exists 10:40:53 be16fe1447c2: Layer already exists 10:40:53 a715f0a2ad6f: Layer already exists 10:40:53 6a3cbef0aa8a: Layer already exists 10:40:53 60805af23aec: Layer already exists 10:40:53 5f70bf18a086: Layer already exists 10:40:53 94b18c5d65ba: Layer already exists 10:40:53 097100c76c15: Layer already exists 10:40:53 latest: digest: sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:54 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 10:40:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:40:54 13ae6c74d1b3: Preparing 10:40:54 601c1b324a58: Preparing 10:40:54 dd8c2ab67e05: Preparing 10:40:54 e9f25ca9a2ba: Preparing 10:40:54 661e102b45ce: Preparing 10:40:54 d4815dd01eeb: Preparing 10:40:54 b51defd577a8: Preparing 10:40:54 fe7feeb9fdf0: Preparing 10:40:54 be16fe1447c2: Preparing 10:40:54 bce0a8aef527: Preparing 10:40:54 a715f0a2ad6f: Preparing 10:40:54 5f70bf18a086: Preparing 10:40:54 6a3cbef0aa8a: Preparing 10:40:54 94b18c5d65ba: Preparing 10:40:54 60805af23aec: Preparing 10:40:54 097100c76c15: Preparing 10:40:54 b51defd577a8: Waiting 10:40:54 a715f0a2ad6f: Waiting 10:40:54 5f70bf18a086: Waiting 10:40:54 6a3cbef0aa8a: Waiting 10:40:54 fe7feeb9fdf0: Waiting 10:40:54 94b18c5d65ba: Waiting 10:40:54 60805af23aec: Waiting 10:40:54 097100c76c15: Waiting 10:40:54 d4815dd01eeb: Waiting 10:40:54 be16fe1447c2: Waiting 10:40:54 bce0a8aef527: Waiting 10:40:54 dd8c2ab67e05: Layer already exists 10:40:54 661e102b45ce: Layer already exists 10:40:54 601c1b324a58: Layer already exists 10:40:54 13ae6c74d1b3: Layer already exists 10:40:54 e9f25ca9a2ba: Layer already exists 10:40:54 d4815dd01eeb: Layer already exists 10:40:54 be16fe1447c2: Layer already exists 10:40:54 b51defd577a8: Layer already exists 10:40:54 fe7feeb9fdf0: Layer already exists 10:40:54 bce0a8aef527: Layer already exists 10:40:54 a715f0a2ad6f: Layer already exists 10:40:54 5f70bf18a086: Layer already exists 10:40:54 6a3cbef0aa8a: Layer already exists 10:40:54 94b18c5d65ba: Layer already exists 10:40:54 60805af23aec: Layer already exists 10:40:54 097100c76c15: Layer already exists 10:40:54 4.1.0-dev.49: digest: sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:54 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:40:55 13ae6c74d1b3: Preparing 10:40:55 601c1b324a58: Preparing 10:40:55 dd8c2ab67e05: Preparing 10:40:55 e9f25ca9a2ba: Preparing 10:40:55 661e102b45ce: Preparing 10:40:55 d4815dd01eeb: Preparing 10:40:55 b51defd577a8: Preparing 10:40:55 fe7feeb9fdf0: Preparing 10:40:55 be16fe1447c2: Preparing 10:40:55 bce0a8aef527: Preparing 10:40:55 a715f0a2ad6f: Preparing 10:40:55 5f70bf18a086: Preparing 10:40:55 6a3cbef0aa8a: Preparing 10:40:55 94b18c5d65ba: Preparing 10:40:55 60805af23aec: Preparing 10:40:55 097100c76c15: Preparing 10:40:55 fe7feeb9fdf0: Waiting 10:40:55 be16fe1447c2: Waiting 10:40:55 bce0a8aef527: Waiting 10:40:55 a715f0a2ad6f: Waiting 10:40:55 5f70bf18a086: Waiting 10:40:55 6a3cbef0aa8a: Waiting 10:40:55 94b18c5d65ba: Waiting 10:40:55 60805af23aec: Waiting 10:40:55 097100c76c15: Waiting 10:40:55 d4815dd01eeb: Waiting 10:40:55 b51defd577a8: Waiting 10:40:55 dd8c2ab67e05: Layer already exists 10:40:55 13ae6c74d1b3: Layer already exists 10:40:55 601c1b324a58: Layer already exists 10:40:55 e9f25ca9a2ba: Layer already exists 10:40:55 661e102b45ce: Layer already exists 10:40:55 b51defd577a8: Layer already exists 10:40:55 d4815dd01eeb: Layer already exists 10:40:55 be16fe1447c2: Layer already exists 10:40:55 fe7feeb9fdf0: Layer already exists 10:40:55 bce0a8aef527: Layer already exists 10:40:55 a715f0a2ad6f: Layer already exists 10:40:55 5f70bf18a086: Layer already exists 10:40:55 94b18c5d65ba: Layer already exists 10:40:55 6a3cbef0aa8a: Layer already exists 10:40:55 60805af23aec: Layer already exists 10:40:55 097100c76c15: Layer already exists 10:40:55 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:40:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:40:55 13ae6c74d1b3: Preparing 10:40:55 601c1b324a58: Preparing 10:40:55 dd8c2ab67e05: Preparing 10:40:55 e9f25ca9a2ba: Preparing 10:40:55 661e102b45ce: Preparing 10:40:55 d4815dd01eeb: Preparing 10:40:55 b51defd577a8: Preparing 10:40:55 fe7feeb9fdf0: Preparing 10:40:55 be16fe1447c2: Preparing 10:40:55 bce0a8aef527: Preparing 10:40:55 a715f0a2ad6f: Preparing 10:40:55 5f70bf18a086: Preparing 10:40:55 6a3cbef0aa8a: Preparing 10:40:55 94b18c5d65ba: Preparing 10:40:55 60805af23aec: Preparing 10:40:55 097100c76c15: Preparing 10:40:55 bce0a8aef527: Waiting 10:40:55 94b18c5d65ba: Waiting 10:40:55 a715f0a2ad6f: Waiting 10:40:55 5f70bf18a086: Waiting 10:40:55 6a3cbef0aa8a: Waiting 10:40:55 d4815dd01eeb: Waiting 10:40:55 60805af23aec: Waiting 10:40:55 097100c76c15: Waiting 10:40:55 b51defd577a8: Waiting 10:40:55 fe7feeb9fdf0: Waiting 10:40:55 be16fe1447c2: Waiting 10:40:55 e9f25ca9a2ba: Layer already exists 10:40:55 dd8c2ab67e05: Layer already exists 10:40:55 601c1b324a58: Layer already exists 10:40:55 13ae6c74d1b3: Layer already exists 10:40:55 661e102b45ce: Layer already exists 10:40:55 d4815dd01eeb: Layer already exists 10:40:55 fe7feeb9fdf0: Layer already exists 10:40:55 bce0a8aef527: Layer already exists 10:40:55 b51defd577a8: Layer already exists 10:40:55 be16fe1447c2: Layer already exists 10:40:55 5f70bf18a086: Layer already exists 10:40:55 a715f0a2ad6f: Layer already exists 10:40:55 6a3cbef0aa8a: Layer already exists 10:40:55 60805af23aec: Layer already exists 10:40:55 94b18c5d65ba: Layer already exists 10:40:55 097100c76c15: Layer already exists 10:40:55 main: digest: sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:40:55 ===================================================== [Pipeline] echo 10:40:55 taggedImages: 10:40:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:40:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 10:40:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:40:56 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 10:40:56 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:56 latest 10:40:56 4.1.0-dev.49 10:40:56 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:40:56 main 10:40:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:56 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:40:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:40:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:40:56 9e78c24a4262: Preparing 10:40:56 5a66fb5d69f5: Preparing 10:40:56 67f360147d0f: Preparing 10:40:56 a0944ceda3a1: Preparing 10:40:56 fe7feeb9fdf0: Preparing 10:40:56 be16fe1447c2: Preparing 10:40:56 1c718d9029c3: Preparing 10:40:56 366d4a0b8a52: Preparing 10:40:56 097100c76c15: Preparing 10:40:56 be16fe1447c2: Waiting 10:40:56 1c718d9029c3: Waiting 10:40:56 366d4a0b8a52: Waiting 10:40:56 097100c76c15: Waiting 10:40:56 fe7feeb9fdf0: Layer already exists 10:40:56 be16fe1447c2: Layer already exists 10:40:56 1c718d9029c3: Layer already exists 10:40:56 366d4a0b8a52: Layer already exists 10:40:56 5a66fb5d69f5: Pushed 10:40:56 097100c76c15: Layer already exists 10:40:56 67f360147d0f: Pushed 10:40:56 9e78c24a4262: Pushed 10:41:00 a0944ceda3a1: Pushed 10:41:00 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:41:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:41:01 9e78c24a4262: Preparing 10:41:01 5a66fb5d69f5: Preparing 10:41:01 67f360147d0f: Preparing 10:41:01 a0944ceda3a1: Preparing 10:41:01 fe7feeb9fdf0: Preparing 10:41:01 be16fe1447c2: Preparing 10:41:01 1c718d9029c3: Preparing 10:41:01 be16fe1447c2: Waiting 10:41:01 366d4a0b8a52: Preparing 10:41:01 097100c76c15: Preparing 10:41:01 1c718d9029c3: Waiting 10:41:01 366d4a0b8a52: Waiting 10:41:01 097100c76c15: Waiting 10:41:01 9e78c24a4262: Layer already exists 10:41:01 fe7feeb9fdf0: Layer already exists 10:41:01 5a66fb5d69f5: Layer already exists 10:41:01 a0944ceda3a1: Layer already exists 10:41:01 67f360147d0f: Layer already exists 10:41:01 be16fe1447c2: Layer already exists 10:41:01 1c718d9029c3: Layer already exists 10:41:01 366d4a0b8a52: Layer already exists 10:41:01 097100c76c15: Layer already exists 10:41:01 latest: digest: sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:01 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 10:41:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:41:02 9e78c24a4262: Preparing 10:41:02 5a66fb5d69f5: Preparing 10:41:02 67f360147d0f: Preparing 10:41:02 a0944ceda3a1: Preparing 10:41:02 fe7feeb9fdf0: Preparing 10:41:02 be16fe1447c2: Preparing 10:41:02 1c718d9029c3: Preparing 10:41:02 366d4a0b8a52: Preparing 10:41:02 097100c76c15: Preparing 10:41:02 be16fe1447c2: Waiting 10:41:02 1c718d9029c3: Waiting 10:41:02 366d4a0b8a52: Waiting 10:41:02 097100c76c15: Waiting 10:41:02 fe7feeb9fdf0: Layer already exists 10:41:02 67f360147d0f: Layer already exists 10:41:02 5a66fb5d69f5: Layer already exists 10:41:02 a0944ceda3a1: Layer already exists 10:41:02 9e78c24a4262: Layer already exists 10:41:02 be16fe1447c2: Layer already exists 10:41:02 366d4a0b8a52: Layer already exists 10:41:02 1c718d9029c3: Layer already exists 10:41:02 097100c76c15: Layer already exists 10:41:02 4.1.0-dev.49: digest: sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:02 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:41:02 9e78c24a4262: Preparing 10:41:02 5a66fb5d69f5: Preparing 10:41:02 67f360147d0f: Preparing 10:41:02 a0944ceda3a1: Preparing 10:41:02 fe7feeb9fdf0: Preparing 10:41:02 be16fe1447c2: Preparing 10:41:02 1c718d9029c3: Preparing 10:41:02 366d4a0b8a52: Preparing 10:41:02 097100c76c15: Preparing 10:41:02 1c718d9029c3: Waiting 10:41:02 366d4a0b8a52: Waiting 10:41:02 097100c76c15: Waiting 10:41:02 be16fe1447c2: Waiting 10:41:02 9e78c24a4262: Layer already exists 10:41:02 67f360147d0f: Layer already exists 10:41:02 fe7feeb9fdf0: Layer already exists 10:41:02 a0944ceda3a1: Layer already exists 10:41:02 5a66fb5d69f5: Layer already exists 10:41:02 366d4a0b8a52: Layer already exists 10:41:02 be16fe1447c2: Layer already exists 10:41:02 1c718d9029c3: Layer already exists 10:41:02 097100c76c15: Layer already exists 10:41:02 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:41:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:41:03 9e78c24a4262: Preparing 10:41:03 5a66fb5d69f5: Preparing 10:41:03 67f360147d0f: Preparing 10:41:03 a0944ceda3a1: Preparing 10:41:03 fe7feeb9fdf0: Preparing 10:41:03 be16fe1447c2: Preparing 10:41:03 1c718d9029c3: Preparing 10:41:03 366d4a0b8a52: Preparing 10:41:03 097100c76c15: Preparing 10:41:03 1c718d9029c3: Waiting 10:41:03 be16fe1447c2: Waiting 10:41:03 366d4a0b8a52: Waiting 10:41:03 097100c76c15: Waiting 10:41:03 a0944ceda3a1: Layer already exists 10:41:03 fe7feeb9fdf0: Layer already exists 10:41:03 67f360147d0f: Layer already exists 10:41:03 9e78c24a4262: Layer already exists 10:41:03 5a66fb5d69f5: Layer already exists 10:41:03 be16fe1447c2: Layer already exists 10:41:03 1c718d9029c3: Layer already exists 10:41:03 097100c76c15: Layer already exists 10:41:03 366d4a0b8a52: Layer already exists 10:41:03 main: digest: sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:41:03 ===================================================== [Pipeline] echo 10:41:03 taggedImages: 10:41:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:41:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 10:41:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:03 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 10:41:03 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:41:03 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:03 latest 10:41:03 4.1.0-dev.49 10:41:03 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:03 main 10:41:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:03 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:41:04 a92ac5e336bc: Preparing 10:41:04 ae369a24a5fa: Preparing 10:41:04 7c87ebfc415f: Preparing 10:41:04 41708772762b: Preparing 10:41:04 2e1e1a7d1cbb: Preparing 10:41:04 fe7feeb9fdf0: Preparing 10:41:04 be16fe1447c2: Preparing 10:41:04 ea82798bd077: Preparing 10:41:04 f262f38a1f5f: Preparing 10:41:04 e31d0a3bc667: Preparing 10:41:04 097100c76c15: Preparing 10:41:04 ea82798bd077: Waiting 10:41:04 f262f38a1f5f: Waiting 10:41:04 e31d0a3bc667: Waiting 10:41:04 097100c76c15: Waiting 10:41:04 fe7feeb9fdf0: Waiting 10:41:04 be16fe1447c2: Waiting 10:41:04 ae369a24a5fa: Pushed 10:41:04 a92ac5e336bc: Pushed 10:41:04 2e1e1a7d1cbb: Pushed 10:41:04 41708772762b: Pushed 10:41:04 fe7feeb9fdf0: Layer already exists 10:41:04 be16fe1447c2: Layer already exists 10:41:04 097100c76c15: Layer already exists 10:41:04 ea82798bd077: Pushed 10:41:04 f262f38a1f5f: Pushed 10:41:05 e31d0a3bc667: Pushed 10:41:07 7c87ebfc415f: Pushed 10:41:07 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:07 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:41:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:41:07 a92ac5e336bc: Preparing 10:41:07 ae369a24a5fa: Preparing 10:41:07 7c87ebfc415f: Preparing 10:41:07 41708772762b: Preparing 10:41:07 2e1e1a7d1cbb: Preparing 10:41:07 fe7feeb9fdf0: Preparing 10:41:07 be16fe1447c2: Preparing 10:41:07 ea82798bd077: Preparing 10:41:07 f262f38a1f5f: Preparing 10:41:07 e31d0a3bc667: Preparing 10:41:07 fe7feeb9fdf0: Waiting 10:41:07 097100c76c15: Preparing 10:41:07 097100c76c15: Waiting 10:41:07 e31d0a3bc667: Waiting 10:41:07 be16fe1447c2: Waiting 10:41:07 ea82798bd077: Waiting 10:41:07 f262f38a1f5f: Waiting 10:41:07 ae369a24a5fa: Layer already exists 10:41:07 2e1e1a7d1cbb: Layer already exists 10:41:07 7c87ebfc415f: Layer already exists 10:41:07 a92ac5e336bc: Layer already exists 10:41:07 41708772762b: Layer already exists 10:41:07 fe7feeb9fdf0: Layer already exists 10:41:07 ea82798bd077: Layer already exists 10:41:07 be16fe1447c2: Layer already exists 10:41:07 f262f38a1f5f: Layer already exists 10:41:07 e31d0a3bc667: Layer already exists 10:41:07 097100c76c15: Layer already exists 10:41:07 latest: digest: sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 10:41:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:41:08 a92ac5e336bc: Preparing 10:41:08 ae369a24a5fa: Preparing 10:41:08 7c87ebfc415f: Preparing 10:41:08 41708772762b: Preparing 10:41:08 2e1e1a7d1cbb: Preparing 10:41:08 fe7feeb9fdf0: Preparing 10:41:08 be16fe1447c2: Preparing 10:41:08 ea82798bd077: Preparing 10:41:08 f262f38a1f5f: Preparing 10:41:08 e31d0a3bc667: Preparing 10:41:08 097100c76c15: Preparing 10:41:08 fe7feeb9fdf0: Waiting 10:41:08 f262f38a1f5f: Waiting 10:41:08 be16fe1447c2: Waiting 10:41:08 ea82798bd077: Waiting 10:41:08 e31d0a3bc667: Waiting 10:41:08 097100c76c15: Waiting 10:41:08 2e1e1a7d1cbb: Layer already exists 10:41:08 7c87ebfc415f: Layer already exists 10:41:08 41708772762b: Layer already exists 10:41:08 ae369a24a5fa: Layer already exists 10:41:08 a92ac5e336bc: Layer already exists 10:41:08 fe7feeb9fdf0: Layer already exists 10:41:08 be16fe1447c2: Layer already exists 10:41:08 ea82798bd077: Layer already exists 10:41:08 e31d0a3bc667: Layer already exists 10:41:08 f262f38a1f5f: Layer already exists 10:41:08 097100c76c15: Layer already exists 10:41:08 4.1.0-dev.49: digest: sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:08 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:41:09 a92ac5e336bc: Preparing 10:41:09 ae369a24a5fa: Preparing 10:41:09 7c87ebfc415f: Preparing 10:41:09 41708772762b: Preparing 10:41:09 2e1e1a7d1cbb: Preparing 10:41:09 fe7feeb9fdf0: Preparing 10:41:09 be16fe1447c2: Preparing 10:41:09 ea82798bd077: Preparing 10:41:09 f262f38a1f5f: Preparing 10:41:09 e31d0a3bc667: Preparing 10:41:09 097100c76c15: Preparing 10:41:09 ea82798bd077: Waiting 10:41:09 f262f38a1f5f: Waiting 10:41:09 e31d0a3bc667: Waiting 10:41:09 097100c76c15: Waiting 10:41:09 fe7feeb9fdf0: Waiting 10:41:09 be16fe1447c2: Waiting 10:41:09 7c87ebfc415f: Layer already exists 10:41:09 2e1e1a7d1cbb: Layer already exists 10:41:09 ae369a24a5fa: Layer already exists 10:41:09 a92ac5e336bc: Layer already exists 10:41:09 41708772762b: Layer already exists 10:41:09 fe7feeb9fdf0: Layer already exists 10:41:09 ea82798bd077: Layer already exists 10:41:09 f262f38a1f5f: Layer already exists 10:41:09 e31d0a3bc667: Layer already exists 10:41:09 be16fe1447c2: Layer already exists 10:41:09 097100c76c15: Layer already exists 10:41:09 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:41:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:41:09 a92ac5e336bc: Preparing 10:41:09 ae369a24a5fa: Preparing 10:41:09 7c87ebfc415f: Preparing 10:41:09 41708772762b: Preparing 10:41:09 2e1e1a7d1cbb: Preparing 10:41:09 fe7feeb9fdf0: Preparing 10:41:09 be16fe1447c2: Preparing 10:41:09 fe7feeb9fdf0: Waiting 10:41:09 ea82798bd077: Preparing 10:41:09 f262f38a1f5f: Preparing 10:41:09 e31d0a3bc667: Preparing 10:41:09 097100c76c15: Preparing 10:41:09 be16fe1447c2: Waiting 10:41:09 ea82798bd077: Waiting 10:41:09 f262f38a1f5f: Waiting 10:41:09 e31d0a3bc667: Waiting 10:41:09 097100c76c15: Waiting 10:41:09 41708772762b: Layer already exists 10:41:09 ae369a24a5fa: Layer already exists 10:41:09 a92ac5e336bc: Layer already exists 10:41:09 2e1e1a7d1cbb: Layer already exists 10:41:09 7c87ebfc415f: Layer already exists 10:41:09 fe7feeb9fdf0: Layer already exists 10:41:09 be16fe1447c2: Layer already exists 10:41:09 ea82798bd077: Layer already exists 10:41:09 f262f38a1f5f: Layer already exists 10:41:09 e31d0a3bc667: Layer already exists 10:41:09 097100c76c15: Layer already exists 10:41:09 main: digest: sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:41:09 ===================================================== [Pipeline] echo 10:41:09 taggedImages: 10:41:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:41:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 10:41:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:09 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:41:10 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:41:10 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:10 latest 10:41:10 4.1.0-dev.49 10:41:10 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:10 main 10:41:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:10 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:41:10 0667046e84a9: Preparing 10:41:10 f2ca9da317f2: Preparing 10:41:10 cbe6800834e5: Preparing 10:41:10 aba6dd9bc99e: Preparing 10:41:10 223746b18ba2: Preparing 10:41:10 b7d5a9b73fc2: Preparing 10:41:10 44be77109a5a: Preparing 10:41:10 fe7feeb9fdf0: Preparing 10:41:10 be16fe1447c2: Preparing 10:41:10 9eaf31f3cbd9: Preparing 10:41:10 014633485738: Preparing 10:41:10 097100c76c15: Preparing 10:41:10 b7d5a9b73fc2: Waiting 10:41:10 44be77109a5a: Waiting 10:41:10 fe7feeb9fdf0: Waiting 10:41:10 be16fe1447c2: Waiting 10:41:10 9eaf31f3cbd9: Waiting 10:41:10 014633485738: Waiting 10:41:10 097100c76c15: Waiting 10:41:10 f2ca9da317f2: Pushed 10:41:10 0667046e84a9: Pushed 10:41:10 223746b18ba2: Pushed 10:41:10 fe7feeb9fdf0: Layer already exists 10:41:10 be16fe1447c2: Layer already exists 10:41:11 44be77109a5a: Pushed 10:41:11 b7d5a9b73fc2: Pushed 10:41:11 097100c76c15: Layer already exists 10:41:11 9eaf31f3cbd9: Pushed 10:41:12 014633485738: Pushed 10:41:13 aba6dd9bc99e: Pushed 10:41:13 cbe6800834e5: Pushed 10:41:13 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:14 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:41:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:41:14 0667046e84a9: Preparing 10:41:14 f2ca9da317f2: Preparing 10:41:14 cbe6800834e5: Preparing 10:41:14 aba6dd9bc99e: Preparing 10:41:14 223746b18ba2: Preparing 10:41:14 b7d5a9b73fc2: Preparing 10:41:14 44be77109a5a: Preparing 10:41:14 fe7feeb9fdf0: Preparing 10:41:14 b7d5a9b73fc2: Waiting 10:41:14 44be77109a5a: Waiting 10:41:14 be16fe1447c2: Preparing 10:41:14 fe7feeb9fdf0: Waiting 10:41:14 9eaf31f3cbd9: Preparing 10:41:14 014633485738: Preparing 10:41:14 097100c76c15: Preparing 10:41:14 be16fe1447c2: Waiting 10:41:14 9eaf31f3cbd9: Waiting 10:41:14 097100c76c15: Waiting 10:41:14 014633485738: Waiting 10:41:14 f2ca9da317f2: Layer already exists 10:41:14 cbe6800834e5: Layer already exists 10:41:14 aba6dd9bc99e: Layer already exists 10:41:14 223746b18ba2: Layer already exists 10:41:14 0667046e84a9: Layer already exists 10:41:14 44be77109a5a: Layer already exists 10:41:14 fe7feeb9fdf0: Layer already exists 10:41:14 b7d5a9b73fc2: Layer already exists 10:41:14 be16fe1447c2: Layer already exists 10:41:14 9eaf31f3cbd9: Layer already exists 10:41:14 014633485738: Layer already exists 10:41:14 097100c76c15: Layer already exists 10:41:14 latest: digest: sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:15 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 10:41:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:41:15 0667046e84a9: Preparing 10:41:15 f2ca9da317f2: Preparing 10:41:15 cbe6800834e5: Preparing 10:41:15 aba6dd9bc99e: Preparing 10:41:15 223746b18ba2: Preparing 10:41:15 b7d5a9b73fc2: Preparing 10:41:15 44be77109a5a: Preparing 10:41:15 fe7feeb9fdf0: Preparing 10:41:15 be16fe1447c2: Preparing 10:41:15 9eaf31f3cbd9: Preparing 10:41:15 014633485738: Preparing 10:41:15 097100c76c15: Preparing 10:41:15 b7d5a9b73fc2: Waiting 10:41:15 44be77109a5a: Waiting 10:41:15 fe7feeb9fdf0: Waiting 10:41:15 be16fe1447c2: Waiting 10:41:15 014633485738: Waiting 10:41:15 9eaf31f3cbd9: Waiting 10:41:15 097100c76c15: Waiting 10:41:15 0667046e84a9: Layer already exists 10:41:15 aba6dd9bc99e: Layer already exists 10:41:15 223746b18ba2: Layer already exists 10:41:15 f2ca9da317f2: Layer already exists 10:41:15 cbe6800834e5: Layer already exists 10:41:15 b7d5a9b73fc2: Layer already exists 10:41:15 44be77109a5a: Layer already exists 10:41:15 9eaf31f3cbd9: Layer already exists 10:41:15 be16fe1447c2: Layer already exists 10:41:15 fe7feeb9fdf0: Layer already exists 10:41:15 014633485738: Layer already exists 10:41:15 097100c76c15: Layer already exists 10:41:15 4.1.0-dev.49: digest: sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:15 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:41:16 0667046e84a9: Preparing 10:41:16 f2ca9da317f2: Preparing 10:41:16 cbe6800834e5: Preparing 10:41:16 aba6dd9bc99e: Preparing 10:41:16 223746b18ba2: Preparing 10:41:16 b7d5a9b73fc2: Preparing 10:41:16 44be77109a5a: Preparing 10:41:16 b7d5a9b73fc2: Waiting 10:41:16 fe7feeb9fdf0: Preparing 10:41:16 be16fe1447c2: Preparing 10:41:16 44be77109a5a: Waiting 10:41:16 9eaf31f3cbd9: Preparing 10:41:16 014633485738: Preparing 10:41:16 fe7feeb9fdf0: Waiting 10:41:16 be16fe1447c2: Waiting 10:41:16 9eaf31f3cbd9: Waiting 10:41:16 097100c76c15: Preparing 10:41:16 014633485738: Waiting 10:41:16 097100c76c15: Waiting 10:41:16 f2ca9da317f2: Layer already exists 10:41:16 cbe6800834e5: Layer already exists 10:41:16 223746b18ba2: Layer already exists 10:41:16 aba6dd9bc99e: Layer already exists 10:41:16 0667046e84a9: Layer already exists 10:41:16 fe7feeb9fdf0: Layer already exists 10:41:16 be16fe1447c2: Layer already exists 10:41:16 b7d5a9b73fc2: Layer already exists 10:41:16 44be77109a5a: Layer already exists 10:41:16 9eaf31f3cbd9: Layer already exists 10:41:16 097100c76c15: Layer already exists 10:41:16 014633485738: Layer already exists 10:41:16 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:41:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:41:16 0667046e84a9: Preparing 10:41:16 f2ca9da317f2: Preparing 10:41:16 cbe6800834e5: Preparing 10:41:16 aba6dd9bc99e: Preparing 10:41:16 223746b18ba2: Preparing 10:41:16 b7d5a9b73fc2: Preparing 10:41:16 44be77109a5a: Preparing 10:41:16 fe7feeb9fdf0: Preparing 10:41:16 b7d5a9b73fc2: Waiting 10:41:16 44be77109a5a: Waiting 10:41:16 be16fe1447c2: Preparing 10:41:16 fe7feeb9fdf0: Waiting 10:41:16 9eaf31f3cbd9: Preparing 10:41:16 014633485738: Preparing 10:41:16 097100c76c15: Preparing 10:41:16 be16fe1447c2: Waiting 10:41:16 9eaf31f3cbd9: Waiting 10:41:16 097100c76c15: Waiting 10:41:16 014633485738: Waiting 10:41:16 223746b18ba2: Layer already exists 10:41:16 0667046e84a9: Layer already exists 10:41:16 aba6dd9bc99e: Layer already exists 10:41:16 cbe6800834e5: Layer already exists 10:41:16 f2ca9da317f2: Layer already exists 10:41:16 b7d5a9b73fc2: Layer already exists 10:41:16 fe7feeb9fdf0: Layer already exists 10:41:16 9eaf31f3cbd9: Layer already exists 10:41:16 44be77109a5a: Layer already exists 10:41:16 be16fe1447c2: Layer already exists 10:41:16 014633485738: Layer already exists 10:41:16 097100c76c15: Layer already exists 10:41:16 main: digest: sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:41:16 ===================================================== [Pipeline] echo 10:41:16 taggedImages: 10:41:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:41:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 10:41:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:41:16 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 10:41:16 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:16 latest 10:41:16 4.1.0-dev.49 10:41:16 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:16 main 10:41:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:17 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:41:17 da7132ec5fb0: Preparing 10:41:17 5b17e18a0d4f: Preparing 10:41:17 fe7feeb9fdf0: Preparing 10:41:17 be16fe1447c2: Preparing 10:41:17 fd3ced52f6cb: Preparing 10:41:17 fe426fa14acb: Preparing 10:41:17 097100c76c15: Preparing 10:41:17 fe426fa14acb: Waiting 10:41:17 097100c76c15: Waiting 10:41:17 fe7feeb9fdf0: Layer already exists 10:41:17 be16fe1447c2: Layer already exists 10:41:17 097100c76c15: Layer already exists 10:41:17 da7132ec5fb0: Pushed 10:41:17 fd3ced52f6cb: Pushed 10:41:18 fe426fa14acb: Pushed 10:41:21 5b17e18a0d4f: Pushed 10:41:21 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:21 + 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 10:41:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:41:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:41:21 da7132ec5fb0: Preparing 10:41:21 5b17e18a0d4f: Preparing 10:41:21 fe7feeb9fdf0: Preparing 10:41:21 be16fe1447c2: Preparing 10:41:21 fd3ced52f6cb: Preparing 10:41:21 fe426fa14acb: Preparing 10:41:21 097100c76c15: Preparing 10:41:21 fe426fa14acb: Waiting 10:41:21 097100c76c15: Waiting 10:41:21 fd3ced52f6cb: Layer already exists 10:41:21 fe7feeb9fdf0: Layer already exists 10:41:21 da7132ec5fb0: Layer already exists 10:41:21 5b17e18a0d4f: Layer already exists 10:41:21 be16fe1447c2: Layer already exists 10:41:21 097100c76c15: Layer already exists 10:41:21 fe426fa14acb: Layer already exists 10:41:21 latest: digest: sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 10:41:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:41:22 da7132ec5fb0: Preparing 10:41:22 5b17e18a0d4f: Preparing 10:41:22 fe7feeb9fdf0: Preparing 10:41:22 be16fe1447c2: Preparing 10:41:22 fd3ced52f6cb: Preparing 10:41:22 fe426fa14acb: Preparing 10:41:22 097100c76c15: Preparing 10:41:22 fe426fa14acb: Waiting 10:41:22 097100c76c15: Waiting 10:41:22 5b17e18a0d4f: Layer already exists 10:41:22 fd3ced52f6cb: Layer already exists 10:41:22 be16fe1447c2: Layer already exists 10:41:22 da7132ec5fb0: Layer already exists 10:41:22 fe7feeb9fdf0: Layer already exists 10:41:22 fe426fa14acb: Layer already exists 10:41:22 097100c76c15: Layer already exists 10:41:22 4.1.0-dev.49: digest: sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:22 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:41:22 da7132ec5fb0: Preparing 10:41:22 5b17e18a0d4f: Preparing 10:41:22 fe7feeb9fdf0: Preparing 10:41:22 be16fe1447c2: Preparing 10:41:22 fd3ced52f6cb: Preparing 10:41:22 fe426fa14acb: Preparing 10:41:22 097100c76c15: Preparing 10:41:22 fe426fa14acb: Waiting 10:41:22 097100c76c15: Waiting 10:41:22 fe7feeb9fdf0: Layer already exists 10:41:22 5b17e18a0d4f: Layer already exists 10:41:22 da7132ec5fb0: Layer already exists 10:41:22 fd3ced52f6cb: Layer already exists 10:41:22 be16fe1447c2: Layer already exists 10:41:22 097100c76c15: Layer already exists 10:41:22 fe426fa14acb: Layer already exists 10:41:22 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:23 + 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 10:41:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:41:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:41:23 da7132ec5fb0: Preparing 10:41:23 5b17e18a0d4f: Preparing 10:41:23 fe7feeb9fdf0: Preparing 10:41:23 be16fe1447c2: Preparing 10:41:23 fd3ced52f6cb: Preparing 10:41:23 fe426fa14acb: Preparing 10:41:23 097100c76c15: Preparing 10:41:23 fe426fa14acb: Waiting 10:41:23 097100c76c15: Waiting 10:41:23 da7132ec5fb0: Layer already exists 10:41:23 be16fe1447c2: Layer already exists 10:41:23 5b17e18a0d4f: Layer already exists 10:41:23 fe7feeb9fdf0: Layer already exists 10:41:23 fd3ced52f6cb: Layer already exists 10:41:23 fe426fa14acb: Layer already exists 10:41:23 097100c76c15: Layer already exists 10:41:23 main: digest: sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:41:23 ===================================================== [Pipeline] echo 10:41:23 taggedImages: 10:41:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:41:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 10:41:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 10:41:23 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 10:41:23 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:23 latest 10:41:23 4.1.0-dev.49 10:41:23 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:23 main 10:41:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:41:24 a5443beedbfd: Preparing 10:41:24 c583ea9fe11b: Preparing 10:41:24 865cf9353924: Preparing 10:41:24 fe7feeb9fdf0: Preparing 10:41:24 be16fe1447c2: Preparing 10:41:24 d3f8d9d6a224: Preparing 10:41:24 bcd7747400e7: Preparing 10:41:24 da206bbd0252: Preparing 10:41:24 924d5681aef9: Preparing 10:41:24 097100c76c15: Preparing 10:41:24 bcd7747400e7: Waiting 10:41:24 da206bbd0252: Waiting 10:41:24 924d5681aef9: Waiting 10:41:24 097100c76c15: Waiting 10:41:24 d3f8d9d6a224: Waiting 10:41:24 be16fe1447c2: Layer already exists 10:41:24 fe7feeb9fdf0: Layer already exists 10:41:24 a5443beedbfd: Pushed 10:41:24 865cf9353924: Pushed 10:41:24 c583ea9fe11b: Pushed 10:41:24 097100c76c15: Layer already exists 10:41:25 da206bbd0252: Pushed 10:41:25 924d5681aef9: Pushed 10:41:29 bcd7747400e7: Pushed 10:41:37 d3f8d9d6a224: Pushed 10:41:37 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:41:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:41:38 a5443beedbfd: Preparing 10:41:38 c583ea9fe11b: Preparing 10:41:38 865cf9353924: Preparing 10:41:38 fe7feeb9fdf0: Preparing 10:41:38 be16fe1447c2: Preparing 10:41:38 d3f8d9d6a224: Preparing 10:41:38 bcd7747400e7: Preparing 10:41:38 da206bbd0252: Preparing 10:41:38 d3f8d9d6a224: Waiting 10:41:38 da206bbd0252: Waiting 10:41:38 bcd7747400e7: Waiting 10:41:38 924d5681aef9: Preparing 10:41:38 097100c76c15: Preparing 10:41:38 924d5681aef9: Waiting 10:41:38 097100c76c15: Waiting 10:41:38 c583ea9fe11b: Layer already exists 10:41:38 a5443beedbfd: Layer already exists 10:41:38 fe7feeb9fdf0: Layer already exists 10:41:38 be16fe1447c2: Layer already exists 10:41:38 865cf9353924: Layer already exists 10:41:38 d3f8d9d6a224: Layer already exists 10:41:38 924d5681aef9: Layer already exists 10:41:38 da206bbd0252: Layer already exists 10:41:38 bcd7747400e7: Layer already exists 10:41:38 097100c76c15: Layer already exists 10:41:38 latest: digest: sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 10:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:41:39 a5443beedbfd: Preparing 10:41:39 c583ea9fe11b: Preparing 10:41:39 865cf9353924: Preparing 10:41:39 fe7feeb9fdf0: Preparing 10:41:39 be16fe1447c2: Preparing 10:41:39 d3f8d9d6a224: Preparing 10:41:39 bcd7747400e7: Preparing 10:41:39 da206bbd0252: Preparing 10:41:39 924d5681aef9: Preparing 10:41:39 097100c76c15: Preparing 10:41:39 bcd7747400e7: Waiting 10:41:39 da206bbd0252: Waiting 10:41:39 924d5681aef9: Waiting 10:41:39 097100c76c15: Waiting 10:41:39 d3f8d9d6a224: Waiting 10:41:39 a5443beedbfd: Layer already exists 10:41:39 865cf9353924: Layer already exists 10:41:39 be16fe1447c2: Layer already exists 10:41:39 fe7feeb9fdf0: Layer already exists 10:41:39 c583ea9fe11b: Layer already exists 10:41:39 d3f8d9d6a224: Layer already exists 10:41:39 924d5681aef9: Layer already exists 10:41:39 bcd7747400e7: Layer already exists 10:41:39 097100c76c15: Layer already exists 10:41:39 da206bbd0252: Layer already exists 10:41:39 4.1.0-dev.49: digest: sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:39 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:41:39 a5443beedbfd: Preparing 10:41:39 c583ea9fe11b: Preparing 10:41:39 865cf9353924: Preparing 10:41:39 fe7feeb9fdf0: Preparing 10:41:39 be16fe1447c2: Preparing 10:41:39 d3f8d9d6a224: Preparing 10:41:39 bcd7747400e7: Preparing 10:41:39 da206bbd0252: Preparing 10:41:39 924d5681aef9: Preparing 10:41:39 097100c76c15: Preparing 10:41:39 924d5681aef9: Waiting 10:41:39 bcd7747400e7: Waiting 10:41:39 da206bbd0252: Waiting 10:41:39 d3f8d9d6a224: Waiting 10:41:39 097100c76c15: Waiting 10:41:39 a5443beedbfd: Layer already exists 10:41:39 be16fe1447c2: Layer already exists 10:41:39 865cf9353924: Layer already exists 10:41:39 fe7feeb9fdf0: Layer already exists 10:41:39 c583ea9fe11b: Layer already exists 10:41:39 da206bbd0252: Layer already exists 10:41:39 d3f8d9d6a224: Layer already exists 10:41:39 924d5681aef9: Layer already exists 10:41:39 bcd7747400e7: Layer already exists 10:41:39 097100c76c15: Layer already exists 10:41:39 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:41:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:41:40 a5443beedbfd: Preparing 10:41:40 c583ea9fe11b: Preparing 10:41:40 865cf9353924: Preparing 10:41:40 fe7feeb9fdf0: Preparing 10:41:40 be16fe1447c2: Preparing 10:41:40 d3f8d9d6a224: Preparing 10:41:40 bcd7747400e7: Preparing 10:41:40 da206bbd0252: Preparing 10:41:40 924d5681aef9: Preparing 10:41:40 097100c76c15: Preparing 10:41:40 da206bbd0252: Waiting 10:41:40 924d5681aef9: Waiting 10:41:40 097100c76c15: Waiting 10:41:40 d3f8d9d6a224: Waiting 10:41:40 bcd7747400e7: Waiting 10:41:40 865cf9353924: Layer already exists 10:41:40 fe7feeb9fdf0: Layer already exists 10:41:40 a5443beedbfd: Layer already exists 10:41:40 be16fe1447c2: Layer already exists 10:41:40 c583ea9fe11b: Layer already exists 10:41:40 d3f8d9d6a224: Layer already exists 10:41:40 bcd7747400e7: Layer already exists 10:41:40 da206bbd0252: Layer already exists 10:41:40 924d5681aef9: Layer already exists 10:41:40 097100c76c15: Layer already exists 10:41:40 main: digest: sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:41:40 ===================================================== [Pipeline] echo 10:41:40 taggedImages: 10:41:40 - nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:40 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:41:40 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 10:41:40 - nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:40 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 10:41:40 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 10:41:40 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:40 latest 10:41:40 4.1.0-dev.49 10:41:40 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:40 main 10:41:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:40 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:41:41 12f023ce2727: Preparing 10:41:41 3c6e1047024c: Preparing 10:41:41 d7281d26b622: Preparing 10:41:41 fe7feeb9fdf0: Preparing 10:41:41 be16fe1447c2: Preparing 10:41:41 f51f69e09c41: Preparing 10:41:41 340c73284ea9: Preparing 10:41:41 840920fe49f1: Preparing 10:41:41 097100c76c15: Preparing 10:41:41 340c73284ea9: Waiting 10:41:41 097100c76c15: Waiting 10:41:41 840920fe49f1: Waiting 10:41:41 f51f69e09c41: Waiting 10:41:41 fe7feeb9fdf0: Layer already exists 10:41:41 be16fe1447c2: Layer already exists 10:41:41 d7281d26b622: Pushed 10:41:41 3c6e1047024c: Pushed 10:41:41 12f023ce2727: Pushed 10:41:41 097100c76c15: Layer already exists 10:41:41 340c73284ea9: Pushed 10:41:41 840920fe49f1: Pushed 10:41:56 f51f69e09c41: Pushed 10:41:56 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:41:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:41:57 12f023ce2727: Preparing 10:41:57 3c6e1047024c: Preparing 10:41:57 d7281d26b622: Preparing 10:41:57 fe7feeb9fdf0: Preparing 10:41:57 be16fe1447c2: Preparing 10:41:57 f51f69e09c41: Preparing 10:41:57 340c73284ea9: Preparing 10:41:57 840920fe49f1: Preparing 10:41:57 097100c76c15: Preparing 10:41:57 f51f69e09c41: Waiting 10:41:57 340c73284ea9: Waiting 10:41:57 840920fe49f1: Waiting 10:41:57 097100c76c15: Waiting 10:41:57 12f023ce2727: Layer already exists 10:41:57 be16fe1447c2: Layer already exists 10:41:57 d7281d26b622: Layer already exists 10:41:57 fe7feeb9fdf0: Layer already exists 10:41:57 3c6e1047024c: Layer already exists 10:41:57 f51f69e09c41: Layer already exists 10:41:57 840920fe49f1: Layer already exists 10:41:57 340c73284ea9: Layer already exists 10:41:57 097100c76c15: Layer already exists 10:41:57 latest: digest: sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 10:41:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:41:57 12f023ce2727: Preparing 10:41:57 3c6e1047024c: Preparing 10:41:57 d7281d26b622: Preparing 10:41:57 fe7feeb9fdf0: Preparing 10:41:57 be16fe1447c2: Preparing 10:41:57 f51f69e09c41: Preparing 10:41:57 340c73284ea9: Preparing 10:41:57 840920fe49f1: Preparing 10:41:57 097100c76c15: Preparing 10:41:57 f51f69e09c41: Waiting 10:41:57 340c73284ea9: Waiting 10:41:57 840920fe49f1: Waiting 10:41:57 097100c76c15: Waiting 10:41:57 be16fe1447c2: Layer already exists 10:41:57 d7281d26b622: Layer already exists 10:41:57 fe7feeb9fdf0: Layer already exists 10:41:57 12f023ce2727: Layer already exists 10:41:57 3c6e1047024c: Layer already exists 10:41:57 340c73284ea9: Layer already exists 10:41:57 f51f69e09c41: Layer already exists 10:41:57 840920fe49f1: Layer already exists 10:41:57 097100c76c15: Layer already exists 10:41:57 4.1.0-dev.49: digest: sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:58 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:41:58 12f023ce2727: Preparing 10:41:58 3c6e1047024c: Preparing 10:41:58 d7281d26b622: Preparing 10:41:58 fe7feeb9fdf0: Preparing 10:41:58 be16fe1447c2: Preparing 10:41:58 f51f69e09c41: Preparing 10:41:58 340c73284ea9: Preparing 10:41:58 840920fe49f1: Preparing 10:41:58 097100c76c15: Preparing 10:41:58 340c73284ea9: Waiting 10:41:58 f51f69e09c41: Waiting 10:41:58 840920fe49f1: Waiting 10:41:58 097100c76c15: Waiting 10:41:58 3c6e1047024c: Layer already exists 10:41:58 fe7feeb9fdf0: Layer already exists 10:41:58 d7281d26b622: Layer already exists 10:41:58 12f023ce2727: Layer already exists 10:41:58 be16fe1447c2: Layer already exists 10:41:58 f51f69e09c41: Layer already exists 10:41:58 840920fe49f1: Layer already exists 10:41:58 340c73284ea9: Layer already exists 10:41:58 097100c76c15: Layer already exists 10:41:58 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:58 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 10:41:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:41:59 12f023ce2727: Preparing 10:41:59 3c6e1047024c: Preparing 10:41:59 d7281d26b622: Preparing 10:41:59 fe7feeb9fdf0: Preparing 10:41:59 be16fe1447c2: Preparing 10:41:59 f51f69e09c41: Preparing 10:41:59 340c73284ea9: Preparing 10:41:59 840920fe49f1: Preparing 10:41:59 097100c76c15: Preparing 10:41:59 f51f69e09c41: Waiting 10:41:59 840920fe49f1: Waiting 10:41:59 097100c76c15: Waiting 10:41:59 340c73284ea9: Waiting 10:41:59 3c6e1047024c: Layer already exists 10:41:59 d7281d26b622: Layer already exists 10:41:59 12f023ce2727: Layer already exists 10:41:59 be16fe1447c2: Layer already exists 10:41:59 fe7feeb9fdf0: Layer already exists 10:41:59 840920fe49f1: Layer already exists 10:41:59 097100c76c15: Layer already exists 10:41:59 f51f69e09c41: Layer already exists 10:41:59 340c73284ea9: Layer already exists 10:41:59 main: digest: sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:41:59 ===================================================== [Pipeline] echo 10:41:59 taggedImages: 10:41:59 - nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:59 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:41:59 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 10:41:59 - nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:59 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 10:41:59 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 10:41:59 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:59 latest 10:41:59 4.1.0-dev.49 10:41:59 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:41:59 main 10:41:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:41:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:41:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:41:59 95155255e7a2: Preparing 10:41:59 3ffc130fcd66: Preparing 10:41:59 a68be6d64c91: Preparing 10:41:59 fe7feeb9fdf0: Preparing 10:41:59 be16fe1447c2: Preparing 10:41:59 30b3e01da724: Preparing 10:41:59 da206bbd0252: Preparing 10:41:59 924d5681aef9: Preparing 10:41:59 097100c76c15: Preparing 10:41:59 30b3e01da724: Waiting 10:41:59 924d5681aef9: Waiting 10:41:59 da206bbd0252: Waiting 10:41:59 097100c76c15: Waiting 10:41:59 fe7feeb9fdf0: Layer already exists 10:41:59 be16fe1447c2: Layer already exists 10:41:59 da206bbd0252: Layer already exists 10:41:59 924d5681aef9: Layer already exists 10:41:59 097100c76c15: Layer already exists 10:41:59 95155255e7a2: Pushed 10:41:59 3ffc130fcd66: Pushed 10:41:59 a68be6d64c91: Pushed 10:42:15 30b3e01da724: Pushed 10:42:15 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:15 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:42:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:42:15 95155255e7a2: Preparing 10:42:15 3ffc130fcd66: Preparing 10:42:15 a68be6d64c91: Preparing 10:42:15 fe7feeb9fdf0: Preparing 10:42:15 be16fe1447c2: Preparing 10:42:15 30b3e01da724: Preparing 10:42:15 da206bbd0252: Preparing 10:42:15 924d5681aef9: Preparing 10:42:15 097100c76c15: Preparing 10:42:15 30b3e01da724: Waiting 10:42:15 da206bbd0252: Waiting 10:42:15 924d5681aef9: Waiting 10:42:15 097100c76c15: Waiting 10:42:15 95155255e7a2: Layer already exists 10:42:15 3ffc130fcd66: Layer already exists 10:42:15 a68be6d64c91: Layer already exists 10:42:15 be16fe1447c2: Layer already exists 10:42:15 fe7feeb9fdf0: Layer already exists 10:42:15 30b3e01da724: Layer already exists 10:42:15 da206bbd0252: Layer already exists 10:42:15 924d5681aef9: Layer already exists 10:42:15 097100c76c15: Layer already exists 10:42:15 latest: digest: sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:15 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 10:42:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:42:16 95155255e7a2: Preparing 10:42:16 3ffc130fcd66: Preparing 10:42:16 a68be6d64c91: Preparing 10:42:16 fe7feeb9fdf0: Preparing 10:42:16 be16fe1447c2: Preparing 10:42:16 30b3e01da724: Preparing 10:42:16 da206bbd0252: Preparing 10:42:16 924d5681aef9: Preparing 10:42:16 097100c76c15: Preparing 10:42:16 da206bbd0252: Waiting 10:42:16 30b3e01da724: Waiting 10:42:16 924d5681aef9: Waiting 10:42:16 097100c76c15: Waiting 10:42:16 95155255e7a2: Layer already exists 10:42:16 fe7feeb9fdf0: Layer already exists 10:42:16 3ffc130fcd66: Layer already exists 10:42:16 be16fe1447c2: Layer already exists 10:42:16 a68be6d64c91: Layer already exists 10:42:16 da206bbd0252: Layer already exists 10:42:16 30b3e01da724: Layer already exists 10:42:16 924d5681aef9: Layer already exists 10:42:16 097100c76c15: Layer already exists 10:42:16 4.1.0-dev.49: digest: sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:16 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:42:16 95155255e7a2: Preparing 10:42:16 3ffc130fcd66: Preparing 10:42:16 a68be6d64c91: Preparing 10:42:16 fe7feeb9fdf0: Preparing 10:42:16 be16fe1447c2: Preparing 10:42:16 30b3e01da724: Preparing 10:42:16 da206bbd0252: Preparing 10:42:16 924d5681aef9: Preparing 10:42:16 097100c76c15: Preparing 10:42:16 da206bbd0252: Waiting 10:42:16 924d5681aef9: Waiting 10:42:16 30b3e01da724: Waiting 10:42:16 097100c76c15: Waiting 10:42:16 a68be6d64c91: Layer already exists 10:42:16 3ffc130fcd66: Layer already exists 10:42:16 be16fe1447c2: Layer already exists 10:42:16 fe7feeb9fdf0: Layer already exists 10:42:16 95155255e7a2: Layer already exists 10:42:16 30b3e01da724: Layer already exists 10:42:16 da206bbd0252: Layer already exists 10:42:16 924d5681aef9: Layer already exists 10:42:16 097100c76c15: Layer already exists 10:42:16 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 10:42:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:42:17 95155255e7a2: Preparing 10:42:17 3ffc130fcd66: Preparing 10:42:17 a68be6d64c91: Preparing 10:42:17 fe7feeb9fdf0: Preparing 10:42:17 be16fe1447c2: Preparing 10:42:17 30b3e01da724: Preparing 10:42:17 da206bbd0252: Preparing 10:42:17 924d5681aef9: Preparing 10:42:17 097100c76c15: Preparing 10:42:17 30b3e01da724: Waiting 10:42:17 da206bbd0252: Waiting 10:42:17 924d5681aef9: Waiting 10:42:17 097100c76c15: Waiting 10:42:17 be16fe1447c2: Layer already exists 10:42:17 fe7feeb9fdf0: Layer already exists 10:42:17 95155255e7a2: Layer already exists 10:42:17 a68be6d64c91: Layer already exists 10:42:17 3ffc130fcd66: Layer already exists 10:42:17 da206bbd0252: Layer already exists 10:42:17 30b3e01da724: Layer already exists 10:42:17 097100c76c15: Layer already exists 10:42:17 924d5681aef9: Layer already exists 10:42:17 main: digest: sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:42:17 ===================================================== [Pipeline] echo 10:42:17 taggedImages: 10:42:17 - nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:17 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:42:17 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 10:42:17 - nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:17 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 10:42:17 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:42:17 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:17 latest 10:42:17 4.1.0-dev.49 10:42:17 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:17 main 10:42:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:42:18 b4b749737d7e: Preparing 10:42:18 e698a47ae59a: Preparing 10:42:18 fe7feeb9fdf0: Preparing 10:42:18 be16fe1447c2: Preparing 10:42:18 150b031adfe2: Preparing 10:42:18 699fee8809db: Preparing 10:42:18 097100c76c15: Preparing 10:42:18 097100c76c15: Waiting 10:42:18 699fee8809db: Waiting 10:42:18 be16fe1447c2: Layer already exists 10:42:18 fe7feeb9fdf0: Layer already exists 10:42:18 097100c76c15: Layer already exists 10:42:18 b4b749737d7e: Pushed 10:42:18 150b031adfe2: Pushed 10:42:18 699fee8809db: Pushed 10:42:23 e698a47ae59a: Pushed 10:42:23 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:23 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:42:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:42:23 b4b749737d7e: Preparing 10:42:23 e698a47ae59a: Preparing 10:42:23 fe7feeb9fdf0: Preparing 10:42:23 be16fe1447c2: Preparing 10:42:23 150b031adfe2: Preparing 10:42:23 699fee8809db: Preparing 10:42:23 097100c76c15: Preparing 10:42:23 699fee8809db: Waiting 10:42:23 097100c76c15: Waiting 10:42:23 150b031adfe2: Layer already exists 10:42:23 b4b749737d7e: Layer already exists 10:42:23 e698a47ae59a: Layer already exists 10:42:23 be16fe1447c2: Layer already exists 10:42:23 fe7feeb9fdf0: Layer already exists 10:42:23 097100c76c15: Layer already exists 10:42:23 699fee8809db: Layer already exists 10:42:23 latest: digest: sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 10:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:42:24 b4b749737d7e: Preparing 10:42:24 e698a47ae59a: Preparing 10:42:24 fe7feeb9fdf0: Preparing 10:42:24 be16fe1447c2: Preparing 10:42:24 150b031adfe2: Preparing 10:42:24 699fee8809db: Preparing 10:42:24 097100c76c15: Preparing 10:42:24 699fee8809db: Waiting 10:42:24 097100c76c15: Waiting 10:42:24 b4b749737d7e: Layer already exists 10:42:24 fe7feeb9fdf0: Layer already exists 10:42:24 be16fe1447c2: Layer already exists 10:42:24 150b031adfe2: Layer already exists 10:42:24 e698a47ae59a: Layer already exists 10:42:24 097100c76c15: Layer already exists 10:42:24 699fee8809db: Layer already exists 10:42:24 4.1.0-dev.49: digest: sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:42:25 b4b749737d7e: Preparing 10:42:25 e698a47ae59a: Preparing 10:42:25 fe7feeb9fdf0: Preparing 10:42:25 be16fe1447c2: Preparing 10:42:25 150b031adfe2: Preparing 10:42:25 699fee8809db: Preparing 10:42:25 097100c76c15: Preparing 10:42:25 699fee8809db: Waiting 10:42:25 097100c76c15: Waiting 10:42:25 fe7feeb9fdf0: Layer already exists 10:42:25 b4b749737d7e: Layer already exists 10:42:25 e698a47ae59a: Layer already exists 10:42:25 be16fe1447c2: Layer already exists 10:42:25 150b031adfe2: Layer already exists 10:42:25 699fee8809db: Layer already exists 10:42:25 097100c76c15: Layer already exists 10:42:25 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:25 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:42:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:42:25 b4b749737d7e: Preparing 10:42:25 e698a47ae59a: Preparing 10:42:25 fe7feeb9fdf0: Preparing 10:42:25 be16fe1447c2: Preparing 10:42:25 150b031adfe2: Preparing 10:42:25 699fee8809db: Preparing 10:42:25 097100c76c15: Preparing 10:42:25 699fee8809db: Waiting 10:42:25 097100c76c15: Waiting 10:42:25 be16fe1447c2: Layer already exists 10:42:25 e698a47ae59a: Layer already exists 10:42:25 150b031adfe2: Layer already exists 10:42:25 b4b749737d7e: Layer already exists 10:42:25 fe7feeb9fdf0: Layer already exists 10:42:25 097100c76c15: Layer already exists 10:42:25 699fee8809db: Layer already exists 10:42:25 main: digest: sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:42:25 ===================================================== [Pipeline] echo 10:42:25 taggedImages: 10:42:25 - nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:25 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:42:25 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 10:42:25 - nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:25 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:42:25 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:42:25 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:25 latest 10:42:25 4.1.0-dev.49 10:42:25 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:25 main 10:42:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:42:26 ca6d0c84ab36: Preparing 10:42:26 89154b9b6e92: Preparing 10:42:26 fe7feeb9fdf0: Preparing 10:42:26 be16fe1447c2: Preparing 10:42:26 7242cc05048b: Preparing 10:42:26 6fa4b8c064dc: Preparing 10:42:26 097100c76c15: Preparing 10:42:26 6fa4b8c064dc: Waiting 10:42:26 097100c76c15: Waiting 10:42:26 fe7feeb9fdf0: Layer already exists 10:42:26 be16fe1447c2: Layer already exists 10:42:26 097100c76c15: Layer already exists 10:42:26 ca6d0c84ab36: Pushed 10:42:26 7242cc05048b: Pushed 10:42:26 6fa4b8c064dc: Pushed 10:42:31 89154b9b6e92: Pushed 10:42:31 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:42:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:42:31 ca6d0c84ab36: Preparing 10:42:31 89154b9b6e92: Preparing 10:42:31 fe7feeb9fdf0: Preparing 10:42:31 be16fe1447c2: Preparing 10:42:31 7242cc05048b: Preparing 10:42:31 6fa4b8c064dc: Preparing 10:42:31 097100c76c15: Preparing 10:42:31 6fa4b8c064dc: Waiting 10:42:31 89154b9b6e92: Layer already exists 10:42:31 fe7feeb9fdf0: Layer already exists 10:42:31 7242cc05048b: Layer already exists 10:42:31 be16fe1447c2: Layer already exists 10:42:31 ca6d0c84ab36: Layer already exists 10:42:31 6fa4b8c064dc: Layer already exists 10:42:31 097100c76c15: Layer already exists 10:42:31 latest: digest: sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 10:42:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:42:32 ca6d0c84ab36: Preparing 10:42:32 89154b9b6e92: Preparing 10:42:32 fe7feeb9fdf0: Preparing 10:42:32 be16fe1447c2: Preparing 10:42:32 7242cc05048b: Preparing 10:42:32 6fa4b8c064dc: Preparing 10:42:32 097100c76c15: Preparing 10:42:32 097100c76c15: Waiting 10:42:32 6fa4b8c064dc: Waiting 10:42:32 7242cc05048b: Layer already exists 10:42:32 fe7feeb9fdf0: Layer already exists 10:42:32 89154b9b6e92: Layer already exists 10:42:32 be16fe1447c2: Layer already exists 10:42:32 ca6d0c84ab36: Layer already exists 10:42:32 6fa4b8c064dc: Layer already exists 10:42:32 097100c76c15: Layer already exists 10:42:32 4.1.0-dev.49: digest: sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:42:32 ca6d0c84ab36: Preparing 10:42:32 89154b9b6e92: Preparing 10:42:32 fe7feeb9fdf0: Preparing 10:42:32 be16fe1447c2: Preparing 10:42:32 7242cc05048b: Preparing 10:42:32 6fa4b8c064dc: Preparing 10:42:32 097100c76c15: Preparing 10:42:32 6fa4b8c064dc: Waiting 10:42:32 097100c76c15: Waiting 10:42:32 be16fe1447c2: Layer already exists 10:42:32 7242cc05048b: Layer already exists 10:42:32 ca6d0c84ab36: Layer already exists 10:42:32 fe7feeb9fdf0: Layer already exists 10:42:32 89154b9b6e92: Layer already exists 10:42:32 097100c76c15: Layer already exists 10:42:32 6fa4b8c064dc: Layer already exists 10:42:32 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:42:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:42:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:42:33 ca6d0c84ab36: Preparing 10:42:33 89154b9b6e92: Preparing 10:42:33 fe7feeb9fdf0: Preparing 10:42:33 be16fe1447c2: Preparing 10:42:33 7242cc05048b: Preparing 10:42:33 6fa4b8c064dc: Preparing 10:42:33 097100c76c15: Preparing 10:42:33 6fa4b8c064dc: Waiting 10:42:33 097100c76c15: Waiting 10:42:33 7242cc05048b: Layer already exists 10:42:33 89154b9b6e92: Layer already exists 10:42:33 ca6d0c84ab36: Layer already exists 10:42:33 fe7feeb9fdf0: Layer already exists 10:42:33 be16fe1447c2: Layer already exists 10:42:33 6fa4b8c064dc: Layer already exists 10:42:33 097100c76c15: Layer already exists 10:42:33 main: digest: sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:42:33 ===================================================== [Pipeline] echo 10:42:33 taggedImages: 10:42:33 - nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:42:33 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 10:42:33 ========================================================= 10:42:33 [edgeXBuildMultiArch] RAW Config: 10:42:33 images: 10:42:33 - nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/core-command:latest 10:42:33 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/core-command:main 10:42:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:42:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:42:33 - nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/core-data:latest 10:42:33 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/core-data:main 10:42:33 - nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:42:33 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/core-keeper:main 10:42:33 - nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:42:33 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/core-metadata:main 10:42:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:42:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:42:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:42:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:42:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:42:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:42:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:42:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:42:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:42:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-config:main 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/security-spire-server:main 10:42:33 - nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:42:33 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/support-notifications:main 10:42:33 - nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:42:33 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:42:33 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:42:33 - nexus3.edgexfoundry.org:10004/support-scheduler:main 10:42:33 settingsFile: 10:42:33 edgex-go-settings 10:42:33 ========================================================= [Pipeline] node 10:42:48 Still waiting to schedule task 10:42:48 All nodes of label ‘centos7-docker-4c-2g’ are offline 10:43:45 Running on prd-centos7-docker-4c-2g-7631 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:43:45 provisioning config files... 10:43:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6299496960709798293tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:43:49 ---> ****-login.sh 10:43:49 nexus3.edgexfoundry.org:10001 10:43:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:43:50 Configure a credential helper to remove this warning. See 10:43:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:43:50 10:43:50 Login Succeeded 10:43:50 nexus3.edgexfoundry.org:10002 10:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:43:50 Configure a credential helper to remove this warning. See 10:43:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:43:50 10:43:50 Login Succeeded 10:43:50 nexus3.edgexfoundry.org:10003 10:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:43:50 Configure a credential helper to remove this warning. See 10:43:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:43:50 10:43:50 Login Succeeded 10:43:50 nexus3.edgexfoundry.org:10004 10:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:43:50 Configure a credential helper to remove this warning. See 10:43:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:43:50 10:43:50 Login Succeeded 10:43:50 ****.io 10:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:43:50 Configure a credential helper to remove this warning. See 10:43:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:43:50 10:43:50 Login Succeeded 10:43:50 ---> ****-login.sh ends [Pipeline] } 10:43:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:43:51 + docker buildx ls 10:43:51 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:43:51 default * docker 10:43:51 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:43:51 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 10:43:51 edgex-builder [Pipeline] sh 10:43:51 + docker buildx inspect --bootstrap 10:43:51 #1 [internal] booting buildkit 10:43:51 #1 pulling image moby/buildkit:buildx-stable-1 10:43:55 #1 pulling image moby/buildkit:buildx-stable-1 3.6s done 10:43:55 #1 creating container buildx_buildkit_edgex-builder0 10:43:56 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 10:43:56 #1 DONE 4.8s 10:43:56 Name: edgex-builder 10:43:56 Driver: docker-container 10:43:56 10:43:56 Nodes: 10:43:56 Name: edgex-builder0 10:43:56 Endpoint: unix:///var/run/docker.sock 10:43:56 Status: running 10:43:56 Buildkit: v0.23.2 10:43:56 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 10:43:57 + docker buildx ls 10:43:57 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:43:57 edgex-builder * docker-container 10:43:57 edgex-builder0 unix:///var/run/docker.sock running v0.23.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 10:43:57 default docker 10:43:57 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:43:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:43:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:43:57 #1 [internal] load build definition from Dockerfile 10:43:57 #1 transferring dockerfile: 197B done 10:43:57 #1 DONE 0.0s 10:43:57 10:43:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:43:57 #2 DONE 0.1s 10:43:57 10:43:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:43:57 #3 DONE 0.1s 10:43:57 10:43:57 #4 [internal] load .dockerignore 10:43:57 #4 transferring context: 2B done 10:43:57 #4 DONE 0.0s 10:43:57 10:43:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:57 #5 resolve nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done 10:43:57 #5 DONE 0.0s 10:43:57 10:43:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:57 #6 resolve nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done 10:43:57 #6 DONE 0.1s 10:43:57 10:43:57 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:43:57 #7 DONE 0.0s 10:43:57 10:43:57 #8 exporting to image 10:43:57 #8 exporting layers done 10:43:57 #8 exporting manifest sha256:25404aaabac977c5bbad0a7c8bad14fc6a6dcc92220a3710a41f48fe9cc929d2 0.0s done 10:43:57 #8 exporting config sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done 10:43:57 #8 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 done 10:43:57 #8 exporting config sha256:f9e44e6817f48c201f50984bfdf30d0cb1287658977a9903832170c69591d347 done 10:43:57 #8 exporting manifest list sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 done 10:43:57 #8 pushing layers 0.1s done 10:43:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 10:43:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:43:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 0.1s done 10:43:58 #8 DONE 0.2s 10:43:58 10:43:58 1 warning found (use --debug to expand): 10:43:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:43:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 10:43:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 10:43:58 #1 [internal] load build definition from Dockerfile 10:43:58 #1 transferring dockerfile: 163B done 10:43:58 #1 DONE 0.0s 10:43:58 10:43:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 10:43:58 #2 DONE 0.0s 10:43:58 10:43:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 10:43:58 #3 DONE 0.0s 10:43:58 10:43:58 #4 [internal] load .dockerignore 10:43:58 #4 transferring context: 2B done 10:43:58 #4 DONE 0.0s 10:43:58 10:43:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:58 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done 10:43:58 #5 DONE 0.0s 10:43:58 10:43:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:58 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done 10:43:58 #6 CACHED 10:43:58 10:43:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:58 #5 CACHED 10:43:58 10:43:58 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:43:58 #7 DONE 0.0s 10:43:58 10:43:58 #8 exporting to image 10:43:58 #8 exporting layers done 10:43:58 #8 exporting manifest sha256:25404aaabac977c5bbad0a7c8bad14fc6a6dcc92220a3710a41f48fe9cc929d2 done 10:43:58 #8 exporting config sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done 10:43:58 #8 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 done 10:43:58 #8 exporting config sha256:f9e44e6817f48c201f50984bfdf30d0cb1287658977a9903832170c69591d347 done 10:43:58 #8 exporting manifest list sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 done 10:43:58 #8 pushing layers 0.0s done 10:43:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 0.1s done 10:43:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:43:58 #8 DONE 0.1s 10:43:58 10:43:58 1 warning found (use --debug to expand): 10:43:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:43:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49' 10:43:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 --push - 10:43:58 #1 [internal] load build definition from Dockerfile 10:43:58 #1 transferring dockerfile: 169B done 10:43:58 #1 DONE 0.0s 10:43:58 10:43:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 10:43:58 #2 DONE 0.0s 10:43:58 10:43:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 10:43:58 #3 DONE 0.0s 10:43:58 10:43:58 #4 [internal] load .dockerignore 10:43:58 #4 transferring context: 2B done 10:43:58 #4 DONE 0.0s 10:43:58 10:43:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:58 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done 10:43:58 #5 CACHED 10:43:58 10:43:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:58 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done 10:43:58 #6 CACHED 10:43:58 10:43:58 #7 exporting to image 10:43:58 #7 exporting layers done 10:43:58 #7 exporting manifest sha256:25404aaabac977c5bbad0a7c8bad14fc6a6dcc92220a3710a41f48fe9cc929d2 done 10:43:58 #7 exporting config sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done 10:43:58 #7 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 done 10:43:58 #7 exporting config sha256:f9e44e6817f48c201f50984bfdf30d0cb1287658977a9903832170c69591d347 done 10:43:58 #7 exporting manifest list sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 done 10:43:58 #7 pushing layers 10:43:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:43:59 #7 pushing layers 0.0s done 10:43:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 0.1s done 10:43:59 #7 DONE 0.1s 10:43:59 10:43:59 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:43:59 #8 DONE 0.0s 10:43:59 10:43:59 1 warning found (use --debug to expand): 10:43:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:43:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:43:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:43:59 #1 [internal] load build definition from Dockerfile 10:43:59 #1 transferring dockerfile: 210B done 10:43:59 #1 DONE 0.0s 10:43:59 10:43:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:43:59 #2 DONE 0.0s 10:43:59 10:43:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:43:59 #3 DONE 0.0s 10:43:59 10:43:59 #4 [internal] load .dockerignore 10:43:59 #4 transferring context: 2B done 10:43:59 #4 DONE 0.0s 10:43:59 10:43:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:59 #5 resolve nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done 10:43:59 #5 CACHED 10:43:59 10:43:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:59 #6 resolve nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done 10:43:59 #6 CACHED 10:43:59 10:43:59 #7 exporting to image 10:43:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:43:59 #7 exporting layers done 10:43:59 #7 exporting manifest sha256:25404aaabac977c5bbad0a7c8bad14fc6a6dcc92220a3710a41f48fe9cc929d2 done 10:43:59 #7 exporting config sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done 10:43:59 #7 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 done 10:43:59 #7 exporting config sha256:f9e44e6817f48c201f50984bfdf30d0cb1287658977a9903832170c69591d347 done 10:43:59 #7 exporting manifest list sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 done 10:43:59 #7 pushing layers 0.0s done 10:43:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 0.1s done 10:43:59 #7 DONE 0.1s 10:43:59 10:43:59 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:43:59 #8 DONE 0.0s 10:43:59 10:43:59 1 warning found (use --debug to expand): 10:43:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:43:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 10:43:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 10:43:59 #1 [internal] load build definition from Dockerfile 10:43:59 #1 transferring dockerfile: 161B done 10:43:59 #1 DONE 0.0s 10:43:59 10:43:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 10:43:59 #2 DONE 0.0s 10:43:59 10:43:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 10:43:59 #3 DONE 0.0s 10:43:59 10:43:59 #4 [internal] load .dockerignore 10:43:59 #4 transferring context: 2B done 10:43:59 #4 DONE 0.0s 10:43:59 10:43:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:59 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done 10:43:59 #5 CACHED 10:43:59 10:43:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 10:43:59 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done 10:43:59 #6 CACHED 10:43:59 10:43:59 #7 exporting to image 10:43:59 #7 exporting layers done 10:43:59 #7 exporting manifest sha256:25404aaabac977c5bbad0a7c8bad14fc6a6dcc92220a3710a41f48fe9cc929d2 done 10:43:59 #7 exporting config sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done 10:43:59 #7 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 10:43:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:00 #7 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 done 10:44:00 #7 exporting config sha256:f9e44e6817f48c201f50984bfdf30d0cb1287658977a9903832170c69591d347 done 10:44:00 #7 exporting manifest list sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 done 10:44:00 #7 pushing layers 0.0s done 10:44:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 0.1s done 10:44:00 #7 DONE 0.1s 10:44:00 10:44:00 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:44:00 #8 DONE 0.0s 10:44:00 10:44:00 1 warning found (use --debug to expand): 10:44:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:00 #1 [internal] load build definition from Dockerfile 10:44:00 #1 transferring dockerfile: 216B done 10:44:00 #1 DONE 0.0s 10:44:00 10:44:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:00 #2 DONE 0.0s 10:44:00 10:44:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:00 #3 DONE 0.1s 10:44:00 10:44:00 #4 [internal] load .dockerignore 10:44:00 #4 transferring context: 10:44:00 #4 transferring context: 2B done 10:44:00 #4 DONE 0.0s 10:44:00 10:44:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:00 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:00 #5 ... 10:44:00 10:44:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:00 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done 10:44:00 #6 DONE 0.1s 10:44:00 10:44:00 #7 exporting to image 10:44:00 #7 exporting layers done 10:44:00 #7 exporting manifest sha256:8f06da26c9272ee26fa6ceee7c4fb1e80c23f49f0bb094f082835e9127ab8820 done 10:44:00 #7 exporting config sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done 10:44:00 #7 exporting manifest sha256:cbecbae7e21dbaa8da6eaaf1f9565262c7a561b53de3bc65a5233721893b24c8 done 10:44:00 #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 10:44:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:00 #7 ... 10:44:00 10:44:00 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:00 #8 DONE 0.0s 10:44:00 10:44:00 #7 exporting to image 10:44:00 #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 done 10:44:00 #7 exporting manifest list sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.0s done 10:44:00 #7 pushing layers 0.1s done 10:44:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 10:44:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.1s done 10:44:01 #7 DONE 0.2s 10:44:01 10:44:01 1 warning found (use --debug to expand): 10:44:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 10:44:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 10:44:01 #1 [internal] load build definition from Dockerfile 10:44:01 #1 transferring dockerfile: 182B done 10:44:01 #1 DONE 0.0s 10:44:01 10:44:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:44:01 #2 DONE 0.0s 10:44:01 10:44:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:44:01 #3 DONE 0.0s 10:44:01 10:44:01 #4 [internal] load .dockerignore 10:44:01 #4 transferring context: 2B done 10:44:01 #4 DONE 0.0s 10:44:01 10:44:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:01 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done 10:44:01 #5 CACHED 10:44:01 10:44:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:01 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done 10:44:01 #6 CACHED 10:44:01 10:44:01 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:01 #7 DONE 0.0s 10:44:01 10:44:01 #8 exporting to image 10:44:01 #8 exporting layers done 10:44:01 #8 exporting manifest sha256:8f06da26c9272ee26fa6ceee7c4fb1e80c23f49f0bb094f082835e9127ab8820 done 10:44:01 #8 exporting config sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done 10:44:01 #8 exporting manifest sha256:cbecbae7e21dbaa8da6eaaf1f9565262c7a561b53de3bc65a5233721893b24c8 done 10:44:01 #8 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 done 10:44:01 #8 exporting manifest list sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 done 10:44:01 #8 pushing layers 0.0s done 10:44:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.1s done 10:44:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:01 #8 DONE 0.1s 10:44:01 10:44:01 1 warning found (use --debug to expand): 10:44:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49' 10:44:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 --push - 10:44:02 #1 [internal] load build definition from Dockerfile 10:44:02 #1 transferring dockerfile: 188B done 10:44:02 #1 DONE 0.0s 10:44:02 10:44:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 10:44:02 #2 DONE 0.0s 10:44:02 10:44:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 10:44:02 #3 DONE 0.0s 10:44:02 10:44:02 #4 [internal] load .dockerignore 10:44:02 #4 transferring context: 2B done 10:44:02 #4 DONE 0.0s 10:44:02 10:44:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:02 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done 10:44:02 #5 CACHED 10:44:02 10:44:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:02 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done 10:44:02 #6 CACHED 10:44:02 10:44:02 #7 exporting to image 10:44:02 #7 exporting layers done 10:44:02 #7 exporting manifest sha256:8f06da26c9272ee26fa6ceee7c4fb1e80c23f49f0bb094f082835e9127ab8820 done 10:44:02 #7 exporting config sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done 10:44:02 #7 exporting manifest sha256:cbecbae7e21dbaa8da6eaaf1f9565262c7a561b53de3bc65a5233721893b24c8 done 10:44:02 #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 done 10:44:02 #7 exporting manifest list sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 done 10:44:02 #7 pushing layers 10:44:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:02 #7 pushing layers 0.0s done 10:44:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.1s done 10:44:02 #7 DONE 0.1s 10:44:02 10:44:02 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:02 #8 DONE 0.0s 10:44:02 10:44:02 1 warning found (use --debug to expand): 10:44:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:02 #1 [internal] load build definition from Dockerfile 10:44:02 #1 transferring dockerfile: 229B done 10:44:02 #1 DONE 0.0s 10:44:02 10:44:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:02 #2 DONE 0.0s 10:44:02 10:44:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:02 #3 DONE 0.0s 10:44:02 10:44:02 #4 [internal] load .dockerignore 10:44:02 #4 transferring context: 2B done 10:44:02 #4 DONE 0.0s 10:44:02 10:44:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:02 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done 10:44:02 #5 CACHED 10:44:02 10:44:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:02 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done 10:44:02 #6 CACHED 10:44:02 10:44:02 #7 exporting to image 10:44:02 #7 exporting layers done 10:44:02 #7 exporting manifest sha256:8f06da26c9272ee26fa6ceee7c4fb1e80c23f49f0bb094f082835e9127ab8820 done 10:44:02 #7 exporting config sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done 10:44:02 #7 exporting manifest sha256:cbecbae7e21dbaa8da6eaaf1f9565262c7a561b53de3bc65a5233721893b24c8 done 10:44:02 #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 10:44:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:02 #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 done 10:44:02 #7 exporting manifest list sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 done 10:44:02 #7 pushing layers 0.0s done 10:44:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.1s done 10:44:02 #7 DONE 0.1s 10:44:02 10:44:02 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:02 #8 DONE 0.0s 10:44:02 10:44:02 1 warning found (use --debug to expand): 10:44:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 10:44:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 10:44:03 #1 [internal] load build definition from Dockerfile 10:44:03 #1 transferring dockerfile: 180B done 10:44:03 #1 DONE 0.0s 10:44:03 10:44:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:44:03 #2 DONE 0.0s 10:44:03 10:44:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:44:03 #3 DONE 0.0s 10:44:03 10:44:03 #4 [internal] load .dockerignore 10:44:03 #4 transferring context: 2B done 10:44:03 #4 DONE 0.0s 10:44:03 10:44:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:03 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done 10:44:03 #5 CACHED 10:44:03 10:44:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 10:44:03 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done 10:44:03 #6 CACHED 10:44:03 10:44:03 #7 exporting to image 10:44:03 #7 exporting layers done 10:44:03 #7 exporting manifest sha256:8f06da26c9272ee26fa6ceee7c4fb1e80c23f49f0bb094f082835e9127ab8820 done 10:44:03 #7 exporting config sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done 10:44:03 #7 exporting manifest sha256:cbecbae7e21dbaa8da6eaaf1f9565262c7a561b53de3bc65a5233721893b24c8 done 10:44:03 #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 done 10:44:03 #7 exporting manifest list sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 done 10:44:03 #7 pushing layers 10:44:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:03 #7 pushing layers 0.0s done 10:44:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.1s done 10:44:03 #7 DONE 0.1s 10:44:03 10:44:03 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:03 #8 DONE 0.0s 10:44:03 10:44:03 1 warning found (use --debug to expand): 10:44:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:03 #1 [internal] load build definition from Dockerfile 10:44:03 #1 transferring dockerfile: 194B done 10:44:03 #1 DONE 0.0s 10:44:03 10:44:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:03 #2 DONE 0.0s 10:44:03 10:44:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:03 #3 DONE 0.0s 10:44:03 10:44:03 #4 [internal] load .dockerignore 10:44:03 #4 transferring context: 2B done 10:44:03 #4 DONE 0.0s 10:44:03 10:44:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:03 #5 resolve nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:03 #5 resolve nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done 10:44:03 #5 DONE 0.0s 10:44:03 10:44:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:03 #6 resolve nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done 10:44:03 #6 DONE 0.1s 10:44:03 10:44:03 #7 exporting to image 10:44:03 #7 exporting layers done 10:44:03 #7 exporting manifest sha256:e135224ebd117dfeb5c8ea0aa78a8517642cf7b12354391296cb3eed95270f74 done 10:44:03 #7 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done 10:44:03 #7 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 done 10:44:03 #7 exporting config sha256:6545a7c4669ca5696f27c7849c8ff6da67da642469d56ec3cf748c787cf5ae67 done 10:44:03 #7 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 10:44:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:03 #7 ... 10:44:03 10:44:03 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:44:03 #8 DONE 0.0s 10:44:03 10:44:03 #7 exporting to image 10:44:03 #7 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e done 10:44:03 #7 pushing layers 0.1s done 10:44:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 10:44:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 0.1s done 10:44:04 #7 DONE 0.2s 10:44:04 10:44:04 1 warning found (use --debug to expand): 10:44:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 10:44:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 10:44:04 #1 [internal] load build definition from Dockerfile 10:44:04 #1 transferring dockerfile: 160B done 10:44:04 #1 DONE 0.0s 10:44:04 10:44:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 10:44:04 #2 DONE 0.0s 10:44:04 10:44:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 10:44:04 #3 DONE 0.0s 10:44:04 10:44:04 #4 [internal] load .dockerignore 10:44:04 #4 transferring context: 2B done 10:44:04 #4 DONE 0.0s 10:44:04 10:44:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:04 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 done 10:44:04 #5 CACHED 10:44:04 10:44:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:04 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 done 10:44:04 #6 CACHED 10:44:04 10:44:04 #7 exporting to image 10:44:04 #7 exporting layers done 10:44:04 #7 exporting manifest sha256:e135224ebd117dfeb5c8ea0aa78a8517642cf7b12354391296cb3eed95270f74 done 10:44:04 #7 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 10:44:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:04 #7 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done 10:44:04 #7 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 done 10:44:04 #7 exporting config sha256:6545a7c4669ca5696f27c7849c8ff6da67da642469d56ec3cf748c787cf5ae67 done 10:44:04 #7 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e done 10:44:04 #7 pushing layers 0.0s done 10:44:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 0.1s done 10:44:04 #7 DONE 0.1s 10:44:04 10:44:04 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:44:04 #8 DONE 0.0s 10:44:04 10:44:04 1 warning found (use --debug to expand): 10:44:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49' 10:44:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 --push - 10:44:04 #1 [internal] load build definition from Dockerfile 10:44:04 #1 transferring dockerfile: 166B done 10:44:04 #1 DONE 0.0s 10:44:04 10:44:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 10:44:04 #2 DONE 0.0s 10:44:04 10:44:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 10:44:04 #3 DONE 0.0s 10:44:04 10:44:04 #4 [internal] load .dockerignore 10:44:04 #4 transferring context: 2B done 10:44:04 #4 DONE 0.0s 10:44:04 10:44:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:04 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 done 10:44:04 #5 CACHED 10:44:04 10:44:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:04 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done 10:44:04 #6 CACHED 10:44:04 10:44:04 #7 exporting to image 10:44:04 #7 exporting layers done 10:44:04 #7 exporting manifest sha256:e135224ebd117dfeb5c8ea0aa78a8517642cf7b12354391296cb3eed95270f74 done 10:44:04 #7 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done 10:44:04 #7 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 done 10:44:04 #7 exporting config sha256:6545a7c4669ca5696f27c7849c8ff6da67da642469d56ec3cf748c787cf5ae67 done 10:44:04 #7 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e done 10:44:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:05 #7 pushing layers 0.0s done 10:44:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 0.1s done 10:44:05 #7 DONE 0.1s 10:44:05 10:44:05 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:44:05 #8 DONE 0.0s 10:44:05 10:44:05 1 warning found (use --debug to expand): 10:44:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:05 #1 [internal] load build definition from Dockerfile 10:44:05 #1 transferring dockerfile: 207B done 10:44:05 #1 DONE 0.0s 10:44:05 10:44:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:05 #2 DONE 0.0s 10:44:05 10:44:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:05 #3 DONE 0.0s 10:44:05 10:44:05 #4 [internal] load .dockerignore 10:44:05 #4 transferring context: 2B done 10:44:05 #4 DONE 0.0s 10:44:05 10:44:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:05 #5 resolve nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done 10:44:05 #5 DONE 0.0s 10:44:05 10:44:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:05 #6 resolve nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done 10:44:05 #6 CACHED 10:44:05 10:44:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:05 #5 CACHED 10:44:05 10:44:05 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:44:05 #7 DONE 0.0s 10:44:05 10:44:05 #8 exporting to image 10:44:05 #8 exporting layers done 10:44:05 #8 exporting manifest sha256:e135224ebd117dfeb5c8ea0aa78a8517642cf7b12354391296cb3eed95270f74 done 10:44:05 #8 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done 10:44:05 #8 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 done 10:44:05 #8 exporting config sha256:6545a7c4669ca5696f27c7849c8ff6da67da642469d56ec3cf748c787cf5ae67 done 10:44:05 #8 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e done 10:44:05 #8 pushing layers 0.0s done 10:44:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 0.1s done 10:44:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:05 #8 DONE 0.1s 10:44:05 10:44:05 1 warning found (use --debug to expand): 10:44:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 10:44:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 10:44:06 #1 [internal] load build definition from Dockerfile 10:44:06 #1 transferring dockerfile: 158B done 10:44:06 #1 DONE 0.0s 10:44:06 10:44:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 10:44:06 #2 DONE 0.0s 10:44:06 10:44:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 10:44:06 #3 DONE 0.0s 10:44:06 10:44:06 #4 [internal] load .dockerignore 10:44:06 #4 transferring context: 2B done 10:44:06 #4 DONE 0.0s 10:44:06 10:44:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:06 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 done 10:44:06 #5 CACHED 10:44:06 10:44:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 10:44:06 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done 10:44:06 #6 CACHED 10:44:06 10:44:06 #7 exporting to image 10:44:06 #7 exporting layers done 10:44:06 #7 exporting manifest sha256:e135224ebd117dfeb5c8ea0aa78a8517642cf7b12354391296cb3eed95270f74 done 10:44:06 #7 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done 10:44:06 #7 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 10:44:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:06 #7 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 done 10:44:06 #7 exporting config sha256:6545a7c4669ca5696f27c7849c8ff6da67da642469d56ec3cf748c787cf5ae67 done 10:44:06 #7 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e done 10:44:06 #7 pushing layers 0.0s done 10:44:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 0.1s done 10:44:06 #7 DONE 0.1s 10:44:06 10:44:06 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:44:06 #8 DONE 0.0s 10:44:06 10:44:06 1 warning found (use --debug to expand): 10:44:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:06 #1 [internal] load build definition from Dockerfile 10:44:06 #1 transferring dockerfile: 196B done 10:44:06 #1 DONE 0.0s 10:44:06 10:44:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:06 #2 DONE 0.0s 10:44:06 10:44:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:06 #3 DONE 0.0s 10:44:06 10:44:06 #4 [internal] load .dockerignore 10:44:06 #4 transferring context: 2B done 10:44:06 #4 DONE 0.0s 10:44:06 10:44:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:06 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:06 #5 DONE 0.0s 10:44:06 10:44:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:06 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done 10:44:06 #6 DONE 0.1s 10:44:06 10:44:06 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:06 #7 DONE 0.0s 10:44:06 10:44:06 #8 exporting to image 10:44:06 #8 exporting layers done 10:44:06 #8 exporting manifest sha256:cf55d571b14c14deafbe11c19a7139c8dfea4cc0ab09b07e45531ec9f7f2fde5 done 10:44:06 #8 exporting config sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done 10:44:06 #8 exporting manifest sha256:07a2a150c4ced0b52d0023a4a9872494fa6b022ac7e8b84f1b67db052b1a8db2 done 10:44:06 #8 exporting config sha256:59efb80f7ff9606c5d66f1d67060e5b6579b9c440d869fd7f4890e9f4205e3b7 done 10:44:06 #8 exporting manifest list sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 done 10:44:06 #8 pushing layers 0.1s done 10:44:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 0.1s done 10:44:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:06 #8 DONE 0.2s 10:44:07 10:44:07 1 warning found (use --debug to expand): 10:44:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 10:44:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 10:44:07 #1 [internal] load build definition from Dockerfile 10:44:07 #1 transferring dockerfile: 162B done 10:44:07 #1 DONE 0.0s 10:44:07 10:44:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 10:44:07 #2 DONE 0.0s 10:44:07 10:44:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 10:44:07 #3 DONE 0.0s 10:44:07 10:44:07 #4 [internal] load .dockerignore 10:44:07 #4 transferring context: 2B done 10:44:07 #4 DONE 0.0s 10:44:07 10:44:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:07 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 done 10:44:07 #5 CACHED 10:44:07 10:44:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:07 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done 10:44:07 #6 CACHED 10:44:07 10:44:07 #7 exporting to image 10:44:07 #7 exporting layers done 10:44:07 #7 exporting manifest sha256:cf55d571b14c14deafbe11c19a7139c8dfea4cc0ab09b07e45531ec9f7f2fde5 done 10:44:07 #7 exporting config sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done 10:44:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:07 #7 exporting manifest sha256:07a2a150c4ced0b52d0023a4a9872494fa6b022ac7e8b84f1b67db052b1a8db2 done 10:44:07 #7 exporting config sha256:59efb80f7ff9606c5d66f1d67060e5b6579b9c440d869fd7f4890e9f4205e3b7 done 10:44:07 #7 exporting manifest list sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 done 10:44:07 #7 pushing layers 0.0s done 10:44:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 0.1s done 10:44:07 #7 DONE 0.1s 10:44:07 10:44:07 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:07 #8 DONE 0.0s 10:44:07 10:44:07 1 warning found (use --debug to expand): 10:44:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49' 10:44:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 --push - 10:44:07 #1 [internal] load build definition from Dockerfile 10:44:07 #1 transferring dockerfile: 168B done 10:44:07 #1 DONE 0.0s 10:44:07 10:44:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 10:44:07 #2 DONE 0.0s 10:44:07 10:44:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 10:44:07 #3 DONE 0.0s 10:44:07 10:44:07 #4 [internal] load .dockerignore 10:44:07 #4 transferring context: 2B done 10:44:07 #4 DONE 0.0s 10:44:07 10:44:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:07 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done 10:44:07 #5 CACHED 10:44:07 10:44:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:08 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done 10:44:08 #6 CACHED 10:44:08 10:44:08 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:08 #7 DONE 0.0s 10:44:08 10:44:08 #8 exporting to image 10:44:08 #8 exporting layers done 10:44:08 #8 exporting manifest sha256:cf55d571b14c14deafbe11c19a7139c8dfea4cc0ab09b07e45531ec9f7f2fde5 done 10:44:08 #8 exporting config sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done 10:44:08 #8 exporting manifest sha256:07a2a150c4ced0b52d0023a4a9872494fa6b022ac7e8b84f1b67db052b1a8db2 done 10:44:08 #8 exporting config sha256:59efb80f7ff9606c5d66f1d67060e5b6579b9c440d869fd7f4890e9f4205e3b7 done 10:44:08 #8 exporting manifest list sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 done 10:44:08 #8 pushing layers 0.0s done 10:44:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49@sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 0.1s done 10:44:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:08 #8 DONE 0.1s 10:44:08 10:44:08 1 warning found (use --debug to expand): 10:44:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:08 #1 [internal] load build definition from Dockerfile 10:44:08 #1 transferring dockerfile: 209B done 10:44:08 #1 DONE 0.0s 10:44:08 10:44:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:08 #2 DONE 0.0s 10:44:08 10:44:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:08 #3 DONE 0.0s 10:44:08 10:44:08 #4 [internal] load .dockerignore 10:44:08 #4 transferring context: 2B done 10:44:08 #4 DONE 0.0s 10:44:08 10:44:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:08 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done 10:44:08 #5 CACHED 10:44:08 10:44:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:08 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done 10:44:08 #6 CACHED 10:44:08 10:44:08 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:08 #7 DONE 0.0s 10:44:08 10:44:08 #8 exporting to image 10:44:08 #8 exporting layers done 10:44:08 #8 exporting manifest sha256:cf55d571b14c14deafbe11c19a7139c8dfea4cc0ab09b07e45531ec9f7f2fde5 done 10:44:08 #8 exporting config sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done 10:44:08 #8 exporting manifest sha256:07a2a150c4ced0b52d0023a4a9872494fa6b022ac7e8b84f1b67db052b1a8db2 done 10:44:08 #8 exporting config sha256:59efb80f7ff9606c5d66f1d67060e5b6579b9c440d869fd7f4890e9f4205e3b7 done 10:44:08 #8 exporting manifest list sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 done 10:44:08 #8 pushing layers 0.0s done 10:44:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 0.1s done 10:44:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:08 #8 DONE 0.1s 10:44:08 10:44:08 1 warning found (use --debug to expand): 10:44:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 10:44:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 10:44:09 #1 [internal] load build definition from Dockerfile 10:44:09 #1 transferring dockerfile: 160B done 10:44:09 #1 DONE 0.0s 10:44:09 10:44:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 10:44:09 #2 DONE 0.0s 10:44:09 10:44:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 10:44:09 #3 DONE 0.0s 10:44:09 10:44:09 #4 [internal] load .dockerignore 10:44:09 #4 transferring context: 2B done 10:44:09 #4 DONE 0.0s 10:44:09 10:44:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:09 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done 10:44:09 #5 CACHED 10:44:09 10:44:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 10:44:09 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done 10:44:09 #6 CACHED 10:44:09 10:44:09 #7 exporting to image 10:44:09 #7 exporting layers 10:44:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:09 #7 exporting layers done 10:44:09 #7 exporting manifest sha256:cf55d571b14c14deafbe11c19a7139c8dfea4cc0ab09b07e45531ec9f7f2fde5 done 10:44:09 #7 exporting config sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done 10:44:09 #7 exporting manifest sha256:07a2a150c4ced0b52d0023a4a9872494fa6b022ac7e8b84f1b67db052b1a8db2 done 10:44:09 #7 exporting config sha256:59efb80f7ff9606c5d66f1d67060e5b6579b9c440d869fd7f4890e9f4205e3b7 done 10:44:09 #7 exporting manifest list sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 done 10:44:09 #7 pushing layers 0.0s done 10:44:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 0.1s done 10:44:09 #7 DONE 0.1s 10:44:09 10:44:09 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:09 #8 DONE 0.0s 10:44:09 10:44:09 1 warning found (use --debug to expand): 10:44:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:09 #1 [internal] load build definition from Dockerfile 10:44:09 #1 transferring dockerfile: 198B done 10:44:09 #1 DONE 0.0s 10:44:09 10:44:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:09 #2 DONE 0.0s 10:44:09 10:44:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:09 #3 DONE 0.0s 10:44:09 10:44:09 #4 [internal] load .dockerignore 10:44:09 #4 transferring context: 2B done 10:44:09 #4 DONE 0.0s 10:44:09 10:44:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:09 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:09 #5 ... 10:44:09 10:44:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:09 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 done 10:44:09 #6 DONE 0.0s 10:44:09 10:44:09 #7 exporting to image 10:44:09 #7 exporting layers done 10:44:09 #7 exporting manifest sha256:f65c2e878390fa292a8ebcb961d2f0d2af00f0e7349d761ebc9dd756aed9abd8 0.0s done 10:44:09 #7 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done 10:44:09 #7 exporting manifest sha256:51e02ff1d4acb7505886186ad87276b48bfb35ba285f991289e1f313f3586922 done 10:44:09 #7 exporting config sha256:969599bc9517a423d5468332aac81c37993b705d445c888ccab0f8283063bf98 0.0s done 10:44:09 #7 exporting manifest list sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 done 10:44:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:09 #7 ... 10:44:09 10:44:09 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:44:09 #8 DONE 0.0s 10:44:09 10:44:09 #7 exporting to image 10:44:09 #7 pushing layers 0.1s done 10:44:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 10:44:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 0.1s done 10:44:10 #7 DONE 0.2s 10:44:10 10:44:10 1 warning found (use --debug to expand): 10:44:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 10:44:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 10:44:10 #1 [internal] load build definition from Dockerfile 10:44:10 #1 transferring dockerfile: 164B done 10:44:10 #1 DONE 0.0s 10:44:10 10:44:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 10:44:10 #2 DONE 0.0s 10:44:10 10:44:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 10:44:10 #3 DONE 0.0s 10:44:10 10:44:10 #4 [internal] load .dockerignore 10:44:10 #4 transferring context: 2B done 10:44:10 #4 DONE 0.0s 10:44:10 10:44:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:10 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done 10:44:10 #5 CACHED 10:44:10 10:44:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:10 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done 10:44:10 #6 CACHED 10:44:10 10:44:10 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:44:10 #7 DONE 0.0s 10:44:10 10:44:10 #8 exporting to image 10:44:10 #8 exporting layers done 10:44:10 #8 exporting manifest sha256:f65c2e878390fa292a8ebcb961d2f0d2af00f0e7349d761ebc9dd756aed9abd8 done 10:44:10 #8 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done 10:44:10 #8 exporting manifest sha256:51e02ff1d4acb7505886186ad87276b48bfb35ba285f991289e1f313f3586922 done 10:44:10 #8 exporting config sha256:969599bc9517a423d5468332aac81c37993b705d445c888ccab0f8283063bf98 done 10:44:10 #8 exporting manifest list sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 done 10:44:10 #8 pushing layers 0.0s done 10:44:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 0.1s done 10:44:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:10 #8 DONE 0.1s 10:44:10 10:44:10 1 warning found (use --debug to expand): 10:44:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49' 10:44:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 --push - 10:44:10 #1 [internal] load build definition from Dockerfile 10:44:10 #1 transferring dockerfile: 170B done 10:44:10 #1 DONE 0.0s 10:44:10 10:44:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 10:44:10 #2 DONE 0.0s 10:44:10 10:44:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 10:44:10 #3 DONE 0.0s 10:44:10 10:44:10 #4 [internal] load .dockerignore 10:44:10 #4 transferring context: 2B done 10:44:10 #4 DONE 0.0s 10:44:10 10:44:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:10 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done 10:44:10 #5 CACHED 10:44:10 10:44:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:10 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done 10:44:10 #6 CACHED 10:44:10 10:44:10 #7 exporting to image 10:44:10 #7 exporting layers done 10:44:10 #7 exporting manifest sha256:f65c2e878390fa292a8ebcb961d2f0d2af00f0e7349d761ebc9dd756aed9abd8 done 10:44:10 #7 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 10:44:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:11 #7 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done 10:44:11 #7 exporting manifest sha256:51e02ff1d4acb7505886186ad87276b48bfb35ba285f991289e1f313f3586922 done 10:44:11 #7 exporting config sha256:969599bc9517a423d5468332aac81c37993b705d445c888ccab0f8283063bf98 done 10:44:11 #7 exporting manifest list sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 done 10:44:11 #7 pushing layers 0.0s done 10:44:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 0.1s done 10:44:11 #7 DONE 0.1s 10:44:11 10:44:11 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:44:11 #8 DONE 0.0s 10:44:11 10:44:11 1 warning found (use --debug to expand): 10:44:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:11 #1 [internal] load build definition from Dockerfile 10:44:11 #1 transferring dockerfile: 211B done 10:44:11 #1 DONE 0.0s 10:44:11 10:44:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:11 #2 DONE 0.0s 10:44:11 10:44:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:11 #3 DONE 0.0s 10:44:11 10:44:11 #4 [internal] load .dockerignore 10:44:11 #4 transferring context: 2B done 10:44:11 #4 DONE 0.0s 10:44:11 10:44:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:11 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done 10:44:11 #5 CACHED 10:44:11 10:44:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:11 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done 10:44:11 #6 CACHED 10:44:11 10:44:11 #7 exporting to image 10:44:11 #7 exporting layers done 10:44:11 #7 exporting manifest sha256:f65c2e878390fa292a8ebcb961d2f0d2af00f0e7349d761ebc9dd756aed9abd8 done 10:44:11 #7 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done 10:44:11 #7 exporting manifest sha256:51e02ff1d4acb7505886186ad87276b48bfb35ba285f991289e1f313f3586922 done 10:44:11 #7 exporting config sha256:969599bc9517a423d5468332aac81c37993b705d445c888ccab0f8283063bf98 done 10:44:11 #7 exporting manifest list sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 done 10:44:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:11 #7 pushing layers 0.0s done 10:44:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 0.1s done 10:44:11 #7 DONE 0.1s 10:44:11 10:44:11 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:44:11 #8 DONE 0.0s 10:44:11 10:44:11 1 warning found (use --debug to expand): 10:44:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 10:44:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 10:44:12 #1 [internal] load build definition from Dockerfile 10:44:12 #1 transferring dockerfile: 162B done 10:44:12 #1 DONE 0.0s 10:44:12 10:44:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 10:44:12 #2 DONE 0.0s 10:44:12 10:44:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 10:44:12 #3 DONE 0.0s 10:44:12 10:44:12 #4 [internal] load .dockerignore 10:44:12 #4 transferring context: 2B done 10:44:12 #4 DONE 0.0s 10:44:12 10:44:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:12 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 done 10:44:12 #5 CACHED 10:44:12 10:44:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 10:44:12 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 done 10:44:12 #6 CACHED 10:44:12 10:44:12 #7 exporting to image 10:44:12 #7 exporting layers done 10:44:12 #7 exporting manifest sha256:f65c2e878390fa292a8ebcb961d2f0d2af00f0e7349d761ebc9dd756aed9abd8 done 10:44:12 #7 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done 10:44:12 #7 exporting manifest sha256:51e02ff1d4acb7505886186ad87276b48bfb35ba285f991289e1f313f3586922 done 10:44:12 #7 exporting config sha256:969599bc9517a423d5468332aac81c37993b705d445c888ccab0f8283063bf98 done 10:44:12 #7 exporting manifest list sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 done 10:44:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:12 #7 pushing layers 0.0s done 10:44:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 0.1s done 10:44:12 #7 DONE 0.1s 10:44:12 10:44:12 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:44:12 #8 DONE 0.0s 10:44:12 10:44:12 1 warning found (use --debug to expand): 10:44:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:12 #1 [internal] load build definition from Dockerfile 10:44:12 #1 transferring dockerfile: 206B done 10:44:12 #1 DONE 0.0s 10:44:12 10:44:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:12 #2 DONE 0.0s 10:44:12 10:44:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:12 #3 DONE 0.0s 10:44:12 10:44:12 #4 [internal] load .dockerignore 10:44:12 #4 transferring context: 2B done 10:44:12 #4 DONE 0.0s 10:44:12 10:44:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:12 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 done 10:44:12 #5 DONE 0.0s 10:44:12 10:44:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:12 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done 10:44:12 #6 DONE 0.0s 10:44:12 10:44:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:12 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 done 10:44:12 #5 DONE 0.2s 10:44:12 10:44:12 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:12 #7 DONE 0.0s 10:44:12 10:44:12 #8 exporting to image 10:44:12 #8 exporting layers done 10:44:12 #8 exporting manifest sha256:a689bb6bb7f47f1ac402c56ae79618423f4642436161ae2fac68dc7e9271ed21 done 10:44:12 #8 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done 10:44:12 #8 exporting manifest sha256:ab34364e021ca040a3cdf546716b0d7eefa915cee6479770f2303cd36547b0f6 done 10:44:12 #8 exporting config sha256:5a745debeeabef0802a72c4093eb28625354e59417f48952445e7da8b4731a4e done 10:44:12 #8 exporting manifest list sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb done 10:44:12 #8 pushing layers 0.1s done 10:44:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 10:44:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 0.1s done 10:44:13 #8 DONE 0.2s 10:44:13 10:44:13 1 warning found (use --debug to expand): 10:44:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 10:44:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 10:44:13 #1 [internal] load build definition from Dockerfile 10:44:13 #1 transferring dockerfile: 172B done 10:44:13 #1 DONE 0.0s 10:44:13 10:44:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:44:13 #2 DONE 0.0s 10:44:13 10:44:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:44:13 #3 DONE 0.0s 10:44:13 10:44:13 #4 [internal] load .dockerignore 10:44:13 #4 transferring context: 2B done 10:44:13 #4 DONE 0.0s 10:44:13 10:44:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:13 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done 10:44:13 #5 CACHED 10:44:13 10:44:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:13 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done 10:44:13 #6 CACHED 10:44:13 10:44:13 #7 exporting to image 10:44:13 #7 exporting layers done 10:44:13 #7 exporting manifest sha256:a689bb6bb7f47f1ac402c56ae79618423f4642436161ae2fac68dc7e9271ed21 done 10:44:13 #7 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done 10:44:13 #7 exporting manifest sha256:ab34364e021ca040a3cdf546716b0d7eefa915cee6479770f2303cd36547b0f6 done 10:44:13 #7 exporting config sha256:5a745debeeabef0802a72c4093eb28625354e59417f48952445e7da8b4731a4e done 10:44:13 #7 exporting manifest list sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb done 10:44:13 #7 pushing layers 0.0s done 10:44:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 10:44:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 0.1s done 10:44:13 #7 DONE 0.1s 10:44:13 10:44:13 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:13 #8 DONE 0.0s 10:44:13 10:44:13 1 warning found (use --debug to expand): 10:44:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49' 10:44:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 --push - 10:44:13 #1 [internal] load build definition from Dockerfile 10:44:13 #1 transferring dockerfile: 178B done 10:44:13 #1 DONE 0.0s 10:44:13 10:44:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 10:44:13 #2 DONE 0.0s 10:44:13 10:44:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 10:44:13 #3 DONE 0.0s 10:44:13 10:44:13 #4 [internal] load .dockerignore 10:44:13 #4 transferring context: 2B done 10:44:13 #4 DONE 0.0s 10:44:13 10:44:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:13 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done 10:44:13 #5 CACHED 10:44:13 10:44:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:13 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done 10:44:13 #6 CACHED 10:44:13 10:44:13 #7 exporting to image 10:44:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:14 #7 exporting layers done 10:44:14 #7 exporting manifest sha256:a689bb6bb7f47f1ac402c56ae79618423f4642436161ae2fac68dc7e9271ed21 done 10:44:14 #7 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done 10:44:14 #7 exporting manifest sha256:ab34364e021ca040a3cdf546716b0d7eefa915cee6479770f2303cd36547b0f6 done 10:44:14 #7 exporting config sha256:5a745debeeabef0802a72c4093eb28625354e59417f48952445e7da8b4731a4e done 10:44:14 #7 exporting manifest list sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb done 10:44:14 #7 pushing layers 0.0s done 10:44:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 0.1s done 10:44:14 #7 DONE 0.1s 10:44:14 10:44:14 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:14 #8 DONE 0.0s 10:44:14 10:44:14 1 warning found (use --debug to expand): 10:44:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:14 #1 [internal] load build definition from Dockerfile 10:44:14 #1 transferring dockerfile: 219B done 10:44:14 #1 DONE 0.0s 10:44:14 10:44:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:14 #2 DONE 0.0s 10:44:14 10:44:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:14 #3 DONE 0.0s 10:44:14 10:44:14 #4 [internal] load .dockerignore 10:44:14 #4 transferring context: 2B done 10:44:14 #4 DONE 0.0s 10:44:14 10:44:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:14 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 done 10:44:14 #5 CACHED 10:44:14 10:44:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:14 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done 10:44:14 #6 CACHED 10:44:14 10:44:14 #7 exporting to image 10:44:14 #7 exporting layers done 10:44:14 #7 exporting manifest sha256:a689bb6bb7f47f1ac402c56ae79618423f4642436161ae2fac68dc7e9271ed21 done 10:44:14 #7 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c 10:44:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:14 #7 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done 10:44:14 #7 exporting manifest sha256:ab34364e021ca040a3cdf546716b0d7eefa915cee6479770f2303cd36547b0f6 done 10:44:14 #7 exporting config sha256:5a745debeeabef0802a72c4093eb28625354e59417f48952445e7da8b4731a4e done 10:44:14 #7 exporting manifest list sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb done 10:44:14 #7 pushing layers 0.0s done 10:44:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 0.1s done 10:44:14 #7 DONE 0.1s 10:44:14 10:44:14 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:14 #8 DONE 0.0s 10:44:14 10:44:14 1 warning found (use --debug to expand): 10:44:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 10:44:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 10:44:15 #1 [internal] load build definition from Dockerfile 10:44:15 #1 transferring dockerfile: 170B done 10:44:15 #1 DONE 0.0s 10:44:15 10:44:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:44:15 #2 DONE 0.0s 10:44:15 10:44:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:44:15 #3 DONE 0.0s 10:44:15 10:44:15 #4 [internal] load .dockerignore 10:44:15 #4 transferring context: 2B done 10:44:15 #4 DONE 0.0s 10:44:15 10:44:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:15 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done 10:44:15 #5 CACHED 10:44:15 10:44:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 10:44:15 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done 10:44:15 #6 CACHED 10:44:15 10:44:15 #7 exporting to image 10:44:15 #7 exporting layers done 10:44:15 #7 exporting manifest sha256:a689bb6bb7f47f1ac402c56ae79618423f4642436161ae2fac68dc7e9271ed21 done 10:44:15 #7 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done 10:44:15 #7 exporting manifest sha256:ab34364e021ca040a3cdf546716b0d7eefa915cee6479770f2303cd36547b0f6 done 10:44:15 #7 exporting config sha256:5a745debeeabef0802a72c4093eb28625354e59417f48952445e7da8b4731a4e done 10:44:15 #7 exporting manifest list sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb done 10:44:15 #7 pushing layers 10:44:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:15 #7 pushing layers 0.0s done 10:44:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 0.1s done 10:44:15 #7 DONE 0.1s 10:44:15 10:44:15 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:44:15 #8 DONE 0.0s 10:44:15 10:44:15 1 warning found (use --debug to expand): 10:44:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:15 #1 [internal] load build definition from Dockerfile 10:44:15 #1 transferring dockerfile: 204B done 10:44:15 #1 DONE 0.0s 10:44:15 10:44:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:15 #2 DONE 0.0s 10:44:15 10:44:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:15 #3 DONE 0.0s 10:44:15 10:44:15 #4 [internal] load .dockerignore 10:44:15 #4 transferring context: 2B done 10:44:15 #4 DONE 0.0s 10:44:15 10:44:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:15 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:15 #5 ... 10:44:15 10:44:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:15 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done 10:44:15 #6 DONE 0.1s 10:44:15 10:44:15 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:44:16 #7 DONE 0.0s 10:44:16 10:44:16 #8 exporting to image 10:44:16 #8 exporting layers done 10:44:16 #8 exporting manifest sha256:5039a6571a7547e9b64a4f90b773057231ffe58827e783a7dc4badc6ed5b41ca done 10:44:16 #8 exporting config sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done 10:44:16 #8 exporting manifest sha256:6f0d6679e7fe46b93714634fbecf3aa4863b2458d62ace45707435bf1c9b810d done 10:44:16 #8 exporting config sha256:ecbf327a9d6d263ee41a086393e3897f0363d54f5d6b6748950875154b572443 done 10:44:16 #8 exporting manifest list sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 done 10:44:16 #8 pushing layers 0.1s done 10:44:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 0.1s done 10:44:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:16 #8 DONE 0.2s 10:44:16 10:44:16 1 warning found (use --debug to expand): 10:44:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 10:44:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 10:44:16 #1 [internal] load build definition from Dockerfile 10:44:16 #1 transferring dockerfile: 170B done 10:44:16 #1 DONE 0.0s 10:44:16 10:44:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:44:16 #2 DONE 0.0s 10:44:16 10:44:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:44:16 #3 DONE 0.0s 10:44:16 10:44:16 #4 [internal] load .dockerignore 10:44:16 #4 transferring context: 2B done 10:44:16 #4 DONE 0.0s 10:44:16 10:44:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:16 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done 10:44:16 #5 CACHED 10:44:16 10:44:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:16 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done 10:44:16 #6 CACHED 10:44:16 10:44:16 #7 exporting to image 10:44:16 #7 exporting layers done 10:44:16 #7 exporting manifest sha256:5039a6571a7547e9b64a4f90b773057231ffe58827e783a7dc4badc6ed5b41ca done 10:44:16 #7 exporting config sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done 10:44:16 #7 exporting manifest sha256:6f0d6679e7fe46b93714634fbecf3aa4863b2458d62ace45707435bf1c9b810d done 10:44:16 #7 exporting config sha256:ecbf327a9d6d263ee41a086393e3897f0363d54f5d6b6748950875154b572443 done 10:44:16 #7 exporting manifest list sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 done 10:44:16 #7 pushing layers 10:44:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:16 #7 pushing layers 0.0s done 10:44:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 0.1s done 10:44:16 #7 DONE 0.1s 10:44:16 10:44:16 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:44:16 #8 DONE 0.0s 10:44:16 10:44:16 1 warning found (use --debug to expand): 10:44:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 --push - 10:44:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49' 10:44:17 #1 [internal] load build definition from Dockerfile 10:44:17 #1 transferring dockerfile: 176B done 10:44:17 #1 DONE 0.0s 10:44:17 10:44:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 10:44:17 #2 DONE 0.0s 10:44:17 10:44:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 10:44:17 #3 DONE 0.0s 10:44:17 10:44:17 #4 [internal] load .dockerignore 10:44:17 #4 transferring context: 2B done 10:44:17 #4 DONE 0.0s 10:44:17 10:44:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:17 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done 10:44:17 #5 CACHED 10:44:17 10:44:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:17 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done 10:44:17 #6 CACHED 10:44:17 10:44:17 #7 exporting to image 10:44:17 #7 exporting layers done 10:44:17 #7 exporting manifest sha256:5039a6571a7547e9b64a4f90b773057231ffe58827e783a7dc4badc6ed5b41ca done 10:44:17 #7 exporting config sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done 10:44:17 #7 exporting manifest sha256:6f0d6679e7fe46b93714634fbecf3aa4863b2458d62ace45707435bf1c9b810d done 10:44:17 #7 exporting config sha256:ecbf327a9d6d263ee41a086393e3897f0363d54f5d6b6748950875154b572443 done 10:44:17 #7 exporting manifest list sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 done 10:44:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:17 #7 pushing layers 0.0s done 10:44:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 0.1s done 10:44:17 #7 DONE 0.1s 10:44:17 10:44:17 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:44:17 #8 DONE 0.0s 10:44:17 10:44:17 1 warning found (use --debug to expand): 10:44:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:17 #1 [internal] load build definition from Dockerfile 10:44:17 #1 transferring dockerfile: 217B done 10:44:17 #1 DONE 0.0s 10:44:17 10:44:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:17 #2 DONE 0.0s 10:44:17 10:44:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:17 #3 DONE 0.0s 10:44:17 10:44:17 #4 [internal] load .dockerignore 10:44:17 #4 transferring context: 2B done 10:44:17 #4 DONE 0.0s 10:44:17 10:44:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:17 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done 10:44:17 #5 CACHED 10:44:17 10:44:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:17 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done 10:44:17 #6 CACHED 10:44:17 10:44:17 #7 exporting to image 10:44:17 #7 exporting layers done 10:44:17 #7 exporting manifest sha256:5039a6571a7547e9b64a4f90b773057231ffe58827e783a7dc4badc6ed5b41ca done 10:44:17 #7 exporting config sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done 10:44:17 #7 exporting manifest sha256:6f0d6679e7fe46b93714634fbecf3aa4863b2458d62ace45707435bf1c9b810d done 10:44:17 #7 exporting config sha256:ecbf327a9d6d263ee41a086393e3897f0363d54f5d6b6748950875154b572443 done 10:44:17 #7 exporting manifest list sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 done 10:44:17 #7 pushing layers 0.0s done 10:44:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 10:44:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 0.1s done 10:44:17 #7 DONE 0.1s 10:44:17 10:44:17 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:44:17 #8 DONE 0.0s 10:44:17 10:44:17 1 warning found (use --debug to expand): 10:44:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 10:44:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 10:44:18 #1 [internal] load build definition from Dockerfile 10:44:18 #1 transferring dockerfile: 168B done 10:44:18 #1 DONE 0.0s 10:44:18 10:44:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:44:18 #2 DONE 0.0s 10:44:18 10:44:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:44:18 #3 DONE 0.0s 10:44:18 10:44:18 #4 [internal] load .dockerignore 10:44:18 #4 transferring context: 2B done 10:44:18 #4 DONE 0.0s 10:44:18 10:44:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:18 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done 10:44:18 #5 CACHED 10:44:18 10:44:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 10:44:18 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done 10:44:18 #6 CACHED 10:44:18 10:44:18 #7 exporting to image 10:44:18 #7 exporting layers done 10:44:18 #7 exporting manifest sha256:5039a6571a7547e9b64a4f90b773057231ffe58827e783a7dc4badc6ed5b41ca done 10:44:18 #7 exporting config sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done 10:44:18 #7 exporting manifest sha256:6f0d6679e7fe46b93714634fbecf3aa4863b2458d62ace45707435bf1c9b810d done 10:44:18 #7 exporting config sha256:ecbf327a9d6d263ee41a086393e3897f0363d54f5d6b6748950875154b572443 done 10:44:18 #7 exporting manifest list sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 done 10:44:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:18 #7 pushing layers 0.0s done 10:44:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 0.1s done 10:44:18 #7 DONE 0.1s 10:44:18 10:44:18 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:44:18 #8 DONE 0.0s 10:44:18 10:44:18 1 warning found (use --debug to expand): 10:44:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:18 #1 [internal] load build definition from Dockerfile 10:44:18 #1 transferring dockerfile: 205B done 10:44:18 #1 DONE 0.0s 10:44:18 10:44:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:18 #2 DONE 0.0s 10:44:18 10:44:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:18 #3 DONE 0.0s 10:44:18 10:44:18 #4 [internal] load .dockerignore 10:44:18 #4 transferring context: 2B done 10:44:18 #4 DONE 0.0s 10:44:18 10:44:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:18 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 done 10:44:18 #5 DONE 0.0s 10:44:18 10:44:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:18 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done 10:44:18 #6 DONE 0.0s 10:44:18 10:44:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:18 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 done 10:44:18 #5 DONE 0.1s 10:44:18 10:44:18 #7 exporting to image 10:44:18 #7 exporting layers 10:44:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:18 #7 ... 10:44:18 10:44:18 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:44:18 #8 DONE 0.0s 10:44:18 10:44:18 #7 exporting to image 10:44:18 #7 exporting layers done 10:44:18 #7 exporting manifest sha256:492602543afca63d3a2e3d2d9cefdb1fad9958b7a5543bd823814619820579ae 0.0s done 10:44:18 #7 exporting config sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 done 10:44:18 #7 exporting manifest sha256:163d45d86c4affc9ff8b8d6c1608da7ca1dbf2e21858a2e6b9596add131adb30 done 10:44:18 #7 exporting config sha256:0754bc32b73deb7c2e08497ef7a49783933fcdc1a229a1a0cfcf55ebbd7e2d8a done 10:44:18 #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 done 10:44:18 #7 pushing layers 0.1s done 10:44:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 10:44:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 0.1s done 10:44:19 #7 DONE 0.2s 10:44:19 10:44:19 1 warning found (use --debug to expand): 10:44:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 10:44:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 10:44:19 #1 [internal] load build definition from Dockerfile 10:44:19 #1 transferring dockerfile: 171B done 10:44:19 #1 DONE 0.0s 10:44:19 10:44:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:44:19 #2 DONE 0.0s 10:44:19 10:44:19 #3 [internal] load .dockerignore 10:44:19 #3 transferring context: 2B done 10:44:19 #3 DONE 0.0s 10:44:19 10:44:19 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:44:19 #4 DONE 0.0s 10:44:19 10:44:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:19 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 done 10:44:19 #5 CACHED 10:44:19 10:44:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:19 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done 10:44:19 #6 CACHED 10:44:19 10:44:19 #7 exporting to image 10:44:19 #7 exporting layers done 10:44:19 #7 exporting manifest sha256:492602543afca63d3a2e3d2d9cefdb1fad9958b7a5543bd823814619820579ae done 10:44:19 #7 exporting config sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 done 10:44:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:19 #7 exporting manifest sha256:163d45d86c4affc9ff8b8d6c1608da7ca1dbf2e21858a2e6b9596add131adb30 done 10:44:19 #7 exporting config sha256:0754bc32b73deb7c2e08497ef7a49783933fcdc1a229a1a0cfcf55ebbd7e2d8a done 10:44:19 #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 done 10:44:19 #7 pushing layers 0.0s done 10:44:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 0.1s done 10:44:19 #7 DONE 0.1s 10:44:19 10:44:19 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:44:19 #8 DONE 0.0s 10:44:19 10:44:19 1 warning found (use --debug to expand): 10:44:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49' 10:44:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 --push - 10:44:20 #1 [internal] load build definition from Dockerfile 10:44:20 #1 transferring dockerfile: 177B done 10:44:20 #1 DONE 0.0s 10:44:20 10:44:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 10:44:20 #2 DONE 0.0s 10:44:20 10:44:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 10:44:20 #3 DONE 0.0s 10:44:20 10:44:20 #4 [internal] load .dockerignore 10:44:20 #4 transferring context: 2B done 10:44:20 #4 DONE 0.0s 10:44:20 10:44:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 done 10:44:20 #5 CACHED 10:44:20 10:44:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:20 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done 10:44:20 #6 CACHED 10:44:20 10:44:20 #7 exporting to image 10:44:20 #7 exporting layers done 10:44:20 #7 exporting manifest sha256:492602543afca63d3a2e3d2d9cefdb1fad9958b7a5543bd823814619820579ae done 10:44:20 #7 exporting config sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 done 10:44:20 #7 exporting manifest sha256:163d45d86c4affc9ff8b8d6c1608da7ca1dbf2e21858a2e6b9596add131adb30 done 10:44:20 #7 exporting config sha256:0754bc32b73deb7c2e08497ef7a49783933fcdc1a229a1a0cfcf55ebbd7e2d8a done 10:44:20 #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 done 10:44:20 #7 pushing layers 0.0s done 10:44:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 10:44:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 0.1s done 10:44:20 #7 DONE 0.1s 10:44:20 10:44:20 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:44:20 #8 DONE 0.0s 10:44:20 10:44:20 1 warning found (use --debug to expand): 10:44:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:20 #1 [internal] load build definition from Dockerfile 10:44:20 #1 transferring dockerfile: 218B done 10:44:20 #1 DONE 0.0s 10:44:20 10:44:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:20 #2 DONE 0.0s 10:44:20 10:44:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:20 #3 DONE 0.0s 10:44:20 10:44:20 #4 [internal] load .dockerignore 10:44:20 #4 transferring context: 2B done 10:44:20 #4 DONE 0.0s 10:44:20 10:44:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done 10:44:20 #5 CACHED 10:44:20 10:44:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:20 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done 10:44:20 #6 CACHED 10:44:20 10:44:20 #7 exporting to image 10:44:20 #7 exporting layers done 10:44:20 #7 exporting manifest sha256:492602543afca63d3a2e3d2d9cefdb1fad9958b7a5543bd823814619820579ae done 10:44:20 #7 exporting config sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 done 10:44:20 #7 exporting manifest sha256:163d45d86c4affc9ff8b8d6c1608da7ca1dbf2e21858a2e6b9596add131adb30 done 10:44:20 #7 exporting config sha256:0754bc32b73deb7c2e08497ef7a49783933fcdc1a229a1a0cfcf55ebbd7e2d8a done 10:44:20 #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 done 10:44:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:20 #7 pushing layers 0.0s done 10:44:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 0.1s done 10:44:20 #7 DONE 0.1s 10:44:20 10:44:20 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:44:20 #8 DONE 0.0s 10:44:20 10:44:20 1 warning found (use --debug to expand): 10:44:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 10:44:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 10:44:21 #1 [internal] load build definition from Dockerfile 10:44:21 #1 transferring dockerfile: 169B done 10:44:21 #1 DONE 0.0s 10:44:21 10:44:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:44:21 #2 DONE 0.0s 10:44:21 10:44:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:44:21 #3 DONE 0.0s 10:44:21 10:44:21 #4 [internal] load .dockerignore 10:44:21 #4 transferring context: 2B done 10:44:21 #4 DONE 0.0s 10:44:21 10:44:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:21 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 done 10:44:21 #5 CACHED 10:44:21 10:44:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 10:44:21 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done 10:44:21 #6 CACHED 10:44:21 10:44:21 #7 exporting to image 10:44:21 #7 exporting layers done 10:44:21 #7 exporting manifest sha256:492602543afca63d3a2e3d2d9cefdb1fad9958b7a5543bd823814619820579ae done 10:44:21 #7 exporting config sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 done 10:44:21 #7 exporting manifest sha256:163d45d86c4affc9ff8b8d6c1608da7ca1dbf2e21858a2e6b9596add131adb30 done 10:44:21 #7 exporting config sha256:0754bc32b73deb7c2e08497ef7a49783933fcdc1a229a1a0cfcf55ebbd7e2d8a done 10:44:21 #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 10:44:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:21 #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 done 10:44:21 #7 pushing layers 0.0s done 10:44:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 0.1s done 10:44:21 #7 DONE 0.1s 10:44:21 10:44:21 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:44:21 #8 DONE 0.0s 10:44:21 10:44:21 1 warning found (use --debug to expand): 10:44:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:21 #1 [internal] load build definition from Dockerfile 10:44:21 #1 transferring dockerfile: 211B done 10:44:21 #1 DONE 0.0s 10:44:21 10:44:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:21 #2 DONE 0.0s 10:44:21 10:44:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:21 #3 DONE 0.0s 10:44:21 10:44:21 #4 [internal] load .dockerignore 10:44:21 #4 transferring context: 2B done 10:44:21 #4 DONE 0.0s 10:44:21 10:44:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:21 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:21 #5 DONE 0.0s 10:44:21 10:44:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:21 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:21 #6 DONE 0.0s 10:44:21 10:44:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:21 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:21 #5 DONE 0.1s 10:44:21 10:44:21 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:44:21 #7 DONE 0.0s 10:44:21 10:44:21 #8 exporting to image 10:44:21 #8 exporting layers done 10:44:21 #8 exporting manifest sha256:902ffafc92eca84b81ce25b0f4c662a0730b3924b18e2e870a5478f7ecc16935 done 10:44:21 #8 exporting config sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done 10:44:21 #8 exporting manifest sha256:4d8c0a65d1b1e149c7d181d2b9149950eecc28a964a63f0ebc8ae01622f94ef7 done 10:44:21 #8 exporting config sha256:8f274f08ca775eb415bcb2a994e715eb095592bc202c126c4dbf9a2c065382c4 done 10:44:21 #8 exporting manifest list sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 done 10:44:21 #8 pushing layers 0.1s done 10:44:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 10:44:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 0.1s done 10:44:22 #8 DONE 0.2s 10:44:22 10:44:22 1 warning found (use --debug to expand): 10:44:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 10:44:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 10:44:22 #1 [internal] load build definition from Dockerfile 10:44:22 #1 transferring dockerfile: 177B done 10:44:22 #1 DONE 0.0s 10:44:22 10:44:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:44:22 #2 DONE 0.0s 10:44:22 10:44:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:44:22 #3 DONE 0.0s 10:44:22 10:44:22 #4 [internal] load .dockerignore 10:44:22 #4 transferring context: 2B done 10:44:22 #4 DONE 0.0s 10:44:22 10:44:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:22 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:22 #5 DONE 0.0s 10:44:22 10:44:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:22 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:22 #6 CACHED 10:44:22 10:44:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:22 #5 CACHED 10:44:22 10:44:22 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:44:22 #7 DONE 0.0s 10:44:22 10:44:22 #8 exporting to image 10:44:22 #8 exporting layers done 10:44:22 #8 exporting manifest sha256:902ffafc92eca84b81ce25b0f4c662a0730b3924b18e2e870a5478f7ecc16935 done 10:44:22 #8 exporting config sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done 10:44:22 #8 exporting manifest sha256:4d8c0a65d1b1e149c7d181d2b9149950eecc28a964a63f0ebc8ae01622f94ef7 done 10:44:22 #8 exporting config sha256:8f274f08ca775eb415bcb2a994e715eb095592bc202c126c4dbf9a2c065382c4 done 10:44:22 #8 exporting manifest list sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 done 10:44:22 #8 pushing layers 0.0s done 10:44:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 0.1s done 10:44:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:22 #8 DONE 0.1s 10:44:22 10:44:22 1 warning found (use --debug to expand): 10:44:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49' 10:44:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 --push - 10:44:23 #1 [internal] load build definition from Dockerfile 10:44:23 #1 transferring dockerfile: 183B done 10:44:23 #1 DONE 0.0s 10:44:23 10:44:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 10:44:23 #2 DONE 0.0s 10:44:23 10:44:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 10:44:23 #3 DONE 0.0s 10:44:23 10:44:23 #4 [internal] load .dockerignore 10:44:23 #4 transferring context: 2B done 10:44:23 #4 DONE 0.0s 10:44:23 10:44:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:23 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:23 #5 CACHED 10:44:23 10:44:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:23 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:23 #6 CACHED 10:44:23 10:44:23 #7 exporting to image 10:44:23 #7 exporting layers done 10:44:23 #7 exporting manifest sha256:902ffafc92eca84b81ce25b0f4c662a0730b3924b18e2e870a5478f7ecc16935 done 10:44:23 #7 exporting config sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done 10:44:23 #7 exporting manifest sha256:4d8c0a65d1b1e149c7d181d2b9149950eecc28a964a63f0ebc8ae01622f94ef7 done 10:44:23 #7 exporting config sha256:8f274f08ca775eb415bcb2a994e715eb095592bc202c126c4dbf9a2c065382c4 done 10:44:23 #7 exporting manifest list sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 done 10:44:23 #7 pushing layers 10:44:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:23 #7 pushing layers 0.0s done 10:44:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 0.1s done 10:44:23 #7 DONE 0.1s 10:44:23 10:44:23 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:44:23 #8 DONE 0.0s 10:44:23 10:44:23 1 warning found (use --debug to expand): 10:44:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:23 #1 [internal] load build definition from Dockerfile 10:44:23 #1 transferring dockerfile: 224B done 10:44:23 #1 DONE 0.0s 10:44:23 10:44:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:23 #2 DONE 0.0s 10:44:23 10:44:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:23 #3 DONE 0.0s 10:44:23 10:44:23 #4 [internal] load .dockerignore 10:44:23 #4 transferring context: 2B done 10:44:23 #4 DONE 0.0s 10:44:23 10:44:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:23 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:23 #5 CACHED 10:44:23 10:44:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:23 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:23 #6 CACHED 10:44:23 10:44:23 #7 exporting to image 10:44:23 #7 exporting layers 10:44:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:23 #7 exporting layers done 10:44:23 #7 exporting manifest sha256:902ffafc92eca84b81ce25b0f4c662a0730b3924b18e2e870a5478f7ecc16935 done 10:44:23 #7 exporting config sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done 10:44:23 #7 exporting manifest sha256:4d8c0a65d1b1e149c7d181d2b9149950eecc28a964a63f0ebc8ae01622f94ef7 done 10:44:23 #7 exporting config sha256:8f274f08ca775eb415bcb2a994e715eb095592bc202c126c4dbf9a2c065382c4 done 10:44:23 #7 exporting manifest list sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 done 10:44:23 #7 pushing layers 0.0s done 10:44:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 0.1s done 10:44:23 #7 DONE 0.1s 10:44:23 10:44:23 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:44:23 #8 DONE 0.0s 10:44:23 10:44:23 1 warning found (use --debug to expand): 10:44:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 10:44:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 10:44:24 #1 [internal] load build definition from Dockerfile 10:44:24 #1 transferring dockerfile: 175B done 10:44:24 #1 DONE 0.0s 10:44:24 10:44:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:44:24 #2 DONE 0.0s 10:44:24 10:44:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:44:24 #3 DONE 0.0s 10:44:24 10:44:24 #4 [internal] load .dockerignore 10:44:24 #4 transferring context: 2B done 10:44:24 #4 DONE 0.0s 10:44:24 10:44:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:24 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:24 #5 CACHED 10:44:24 10:44:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 10:44:24 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done 10:44:24 #6 CACHED 10:44:24 10:44:24 #7 exporting to image 10:44:24 #7 exporting layers done 10:44:24 #7 exporting manifest sha256:902ffafc92eca84b81ce25b0f4c662a0730b3924b18e2e870a5478f7ecc16935 done 10:44:24 #7 exporting config sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done 10:44:24 #7 exporting manifest sha256:4d8c0a65d1b1e149c7d181d2b9149950eecc28a964a63f0ebc8ae01622f94ef7 done 10:44:24 #7 exporting config sha256:8f274f08ca775eb415bcb2a994e715eb095592bc202c126c4dbf9a2c065382c4 done 10:44:24 #7 exporting manifest list sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 done 10:44:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:24 #7 pushing layers 0.0s done 10:44:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 0.1s done 10:44:24 #7 DONE 0.1s 10:44:24 10:44:24 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:44:24 #8 DONE 0.0s 10:44:24 10:44:24 1 warning found (use --debug to expand): 10:44:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:24 #1 [internal] load build definition from Dockerfile 10:44:24 #1 transferring dockerfile: 215B done 10:44:24 #1 DONE 0.0s 10:44:24 10:44:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:24 #2 DONE 0.0s 10:44:24 10:44:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:24 #3 DONE 0.0s 10:44:24 10:44:24 #4 [internal] load .dockerignore 10:44:24 #4 transferring context: 2B done 10:44:24 #4 DONE 0.0s 10:44:24 10:44:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 10:44:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done 10:44:24 #5 DONE 0.0s 10:44:24 10:44:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 10:44:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done 10:44:24 #6 DONE 0.1s 10:44:24 10:44:24 #7 exporting to image 10:44:24 #7 exporting layers done 10:44:24 #7 exporting manifest sha256:b3d2363a17b52f4080cc1c1cddc04501df21b651b58971ab49f5c6d5a9e05e6e done 10:44:24 #7 exporting config sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done 10:44:24 #7 exporting manifest sha256:a5274ab8d952cfa8a21bd396098bbc7581d75131c12608deecacd9f00caee1d6 done 10:44:24 #7 exporting config sha256:fe0603849d26ab2d53158bf21c3f67117703522fb20525524ad5ae7c36642dbd done 10:44:24 #7 exporting manifest list sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 done 10:44:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:24 #7 ... 10:44:24 10:44:24 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:44:24 #8 DONE 0.0s 10:44:24 10:44:24 #7 exporting to image 10:44:24 #7 pushing layers 0.1s done 10:44:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 10:44:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 0.1s done 10:44:25 #7 DONE 0.2s 10:44:25 10:44:25 1 warning found (use --debug to expand): 10:44:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 10:44:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 10:44:25 #1 [internal] load build definition from Dockerfile 10:44:25 #1 transferring dockerfile: 181B done 10:44:25 #1 DONE 0.0s 10:44:25 10:44:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:44:25 #2 DONE 0.0s 10:44:25 10:44:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:44:25 #3 DONE 0.0s 10:44:25 10:44:25 #4 [internal] load .dockerignore 10:44:25 #4 transferring context: 2B done 10:44:25 #4 DONE 0.0s 10:44:25 10:44:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 10:44:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done 10:44:25 #5 CACHED 10:44:25 10:44:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 10:44:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done 10:44:25 #6 CACHED 10:44:25 10:44:25 #7 exporting to image 10:44:25 #7 exporting layers 10:44:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:25 #7 exporting layers done 10:44:25 #7 exporting manifest sha256:b3d2363a17b52f4080cc1c1cddc04501df21b651b58971ab49f5c6d5a9e05e6e done 10:44:25 #7 exporting config sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done 10:44:25 #7 exporting manifest sha256:a5274ab8d952cfa8a21bd396098bbc7581d75131c12608deecacd9f00caee1d6 done 10:44:25 #7 exporting config sha256:fe0603849d26ab2d53158bf21c3f67117703522fb20525524ad5ae7c36642dbd done 10:44:25 #7 exporting manifest list sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 done 10:44:25 #7 pushing layers 0.0s done 10:44:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 0.1s done 10:44:25 #7 DONE 0.1s 10:44:25 10:44:25 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:44:25 #8 DONE 0.0s 10:44:25 10:44:25 1 warning found (use --debug to expand): 10:44:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 --push - 10:44:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49' 10:44:26 #1 [internal] load build definition from Dockerfile 10:44:26 #1 transferring dockerfile: 187B done 10:44:26 #1 DONE 0.0s 10:44:26 10:44:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 10:44:26 #2 DONE 0.0s 10:44:26 10:44:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 10:44:26 #3 DONE 0.0s 10:44:26 10:44:26 #4 [internal] load .dockerignore 10:44:26 #4 transferring context: 2B done 10:44:26 #4 DONE 0.0s 10:44:26 10:44:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 10:44:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done 10:44:26 #5 CACHED 10:44:26 10:44:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 10:44:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done 10:44:26 #6 CACHED 10:44:26 10:44:26 #7 exporting to image 10:44:26 #7 exporting layers 10:44:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:26 #7 exporting layers done 10:44:26 #7 exporting manifest sha256:b3d2363a17b52f4080cc1c1cddc04501df21b651b58971ab49f5c6d5a9e05e6e done 10:44:26 #7 exporting config sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done 10:44:26 #7 exporting manifest sha256:a5274ab8d952cfa8a21bd396098bbc7581d75131c12608deecacd9f00caee1d6 done 10:44:26 #7 exporting config sha256:fe0603849d26ab2d53158bf21c3f67117703522fb20525524ad5ae7c36642dbd done 10:44:26 #7 exporting manifest list sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 done 10:44:26 #7 pushing layers 0.0s done 10:44:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 0.1s done 10:44:26 #7 DONE 0.1s 10:44:26 10:44:26 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:44:26 #8 DONE 0.0s 10:44:26 10:44:26 1 warning found (use --debug to expand): 10:44:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:26 #1 [internal] load build definition from Dockerfile 10:44:26 #1 transferring dockerfile: 228B done 10:44:26 #1 DONE 0.0s 10:44:26 10:44:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:26 #2 DONE 0.0s 10:44:26 10:44:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:26 #3 DONE 0.0s 10:44:26 10:44:26 #4 [internal] load .dockerignore 10:44:26 #4 transferring context: 2B done 10:44:26 #4 DONE 0.0s 10:44:26 10:44:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 10:44:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done 10:44:26 #5 CACHED 10:44:26 10:44:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 10:44:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done 10:44:26 #6 CACHED 10:44:26 10:44:26 #7 exporting to image 10:44:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:26 #7 exporting layers done 10:44:26 #7 exporting manifest sha256:b3d2363a17b52f4080cc1c1cddc04501df21b651b58971ab49f5c6d5a9e05e6e done 10:44:26 #7 exporting config sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done 10:44:26 #7 exporting manifest sha256:a5274ab8d952cfa8a21bd396098bbc7581d75131c12608deecacd9f00caee1d6 done 10:44:26 #7 exporting config sha256:fe0603849d26ab2d53158bf21c3f67117703522fb20525524ad5ae7c36642dbd done 10:44:26 #7 exporting manifest list sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 done 10:44:26 #7 pushing layers 0.0s done 10:44:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 0.1s done 10:44:26 #7 DONE 0.1s 10:44:26 10:44:26 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:44:26 #8 DONE 0.0s 10:44:26 10:44:26 1 warning found (use --debug to expand): 10:44:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 10:44:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 10:44:27 #1 [internal] load build definition from Dockerfile 10:44:27 #1 transferring dockerfile: 179B done 10:44:27 #1 DONE 0.0s 10:44:27 10:44:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:44:27 #2 DONE 0.0s 10:44:27 10:44:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:44:27 #3 DONE 0.0s 10:44:27 10:44:27 #4 [internal] load .dockerignore 10:44:27 #4 transferring context: 2B done 10:44:27 #4 DONE 0.0s 10:44:27 10:44:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 10:44:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb done 10:44:27 #5 CACHED 10:44:27 10:44:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 10:44:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb done 10:44:27 #6 CACHED 10:44:27 10:44:27 #7 exporting to image 10:44:27 #7 exporting layers done 10:44:27 #7 exporting manifest sha256:b3d2363a17b52f4080cc1c1cddc04501df21b651b58971ab49f5c6d5a9e05e6e done 10:44:27 #7 exporting config sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done 10:44:27 #7 exporting manifest sha256:a5274ab8d952cfa8a21bd396098bbc7581d75131c12608deecacd9f00caee1d6 done 10:44:27 #7 exporting config sha256:fe0603849d26ab2d53158bf21c3f67117703522fb20525524ad5ae7c36642dbd done 10:44:27 #7 exporting manifest list sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 done 10:44:27 #7 pushing layers 0.0s done 10:44:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 10:44:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 0.1s done 10:44:27 #7 DONE 0.1s 10:44:27 10:44:27 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:44:27 #8 DONE 0.0s 10:44:27 10:44:27 1 warning found (use --debug to expand): 10:44:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:27 #1 [internal] load build definition from Dockerfile 10:44:27 #1 transferring dockerfile: 205B done 10:44:27 #1 DONE 0.0s 10:44:27 10:44:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:27 #2 DONE 0.0s 10:44:27 10:44:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:27 #3 DONE 0.0s 10:44:27 10:44:27 #4 [internal] load .dockerignore 10:44:27 #4 transferring context: 2B done 10:44:27 #4 DONE 0.0s 10:44:27 10:44:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b done 10:44:27 #5 DONE 0.0s 10:44:27 10:44:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done 10:44:27 #6 DONE 0.0s 10:44:27 10:44:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b done 10:44:27 #5 DONE 0.1s 10:44:27 10:44:27 #7 exporting to image 10:44:27 #7 exporting layers done 10:44:27 #7 exporting manifest sha256:1674b742f3bac2f7623cd8fdd9b5144061f381f8eca6957a64eeeebb47a846f9 done 10:44:27 #7 exporting config sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done 10:44:27 #7 exporting manifest sha256:5a9e3247514c5828ac5f9012c364ddff11e9a073e5aef88d2c6d3637eacfbea1 done 10:44:27 #7 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 10:44:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:27 #7 ... 10:44:27 10:44:27 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:44:27 #8 DONE 0.0s 10:44:27 10:44:27 #7 exporting to image 10:44:27 #7 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 done 10:44:27 #7 exporting manifest list sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 done 10:44:27 #7 pushing layers 0.1s done 10:44:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 10:44:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 0.1s done 10:44:28 #7 DONE 0.2s 10:44:28 10:44:28 1 warning found (use --debug to expand): 10:44:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 10:44:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 10:44:28 #1 [internal] load build definition from Dockerfile 10:44:28 #1 transferring dockerfile: 171B done 10:44:28 #1 DONE 0.0s 10:44:28 10:44:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:44:28 #2 DONE 0.0s 10:44:28 10:44:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:44:28 #3 DONE 0.0s 10:44:28 10:44:28 #4 [internal] load .dockerignore 10:44:28 #4 transferring context: 2B done 10:44:28 #4 DONE 0.0s 10:44:28 10:44:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b done 10:44:28 #5 CACHED 10:44:28 10:44:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done 10:44:28 #6 CACHED 10:44:28 10:44:28 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:44:28 #7 DONE 0.0s 10:44:28 10:44:28 #8 exporting to image 10:44:28 #8 exporting layers done 10:44:28 #8 exporting manifest sha256:1674b742f3bac2f7623cd8fdd9b5144061f381f8eca6957a64eeeebb47a846f9 done 10:44:28 #8 exporting config sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done 10:44:28 #8 exporting manifest sha256:5a9e3247514c5828ac5f9012c364ddff11e9a073e5aef88d2c6d3637eacfbea1 done 10:44:28 #8 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 done 10:44:28 #8 exporting manifest list sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 done 10:44:28 #8 pushing layers 0.0s done 10:44:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 0.1s done 10:44:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:28 #8 DONE 0.1s 10:44:28 10:44:28 1 warning found (use --debug to expand): 10:44:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49' 10:44:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 --push - 10:44:29 #1 [internal] load build definition from Dockerfile 10:44:29 #1 transferring dockerfile: 177B done 10:44:29 #1 DONE 0.0s 10:44:29 10:44:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 10:44:29 #2 DONE 0.0s 10:44:29 10:44:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 10:44:29 #3 DONE 0.0s 10:44:29 10:44:29 #4 [internal] load .dockerignore 10:44:29 #4 transferring context: 2B done 10:44:29 #4 DONE 0.0s 10:44:29 10:44:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done 10:44:29 #5 CACHED 10:44:29 10:44:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done 10:44:29 #6 CACHED 10:44:29 10:44:29 #7 exporting to image 10:44:29 #7 exporting layers done 10:44:29 #7 exporting manifest sha256:1674b742f3bac2f7623cd8fdd9b5144061f381f8eca6957a64eeeebb47a846f9 done 10:44:29 #7 exporting config sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done 10:44:29 #7 exporting manifest sha256:5a9e3247514c5828ac5f9012c364ddff11e9a073e5aef88d2c6d3637eacfbea1 done 10:44:29 #7 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 done 10:44:29 #7 exporting manifest list sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 done 10:44:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:29 #7 pushing layers 0.0s done 10:44:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 0.1s done 10:44:29 #7 DONE 0.1s 10:44:29 10:44:29 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:44:29 #8 DONE 0.0s 10:44:29 10:44:29 1 warning found (use --debug to expand): 10:44:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:29 #1 [internal] load build definition from Dockerfile 10:44:29 #1 transferring dockerfile: 218B done 10:44:29 #1 DONE 0.0s 10:44:29 10:44:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:29 #2 DONE 0.0s 10:44:29 10:44:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:29 #3 DONE 0.0s 10:44:29 10:44:29 #4 [internal] load .dockerignore 10:44:29 #4 transferring context: 2B done 10:44:29 #4 DONE 0.0s 10:44:29 10:44:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done 10:44:29 #5 DONE 0.0s 10:44:29 10:44:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done 10:44:29 #6 CACHED 10:44:29 10:44:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:29 #5 CACHED 10:44:29 10:44:29 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:44:29 #7 DONE 0.0s 10:44:29 10:44:29 #8 exporting to image 10:44:29 #8 exporting layers done 10:44:29 #8 exporting manifest sha256:1674b742f3bac2f7623cd8fdd9b5144061f381f8eca6957a64eeeebb47a846f9 done 10:44:29 #8 exporting config sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done 10:44:29 #8 exporting manifest sha256:5a9e3247514c5828ac5f9012c364ddff11e9a073e5aef88d2c6d3637eacfbea1 done 10:44:29 #8 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 done 10:44:29 #8 exporting manifest list sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 done 10:44:29 #8 pushing layers 0.0s done 10:44:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 0.1s done 10:44:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:29 #8 DONE 0.1s 10:44:29 10:44:29 1 warning found (use --debug to expand): 10:44:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 10:44:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 10:44:30 #1 [internal] load build definition from Dockerfile 10:44:30 #1 transferring dockerfile: 169B done 10:44:30 #1 DONE 0.0s 10:44:30 10:44:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:44:30 #2 DONE 0.0s 10:44:30 10:44:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:44:30 #3 DONE 0.0s 10:44:30 10:44:30 #4 [internal] load .dockerignore 10:44:30 #4 transferring context: 2B done 10:44:30 #4 DONE 0.0s 10:44:30 10:44:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done 10:44:30 #5 CACHED 10:44:30 10:44:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 10:44:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done 10:44:30 #6 CACHED 10:44:30 10:44:30 #7 exporting to image 10:44:30 #7 exporting layers done 10:44:30 #7 exporting manifest sha256:1674b742f3bac2f7623cd8fdd9b5144061f381f8eca6957a64eeeebb47a846f9 done 10:44:30 #7 exporting config sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done 10:44:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:30 #7 exporting manifest sha256:5a9e3247514c5828ac5f9012c364ddff11e9a073e5aef88d2c6d3637eacfbea1 done 10:44:30 #7 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 done 10:44:30 #7 exporting manifest list sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 done 10:44:30 #7 pushing layers 0.0s done 10:44:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 0.1s done 10:44:30 #7 DONE 0.1s 10:44:30 10:44:30 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:44:30 #8 DONE 0.0s 10:44:30 10:44:30 1 warning found (use --debug to expand): 10:44:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:30 #1 [internal] load build definition from Dockerfile 10:44:30 #1 transferring dockerfile: 206B done 10:44:30 #1 DONE 0.0s 10:44:30 10:44:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:30 #2 DONE 0.0s 10:44:30 10:44:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:30 #3 DONE 0.0s 10:44:30 10:44:30 #4 [internal] load .dockerignore 10:44:30 #4 transferring context: 2B done 10:44:30 #4 DONE 0.0s 10:44:30 10:44:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 10:44:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done 10:44:30 #5 DONE 0.0s 10:44:30 10:44:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 10:44:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done 10:44:30 #6 DONE 0.1s 10:44:30 10:44:30 #7 exporting to image 10:44:30 #7 exporting layers 10:44:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:30 #7 ... 10:44:30 10:44:30 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:44:30 #8 DONE 0.0s 10:44:30 10:44:30 #7 exporting to image 10:44:30 #7 exporting layers done 10:44:30 #7 exporting manifest sha256:3cfab107fbf4fdad8fa8e02b8d9059904464f015598d80d85cd754e29c5dde4d 0.0s done 10:44:30 #7 exporting config sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done 10:44:30 #7 exporting manifest sha256:31158d7620a5553769969c35b56856591c8a679b68c8c67157d945311a87492b done 10:44:30 #7 exporting config sha256:bf75466282a68c6be3f5e6edb7945a1943ac521ca15faf5076945da2ccf014b5 done 10:44:30 #7 exporting manifest list sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f done 10:44:30 #7 pushing layers 0.1s done 10:44:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 10:44:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 0.1s done 10:44:31 #7 DONE 0.2s 10:44:31 10:44:31 1 warning found (use --debug to expand): 10:44:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 10:44:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 10:44:31 #1 [internal] load build definition from Dockerfile 10:44:31 #1 transferring dockerfile: 172B done 10:44:31 #1 DONE 0.0s 10:44:31 10:44:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:44:31 #2 DONE 0.0s 10:44:31 10:44:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:44:31 #3 DONE 0.0s 10:44:31 10:44:31 #4 [internal] load .dockerignore 10:44:31 #4 transferring context: 2B done 10:44:31 #4 DONE 0.0s 10:44:31 10:44:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 10:44:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done 10:44:31 #5 CACHED 10:44:31 10:44:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 10:44:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done 10:44:31 #6 CACHED 10:44:31 10:44:31 #7 exporting to image 10:44:31 #7 exporting layers 10:44:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:31 #7 exporting layers done 10:44:31 #7 exporting manifest sha256:3cfab107fbf4fdad8fa8e02b8d9059904464f015598d80d85cd754e29c5dde4d done 10:44:31 #7 exporting config sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done 10:44:31 #7 exporting manifest sha256:31158d7620a5553769969c35b56856591c8a679b68c8c67157d945311a87492b done 10:44:31 #7 exporting config sha256:bf75466282a68c6be3f5e6edb7945a1943ac521ca15faf5076945da2ccf014b5 done 10:44:31 #7 exporting manifest list sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f done 10:44:31 #7 pushing layers 0.0s done 10:44:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 0.1s done 10:44:31 #7 DONE 0.1s 10:44:31 10:44:31 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:44:31 #8 DONE 0.0s 10:44:31 10:44:31 1 warning found (use --debug to expand): 10:44:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 --push - 10:44:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49' 10:44:32 #1 [internal] load build definition from Dockerfile 10:44:32 #1 transferring dockerfile: 178B done 10:44:32 #1 DONE 0.0s 10:44:32 10:44:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 10:44:32 #2 DONE 0.0s 10:44:32 10:44:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 10:44:32 #3 DONE 0.0s 10:44:32 10:44:32 #4 [internal] load .dockerignore 10:44:32 #4 transferring context: 2B done 10:44:32 #4 DONE 0.0s 10:44:32 10:44:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 10:44:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done 10:44:32 #5 CACHED 10:44:32 10:44:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 10:44:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done 10:44:32 #6 CACHED 10:44:32 10:44:32 #7 exporting to image 10:44:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:32 #7 exporting layers done 10:44:32 #7 exporting manifest sha256:3cfab107fbf4fdad8fa8e02b8d9059904464f015598d80d85cd754e29c5dde4d done 10:44:32 #7 exporting config sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done 10:44:32 #7 exporting manifest sha256:31158d7620a5553769969c35b56856591c8a679b68c8c67157d945311a87492b done 10:44:32 #7 exporting config sha256:bf75466282a68c6be3f5e6edb7945a1943ac521ca15faf5076945da2ccf014b5 done 10:44:32 #7 exporting manifest list sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f done 10:44:32 #7 pushing layers 0.0s done 10:44:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 0.1s done 10:44:32 #7 DONE 0.1s 10:44:32 10:44:32 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:44:32 #8 DONE 0.0s 10:44:32 10:44:32 1 warning found (use --debug to expand): 10:44:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:32 #1 [internal] load build definition from Dockerfile 10:44:32 #1 transferring dockerfile: 219B done 10:44:32 #1 DONE 0.0s 10:44:32 10:44:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:32 #2 DONE 0.0s 10:44:32 10:44:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:32 #3 DONE 0.0s 10:44:32 10:44:32 #4 [internal] load .dockerignore 10:44:32 #4 transferring context: 2B done 10:44:32 #4 DONE 0.0s 10:44:32 10:44:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 10:44:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done 10:44:32 #5 CACHED 10:44:32 10:44:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 10:44:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done 10:44:32 #6 CACHED 10:44:32 10:44:32 #7 exporting to image 10:44:32 #7 exporting layers done 10:44:32 #7 exporting manifest sha256:3cfab107fbf4fdad8fa8e02b8d9059904464f015598d80d85cd754e29c5dde4d done 10:44:32 #7 exporting config sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done 10:44:32 #7 exporting manifest sha256:31158d7620a5553769969c35b56856591c8a679b68c8c67157d945311a87492b done 10:44:32 #7 exporting config sha256:bf75466282a68c6be3f5e6edb7945a1943ac521ca15faf5076945da2ccf014b5 done 10:44:32 #7 exporting manifest list sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f done 10:44:32 #7 pushing layers 10:44:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:32 #7 pushing layers 0.0s done 10:44:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 0.1s done 10:44:32 #7 DONE 0.1s 10:44:32 10:44:32 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:44:32 #8 DONE 0.0s 10:44:32 10:44:32 1 warning found (use --debug to expand): 10:44:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 10:44:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 10:44:33 #1 [internal] load build definition from Dockerfile 10:44:33 #1 transferring dockerfile: 170B done 10:44:33 #1 DONE 0.0s 10:44:33 10:44:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 10:44:33 #2 DONE 0.0s 10:44:33 10:44:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 10:44:33 #3 DONE 0.0s 10:44:33 10:44:33 #4 [internal] load .dockerignore 10:44:33 #4 transferring context: 2B done 10:44:33 #4 DONE 0.0s 10:44:33 10:44:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 10:44:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 done 10:44:33 #5 CACHED 10:44:33 10:44:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 10:44:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done 10:44:33 #6 CACHED 10:44:33 10:44:33 #7 exporting to image 10:44:33 #7 exporting layers done 10:44:33 #7 exporting manifest sha256:3cfab107fbf4fdad8fa8e02b8d9059904464f015598d80d85cd754e29c5dde4d done 10:44:33 #7 exporting config sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done 10:44:33 #7 exporting manifest sha256:31158d7620a5553769969c35b56856591c8a679b68c8c67157d945311a87492b done 10:44:33 #7 exporting config sha256:bf75466282a68c6be3f5e6edb7945a1943ac521ca15faf5076945da2ccf014b5 done 10:44:33 #7 exporting manifest list sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f done 10:44:33 #7 pushing layers 0.0s done 10:44:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 10:44:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 0.1s done 10:44:33 #7 DONE 0.1s 10:44:33 10:44:33 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:44:33 #8 DONE 0.0s 10:44:33 10:44:33 1 warning found (use --debug to expand): 10:44:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:34 #1 [internal] load build definition from Dockerfile 10:44:34 #1 transferring dockerfile: 206B done 10:44:34 #1 DONE 0.0s 10:44:34 10:44:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:34 #2 DONE 0.0s 10:44:34 10:44:34 #3 [internal] load .dockerignore 10:44:34 #3 transferring context: 2B done 10:44:34 #3 DONE 0.0s 10:44:34 10:44:34 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:34 #4 DONE 0.1s 10:44:34 10:44:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done 10:44:34 #5 DONE 0.0s 10:44:34 10:44:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done 10:44:34 #6 DONE 0.0s 10:44:34 10:44:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done 10:44:34 #5 DONE 0.1s 10:44:34 10:44:34 #7 exporting to image 10:44:34 #7 exporting layers done 10:44:34 #7 exporting manifest sha256:e543cfd2d3cf735686ff8faa728cad029617ff603fbbcd4b2b1a1ae76f8d6a06 done 10:44:34 #7 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done 10:44:34 #7 exporting manifest sha256:701f93d4f81a6ed8810881c19b32710a573982a1a9f778e8c456190401e73022 done 10:44:34 #7 exporting config sha256:3f800545d1c000da72bf1b326e6242ba2458c54e17355bb661371f976cfababb done 10:44:34 #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c done 10:44:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:34 #7 ... 10:44:34 10:44:34 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:44:34 #8 DONE 0.0s 10:44:34 10:44:34 #7 exporting to image 10:44:34 #7 pushing layers 0.1s done 10:44:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 10:44:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 0.1s done 10:44:34 #7 DONE 0.2s 10:44:34 10:44:34 1 warning found (use --debug to expand): 10:44:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 10:44:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 10:44:34 #1 [internal] load build definition from Dockerfile 10:44:34 #1 transferring dockerfile: 172B done 10:44:34 #1 DONE 0.0s 10:44:34 10:44:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:44:34 #2 DONE 0.0s 10:44:34 10:44:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:44:34 #3 DONE 0.0s 10:44:34 10:44:34 #4 [internal] load .dockerignore 10:44:34 #4 transferring context: 2B done 10:44:34 #4 DONE 0.0s 10:44:34 10:44:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 done 10:44:34 #5 CACHED 10:44:34 10:44:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done 10:44:34 #6 CACHED 10:44:34 10:44:34 #7 exporting to image 10:44:34 #7 exporting layers done 10:44:34 #7 exporting manifest sha256:e543cfd2d3cf735686ff8faa728cad029617ff603fbbcd4b2b1a1ae76f8d6a06 done 10:44:34 #7 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done 10:44:34 #7 exporting manifest sha256:701f93d4f81a6ed8810881c19b32710a573982a1a9f778e8c456190401e73022 done 10:44:34 #7 exporting config sha256:3f800545d1c000da72bf1b326e6242ba2458c54e17355bb661371f976cfababb done 10:44:34 #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 10:44:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:34 #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c done 10:44:34 #7 pushing layers 0.0s done 10:44:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 0.1s done 10:44:34 #7 DONE 0.1s 10:44:34 10:44:34 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:44:34 #8 DONE 0.0s 10:44:34 10:44:34 1 warning found (use --debug to expand): 10:44:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49' 10:44:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 --push - 10:44:35 #1 [internal] load build definition from Dockerfile 10:44:35 #1 transferring dockerfile: 178B done 10:44:35 #1 DONE 0.0s 10:44:35 10:44:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 10:44:35 #2 DONE 0.0s 10:44:35 10:44:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 10:44:35 #3 DONE 0.0s 10:44:35 10:44:35 #4 [internal] load .dockerignore 10:44:35 #4 transferring context: 2B done 10:44:35 #4 DONE 0.0s 10:44:35 10:44:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done 10:44:35 #5 CACHED 10:44:35 10:44:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done 10:44:35 #6 CACHED 10:44:35 10:44:35 #7 exporting to image 10:44:35 #7 exporting layers done 10:44:35 #7 exporting manifest sha256:e543cfd2d3cf735686ff8faa728cad029617ff603fbbcd4b2b1a1ae76f8d6a06 done 10:44:35 #7 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done 10:44:35 #7 exporting manifest sha256:701f93d4f81a6ed8810881c19b32710a573982a1a9f778e8c456190401e73022 done 10:44:35 #7 exporting config sha256:3f800545d1c000da72bf1b326e6242ba2458c54e17355bb661371f976cfababb done 10:44:35 #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 10:44:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:35 #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c done 10:44:35 #7 pushing layers 0.0s done 10:44:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 0.1s done 10:44:35 #7 DONE 0.1s 10:44:35 10:44:35 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:44:35 #8 DONE 0.0s 10:44:35 10:44:35 1 warning found (use --debug to expand): 10:44:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:35 #1 [internal] load build definition from Dockerfile 10:44:35 #1 transferring dockerfile: 219B done 10:44:35 #1 DONE 0.0s 10:44:35 10:44:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:35 #2 DONE 0.0s 10:44:35 10:44:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:35 #3 DONE 0.0s 10:44:35 10:44:35 #4 [internal] load .dockerignore 10:44:35 #4 transferring context: 2B done 10:44:35 #4 DONE 0.0s 10:44:35 10:44:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done 10:44:35 #5 CACHED 10:44:35 10:44:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done 10:44:35 #6 CACHED 10:44:35 10:44:35 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:44:35 #7 DONE 0.0s 10:44:35 10:44:35 #8 exporting to image 10:44:35 #8 exporting layers done 10:44:35 #8 exporting manifest sha256:e543cfd2d3cf735686ff8faa728cad029617ff603fbbcd4b2b1a1ae76f8d6a06 done 10:44:35 #8 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done 10:44:35 #8 exporting manifest sha256:701f93d4f81a6ed8810881c19b32710a573982a1a9f778e8c456190401e73022 done 10:44:35 #8 exporting config sha256:3f800545d1c000da72bf1b326e6242ba2458c54e17355bb661371f976cfababb done 10:44:35 #8 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c done 10:44:35 #8 pushing layers 0.0s done 10:44:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 0.1s done 10:44:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:35 #8 DONE 0.1s 10:44:35 10:44:35 1 warning found (use --debug to expand): 10:44:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 10:44:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 10:44:36 #1 [internal] load build definition from Dockerfile 10:44:36 #1 transferring dockerfile: 170B done 10:44:36 #1 DONE 0.0s 10:44:36 10:44:36 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 10:44:36 #2 DONE 0.0s 10:44:36 10:44:36 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 10:44:36 #3 DONE 0.0s 10:44:36 10:44:36 #4 [internal] load .dockerignore 10:44:36 #4 transferring context: 2B done 10:44:36 #4 DONE 0.0s 10:44:36 10:44:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 done 10:44:36 #5 CACHED 10:44:36 10:44:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 10:44:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done 10:44:36 #6 CACHED 10:44:36 10:44:36 #7 exporting to image 10:44:36 #7 exporting layers done 10:44:36 #7 exporting manifest sha256:e543cfd2d3cf735686ff8faa728cad029617ff603fbbcd4b2b1a1ae76f8d6a06 done 10:44:36 #7 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 10:44:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:36 #7 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done 10:44:36 #7 exporting manifest sha256:701f93d4f81a6ed8810881c19b32710a573982a1a9f778e8c456190401e73022 done 10:44:36 #7 exporting config sha256:3f800545d1c000da72bf1b326e6242ba2458c54e17355bb661371f976cfababb done 10:44:36 #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c done 10:44:36 #7 pushing layers 0.0s done 10:44:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 0.1s done 10:44:36 #7 DONE 0.1s 10:44:36 10:44:36 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:44:36 #8 DONE 0.0s 10:44:36 10:44:36 1 warning found (use --debug to expand): 10:44:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:36 #1 [internal] load build definition from Dockerfile 10:44:36 #1 transferring dockerfile: 206B done 10:44:36 #1 DONE 0.0s 10:44:36 10:44:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:36 #2 DONE 0.0s 10:44:36 10:44:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:36 #3 DONE 0.0s 10:44:36 10:44:36 #4 [internal] load .dockerignore 10:44:36 #4 transferring context: 2B done 10:44:36 #4 DONE 0.0s 10:44:36 10:44:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:36 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:37 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done 10:44:37 #5 DONE 0.0s 10:44:37 10:44:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:37 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done 10:44:37 #6 DONE 0.1s 10:44:37 10:44:37 #7 exporting to image 10:44:37 #7 exporting layers done 10:44:37 #7 exporting manifest sha256:dc1dbbbc50c216f338a8d5f8c5fe50a23580c95237ae4a64aab851d0e90a15f6 done 10:44:37 #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done 10:44:37 #7 exporting manifest sha256:044a6aa7c935a3087f7edc62bdaedd3c266960bc712f643a584f2989690a7c94 done 10:44:37 #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d 10:44:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:37 #7 ... 10:44:37 10:44:37 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:44:37 #8 DONE 0.0s 10:44:37 10:44:37 #7 exporting to image 10:44:37 #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d done 10:44:37 #7 exporting manifest list sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b done 10:44:37 #7 pushing layers 0.1s done 10:44:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 10:44:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 0.1s done 10:44:37 #7 DONE 0.2s 10:44:37 10:44:37 1 warning found (use --debug to expand): 10:44:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 10:44:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 10:44:37 #1 [internal] load build definition from Dockerfile 10:44:37 #1 transferring dockerfile: 172B done 10:44:37 #1 DONE 0.0s 10:44:37 10:44:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 10:44:37 #2 DONE 0.0s 10:44:37 10:44:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 10:44:37 #3 DONE 0.0s 10:44:37 10:44:37 #4 [internal] load .dockerignore 10:44:37 #4 transferring context: 2B done 10:44:37 #4 DONE 0.0s 10:44:37 10:44:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:37 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 done 10:44:37 #5 CACHED 10:44:37 10:44:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:37 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 done 10:44:37 #6 CACHED 10:44:37 10:44:37 #7 exporting to image 10:44:37 #7 exporting layers done 10:44:37 #7 exporting manifest sha256:dc1dbbbc50c216f338a8d5f8c5fe50a23580c95237ae4a64aab851d0e90a15f6 done 10:44:37 #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done 10:44:37 #7 exporting manifest sha256:044a6aa7c935a3087f7edc62bdaedd3c266960bc712f643a584f2989690a7c94 done 10:44:37 #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d done 10:44:37 #7 exporting manifest list sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b done 10:44:37 #7 pushing layers 0.0s done 10:44:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 10:44:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 0.1s done 10:44:37 #7 DONE 0.1s 10:44:37 10:44:37 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:44:37 #8 DONE 0.0s 10:44:37 10:44:37 1 warning found (use --debug to expand): 10:44:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 --push - 10:44:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49' 10:44:38 #1 [internal] load build definition from Dockerfile 10:44:38 #1 transferring dockerfile: 178B done 10:44:38 #1 DONE 0.0s 10:44:38 10:44:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 10:44:38 #2 DONE 0.0s 10:44:38 10:44:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 10:44:38 #3 DONE 0.0s 10:44:38 10:44:38 #4 [internal] load .dockerignore 10:44:38 #4 transferring context: 2B done 10:44:38 #4 DONE 0.0s 10:44:38 10:44:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:38 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done 10:44:38 #5 CACHED 10:44:38 10:44:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:38 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done 10:44:38 #6 CACHED 10:44:38 10:44:38 #7 exporting to image 10:44:38 #7 exporting layers done 10:44:38 #7 exporting manifest sha256:dc1dbbbc50c216f338a8d5f8c5fe50a23580c95237ae4a64aab851d0e90a15f6 done 10:44:38 #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done 10:44:38 #7 exporting manifest sha256:044a6aa7c935a3087f7edc62bdaedd3c266960bc712f643a584f2989690a7c94 done 10:44:38 #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d done 10:44:38 #7 exporting manifest list sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b done 10:44:38 #7 pushing layers 0.0s done 10:44:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 10:44:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 0.1s done 10:44:38 #7 DONE 0.1s 10:44:38 10:44:38 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:44:38 #8 DONE 0.0s 10:44:38 10:44:38 1 warning found (use --debug to expand): 10:44:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:38 #1 [internal] load build definition from Dockerfile 10:44:38 #1 transferring dockerfile: 219B done 10:44:38 #1 DONE 0.0s 10:44:38 10:44:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:38 #2 DONE 0.0s 10:44:38 10:44:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:38 #3 DONE 0.0s 10:44:38 10:44:38 #4 [internal] load .dockerignore 10:44:38 #4 transferring context: 2B done 10:44:38 #4 DONE 0.0s 10:44:38 10:44:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:38 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done 10:44:38 #5 CACHED 10:44:38 10:44:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:38 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done 10:44:38 #6 CACHED 10:44:38 10:44:38 #7 exporting to image 10:44:38 #7 exporting layers done 10:44:38 #7 exporting manifest sha256:dc1dbbbc50c216f338a8d5f8c5fe50a23580c95237ae4a64aab851d0e90a15f6 done 10:44:38 #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b 10:44:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:39 #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done 10:44:39 #7 exporting manifest sha256:044a6aa7c935a3087f7edc62bdaedd3c266960bc712f643a584f2989690a7c94 done 10:44:39 #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d done 10:44:39 #7 exporting manifest list sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b done 10:44:39 #7 pushing layers 0.0s done 10:44:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 0.1s done 10:44:39 #7 DONE 0.1s 10:44:39 10:44:39 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:44:39 #8 DONE 0.0s 10:44:39 10:44:39 1 warning found (use --debug to expand): 10:44:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 10:44:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 10:44:39 #1 [internal] load build definition from Dockerfile 10:44:39 #1 transferring dockerfile: 170B done 10:44:39 #1 DONE 0.0s 10:44:39 10:44:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 10:44:39 #2 DONE 0.0s 10:44:39 10:44:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 10:44:39 #3 DONE 0.0s 10:44:39 10:44:39 #4 [internal] load .dockerignore 10:44:39 #4 transferring context: 2B done 10:44:39 #4 DONE 0.0s 10:44:39 10:44:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:39 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done 10:44:39 #5 CACHED 10:44:39 10:44:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 10:44:39 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done 10:44:39 #6 CACHED 10:44:39 10:44:39 #7 exporting to image 10:44:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:39 #7 exporting layers done 10:44:39 #7 exporting manifest sha256:dc1dbbbc50c216f338a8d5f8c5fe50a23580c95237ae4a64aab851d0e90a15f6 done 10:44:39 #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done 10:44:39 #7 exporting manifest sha256:044a6aa7c935a3087f7edc62bdaedd3c266960bc712f643a584f2989690a7c94 done 10:44:39 #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d done 10:44:39 #7 exporting manifest list sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b done 10:44:39 #7 pushing layers 0.0s done 10:44:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 0.1s done 10:44:39 #7 DONE 0.1s 10:44:39 10:44:39 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:44:39 #8 DONE 0.0s 10:44:39 10:44:39 1 warning found (use --debug to expand): 10:44:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' 10:44:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - 10:44:40 #1 [internal] load build definition from Dockerfile 10:44:40 #1 transferring dockerfile: 202B done 10:44:40 #1 DONE 0.0s 10:44:40 10:44:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:40 #2 DONE 0.0s 10:44:40 10:44:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 10:44:40 #3 DONE 0.0s 10:44:40 10:44:40 #4 [internal] load .dockerignore 10:44:40 #4 transferring context: 2B done 10:44:40 #4 DONE 0.0s 10:44:40 10:44:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:40 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:40 #5 DONE 0.0s 10:44:40 10:44:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:40 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done 10:44:40 #6 DONE 0.1s 10:44:40 10:44:40 #7 exporting to image 10:44:40 #7 exporting layers done 10:44:40 #7 exporting manifest sha256:98d9023a69b46e0fd4bbd8d751e27200b54cd2700d87deb65ea9a5639fb0e576 done 10:44:40 #7 exporting config sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done 10:44:40 #7 exporting manifest sha256:d82e88078be83cb872d0394f02a35e99ababf6f07657af779abe6d2ea8e15f1d 0.0s done 10:44:40 #7 exporting config sha256:ff968c26d270839c1e700993b46c7632a562c7341b5a9d0e5f53be9f563fcb68 done 10:44:40 #7 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 10:44:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:40 #7 ... 10:44:40 10:44:40 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:44:40 #8 DONE 0.0s 10:44:40 10:44:40 #7 exporting to image 10:44:40 #7 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 done 10:44:40 #7 pushing layers 0.1s done 10:44:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 10:44:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 0.1s done 10:44:40 #7 DONE 0.2s 10:44:40 10:44:40 1 warning found (use --debug to expand): 10:44:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 10:44:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 10:44:40 #1 [internal] load build definition from Dockerfile 10:44:40 #1 transferring dockerfile: 168B done 10:44:40 #1 DONE 0.0s 10:44:40 10:44:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:44:40 #2 DONE 0.0s 10:44:40 10:44:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:44:40 #3 DONE 0.0s 10:44:40 10:44:40 #4 [internal] load .dockerignore 10:44:40 #4 transferring context: 2B 0.0s done 10:44:40 #4 DONE 0.0s 10:44:40 10:44:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:40 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 done 10:44:40 #5 DONE 0.0s 10:44:40 10:44:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:40 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done 10:44:40 #6 CACHED 10:44:40 10:44:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:40 #5 CACHED 10:44:40 10:44:40 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:44:40 #7 DONE 0.0s 10:44:40 10:44:40 #8 exporting to image 10:44:40 #8 exporting layers done 10:44:40 #8 exporting manifest sha256:98d9023a69b46e0fd4bbd8d751e27200b54cd2700d87deb65ea9a5639fb0e576 done 10:44:40 #8 exporting config sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done 10:44:40 #8 exporting manifest sha256:d82e88078be83cb872d0394f02a35e99ababf6f07657af779abe6d2ea8e15f1d done 10:44:40 #8 exporting config sha256:ff968c26d270839c1e700993b46c7632a562c7341b5a9d0e5f53be9f563fcb68 done 10:44:40 #8 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 done 10:44:40 #8 pushing layers 0.0s done 10:44:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 0.1s done 10:44:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:40 #8 DONE 0.1s 10:44:40 10:44:40 1 warning found (use --debug to expand): 10:44:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49' 10:44:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 --push - 10:44:41 #1 [internal] load build definition from Dockerfile 10:44:41 #1 transferring dockerfile: 174B done 10:44:41 #1 DONE 0.0s 10:44:41 10:44:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 10:44:41 #2 DONE 0.0s 10:44:41 10:44:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 10:44:41 #3 DONE 0.0s 10:44:41 10:44:41 #4 [internal] load .dockerignore 10:44:41 #4 transferring context: 2B done 10:44:41 #4 DONE 0.0s 10:44:41 10:44:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:41 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 done 10:44:41 #5 CACHED 10:44:41 10:44:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:41 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done 10:44:41 #6 CACHED 10:44:41 10:44:41 #7 exporting to image 10:44:41 #7 exporting layers done 10:44:41 #7 exporting manifest sha256:98d9023a69b46e0fd4bbd8d751e27200b54cd2700d87deb65ea9a5639fb0e576 done 10:44:41 #7 exporting config sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done 10:44:41 #7 exporting manifest sha256:d82e88078be83cb872d0394f02a35e99ababf6f07657af779abe6d2ea8e15f1d done 10:44:41 #7 exporting config sha256:ff968c26d270839c1e700993b46c7632a562c7341b5a9d0e5f53be9f563fcb68 done 10:44:41 #7 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 done 10:44:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:41 #7 pushing layers 0.0s done 10:44:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 0.1s done 10:44:41 #7 DONE 0.1s 10:44:41 10:44:41 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:44:41 #8 DONE 0.0s 10:44:41 10:44:41 1 warning found (use --debug to expand): 10:44:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' 10:44:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - 10:44:41 #1 [internal] load build definition from Dockerfile 10:44:41 #1 transferring dockerfile: 215B done 10:44:41 #1 DONE 0.0s 10:44:41 10:44:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:41 #2 DONE 0.0s 10:44:41 10:44:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 10:44:41 #3 DONE 0.0s 10:44:41 10:44:41 #4 [internal] load .dockerignore 10:44:41 #4 transferring context: 2B done 10:44:41 #4 DONE 0.0s 10:44:41 10:44:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:41 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done 10:44:41 #5 CACHED 10:44:41 10:44:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:41 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done 10:44:41 #6 CACHED 10:44:41 10:44:41 #7 exporting to image 10:44:41 #7 exporting layers done 10:44:41 #7 exporting manifest sha256:98d9023a69b46e0fd4bbd8d751e27200b54cd2700d87deb65ea9a5639fb0e576 done 10:44:41 #7 exporting config sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done 10:44:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:42 #7 exporting manifest sha256:d82e88078be83cb872d0394f02a35e99ababf6f07657af779abe6d2ea8e15f1d done 10:44:42 #7 exporting config sha256:ff968c26d270839c1e700993b46c7632a562c7341b5a9d0e5f53be9f563fcb68 done 10:44:42 #7 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 done 10:44:42 #7 pushing layers 0.0s done 10:44:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 0.1s done 10:44:42 #7 DONE 0.1s 10:44:42 10:44:42 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:44:42 #8 DONE 0.0s 10:44:42 10:44:42 1 warning found (use --debug to expand): 10:44:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:44:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 10:44:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 10:44:42 #1 [internal] load build definition from Dockerfile 10:44:42 #1 transferring dockerfile: 166B done 10:44:42 #1 DONE 0.0s 10:44:42 10:44:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 10:44:42 #2 DONE 0.0s 10:44:42 10:44:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 10:44:42 #3 DONE 0.0s 10:44:42 10:44:42 #4 [internal] load .dockerignore 10:44:42 #4 transferring context: 2B done 10:44:42 #4 DONE 0.0s 10:44:42 10:44:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:42 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:42 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done 10:44:42 #5 CACHED 10:44:42 10:44:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 10:44:42 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done 10:44:42 #6 CACHED 10:44:42 10:44:42 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:44:42 #7 DONE 0.0s 10:44:42 10:44:42 #8 exporting to image 10:44:42 #8 exporting layers done 10:44:42 #8 exporting manifest sha256:98d9023a69b46e0fd4bbd8d751e27200b54cd2700d87deb65ea9a5639fb0e576 done 10:44:42 #8 exporting config sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done 10:44:42 #8 exporting manifest sha256:d82e88078be83cb872d0394f02a35e99ababf6f07657af779abe6d2ea8e15f1d done 10:44:42 #8 exporting config sha256:ff968c26d270839c1e700993b46c7632a562c7341b5a9d0e5f53be9f563fcb68 done 10:44:42 #8 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 done 10:44:42 #8 pushing layers 0.0s done 10:44:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 0.1s done 10:44:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:44:42 #8 DONE 0.1s 10:44:42 10:44:42 1 warning found (use --debug to expand): 10:44: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 10:44:42 + '[' -d /w/workspace/edgex-go/890/archives ']' [Pipeline] libraryResource [Pipeline] sh 10:44:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:44:43 ---> package-listing.sh 10:44:43 ++ facter osfamily 10:44:43 ++ tr '[:upper:]' '[:lower:]' 10:44:44 + OS_FAMILY=redhat 10:44:44 + workspace=/w/workspace/edgex-go/890 10:44:44 + START_PACKAGES=/tmp/packages_start.txt 10:44:44 + END_PACKAGES=/tmp/packages_end.txt 10:44:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:44:44 + PACKAGES=/tmp/packages_start.txt 10:44:44 + '[' /w/workspace/edgex-go/890 ']' 10:44:44 + PACKAGES=/tmp/packages_end.txt 10:44:44 + case "${OS_FAMILY}" in 10:44:44 + sort 10:44:44 + rpm -qa 10:44:44 + '[' -f /tmp/packages_start.txt ']' 10:44:44 + '[' -f /tmp/packages_end.txt ']' 10:44:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:44:44 + '[' /w/workspace/edgex-go/890 ']' 10:44:44 + mkdir -p /w/workspace/edgex-go/890/archives/ 10:44:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/890/archives/ [Pipeline] echo 10:44: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/890/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:44:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:44:45 10:44:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:44:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:44:45 latest: Pulling from edgex-lftools-log-publisher 10:44:45 5eb5b503b376: Pulling fs layer 10:44:45 5c69ac0246d0: Pulling fs layer 10:44:45 ec43610c2a17: Pulling fs layer 10:44:45 3a2ae6a8a46f: Pulling fs layer 10:44:45 33b1e0a273af: Pulling fs layer 10:44:45 5d3b04190fa2: Pulling fs layer 10:44:45 2f39f015ded8: Pulling fs layer 10:44:45 33b1e0a273af: Waiting 10:44:45 5d3b04190fa2: Waiting 10:44:45 2f39f015ded8: Waiting 10:44:45 3a2ae6a8a46f: Waiting 10:44:45 5c69ac0246d0: Verifying Checksum 10:44:45 5c69ac0246d0: Download complete 10:44:45 3a2ae6a8a46f: Verifying Checksum 10:44:45 3a2ae6a8a46f: Download complete 10:44:45 33b1e0a273af: Verifying Checksum 10:44:45 33b1e0a273af: Download complete 10:44:45 5d3b04190fa2: Verifying Checksum 10:44:45 5d3b04190fa2: Download complete 10:44:45 ec43610c2a17: Verifying Checksum 10:44:45 ec43610c2a17: Download complete 10:44:46 5eb5b503b376: Verifying Checksum 10:44:46 5eb5b503b376: Download complete 10:44:46 2f39f015ded8: Verifying Checksum 10:44:46 2f39f015ded8: Download complete 10:44:47 5eb5b503b376: Pull complete 10:44:47 5c69ac0246d0: Pull complete 10:44:47 ec43610c2a17: Pull complete 10:44:47 3a2ae6a8a46f: Pull complete 10:44:48 33b1e0a273af: Pull complete 10:44:48 5d3b04190fa2: Pull complete 10:44:52 2f39f015ded8: Pull complete 10:44:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:44:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:44:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:44:52 prd-centos7-docker-4c-2g-7631 does not seem to be running inside a container 10:44: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/890/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 10:44:55 $ docker top f95bec9cf31e2cae33031630d1ae92a7779bbfe0db674dca53635e30b26269f7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:44:56 + touch /tmp/pre-build-complete [Pipeline] sh 10:44:56 + mkdir -p /var/log/sysstat [Pipeline] sh 10:44:56 + ls /var/log/sa-host 10:44:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:44:56 provisioning config files... 10:44:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config8200249004289358561tmp [Pipeline] { [Pipeline] echo 10:44:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:44:57 ---> create-netrc.sh [Pipeline] } 10:44:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:44:57 ---> python-tools-install.sh [Pipeline] echo 10:44:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:44:57 ---> sudo-logs.sh 10:44:57 Archiving 'sudo' log.. 10:44:57 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:44:57 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 10:44:57 $ docker stop --time=1 f95bec9cf31e2cae33031630d1ae92a7779bbfe0db674dca53635e30b26269f7 10:44:58 $ docker rm -f --volumes f95bec9cf31e2cae33031630d1ae92a7779bbfe0db674dca53635e30b26269f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 10:44:59 [WS-CLEANUP] Deleting project workspace... 10:44:59 [WS-CLEANUP] Deferred wipeout is used... 10:44:59 [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] } 10:58:12 #130 ... 10:58:12 10:58:12 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:58:12 #144 DONE 1064.2s 10:58:12 10:58:12 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:58:12 #152 ... 10:58:12 10:58:12 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:58:12 #155 DONE 0.2s 10:58:12 10:58:12 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:58:12 #156 DONE 0.2s 10:58:12 10:58:12 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:58:12 #157 DONE 0.3s 10:58:12 10:58:12 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:58:12 #158 DONE 0.1s 10:58:12 10:58:12 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:58:12 #159 DONE 0.1s 10:58:12 10:58:12 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:58:12 #160 DONE 2.0s 10:58:12 10:58:12 #111 [core-common-config-bootstrapper] exporting to image 10:58:12 #111 exporting layers 10:58:12 #111 exporting layers 0.8s done 10:58:12 #111 writing image sha256:844b8c9771bd7e3a4c1d8977d55d9642694f5872cc9adb8aa36ee6c836ce1366 done 10:58:12 #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 10:58:12 #111 DONE 5.1s 10:58:12 10:58:12 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:58:14 #48 ... 10:58:14 10:58:14 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:58:14 #154 DONE 1071.2s 10:58:14 10:58:14 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:58:15 #161 DONE 0.5s 10:58:15 10:58:15 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:58:18 #162 DONE 2.2s 10:58:18 10:58:18 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:58:18 #163 DONE 0.3s 10:58:18 10:58:18 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:58:18 #152 ... 10:58:18 10:58:18 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:58:18 #164 DONE 0.2s 10:58:18 10:58:18 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:58:18 #165 DONE 0.4s 10:58:18 10:58:18 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:58:18 #166 DONE 0.1s 10:58:18 10:58:18 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:58:18 #147 ... 10:58:18 10:58:18 #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/ 10:58:18 #167 DONE 0.2s 10:58:18 10:58:18 #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/ 10:58:19 #168 DONE 0.2s 10:58:19 10:58:19 #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/ 10:58:19 #169 DONE 0.1s 10:58:19 10:58:19 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:58:19 #170 DONE 0.1s 10:58:19 10:58:19 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:58:21 #171 DONE 2.0s 10:58:21 10:58:21 #111 [security-bootstrapper] exporting to image 10:58:21 #111 exporting layers 10:58:22 #111 exporting layers 1.0s done 10:58:22 #111 writing image sha256:56d156c9132ad1f3b63479084746571c290a3da2e08780a6ac0a68a1fd976825 done 10:58:22 #111 naming to docker.io/library/security-bootstrapper-arm64 0.0s done 10:58:22 #111 DONE 6.2s 10:58:22 10:58:22 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:13:30 #149 ... 11:13:30 11:13:30 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:13:30 #153 DONE 1979.9s 11:13:30 11:13:30 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:13:30 #147 ... 11:13:30 11:13:30 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 11:13:30 #172 DONE 0.1s 11:13:30 11:13:30 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 11:13:30 #173 DONE 0.1s 11:13:30 11:13:30 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:13:30 #145 ... 11:13:30 11:13:30 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:13:30 #174 DONE 0.4s 11:13:30 11:13:30 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:13:30 #150 ... 11:13:30 11:13:30 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 11:13:30 #175 DONE 0.1s 11:13:30 11:13:30 #111 [core-command] exporting to image 11:13:30 #111 exporting layers 11:13:30 #111 exporting layers 0.5s done 11:13:30 #111 writing image sha256:ba6d13851472143f51438d7e8b3c946bdd2dd4007667ba68e759deff224184e4 done 11:13:30 #111 naming to docker.io/library/core-command-arm64 done 11:13:30 #111 DONE 6.7s 11:13:30 11:13:30 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:13:52 #130 ... 11:13:52 11:13:52 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:13:52 #152 2006.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 11:13:53 #152 ... 11:13:53 11:13:53 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 11:13:53 #151 DONE 2009.2s 11:13:53 11:13:53 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:13:53 #146 ... 11:13:53 11:13:53 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 11:13:54 #176 DONE 0.2s 11:13:54 11:13:54 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:13:54 #48 ... 11:13:54 11:13:54 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 11:13:54 #177 DONE 0.2s 11:13:54 11:13:54 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:13:54 #149 ... 11:13:54 11:13:54 #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 11:13:54 #178 DONE 0.2s 11:13:54 11:13:54 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 11:13:54 #179 DONE 0.2s 11:13:54 11:13:54 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:13:54 #180 DONE 0.5s 11:13:54 11:13:54 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 11:13:54 #181 DONE 0.1s 11:13:54 11:13:54 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:13:56 #182 DONE 1.9s 11:13:56 11:13:56 #111 [security-proxy-setup] exporting to image 11:13:56 #111 exporting layers 11:13:58 #111 exporting layers 1.0s done 11:13:58 #111 writing image sha256:e343a58b092b2081d7b4ede708dbebcb6d1452dbfe9aebe63dbaf8277f01f6b9 done 11:13:58 #111 naming to docker.io/library/security-proxy-setup-arm64 done 11:13:58 #111 DONE 7.7s 11:13:58 11:13:58 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:14:24 #148 ... 11:14:24 11:14:24 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:14:24 #152 DONE 2038.4s 11:14:24 11:14:24 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:14:24 #147 ... 11:14:24 11:14:24 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 11:14:24 #183 DONE 0.2s 11:14:24 11:14:24 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:14:24 #147 ... 11:14:24 11:14:24 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 11:14:24 #184 DONE 0.3s 11:14:24 11:14:24 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:14:24 #147 ... 11:14:24 11:14:24 #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 11:14:24 #185 DONE 0.3s 11:14:24 11:14:24 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:14:24 #130 ... 11:14:24 11:14:24 #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 11:14:24 #186 DONE 0.1s 11:14:24 11:14:24 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 11:14:24 #187 DONE 0.2s 11:14:24 11:14:24 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:14:24 #188 DONE 0.3s 11:14:24 11:14:24 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:14:24 #189 DONE 0.5s 11:14:24 11:14:24 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:14:24 #190 DONE 0.1s 11:14:24 11:14:24 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:14:26 #191 DONE 1.9s 11:14:26 11:14:26 #111 [security-secretstore-setup] exporting to image 11:14:26 #111 exporting layers 11:14:28 #111 exporting layers 1.7s done 11:14:28 #111 writing image sha256:8ee4a18cd05018d13be7552978e0906d3a99231e6c5559400a45d37e1b3a27ad done 11:14:28 #111 naming to docker.io/library/security-secretstore-setup-arm64 done 11:14:28 #111 DONE 9.4s 11:14:28 11:14:28 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:15:26 #145 ... 11:15:26 11:15:26 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:15:26 #149 DONE 2098.0s 11:15:26 11:15:26 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:15:26 #148 ... 11:15:26 11:15:26 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:15:26 #192 DONE 0.2s 11:15:26 11:15:26 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:15:26 #193 DONE 0.2s 11:15:26 11:15:26 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:15:26 #145 ... 11:15:26 11:15:26 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 11:15:26 #194 DONE 0.5s 11:15:26 11:15:26 #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 11:15:26 #195 DONE 0.1s 11:15:26 11:15:26 #111 [security-spiffe-token-provider] exporting to image 11:15:26 #111 exporting layers 11:15:26 #111 exporting layers 0.9s done 11:15:26 #111 writing image sha256:66f068e836e2beafad5a2f6264b16016ac546ead09e5c23c9dcdb1770622de2c done 11:15:26 #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done 11:15:26 #111 DONE 10.3s 11:15:26 11:15:26 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:16:05 #145 DONE 2140.1s 11:16:05 11:16:05 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:16:05 #146 ... 11:16:05 11:16:05 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:16:05 #196 DONE 0.1s 11:16:05 11:16:05 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:16:05 #197 DONE 0.2s 11:16:05 11:16:05 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 11:16:05 #198 DONE 0.6s 11:16:05 11:16:05 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 11:16:05 #199 DONE 0.2s 11:16:05 11:16:05 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 11:16:06 #200 DONE 0.3s 11:16:06 11:16:06 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:16:06 #48 ... 11:16:06 11:16:06 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:16:07 #201 DONE 1.9s 11:16:07 11:16:07 #111 [security-proxy-auth] exporting to image 11:16:07 #111 exporting layers 11:16:08 #111 exporting layers 0.8s done 11:16:08 #111 writing image sha256:eeb25c487be85510a5cddc7c6b740164c64cb567fa87179c8c5fd08e2a1ad76f done 11:16:08 #111 naming to docker.io/library/security-proxy-auth-arm64 done 11:16:08 #111 DONE 11.1s 11:16:08 11:16:08 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:16:11 #146 ... 11:16:11 11:16:11 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:16:11 #150 DONE 2147.6s 11:16:11 11:16:11 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:16:12 #48 ... 11:16:12 11:16:12 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:16:12 #202 DONE 0.1s 11:16:12 11:16:12 #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:16:12 #203 DONE 0.1s 11:16:12 11:16:12 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:16:13 #204 DONE 0.5s 11:16:13 11:16:13 #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 11:16:13 #205 DONE 0.2s 11:16:13 11:16:13 #206 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 11:16:13 #206 DONE 0.2s 11:16:13 11:16:13 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:16:13 #48 ... 11:16:13 11:16:13 #111 [core-metadata] exporting to image 11:16:14 #111 ... 11:16:14 11:16:14 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:16:14 #148 DONE 2150.4s 11:16:14 11:16:14 #111 [core-metadata] exporting to image 11:16:14 #111 exporting layers 0.9s done 11:16:14 #111 writing image sha256:9e78e2631286971f0275cfac5108679b3237b1b34e58b35fec782765816bb602 done 11:16:14 #111 naming to docker.io/library/core-metadata-arm64 done 11:16:14 #111 DONE 12.0s 11:16:14 11:16:14 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:16:14 #147 ... 11:16:14 11:16:14 #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:16:14 #207 DONE 0.1s 11:16:14 11:16:14 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:16:14 #147 DONE 2151.2s 11:16:14 11:16:14 #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:16:15 #208 DONE 0.2s 11:16:15 11:16:15 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:16:15 #48 ... 11:16:15 11:16:15 #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:16:16 #209 ... 11:16:16 11:16:16 #210 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 11:16:16 #210 DONE 0.2s 11:16:16 11:16:16 #211 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 11:16:16 #211 ... 11:16:16 11:16:16 #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:16:16 #209 DONE 0.8s 11:16:16 11:16:16 #212 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 11:16:16 #212 DONE 0.2s 11:16:16 11:16:16 #211 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 11:16:16 #211 DONE 0.8s 11:16:16 11:16:16 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 11:16:17 #213 DONE 0.2s 11:16:17 11:16:17 #111 [core-keeper] exporting to image 11:16:17 #111 exporting layers 1.1s done 11:16:17 #111 writing image sha256:7260e36f0132c6cd9092bcfb6a6c587172c7e89c2994a88a29277734daa67f2b done 11:16:17 #111 naming to docker.io/library/core-data-arm64 0.0s done 11:16:17 #111 exporting layers 0.7s done 11:16:18 #111 writing image sha256:e274ac04c5f5a9fe20319cdd4d84580a9335828c01f720eb0e863f9f934d20f2 done 11:16:18 #111 naming to docker.io/library/core-keeper-arm64 done 11:16:18 #111 DONE 13.4s 11:16:18 11:16:18 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:16:44 #130 DONE 2179.2s 11:16:44 11:16:44 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:16:44 #48 ... 11:16:44 11:16:44 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:16:44 #214 DONE 0.1s 11:16:44 11:16:44 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:16:44 #146 ... 11:16:44 11:16:44 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:16:44 #215 DONE 0.2s 11:16:44 11:16:44 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:16:46 #216 DONE 2.0s 11:16:46 11:16:46 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 11:16:46 #217 DONE 0.2s 11:16:46 11:16:46 #111 [support-scheduler] exporting to image 11:16:46 #111 exporting layers 11:16:47 #111 exporting layers 1.0s done 11:16:47 #111 writing image sha256:46344fe131a3ea71c9c669f58d20bb70bca4c14433b4b228e05a8b782e2d8154 done 11:16:47 #111 naming to docker.io/library/support-scheduler-arm64 done 11:16:47 #111 DONE 14.4s 11:16:47 11:16:47 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:16:48 #146 DONE 2184.7s 11:16:48 11:16:48 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:16:49 #48 ... 11:16:49 11:16:49 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:16:49 #218 DONE 0.1s 11:16:49 11:16:49 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:16:49 #219 DONE 0.1s 11:16:49 11:16:49 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:16:49 #220 DONE 0.3s 11:16:49 11:16:49 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:16:49 #48 ... 11:16:49 11:16:49 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 11:16:49 #221 DONE 0.1s 11:16:49 11:16:49 #111 [support-notifications] exporting to image 11:16:49 #111 exporting layers 0.6s done 11:16:49 #111 writing image sha256:e21cad5a68de1277af65a6da600a395b8472dabe76dfe9baf967b2b905e403be done 11:16:49 #111 naming to docker.io/library/support-notifications-arm64 done 11:16:49 #111 DONE 14.9s 11:16:49 11:16:49 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:16:49 time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:16:49 time="2025-08-26T10:37:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 11:16:50 $ docker stop --time=1 4a0ec2c18fdda9d9c7fd8d282d05cd525c3f5bf0683b9b81b7d7e0f634d37949 11:16:51 $ docker rm -f --volumes 4a0ec2c18fdda9d9c7fd8d282d05cd525c3f5bf0683b9b81b7d7e0f634d37949 [Pipeline] // withDockerContainer [Pipeline] sh 11:16:52 + docker images 11:16:52 REPOSITORY TAG IMAGE ID CREATED SIZE 11:16:52 support-notifications-arm64 latest e21cad5a68de 3 seconds ago 54.1MB 11:16:52 support-scheduler-arm64 latest 46344fe131a3 7 seconds ago 50.3MB 11:16:52 core-keeper-arm64 latest e274ac04c5f5 36 seconds ago 45.3MB 11:16:52 core-data-arm64 latest 7260e36f0132 36 seconds ago 46.5MB 11:16:52 core-metadata-arm64 latest 9e78e2631286 39 seconds ago 46.7MB 11:16:52 security-proxy-auth-arm64 latest eeb25c487be8 45 seconds ago 45.7MB 11:16:52 security-spiffe-token-provider-arm64 latest 66f068e836e2 About a minute ago 49.9MB 11:16:52 security-secretstore-setup-arm64 latest 8ee4a18cd050 2 minutes ago 80.2MB 11:16:52 security-proxy-setup-arm64 latest e343a58b092b 2 minutes ago 50.3MB 11:16:52 core-command-arm64 latest ba6d13851472 3 minutes ago 41MB 11:16:52 security-bootstrapper-arm64 latest 56d156c9132a 18 minutes ago 22.1MB 11:16:52 core-common-config-bootstrapper-arm64 latest 844b8c9771bd 18 minutes ago 21MB 11:16:52 security-spire-agent-arm64 latest 0a6985d36ce1 37 minutes ago 188MB 11:16:52 security-spire-server-arm64 latest f489d0e14eb7 37 minutes ago 145MB 11:16:52 security-spire-config-arm64 latest 589862a2addd 37 minutes ago 144MB 11:16:52 ci-base-image-arm64 latest ecf248f17a6a 39 minutes ago 922MB 11:16:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 3 weeks ago 566MB 11:16:52 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 11:16:52 provisioning config files... 11:16:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/890@tmp/config10449237665627788163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:16:52 ---> ****-login.sh 11:16:52 nexus3.edgexfoundry.org:10001 11:16:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:16:53 Configure a credential helper to remove this warning. See 11:16:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:16:53 11:16:53 Login Succeeded 11:16:53 nexus3.edgexfoundry.org:10002 11:16:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:16:53 Configure a credential helper to remove this warning. See 11:16:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:16:53 11:16:53 Login Succeeded 11:16:53 nexus3.edgexfoundry.org:10003 11:16:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:16:53 Configure a credential helper to remove this warning. See 11:16:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:16:53 11:16:53 Login Succeeded 11:16:53 nexus3.edgexfoundry.org:10004 11:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:16:54 Configure a credential helper to remove this warning. See 11:16:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:16:54 11:16:54 Login Succeeded 11:16:54 ****.io 11:16:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:16:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:16:54 Configure a credential helper to remove this warning. See 11:16:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:16:54 11:16:54 Login Succeeded 11:16:54 ---> ****-login.sh ends [Pipeline] } 11:16:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:16:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:16:54 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 11:16:54 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:16:54 latest 11:16:54 4.1.0-dev.49 11:16:54 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:16:54 main 11:16:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:16:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:16:55 a27c57316ec5: Preparing 11:16:55 c32cd4bc4479: Preparing 11:16:55 65c6dcae6ae1: Preparing 11:16:55 4c585ddb4f0e: Preparing 11:16:55 e036ac44f222: Preparing 11:16:55 55007d7605de: Preparing 11:16:55 1e890da81ec9: Preparing 11:16:55 55007d7605de: Waiting 11:16:55 1e890da81ec9: Waiting 11:16:55 4c585ddb4f0e: Pushed 11:16:55 65c6dcae6ae1: Pushed 11:16:55 a27c57316ec5: Pushed 11:16:55 1e890da81ec9: Layer already exists 11:16:55 55007d7605de: Pushed 11:16:56 e036ac44f222: Pushed 11:17:02 c32cd4bc4479: Pushed 11:17:02 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:9e0b502a19097bcb12f5a3716049f60eb7acbdb22607fec46c953eaf2a0475e5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:03 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:17:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:17:03 a27c57316ec5: Preparing 11:17:03 c32cd4bc4479: Preparing 11:17:03 65c6dcae6ae1: Preparing 11:17:03 4c585ddb4f0e: Preparing 11:17:03 e036ac44f222: Preparing 11:17:03 55007d7605de: Preparing 11:17:03 1e890da81ec9: Preparing 11:17:03 55007d7605de: Waiting 11:17:03 1e890da81ec9: Waiting 11:17:03 a27c57316ec5: Layer already exists 11:17:03 e036ac44f222: Layer already exists 11:17:03 c32cd4bc4479: Layer already exists 11:17:03 65c6dcae6ae1: Layer already exists 11:17:03 4c585ddb4f0e: Layer already exists 11:17:03 55007d7605de: Layer already exists 11:17:03 1e890da81ec9: Layer already exists 11:17:03 latest: digest: sha256:9e0b502a19097bcb12f5a3716049f60eb7acbdb22607fec46c953eaf2a0475e5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.49 11:17:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:17:04 a27c57316ec5: Preparing 11:17:04 c32cd4bc4479: Preparing 11:17:04 65c6dcae6ae1: Preparing 11:17:04 4c585ddb4f0e: Preparing 11:17:04 e036ac44f222: Preparing 11:17:04 55007d7605de: Preparing 11:17:04 1e890da81ec9: Preparing 11:17:04 55007d7605de: Waiting 11:17:04 1e890da81ec9: Waiting 11:17:04 c32cd4bc4479: Layer already exists 11:17:04 e036ac44f222: Layer already exists 11:17:04 65c6dcae6ae1: Layer already exists 11:17:04 4c585ddb4f0e: Layer already exists 11:17:04 a27c57316ec5: Layer already exists 11:17:04 1e890da81ec9: Layer already exists 11:17:04 55007d7605de: Layer already exists 11:17:04 4.1.0-dev.49: digest: sha256:9e0b502a19097bcb12f5a3716049f60eb7acbdb22607fec46c953eaf2a0475e5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:17:05 a27c57316ec5: Preparing 11:17:05 c32cd4bc4479: Preparing 11:17:05 65c6dcae6ae1: Preparing 11:17:05 4c585ddb4f0e: Preparing 11:17:05 e036ac44f222: Preparing 11:17:05 55007d7605de: Preparing 11:17:05 1e890da81ec9: Preparing 11:17:05 55007d7605de: Waiting 11:17:05 1e890da81ec9: Waiting 11:17:05 c32cd4bc4479: Layer already exists 11:17:05 65c6dcae6ae1: Layer already exists 11:17:05 e036ac44f222: Layer already exists 11:17:05 a27c57316ec5: Layer already exists 11:17:05 4c585ddb4f0e: Layer already exists 11:17:05 1e890da81ec9: Layer already exists 11:17:05 55007d7605de: Layer already exists 11:17:05 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:9e0b502a19097bcb12f5a3716049f60eb7acbdb22607fec46c953eaf2a0475e5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 11:17:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:17:06 a27c57316ec5: Preparing 11:17:06 c32cd4bc4479: Preparing 11:17:06 65c6dcae6ae1: Preparing 11:17:06 4c585ddb4f0e: Preparing 11:17:06 e036ac44f222: Preparing 11:17:06 55007d7605de: Preparing 11:17:06 1e890da81ec9: Preparing 11:17:06 55007d7605de: Waiting 11:17:06 1e890da81ec9: Waiting 11:17:06 a27c57316ec5: Layer already exists 11:17:06 4c585ddb4f0e: Layer already exists 11:17:06 e036ac44f222: Layer already exists 11:17:06 c32cd4bc4479: Layer already exists 11:17:06 65c6dcae6ae1: Layer already exists 11:17:06 1e890da81ec9: Layer already exists 11:17:06 55007d7605de: Layer already exists 11:17:06 main: digest: sha256:9e0b502a19097bcb12f5a3716049f60eb7acbdb22607fec46c953eaf2a0475e5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:17:06 ===================================================== [Pipeline] echo 11:17:06 taggedImages: 11:17:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:17:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.49 11:17:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 11:17:06 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 11:17:06 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:06 latest 11:17:06 4.1.0-dev.49 11:17:06 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:06 main 11:17:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:07 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:17:07 97a8a31c3aee: Preparing 11:17:07 0e2565999fe9: Preparing 11:17:07 1f27d8089609: Preparing 11:17:07 2ce89e36b4b1: Preparing 11:17:07 65c6dcae6ae1: Preparing 11:17:07 4c585ddb4f0e: Preparing 11:17:07 e036ac44f222: Preparing 11:17:07 55007d7605de: Preparing 11:17:07 1e890da81ec9: Preparing 11:17:07 55007d7605de: Waiting 11:17:07 4c585ddb4f0e: Waiting 11:17:07 e036ac44f222: Waiting 11:17:07 1e890da81ec9: Waiting 11:17:07 65c6dcae6ae1: Layer already exists 11:17:07 4c585ddb4f0e: Layer already exists 11:17:07 0e2565999fe9: Pushed 11:17:07 1f27d8089609: Pushed 11:17:07 e036ac44f222: Layer already exists 11:17:07 55007d7605de: Layer already exists 11:17:07 97a8a31c3aee: Pushed 11:17:07 1e890da81ec9: Layer already exists 11:17:10 2ce89e36b4b1: Pushed 11:17:10 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:0d4c330fccf143b26874c6f99ab7e4ae2f61c4308c00746766824db1ba4d3d1f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:10 + 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 11:17:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:17:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:17:11 97a8a31c3aee: Preparing 11:17:11 0e2565999fe9: Preparing 11:17:11 1f27d8089609: Preparing 11:17:11 2ce89e36b4b1: Preparing 11:17:11 65c6dcae6ae1: Preparing 11:17:11 4c585ddb4f0e: Preparing 11:17:11 e036ac44f222: Preparing 11:17:11 55007d7605de: Preparing 11:17:11 1e890da81ec9: Preparing 11:17:11 4c585ddb4f0e: Waiting 11:17:11 e036ac44f222: Waiting 11:17:11 55007d7605de: Waiting 11:17:11 1e890da81ec9: Waiting 11:17:11 0e2565999fe9: Layer already exists 11:17:11 1f27d8089609: Layer already exists 11:17:11 97a8a31c3aee: Layer already exists 11:17:11 2ce89e36b4b1: Layer already exists 11:17:11 65c6dcae6ae1: Layer already exists 11:17:11 4c585ddb4f0e: Layer already exists 11:17:11 1e890da81ec9: Layer already exists 11:17:11 55007d7605de: Layer already exists 11:17:11 e036ac44f222: Layer already exists 11:17:11 latest: digest: sha256:0d4c330fccf143b26874c6f99ab7e4ae2f61c4308c00746766824db1ba4d3d1f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:11 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.49 11:17:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:17:12 97a8a31c3aee: Preparing 11:17:12 0e2565999fe9: Preparing 11:17:12 1f27d8089609: Preparing 11:17:12 2ce89e36b4b1: Preparing 11:17:12 65c6dcae6ae1: Preparing 11:17:12 4c585ddb4f0e: Preparing 11:17:12 e036ac44f222: Preparing 11:17:12 55007d7605de: Preparing 11:17:12 1e890da81ec9: Preparing 11:17:12 e036ac44f222: Waiting 11:17:12 55007d7605de: Waiting 11:17:12 1e890da81ec9: Waiting 11:17:12 4c585ddb4f0e: Waiting 11:17:12 0e2565999fe9: Layer already exists 11:17:12 2ce89e36b4b1: Layer already exists 11:17:12 97a8a31c3aee: Layer already exists 11:17:12 65c6dcae6ae1: Layer already exists 11:17:12 1f27d8089609: Layer already exists 11:17:12 e036ac44f222: Layer already exists 11:17:12 4c585ddb4f0e: Layer already exists 11:17:12 55007d7605de: Layer already exists 11:17:12 1e890da81ec9: Layer already exists 11:17:12 4.1.0-dev.49: digest: sha256:0d4c330fccf143b26874c6f99ab7e4ae2f61c4308c00746766824db1ba4d3d1f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:12 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:17:13 97a8a31c3aee: Preparing 11:17:13 0e2565999fe9: Preparing 11:17:13 1f27d8089609: Preparing 11:17:13 2ce89e36b4b1: Preparing 11:17:13 65c6dcae6ae1: Preparing 11:17:13 4c585ddb4f0e: Preparing 11:17:13 e036ac44f222: Preparing 11:17:13 55007d7605de: Preparing 11:17:13 1e890da81ec9: Preparing 11:17:13 e036ac44f222: Waiting 11:17:13 55007d7605de: Waiting 11:17:13 1e890da81ec9: Waiting 11:17:13 4c585ddb4f0e: Waiting 11:17:13 0e2565999fe9: Layer already exists 11:17:13 2ce89e36b4b1: Layer already exists 11:17:13 1f27d8089609: Layer already exists 11:17:13 97a8a31c3aee: Layer already exists 11:17:13 65c6dcae6ae1: Layer already exists 11:17:13 4c585ddb4f0e: Layer already exists 11:17:13 55007d7605de: Layer already exists 11:17:13 e036ac44f222: Layer already exists 11:17:13 1e890da81ec9: Layer already exists 11:17:13 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:0d4c330fccf143b26874c6f99ab7e4ae2f61c4308c00746766824db1ba4d3d1f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:13 + 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 11:17:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 11:17:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:17:14 97a8a31c3aee: Preparing 11:17:14 0e2565999fe9: Preparing 11:17:14 1f27d8089609: Preparing 11:17:14 2ce89e36b4b1: Preparing 11:17:14 65c6dcae6ae1: Preparing 11:17:14 4c585ddb4f0e: Preparing 11:17:14 e036ac44f222: Preparing 11:17:14 55007d7605de: Preparing 11:17:14 1e890da81ec9: Preparing 11:17:14 4c585ddb4f0e: Waiting 11:17:14 e036ac44f222: Waiting 11:17:14 55007d7605de: Waiting 11:17:14 1e890da81ec9: Waiting 11:17:14 1f27d8089609: Layer already exists 11:17:14 97a8a31c3aee: Layer already exists 11:17:14 0e2565999fe9: Layer already exists 11:17:14 2ce89e36b4b1: Layer already exists 11:17:14 65c6dcae6ae1: Layer already exists 11:17:14 4c585ddb4f0e: Layer already exists 11:17:14 e036ac44f222: Layer already exists 11:17:14 55007d7605de: Layer already exists 11:17:14 1e890da81ec9: Layer already exists 11:17:14 main: digest: sha256:0d4c330fccf143b26874c6f99ab7e4ae2f61c4308c00746766824db1ba4d3d1f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:17:14 ===================================================== [Pipeline] echo 11:17:14 taggedImages: 11:17:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:17:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.49 11:17:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:17:14 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 11:17:14 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:14 latest 11:17:14 4.1.0-dev.49 11:17:14 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:14 main 11:17:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:17:15 7c7e4a1ce81b: Preparing 11:17:15 db8573214d90: Preparing 11:17:15 65c6dcae6ae1: Preparing 11:17:15 4c585ddb4f0e: Preparing 11:17:15 7518acd9c28a: Preparing 11:17:15 bda15d1522dc: Preparing 11:17:15 1e890da81ec9: Preparing 11:17:15 bda15d1522dc: Waiting 11:17:15 1e890da81ec9: Waiting 11:17:15 4c585ddb4f0e: Layer already exists 11:17:15 65c6dcae6ae1: Layer already exists 11:17:15 1e890da81ec9: Layer already exists 11:17:15 7c7e4a1ce81b: Pushed 11:17:15 bda15d1522dc: Pushed 11:17:15 7518acd9c28a: Pushed 11:17:30 db8573214d90: Pushed 11:17:30 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:9d0211b2dd4e437ee37115225c280b781e60159d83322790975248fca181d222 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:31 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:17:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:17:31 7c7e4a1ce81b: Preparing 11:17:31 db8573214d90: Preparing 11:17:31 65c6dcae6ae1: Preparing 11:17:31 4c585ddb4f0e: Preparing 11:17:31 7518acd9c28a: Preparing 11:17:31 bda15d1522dc: Preparing 11:17:31 1e890da81ec9: Preparing 11:17:31 bda15d1522dc: Waiting 11:17:31 4c585ddb4f0e: Layer already exists 11:17:31 65c6dcae6ae1: Layer already exists 11:17:31 db8573214d90: Layer already exists 11:17:31 7c7e4a1ce81b: Layer already exists 11:17:31 7518acd9c28a: Layer already exists 11:17:31 1e890da81ec9: Layer already exists 11:17:31 bda15d1522dc: Layer already exists 11:17:31 latest: digest: sha256:9d0211b2dd4e437ee37115225c280b781e60159d83322790975248fca181d222 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:32 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.49 11:17:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:17:32 7c7e4a1ce81b: Preparing 11:17:32 db8573214d90: Preparing 11:17:32 65c6dcae6ae1: Preparing 11:17:32 4c585ddb4f0e: Preparing 11:17:32 7518acd9c28a: Preparing 11:17:32 bda15d1522dc: Preparing 11:17:32 1e890da81ec9: Preparing 11:17:32 bda15d1522dc: Waiting 11:17:32 1e890da81ec9: Waiting 11:17:32 65c6dcae6ae1: Layer already exists 11:17:32 7518acd9c28a: Layer already exists 11:17:32 7c7e4a1ce81b: Layer already exists 11:17:32 db8573214d90: Layer already exists 11:17:32 4c585ddb4f0e: Layer already exists 11:17:32 1e890da81ec9: Layer already exists 11:17:32 bda15d1522dc: Layer already exists 11:17:32 4.1.0-dev.49: digest: sha256:9d0211b2dd4e437ee37115225c280b781e60159d83322790975248fca181d222 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:33 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:33 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:17:33 7c7e4a1ce81b: Preparing 11:17:33 db8573214d90: Preparing 11:17:33 65c6dcae6ae1: Preparing 11:17:33 4c585ddb4f0e: Preparing 11:17:33 7518acd9c28a: Preparing 11:17:33 bda15d1522dc: Preparing 11:17:33 1e890da81ec9: Preparing 11:17:33 bda15d1522dc: Waiting 11:17:33 1e890da81ec9: Waiting 11:17:33 7c7e4a1ce81b: Layer already exists 11:17:33 7518acd9c28a: Layer already exists 11:17:33 65c6dcae6ae1: Layer already exists 11:17:33 db8573214d90: Layer already exists 11:17:33 4c585ddb4f0e: Layer already exists 11:17:33 bda15d1522dc: Layer already exists 11:17:33 1e890da81ec9: Layer already exists 11:17:33 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:9d0211b2dd4e437ee37115225c280b781e60159d83322790975248fca181d222 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 11:17:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:17:37 7c7e4a1ce81b: Preparing 11:17:37 db8573214d90: Preparing 11:17:37 65c6dcae6ae1: Preparing 11:17:37 4c585ddb4f0e: Preparing 11:17:37 7518acd9c28a: Preparing 11:17:37 bda15d1522dc: Preparing 11:17:37 1e890da81ec9: Preparing 11:17:37 bda15d1522dc: Waiting 11:17:37 1e890da81ec9: Waiting 11:17:37 7c7e4a1ce81b: Layer already exists 11:17:37 7518acd9c28a: Layer already exists 11:17:37 65c6dcae6ae1: Layer already exists 11:17:37 4c585ddb4f0e: Layer already exists 11:17:37 db8573214d90: Layer already exists 11:17:37 bda15d1522dc: Layer already exists 11:17:37 1e890da81ec9: Layer already exists 11:17:37 main: digest: sha256:9d0211b2dd4e437ee37115225c280b781e60159d83322790975248fca181d222 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:17:37 ===================================================== [Pipeline] echo 11:17:37 taggedImages: 11:17:37 - nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:37 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:17:37 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.49 11:17:37 - nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:37 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:17:37 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 11:17:37 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:37 latest 11:17:37 4.1.0-dev.49 11:17:37 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:37 main 11:17:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:37 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:17:38 154b30658afa: Preparing 11:17:38 104b209e02bb: Preparing 11:17:38 4c585ddb4f0e: Preparing 11:17:38 0ec1a8dde3c3: Preparing 11:17:38 073b9de4cb4f: Preparing 11:17:38 1e890da81ec9: Preparing 11:17:38 1e890da81ec9: Waiting 11:17:38 4c585ddb4f0e: Layer already exists 11:17:38 1e890da81ec9: Layer already exists 11:17:38 0ec1a8dde3c3: Pushed 11:17:38 073b9de4cb4f: Pushed 11:17:38 154b30658afa: Pushed 11:17:46 104b209e02bb: Pushed 11:17:46 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:84100d75247f2c273f7dfe23238a7a1ad7e3b5694ce283e13ef5e179aa5b5802 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:17:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:17:47 154b30658afa: Preparing 11:17:47 104b209e02bb: Preparing 11:17:47 4c585ddb4f0e: Preparing 11:17:47 0ec1a8dde3c3: Preparing 11:17:47 073b9de4cb4f: Preparing 11:17:47 1e890da81ec9: Preparing 11:17:47 1e890da81ec9: Waiting 11:17:47 104b209e02bb: Layer already exists 11:17:47 4c585ddb4f0e: Layer already exists 11:17:47 154b30658afa: Layer already exists 11:17:47 073b9de4cb4f: Layer already exists 11:17:47 0ec1a8dde3c3: Layer already exists 11:17:47 1e890da81ec9: Layer already exists 11:17:47 latest: digest: sha256:84100d75247f2c273f7dfe23238a7a1ad7e3b5694ce283e13ef5e179aa5b5802 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:47 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.49 11:17:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:17:48 154b30658afa: Preparing 11:17:48 104b209e02bb: Preparing 11:17:48 4c585ddb4f0e: Preparing 11:17:48 0ec1a8dde3c3: Preparing 11:17:48 073b9de4cb4f: Preparing 11:17:48 1e890da81ec9: Preparing 11:17:48 1e890da81ec9: Waiting 11:17:48 4c585ddb4f0e: Layer already exists 11:17:48 154b30658afa: Layer already exists 11:17:48 0ec1a8dde3c3: Layer already exists 11:17:48 104b209e02bb: Layer already exists 11:17:48 073b9de4cb4f: Layer already exists 11:17:48 1e890da81ec9: Layer already exists 11:17:48 4.1.0-dev.49: digest: sha256:84100d75247f2c273f7dfe23238a7a1ad7e3b5694ce283e13ef5e179aa5b5802 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:48 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:17:49 154b30658afa: Preparing 11:17:49 104b209e02bb: Preparing 11:17:49 4c585ddb4f0e: Preparing 11:17:49 0ec1a8dde3c3: Preparing 11:17:49 073b9de4cb4f: Preparing 11:17:49 1e890da81ec9: Preparing 11:17:49 104b209e02bb: Layer already exists 11:17:49 073b9de4cb4f: Layer already exists 11:17:49 4c585ddb4f0e: Layer already exists 11:17:49 154b30658afa: Layer already exists 11:17:49 0ec1a8dde3c3: Layer already exists 11:17:49 1e890da81ec9: Layer already exists 11:17:49 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:84100d75247f2c273f7dfe23238a7a1ad7e3b5694ce283e13ef5e179aa5b5802 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:49 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 11:17:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:17:50 154b30658afa: Preparing 11:17:50 104b209e02bb: Preparing 11:17:50 4c585ddb4f0e: Preparing 11:17:50 0ec1a8dde3c3: Preparing 11:17:50 073b9de4cb4f: Preparing 11:17:50 1e890da81ec9: Preparing 11:17:50 1e890da81ec9: Waiting 11:17:50 0ec1a8dde3c3: Layer already exists 11:17:50 4c585ddb4f0e: Layer already exists 11:17:50 154b30658afa: Layer already exists 11:17:50 104b209e02bb: Layer already exists 11:17:50 073b9de4cb4f: Layer already exists 11:17:50 1e890da81ec9: Layer already exists 11:17:50 main: digest: sha256:84100d75247f2c273f7dfe23238a7a1ad7e3b5694ce283e13ef5e179aa5b5802 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:17:50 ===================================================== [Pipeline] echo 11:17:50 taggedImages: 11:17:50 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:50 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:17:50 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.49 11:17:50 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:50 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:17:50 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 11:17:50 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:50 latest 11:17:50 4.1.0-dev.49 11:17:50 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:17:50 main 11:17:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:17:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:17:51 168456a81c8b: Preparing 11:17:51 b1b518266da9: Preparing 11:17:51 d90f8e436ba3: Preparing 11:17:51 65c6dcae6ae1: Preparing 11:17:51 4c585ddb4f0e: Preparing 11:17:51 e036ac44f222: Preparing 11:17:51 e036ac44f222: Waiting 11:17:51 55007d7605de: Preparing 11:17:51 1e890da81ec9: Preparing 11:17:51 55007d7605de: Waiting 11:17:51 1e890da81ec9: Waiting 11:17:51 65c6dcae6ae1: Layer already exists 11:17:51 4c585ddb4f0e: Layer already exists 11:17:51 e036ac44f222: Layer already exists 11:17:51 55007d7605de: Layer already exists 11:17:51 b1b518266da9: Pushed 11:17:51 1e890da81ec9: Layer already exists 11:17:51 168456a81c8b: Pushed 11:17:59 d90f8e436ba3: Pushed 11:17:59 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:e8cbb4ed46a95474c3fe186c6447077fc256681596075016337be8c5e08b0b25 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:17:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:18:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:18:00 168456a81c8b: Preparing 11:18:00 b1b518266da9: Preparing 11:18:00 d90f8e436ba3: Preparing 11:18:00 65c6dcae6ae1: Preparing 11:18:00 4c585ddb4f0e: Preparing 11:18:00 e036ac44f222: Preparing 11:18:00 55007d7605de: Preparing 11:18:00 1e890da81ec9: Preparing 11:18:00 e036ac44f222: Waiting 11:18:00 55007d7605de: Waiting 11:18:00 1e890da81ec9: Waiting 11:18:00 4c585ddb4f0e: Layer already exists 11:18:00 d90f8e436ba3: Layer already exists 11:18:00 65c6dcae6ae1: Layer already exists 11:18:00 b1b518266da9: Layer already exists 11:18:00 168456a81c8b: Layer already exists 11:18:00 55007d7605de: Layer already exists 11:18:00 1e890da81ec9: Layer already exists 11:18:00 e036ac44f222: Layer already exists 11:18:00 latest: digest: sha256:e8cbb4ed46a95474c3fe186c6447077fc256681596075016337be8c5e08b0b25 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:00 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.49 11:18:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:18:01 168456a81c8b: Preparing 11:18:01 b1b518266da9: Preparing 11:18:01 d90f8e436ba3: Preparing 11:18:01 65c6dcae6ae1: Preparing 11:18:01 4c585ddb4f0e: Preparing 11:18:01 e036ac44f222: Preparing 11:18:01 55007d7605de: Preparing 11:18:01 1e890da81ec9: Preparing 11:18:01 55007d7605de: Waiting 11:18:01 1e890da81ec9: Waiting 11:18:01 e036ac44f222: Waiting 11:18:01 4c585ddb4f0e: Layer already exists 11:18:01 65c6dcae6ae1: Layer already exists 11:18:01 b1b518266da9: Layer already exists 11:18:01 168456a81c8b: Layer already exists 11:18:01 d90f8e436ba3: Layer already exists 11:18:01 e036ac44f222: Layer already exists 11:18:01 1e890da81ec9: Layer already exists 11:18:01 55007d7605de: Layer already exists 11:18:01 4.1.0-dev.49: digest: sha256:e8cbb4ed46a95474c3fe186c6447077fc256681596075016337be8c5e08b0b25 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:01 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:18:02 168456a81c8b: Preparing 11:18:02 b1b518266da9: Preparing 11:18:02 d90f8e436ba3: Preparing 11:18:02 65c6dcae6ae1: Preparing 11:18:02 4c585ddb4f0e: Preparing 11:18:02 e036ac44f222: Preparing 11:18:02 55007d7605de: Preparing 11:18:02 1e890da81ec9: Preparing 11:18:02 e036ac44f222: Waiting 11:18:02 55007d7605de: Waiting 11:18:02 1e890da81ec9: Waiting 11:18:02 168456a81c8b: Layer already exists 11:18:02 d90f8e436ba3: Layer already exists 11:18:02 4c585ddb4f0e: Layer already exists 11:18:02 b1b518266da9: Layer already exists 11:18:02 65c6dcae6ae1: Layer already exists 11:18:02 e036ac44f222: Layer already exists 11:18:02 55007d7605de: Layer already exists 11:18:02 1e890da81ec9: Layer already exists 11:18:02 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:e8cbb4ed46a95474c3fe186c6447077fc256681596075016337be8c5e08b0b25 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 11:18:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:18:03 168456a81c8b: Preparing 11:18:03 b1b518266da9: Preparing 11:18:03 d90f8e436ba3: Preparing 11:18:03 65c6dcae6ae1: Preparing 11:18:03 4c585ddb4f0e: Preparing 11:18:03 e036ac44f222: Preparing 11:18:03 55007d7605de: Preparing 11:18:03 1e890da81ec9: Preparing 11:18:03 e036ac44f222: Waiting 11:18:03 55007d7605de: Waiting 11:18:03 1e890da81ec9: Waiting 11:18:03 4c585ddb4f0e: Layer already exists 11:18:03 d90f8e436ba3: Layer already exists 11:18:03 168456a81c8b: Layer already exists 11:18:03 65c6dcae6ae1: Layer already exists 11:18:03 b1b518266da9: Layer already exists 11:18:03 55007d7605de: Layer already exists 11:18:03 1e890da81ec9: Layer already exists 11:18:03 e036ac44f222: Layer already exists 11:18:03 main: digest: sha256:e8cbb4ed46a95474c3fe186c6447077fc256681596075016337be8c5e08b0b25 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:18:03 ===================================================== [Pipeline] echo 11:18:03 taggedImages: 11:18:03 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:03 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:18:03 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.49 11:18:03 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:03 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:18:03 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 11:18:03 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:03 latest 11:18:03 4.1.0-dev.49 11:18:03 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:03 main 11:18:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:18:04 0275cdb0190d: Preparing 11:18:04 4204102fcb77: Preparing 11:18:04 eef67e110a00: Preparing 11:18:04 4b042e8e49f1: Preparing 11:18:04 89e5f70265e9: Preparing 11:18:04 10c596ace28b: Preparing 11:18:04 4ce4c4524779: Preparing 11:18:04 65c6dcae6ae1: Preparing 11:18:04 4c585ddb4f0e: Preparing 11:18:04 6f6ef4c336a3: Preparing 11:18:04 c9b861676532: Preparing 11:18:04 5f70bf18a086: Preparing 11:18:04 3428340ac7d9: Preparing 11:18:04 14efb879fde6: Preparing 11:18:04 518537896350: Preparing 11:18:04 1e890da81ec9: Preparing 11:18:04 6f6ef4c336a3: Waiting 11:18:04 10c596ace28b: Waiting 11:18:04 4ce4c4524779: Waiting 11:18:04 65c6dcae6ae1: Waiting 11:18:04 4c585ddb4f0e: Waiting 11:18:04 5f70bf18a086: Waiting 11:18:04 3428340ac7d9: Waiting 11:18:04 14efb879fde6: Waiting 11:18:04 518537896350: Waiting 11:18:04 1e890da81ec9: Waiting 11:18:04 4204102fcb77: Pushed 11:18:04 eef67e110a00: Pushed 11:18:04 4b042e8e49f1: Pushed 11:18:04 0275cdb0190d: Pushed 11:18:04 89e5f70265e9: Pushed 11:18:04 65c6dcae6ae1: Layer already exists 11:18:04 4c585ddb4f0e: Layer already exists 11:18:04 10c596ace28b: Pushed 11:18:04 5f70bf18a086: Layer already exists 11:18:04 c9b861676532: Pushed 11:18:04 6f6ef4c336a3: Pushed 11:18:04 1e890da81ec9: Layer already exists 11:18:04 3428340ac7d9: Pushed 11:18:04 518537896350: Pushed 11:18:04 14efb879fde6: Pushed 11:18:07 4ce4c4524779: Pushed 11:18:07 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:b5e727bedb8e8e56608399bc3f4b992aa7c05cb1fff816c26ce8fe51b058c198 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:18:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:18:08 0275cdb0190d: Preparing 11:18:08 4204102fcb77: Preparing 11:18:08 eef67e110a00: Preparing 11:18:08 4b042e8e49f1: Preparing 11:18:08 89e5f70265e9: Preparing 11:18:08 10c596ace28b: Preparing 11:18:08 4ce4c4524779: Preparing 11:18:08 65c6dcae6ae1: Preparing 11:18:08 4c585ddb4f0e: Preparing 11:18:08 6f6ef4c336a3: Preparing 11:18:08 c9b861676532: Preparing 11:18:08 5f70bf18a086: Preparing 11:18:08 3428340ac7d9: Preparing 11:18:08 14efb879fde6: Preparing 11:18:08 518537896350: Preparing 11:18:08 1e890da81ec9: Preparing 11:18:08 c9b861676532: Waiting 11:18:08 10c596ace28b: Waiting 11:18:08 4ce4c4524779: Waiting 11:18:08 5f70bf18a086: Waiting 11:18:08 3428340ac7d9: Waiting 11:18:08 14efb879fde6: Waiting 11:18:08 518537896350: Waiting 11:18:08 65c6dcae6ae1: Waiting 11:18:08 4c585ddb4f0e: Waiting 11:18:08 6f6ef4c336a3: Waiting 11:18:08 1e890da81ec9: Waiting 11:18:08 89e5f70265e9: Layer already exists 11:18:08 0275cdb0190d: Layer already exists 11:18:08 4b042e8e49f1: Layer already exists 11:18:08 4204102fcb77: Layer already exists 11:18:08 eef67e110a00: Layer already exists 11:18:08 4ce4c4524779: Layer already exists 11:18:08 65c6dcae6ae1: Layer already exists 11:18:08 4c585ddb4f0e: Layer already exists 11:18:08 10c596ace28b: Layer already exists 11:18:08 6f6ef4c336a3: Layer already exists 11:18:08 5f70bf18a086: Layer already exists 11:18:08 c9b861676532: Layer already exists 11:18:08 3428340ac7d9: Layer already exists 11:18:08 518537896350: Layer already exists 11:18:08 14efb879fde6: Layer already exists 11:18:08 1e890da81ec9: Layer already exists 11:18:08 latest: digest: sha256:b5e727bedb8e8e56608399bc3f4b992aa7c05cb1fff816c26ce8fe51b058c198 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.49 11:18:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:18:09 0275cdb0190d: Preparing 11:18:09 4204102fcb77: Preparing 11:18:09 eef67e110a00: Preparing 11:18:09 4b042e8e49f1: Preparing 11:18:09 89e5f70265e9: Preparing 11:18:09 10c596ace28b: Preparing 11:18:09 4ce4c4524779: Preparing 11:18:09 65c6dcae6ae1: Preparing 11:18:09 4c585ddb4f0e: Preparing 11:18:09 6f6ef4c336a3: Preparing 11:18:09 c9b861676532: Preparing 11:18:09 5f70bf18a086: Preparing 11:18:09 3428340ac7d9: Preparing 11:18:09 14efb879fde6: Preparing 11:18:09 518537896350: Preparing 11:18:09 1e890da81ec9: Preparing 11:18:09 6f6ef4c336a3: Waiting 11:18:09 c9b861676532: Waiting 11:18:09 5f70bf18a086: Waiting 11:18:09 3428340ac7d9: Waiting 11:18:09 14efb879fde6: Waiting 11:18:09 518537896350: Waiting 11:18:09 1e890da81ec9: Waiting 11:18:09 10c596ace28b: Waiting 11:18:09 4ce4c4524779: Waiting 11:18:09 65c6dcae6ae1: Waiting 11:18:09 4c585ddb4f0e: Waiting 11:18:09 4b042e8e49f1: Layer already exists 11:18:09 4204102fcb77: Layer already exists 11:18:09 0275cdb0190d: Layer already exists 11:18:09 89e5f70265e9: Layer already exists 11:18:09 eef67e110a00: Layer already exists 11:18:09 4c585ddb4f0e: Layer already exists 11:18:09 65c6dcae6ae1: Layer already exists 11:18:09 4ce4c4524779: Layer already exists 11:18:09 6f6ef4c336a3: Layer already exists 11:18:09 10c596ace28b: Layer already exists 11:18:09 c9b861676532: Layer already exists 11:18:09 5f70bf18a086: Layer already exists 11:18:09 3428340ac7d9: Layer already exists 11:18:09 14efb879fde6: Layer already exists 11:18:09 518537896350: Layer already exists 11:18:09 1e890da81ec9: Layer already exists 11:18:09 4.1.0-dev.49: digest: sha256:b5e727bedb8e8e56608399bc3f4b992aa7c05cb1fff816c26ce8fe51b058c198 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:09 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:18:10 0275cdb0190d: Preparing 11:18:10 4204102fcb77: Preparing 11:18:10 eef67e110a00: Preparing 11:18:10 4b042e8e49f1: Preparing 11:18:10 89e5f70265e9: Preparing 11:18:10 10c596ace28b: Preparing 11:18:10 4ce4c4524779: Preparing 11:18:10 65c6dcae6ae1: Preparing 11:18:10 4c585ddb4f0e: Preparing 11:18:10 6f6ef4c336a3: Preparing 11:18:10 c9b861676532: Preparing 11:18:10 5f70bf18a086: Preparing 11:18:10 3428340ac7d9: Preparing 11:18:10 14efb879fde6: Preparing 11:18:10 518537896350: Preparing 11:18:10 1e890da81ec9: Preparing 11:18:10 10c596ace28b: Waiting 11:18:10 4ce4c4524779: Waiting 11:18:10 65c6dcae6ae1: Waiting 11:18:10 4c585ddb4f0e: Waiting 11:18:10 6f6ef4c336a3: Waiting 11:18:10 c9b861676532: Waiting 11:18:10 5f70bf18a086: Waiting 11:18:10 3428340ac7d9: Waiting 11:18:10 14efb879fde6: Waiting 11:18:10 518537896350: Waiting 11:18:10 1e890da81ec9: Waiting 11:18:10 eef67e110a00: Layer already exists 11:18:10 0275cdb0190d: Layer already exists 11:18:10 4204102fcb77: Layer already exists 11:18:10 4b042e8e49f1: Layer already exists 11:18:10 89e5f70265e9: Layer already exists 11:18:10 4ce4c4524779: Layer already exists 11:18:10 10c596ace28b: Layer already exists 11:18:10 6f6ef4c336a3: Layer already exists 11:18:10 65c6dcae6ae1: Layer already exists 11:18:10 4c585ddb4f0e: Layer already exists 11:18:10 518537896350: Layer already exists 11:18:10 5f70bf18a086: Layer already exists 11:18:10 3428340ac7d9: Layer already exists 11:18:10 c9b861676532: Layer already exists 11:18:10 14efb879fde6: Layer already exists 11:18:10 1e890da81ec9: Layer already exists 11:18:10 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:b5e727bedb8e8e56608399bc3f4b992aa7c05cb1fff816c26ce8fe51b058c198 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 11:18:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:18:11 0275cdb0190d: Preparing 11:18:11 4204102fcb77: Preparing 11:18:11 eef67e110a00: Preparing 11:18:11 4b042e8e49f1: Preparing 11:18:11 89e5f70265e9: Preparing 11:18:11 10c596ace28b: Preparing 11:18:11 4ce4c4524779: Preparing 11:18:11 65c6dcae6ae1: Preparing 11:18:11 4c585ddb4f0e: Preparing 11:18:11 6f6ef4c336a3: Preparing 11:18:11 c9b861676532: Preparing 11:18:11 5f70bf18a086: Preparing 11:18:11 3428340ac7d9: Preparing 11:18:11 14efb879fde6: Preparing 11:18:11 518537896350: Preparing 11:18:11 1e890da81ec9: Preparing 11:18:11 6f6ef4c336a3: Waiting 11:18:11 c9b861676532: Waiting 11:18:11 5f70bf18a086: Waiting 11:18:11 3428340ac7d9: Waiting 11:18:11 14efb879fde6: Waiting 11:18:11 518537896350: Waiting 11:18:11 1e890da81ec9: Waiting 11:18:11 65c6dcae6ae1: Waiting 11:18:11 10c596ace28b: Waiting 11:18:11 4ce4c4524779: Waiting 11:18:11 4c585ddb4f0e: Waiting 11:18:11 4b042e8e49f1: Layer already exists 11:18:11 eef67e110a00: Layer already exists 11:18:11 89e5f70265e9: Layer already exists 11:18:11 0275cdb0190d: Layer already exists 11:18:11 4204102fcb77: Layer already exists 11:18:11 4ce4c4524779: Layer already exists 11:18:11 4c585ddb4f0e: Layer already exists 11:18:11 65c6dcae6ae1: Layer already exists 11:18:11 10c596ace28b: Layer already exists 11:18:11 6f6ef4c336a3: Layer already exists 11:18:11 14efb879fde6: Layer already exists 11:18:11 c9b861676532: Layer already exists 11:18:11 3428340ac7d9: Layer already exists 11:18:11 518537896350: Layer already exists 11:18:11 5f70bf18a086: Layer already exists 11:18:11 1e890da81ec9: Layer already exists 11:18:11 main: digest: sha256:b5e727bedb8e8e56608399bc3f4b992aa7c05cb1fff816c26ce8fe51b058c198 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:18:11 ===================================================== [Pipeline] echo 11:18:11 taggedImages: 11:18:11 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:11 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:18:11 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.49 11:18:11 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:11 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:18:11 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 11:18:11 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:11 latest 11:18:11 4.1.0-dev.49 11:18:11 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:11 main 11:18:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:12 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:18:12 51481ce36e13: Preparing 11:18:12 369645f26484: Preparing 11:18:12 2a5a459c1b16: Preparing 11:18:12 622d3fd78391: Preparing 11:18:12 65c6dcae6ae1: Preparing 11:18:12 4c585ddb4f0e: Preparing 11:18:12 e036ac44f222: Preparing 11:18:12 55007d7605de: Preparing 11:18:12 1e890da81ec9: Preparing 11:18:12 4c585ddb4f0e: Waiting 11:18:12 e036ac44f222: Waiting 11:18:12 55007d7605de: Waiting 11:18:12 1e890da81ec9: Waiting 11:18:12 65c6dcae6ae1: Layer already exists 11:18:12 4c585ddb4f0e: Layer already exists 11:18:12 2a5a459c1b16: Pushed 11:18:12 e036ac44f222: Layer already exists 11:18:12 369645f26484: Pushed 11:18:12 55007d7605de: Layer already exists 11:18:12 51481ce36e13: Pushed 11:18:12 1e890da81ec9: Layer already exists 11:18:20 622d3fd78391: Pushed 11:18:20 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:e5feb861ed9c6f94baef6f887b2be096b1b34d566e000fa18af1428fbb378c38 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:21 + 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 11:18:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:18:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:18:21 51481ce36e13: Preparing 11:18:21 369645f26484: Preparing 11:18:21 2a5a459c1b16: Preparing 11:18:21 622d3fd78391: Preparing 11:18:21 65c6dcae6ae1: Preparing 11:18:21 4c585ddb4f0e: Preparing 11:18:21 e036ac44f222: Preparing 11:18:21 55007d7605de: Preparing 11:18:21 1e890da81ec9: Preparing 11:18:21 4c585ddb4f0e: Waiting 11:18:21 e036ac44f222: Waiting 11:18:21 55007d7605de: Waiting 11:18:21 1e890da81ec9: Waiting 11:18:21 369645f26484: Layer already exists 11:18:21 65c6dcae6ae1: Layer already exists 11:18:21 2a5a459c1b16: Layer already exists 11:18:21 51481ce36e13: Layer already exists 11:18:21 622d3fd78391: Layer already exists 11:18:21 4c585ddb4f0e: Layer already exists 11:18:21 e036ac44f222: Layer already exists 11:18:21 55007d7605de: Layer already exists 11:18:21 1e890da81ec9: Layer already exists 11:18:21 latest: digest: sha256:e5feb861ed9c6f94baef6f887b2be096b1b34d566e000fa18af1428fbb378c38 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.49 11:18:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:18:22 51481ce36e13: Preparing 11:18:22 369645f26484: Preparing 11:18:22 2a5a459c1b16: Preparing 11:18:22 622d3fd78391: Preparing 11:18:22 65c6dcae6ae1: Preparing 11:18:22 4c585ddb4f0e: Preparing 11:18:22 e036ac44f222: Preparing 11:18:22 55007d7605de: Preparing 11:18:22 1e890da81ec9: Preparing 11:18:22 4c585ddb4f0e: Waiting 11:18:22 e036ac44f222: Waiting 11:18:22 55007d7605de: Waiting 11:18:22 1e890da81ec9: Waiting 11:18:22 2a5a459c1b16: Layer already exists 11:18:22 369645f26484: Layer already exists 11:18:22 51481ce36e13: Layer already exists 11:18:22 622d3fd78391: Layer already exists 11:18:22 65c6dcae6ae1: Layer already exists 11:18:22 1e890da81ec9: Layer already exists 11:18:22 55007d7605de: Layer already exists 11:18:22 e036ac44f222: Layer already exists 11:18:22 4c585ddb4f0e: Layer already exists 11:18:22 4.1.0-dev.49: digest: sha256:e5feb861ed9c6f94baef6f887b2be096b1b34d566e000fa18af1428fbb378c38 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:23 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:18:23 51481ce36e13: Preparing 11:18:23 369645f26484: Preparing 11:18:23 2a5a459c1b16: Preparing 11:18:23 622d3fd78391: Preparing 11:18:23 65c6dcae6ae1: Preparing 11:18:23 4c585ddb4f0e: Preparing 11:18:23 e036ac44f222: Preparing 11:18:23 55007d7605de: Preparing 11:18:23 1e890da81ec9: Preparing 11:18:23 4c585ddb4f0e: Waiting 11:18:23 e036ac44f222: Waiting 11:18:23 55007d7605de: Waiting 11:18:23 1e890da81ec9: Waiting 11:18:23 369645f26484: Layer already exists 11:18:23 622d3fd78391: Layer already exists 11:18:23 65c6dcae6ae1: Layer already exists 11:18:23 51481ce36e13: Layer already exists 11:18:23 2a5a459c1b16: Layer already exists 11:18:23 4c585ddb4f0e: Layer already exists 11:18:23 55007d7605de: Layer already exists 11:18:23 e036ac44f222: Layer already exists 11:18:23 1e890da81ec9: Layer already exists 11:18:23 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:e5feb861ed9c6f94baef6f887b2be096b1b34d566e000fa18af1428fbb378c38 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:24 + 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 11:18:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 11:18:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:18:24 51481ce36e13: Preparing 11:18:24 369645f26484: Preparing 11:18:24 2a5a459c1b16: Preparing 11:18:24 622d3fd78391: Preparing 11:18:24 65c6dcae6ae1: Preparing 11:18:24 4c585ddb4f0e: Preparing 11:18:24 e036ac44f222: Preparing 11:18:24 55007d7605de: Preparing 11:18:24 1e890da81ec9: Preparing 11:18:24 4c585ddb4f0e: Waiting 11:18:24 e036ac44f222: Waiting 11:18:24 55007d7605de: Waiting 11:18:24 1e890da81ec9: Waiting 11:18:24 369645f26484: Layer already exists 11:18:24 2a5a459c1b16: Layer already exists 11:18:24 51481ce36e13: Layer already exists 11:18:24 622d3fd78391: Layer already exists 11:18:24 65c6dcae6ae1: Layer already exists 11:18:24 e036ac44f222: Layer already exists 11:18:24 4c585ddb4f0e: Layer already exists 11:18:24 1e890da81ec9: Layer already exists 11:18:24 55007d7605de: Layer already exists 11:18:24 main: digest: sha256:e5feb861ed9c6f94baef6f887b2be096b1b34d566e000fa18af1428fbb378c38 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:18:24 ===================================================== [Pipeline] echo 11:18:24 taggedImages: 11:18:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:18:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.49 11:18:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:18:24 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 11:18:24 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:24 latest 11:18:24 4.1.0-dev.49 11:18:24 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:24 main 11:18:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:18:25 fdc640d2aec0: Preparing 11:18:25 ad49876293de: Preparing 11:18:25 a0ca1f514855: Preparing 11:18:25 5524e91e1f67: Preparing 11:18:25 3fa668c6b544: Preparing 11:18:25 65c6dcae6ae1: Preparing 11:18:25 4c585ddb4f0e: Preparing 11:18:25 1d5b1a84b070: Preparing 11:18:25 111bc0c5be65: Preparing 11:18:25 1556fa398dcb: Preparing 11:18:25 1e890da81ec9: Preparing 11:18:25 4c585ddb4f0e: Waiting 11:18:25 1d5b1a84b070: Waiting 11:18:25 111bc0c5be65: Waiting 11:18:25 1556fa398dcb: Waiting 11:18:25 1e890da81ec9: Waiting 11:18:25 65c6dcae6ae1: Waiting 11:18:25 5524e91e1f67: Pushed 11:18:25 ad49876293de: Pushed 11:18:25 fdc640d2aec0: Pushed 11:18:25 3fa668c6b544: Pushed 11:18:25 65c6dcae6ae1: Layer already exists 11:18:25 4c585ddb4f0e: Layer already exists 11:18:25 1e890da81ec9: Layer already exists 11:18:25 1d5b1a84b070: Pushed 11:18:26 111bc0c5be65: Pushed 11:18:29 1556fa398dcb: Pushed 11:18:32 a0ca1f514855: Pushed 11:18:32 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:8eb8c360063d2a3913ca997e69a76c9a6935f443ba5d5a1988fdb758938b277d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:32 + 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 11:18:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:18:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:18:32 fdc640d2aec0: Preparing 11:18:32 ad49876293de: Preparing 11:18:32 a0ca1f514855: Preparing 11:18:32 5524e91e1f67: Preparing 11:18:32 3fa668c6b544: Preparing 11:18:32 65c6dcae6ae1: Preparing 11:18:32 4c585ddb4f0e: Preparing 11:18:32 1d5b1a84b070: Preparing 11:18:32 111bc0c5be65: Preparing 11:18:32 1556fa398dcb: Preparing 11:18:32 1e890da81ec9: Preparing 11:18:32 65c6dcae6ae1: Waiting 11:18:32 4c585ddb4f0e: Waiting 11:18:32 1d5b1a84b070: Waiting 11:18:32 111bc0c5be65: Waiting 11:18:32 1556fa398dcb: Waiting 11:18:32 1e890da81ec9: Waiting 11:18:32 3fa668c6b544: Layer already exists 11:18:32 ad49876293de: Layer already exists 11:18:32 fdc640d2aec0: Layer already exists 11:18:32 5524e91e1f67: Layer already exists 11:18:32 a0ca1f514855: Layer already exists 11:18:32 1d5b1a84b070: Layer already exists 11:18:32 111bc0c5be65: Layer already exists 11:18:32 4c585ddb4f0e: Layer already exists 11:18:32 65c6dcae6ae1: Layer already exists 11:18:32 1556fa398dcb: Layer already exists 11:18:32 1e890da81ec9: Layer already exists 11:18:33 latest: digest: sha256:8eb8c360063d2a3913ca997e69a76c9a6935f443ba5d5a1988fdb758938b277d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:33 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.49 11:18:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:18:33 fdc640d2aec0: Preparing 11:18:33 ad49876293de: Preparing 11:18:33 a0ca1f514855: Preparing 11:18:33 5524e91e1f67: Preparing 11:18:33 3fa668c6b544: Preparing 11:18:33 65c6dcae6ae1: Preparing 11:18:33 4c585ddb4f0e: Preparing 11:18:33 1d5b1a84b070: Preparing 11:18:33 111bc0c5be65: Preparing 11:18:33 1556fa398dcb: Preparing 11:18:33 1e890da81ec9: Preparing 11:18:33 4c585ddb4f0e: Waiting 11:18:33 65c6dcae6ae1: Waiting 11:18:33 1d5b1a84b070: Waiting 11:18:33 111bc0c5be65: Waiting 11:18:33 1556fa398dcb: Waiting 11:18:33 1e890da81ec9: Waiting 11:18:33 a0ca1f514855: Layer already exists 11:18:33 fdc640d2aec0: Layer already exists 11:18:33 3fa668c6b544: Layer already exists 11:18:33 ad49876293de: Layer already exists 11:18:33 5524e91e1f67: Layer already exists 11:18:33 65c6dcae6ae1: Layer already exists 11:18:33 4c585ddb4f0e: Layer already exists 11:18:33 111bc0c5be65: Layer already exists 11:18:33 1d5b1a84b070: Layer already exists 11:18:33 1556fa398dcb: Layer already exists 11:18:33 1e890da81ec9: Layer already exists 11:18:34 4.1.0-dev.49: digest: sha256:8eb8c360063d2a3913ca997e69a76c9a6935f443ba5d5a1988fdb758938b277d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:34 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:18:34 fdc640d2aec0: Preparing 11:18:34 ad49876293de: Preparing 11:18:34 a0ca1f514855: Preparing 11:18:34 5524e91e1f67: Preparing 11:18:34 3fa668c6b544: Preparing 11:18:34 65c6dcae6ae1: Preparing 11:18:34 4c585ddb4f0e: Preparing 11:18:34 1d5b1a84b070: Preparing 11:18:34 111bc0c5be65: Preparing 11:18:34 1556fa398dcb: Preparing 11:18:34 1e890da81ec9: Preparing 11:18:34 1d5b1a84b070: Waiting 11:18:34 111bc0c5be65: Waiting 11:18:34 1556fa398dcb: Waiting 11:18:34 1e890da81ec9: Waiting 11:18:34 65c6dcae6ae1: Waiting 11:18:34 4c585ddb4f0e: Waiting 11:18:34 5524e91e1f67: Layer already exists 11:18:34 fdc640d2aec0: Layer already exists 11:18:34 ad49876293de: Layer already exists 11:18:34 3fa668c6b544: Layer already exists 11:18:34 a0ca1f514855: Layer already exists 11:18:34 4c585ddb4f0e: Layer already exists 11:18:34 111bc0c5be65: Layer already exists 11:18:34 1d5b1a84b070: Layer already exists 11:18:34 1556fa398dcb: Layer already exists 11:18:34 65c6dcae6ae1: Layer already exists 11:18:34 1e890da81ec9: Layer already exists 11:18:35 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:8eb8c360063d2a3913ca997e69a76c9a6935f443ba5d5a1988fdb758938b277d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:35 + 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 11:18:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 11:18:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:18:35 fdc640d2aec0: Preparing 11:18:35 ad49876293de: Preparing 11:18:35 a0ca1f514855: Preparing 11:18:35 5524e91e1f67: Preparing 11:18:35 3fa668c6b544: Preparing 11:18:35 65c6dcae6ae1: Preparing 11:18:35 4c585ddb4f0e: Preparing 11:18:35 65c6dcae6ae1: Waiting 11:18:35 1d5b1a84b070: Preparing 11:18:35 4c585ddb4f0e: Waiting 11:18:35 111bc0c5be65: Preparing 11:18:35 1d5b1a84b070: Waiting 11:18:35 1556fa398dcb: Preparing 11:18:35 111bc0c5be65: Waiting 11:18:35 1556fa398dcb: Waiting 11:18:35 1e890da81ec9: Preparing 11:18:35 1e890da81ec9: Waiting 11:18:35 5524e91e1f67: Layer already exists 11:18:35 3fa668c6b544: Layer already exists 11:18:35 fdc640d2aec0: Layer already exists 11:18:35 a0ca1f514855: Layer already exists 11:18:35 ad49876293de: Layer already exists 11:18:35 65c6dcae6ae1: Layer already exists 11:18:35 4c585ddb4f0e: Layer already exists 11:18:35 1d5b1a84b070: Layer already exists 11:18:35 111bc0c5be65: Layer already exists 11:18:35 1556fa398dcb: Layer already exists 11:18:35 1e890da81ec9: Layer already exists 11:18:36 main: digest: sha256:8eb8c360063d2a3913ca997e69a76c9a6935f443ba5d5a1988fdb758938b277d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:18:36 ===================================================== [Pipeline] echo 11:18:36 taggedImages: 11:18:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:18:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.49 11:18:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:36 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:18:36 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 11:18:36 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:36 latest 11:18:36 4.1.0-dev.49 11:18:36 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:36 main 11:18:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:36 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:18:36 02e947ce2534: Preparing 11:18:36 9e32279a2b05: Preparing 11:18:36 f633e17c0afc: Preparing 11:18:36 27a0ad961e32: Preparing 11:18:36 546cc4c2fca1: Preparing 11:18:36 fc8f10ac3f75: Preparing 11:18:36 662e03eac32e: Preparing 11:18:36 65c6dcae6ae1: Preparing 11:18:36 4c585ddb4f0e: Preparing 11:18:36 cd64d53db875: Preparing 11:18:36 64809bbc3cd2: Preparing 11:18:36 1e890da81ec9: Preparing 11:18:36 fc8f10ac3f75: Waiting 11:18:36 4c585ddb4f0e: Waiting 11:18:36 cd64d53db875: Waiting 11:18:36 64809bbc3cd2: Waiting 11:18:36 1e890da81ec9: Waiting 11:18:36 662e03eac32e: Waiting 11:18:36 65c6dcae6ae1: Waiting 11:18:37 546cc4c2fca1: Pushed 11:18:37 9e32279a2b05: Pushed 11:18:37 02e947ce2534: Pushed 11:18:37 65c6dcae6ae1: Layer already exists 11:18:37 fc8f10ac3f75: Pushed 11:18:37 4c585ddb4f0e: Layer already exists 11:18:37 662e03eac32e: Pushed 11:18:37 1e890da81ec9: Layer already exists 11:18:37 cd64d53db875: Pushed 11:18:40 64809bbc3cd2: Pushed 11:18:43 27a0ad961e32: Pushed 11:18:43 f633e17c0afc: Pushed 11:18:43 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:dbaeb3c43bd340194b54e403c3907740b52a76b9434710ca30c026a41cd94afe size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:44 + 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 11:18:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:18:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:18:44 02e947ce2534: Preparing 11:18:44 9e32279a2b05: Preparing 11:18:44 f633e17c0afc: Preparing 11:18:44 27a0ad961e32: Preparing 11:18:44 546cc4c2fca1: Preparing 11:18:44 fc8f10ac3f75: Preparing 11:18:44 662e03eac32e: Preparing 11:18:44 65c6dcae6ae1: Preparing 11:18:44 4c585ddb4f0e: Preparing 11:18:44 cd64d53db875: Preparing 11:18:44 64809bbc3cd2: Preparing 11:18:44 1e890da81ec9: Preparing 11:18:44 4c585ddb4f0e: Waiting 11:18:44 cd64d53db875: Waiting 11:18:44 64809bbc3cd2: Waiting 11:18:44 fc8f10ac3f75: Waiting 11:18:44 1e890da81ec9: Waiting 11:18:44 662e03eac32e: Waiting 11:18:44 65c6dcae6ae1: Waiting 11:18:44 546cc4c2fca1: Layer already exists 11:18:44 9e32279a2b05: Layer already exists 11:18:44 f633e17c0afc: Layer already exists 11:18:44 27a0ad961e32: Layer already exists 11:18:44 02e947ce2534: Layer already exists 11:18:44 662e03eac32e: Layer already exists 11:18:44 4c585ddb4f0e: Layer already exists 11:18:44 cd64d53db875: Layer already exists 11:18:44 fc8f10ac3f75: Layer already exists 11:18:44 65c6dcae6ae1: Layer already exists 11:18:44 64809bbc3cd2: Layer already exists 11:18:44 1e890da81ec9: Layer already exists 11:18:44 latest: digest: sha256:dbaeb3c43bd340194b54e403c3907740b52a76b9434710ca30c026a41cd94afe size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:45 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.49 11:18:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:18:45 02e947ce2534: Preparing 11:18:45 9e32279a2b05: Preparing 11:18:45 f633e17c0afc: Preparing 11:18:45 27a0ad961e32: Preparing 11:18:45 546cc4c2fca1: Preparing 11:18:45 fc8f10ac3f75: Preparing 11:18:45 662e03eac32e: Preparing 11:18:45 65c6dcae6ae1: Preparing 11:18:45 4c585ddb4f0e: Preparing 11:18:45 cd64d53db875: Preparing 11:18:45 64809bbc3cd2: Preparing 11:18:45 1e890da81ec9: Preparing 11:18:45 662e03eac32e: Waiting 11:18:45 65c6dcae6ae1: Waiting 11:18:45 1e890da81ec9: Waiting 11:18:45 4c585ddb4f0e: Waiting 11:18:45 cd64d53db875: Waiting 11:18:45 64809bbc3cd2: Waiting 11:18:45 fc8f10ac3f75: Waiting 11:18:45 9e32279a2b05: Layer already exists 11:18:45 546cc4c2fca1: Layer already exists 11:18:45 02e947ce2534: Layer already exists 11:18:45 f633e17c0afc: Layer already exists 11:18:45 27a0ad961e32: Layer already exists 11:18:45 fc8f10ac3f75: Layer already exists 11:18:45 662e03eac32e: Layer already exists 11:18:45 cd64d53db875: Layer already exists 11:18:45 4c585ddb4f0e: Layer already exists 11:18:45 65c6dcae6ae1: Layer already exists 11:18:45 64809bbc3cd2: Layer already exists 11:18:45 1e890da81ec9: Layer already exists 11:18:45 4.1.0-dev.49: digest: sha256:dbaeb3c43bd340194b54e403c3907740b52a76b9434710ca30c026a41cd94afe size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:46 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:18:46 02e947ce2534: Preparing 11:18:46 9e32279a2b05: Preparing 11:18:46 f633e17c0afc: Preparing 11:18:46 27a0ad961e32: Preparing 11:18:46 546cc4c2fca1: Preparing 11:18:46 fc8f10ac3f75: Preparing 11:18:46 662e03eac32e: Preparing 11:18:46 65c6dcae6ae1: Preparing 11:18:46 4c585ddb4f0e: Preparing 11:18:46 cd64d53db875: Preparing 11:18:46 64809bbc3cd2: Preparing 11:18:46 1e890da81ec9: Preparing 11:18:46 fc8f10ac3f75: Waiting 11:18:46 662e03eac32e: Waiting 11:18:46 cd64d53db875: Waiting 11:18:46 64809bbc3cd2: Waiting 11:18:46 65c6dcae6ae1: Waiting 11:18:46 1e890da81ec9: Waiting 11:18:46 4c585ddb4f0e: Waiting 11:18:46 27a0ad961e32: Layer already exists 11:18:46 546cc4c2fca1: Layer already exists 11:18:46 9e32279a2b05: Layer already exists 11:18:46 02e947ce2534: Layer already exists 11:18:46 f633e17c0afc: Layer already exists 11:18:46 662e03eac32e: Layer already exists 11:18:46 65c6dcae6ae1: Layer already exists 11:18:46 4c585ddb4f0e: Layer already exists 11:18:46 fc8f10ac3f75: Layer already exists 11:18:46 cd64d53db875: Layer already exists 11:18:46 64809bbc3cd2: Layer already exists 11:18:46 1e890da81ec9: Layer already exists 11:18:46 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:dbaeb3c43bd340194b54e403c3907740b52a76b9434710ca30c026a41cd94afe size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:47 + 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 11:18:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 11:18:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:18:47 02e947ce2534: Preparing 11:18:47 9e32279a2b05: Preparing 11:18:47 f633e17c0afc: Preparing 11:18:47 27a0ad961e32: Preparing 11:18:47 546cc4c2fca1: Preparing 11:18:47 fc8f10ac3f75: Preparing 11:18:47 662e03eac32e: Preparing 11:18:47 65c6dcae6ae1: Preparing 11:18:47 4c585ddb4f0e: Preparing 11:18:47 cd64d53db875: Preparing 11:18:47 64809bbc3cd2: Preparing 11:18:47 1e890da81ec9: Preparing 11:18:47 4c585ddb4f0e: Waiting 11:18:47 cd64d53db875: Waiting 11:18:47 fc8f10ac3f75: Waiting 11:18:47 662e03eac32e: Waiting 11:18:47 65c6dcae6ae1: Waiting 11:18:47 1e890da81ec9: Waiting 11:18:47 64809bbc3cd2: Waiting 11:18:47 546cc4c2fca1: Layer already exists 11:18:47 9e32279a2b05: Layer already exists 11:18:47 27a0ad961e32: Layer already exists 11:18:47 02e947ce2534: Layer already exists 11:18:47 f633e17c0afc: Layer already exists 11:18:47 65c6dcae6ae1: Layer already exists 11:18:47 662e03eac32e: Layer already exists 11:18:47 64809bbc3cd2: Layer already exists 11:18:47 1e890da81ec9: Layer already exists 11:18:47 4c585ddb4f0e: Layer already exists 11:18:47 cd64d53db875: Layer already exists 11:18:47 fc8f10ac3f75: Layer already exists 11:18:47 main: digest: sha256:dbaeb3c43bd340194b54e403c3907740b52a76b9434710ca30c026a41cd94afe size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:18:47 ===================================================== [Pipeline] echo 11:18:47 taggedImages: 11:18:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:18:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.49 11:18:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:18:47 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 11:18:47 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:47 latest 11:18:47 4.1.0-dev.49 11:18:47 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:47 main 11:18:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:48 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:18:48 02901877ad2b: Preparing 11:18:48 c3cb9d2264f7: Preparing 11:18:48 65c6dcae6ae1: Preparing 11:18:48 4c585ddb4f0e: Preparing 11:18:48 a6663c01a7ce: Preparing 11:18:48 136f81fc060c: Preparing 11:18:48 1e890da81ec9: Preparing 11:18:48 136f81fc060c: Waiting 11:18:48 1e890da81ec9: Waiting 11:18:48 4c585ddb4f0e: Layer already exists 11:18:48 65c6dcae6ae1: Layer already exists 11:18:48 1e890da81ec9: Layer already exists 11:18:48 02901877ad2b: Pushed 11:18:49 a6663c01a7ce: Pushed 11:18:51 136f81fc060c: Pushed 11:18:56 c3cb9d2264f7: Pushed 11:18:56 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:280ea090bf1de0b8b25c1a9032c68fccbe7df18eaf52bcc2f6da92849c2da015 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:56 + 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 11:18:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:18:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:18:57 02901877ad2b: Preparing 11:18:57 c3cb9d2264f7: Preparing 11:18:57 65c6dcae6ae1: Preparing 11:18:57 4c585ddb4f0e: Preparing 11:18:57 a6663c01a7ce: Preparing 11:18:57 136f81fc060c: Preparing 11:18:57 136f81fc060c: Waiting 11:18:57 1e890da81ec9: Preparing 11:18:57 1e890da81ec9: Waiting 11:18:57 c3cb9d2264f7: Layer already exists 11:18:57 4c585ddb4f0e: Layer already exists 11:18:57 65c6dcae6ae1: Layer already exists 11:18:57 02901877ad2b: Layer already exists 11:18:57 a6663c01a7ce: Layer already exists 11:18:57 136f81fc060c: Layer already exists 11:18:57 1e890da81ec9: Layer already exists 11:18:57 latest: digest: sha256:280ea090bf1de0b8b25c1a9032c68fccbe7df18eaf52bcc2f6da92849c2da015 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:57 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.49 11:18:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:18:58 02901877ad2b: Preparing 11:18:58 c3cb9d2264f7: Preparing 11:18:58 65c6dcae6ae1: Preparing 11:18:58 4c585ddb4f0e: Preparing 11:18:58 a6663c01a7ce: Preparing 11:18:58 136f81fc060c: Preparing 11:18:58 1e890da81ec9: Preparing 11:18:58 1e890da81ec9: Waiting 11:18:58 136f81fc060c: Waiting 11:18:58 c3cb9d2264f7: Layer already exists 11:18:58 02901877ad2b: Layer already exists 11:18:58 a6663c01a7ce: Layer already exists 11:18:58 4c585ddb4f0e: Layer already exists 11:18:58 65c6dcae6ae1: Layer already exists 11:18:58 1e890da81ec9: Layer already exists 11:18:58 136f81fc060c: Layer already exists 11:18:58 4.1.0-dev.49: digest: sha256:280ea090bf1de0b8b25c1a9032c68fccbe7df18eaf52bcc2f6da92849c2da015 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:58 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:18:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:18:59 02901877ad2b: Preparing 11:18:59 c3cb9d2264f7: Preparing 11:18:59 65c6dcae6ae1: Preparing 11:18:59 4c585ddb4f0e: Preparing 11:18:59 a6663c01a7ce: Preparing 11:18:59 136f81fc060c: Preparing 11:18:59 1e890da81ec9: Preparing 11:18:59 136f81fc060c: Waiting 11:18:59 1e890da81ec9: Waiting 11:18:59 4c585ddb4f0e: Layer already exists 11:18:59 65c6dcae6ae1: Layer already exists 11:18:59 c3cb9d2264f7: Layer already exists 11:18:59 a6663c01a7ce: Layer already exists 11:18:59 02901877ad2b: Layer already exists 11:18:59 136f81fc060c: Layer already exists 11:18:59 1e890da81ec9: Layer already exists 11:18:59 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:280ea090bf1de0b8b25c1a9032c68fccbe7df18eaf52bcc2f6da92849c2da015 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:18:59 + 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 11:19:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 11:19:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:19:00 02901877ad2b: Preparing 11:19:00 c3cb9d2264f7: Preparing 11:19:00 65c6dcae6ae1: Preparing 11:19:00 4c585ddb4f0e: Preparing 11:19:00 a6663c01a7ce: Preparing 11:19:00 136f81fc060c: Preparing 11:19:00 1e890da81ec9: Preparing 11:19:00 1e890da81ec9: Waiting 11:19:00 136f81fc060c: Waiting 11:19:00 65c6dcae6ae1: Layer already exists 11:19:00 a6663c01a7ce: Layer already exists 11:19:00 c3cb9d2264f7: Layer already exists 11:19:00 02901877ad2b: Layer already exists 11:19:00 4c585ddb4f0e: Layer already exists 11:19:00 1e890da81ec9: Layer already exists 11:19:00 136f81fc060c: Layer already exists 11:19:00 main: digest: sha256:280ea090bf1de0b8b25c1a9032c68fccbe7df18eaf52bcc2f6da92849c2da015 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:19:00 ===================================================== [Pipeline] echo 11:19:00 taggedImages: 11:19:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:19:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:19:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.49 11:19:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:19:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:19:00 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 11:19:00 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:19:00 latest 11:19:00 4.1.0-dev.49 11:19:00 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:19:00 main 11:19:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:00 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:19:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:19:01 87d46d7b16b4: Preparing 11:19:01 0f03c4a972f9: Preparing 11:19:01 87a544bdc1b9: Preparing 11:19:01 65c6dcae6ae1: Preparing 11:19:01 4c585ddb4f0e: Preparing 11:19:01 b9ed925d8b63: Preparing 11:19:01 0f58d953b764: Preparing 11:19:01 13fb146408d6: Preparing 11:19:01 68d461939e57: Preparing 11:19:01 1e890da81ec9: Preparing 11:19:01 68d461939e57: Waiting 11:19:01 b9ed925d8b63: Waiting 11:19:01 0f58d953b764: Waiting 11:19:01 1e890da81ec9: Waiting 11:19:01 13fb146408d6: Waiting 11:19:01 4c585ddb4f0e: Layer already exists 11:19:01 65c6dcae6ae1: Layer already exists 11:19:01 87a544bdc1b9: Pushed 11:19:01 0f03c4a972f9: Pushed 11:19:01 87d46d7b16b4: Pushed 11:19:01 1e890da81ec9: Layer already exists 11:19:01 13fb146408d6: Pushed 11:19:02 68d461939e57: Pushed 11:19:12 0f58d953b764: Pushed 11:19:27 b9ed925d8b63: Pushed 11:19:27 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:937efd640941056fcdde339b0e584cd5c098d353a8ecaa6acea0616c2ec44332 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:27 + 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 11:19:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:19:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:19:28 87d46d7b16b4: Preparing 11:19:28 0f03c4a972f9: Preparing 11:19:28 87a544bdc1b9: Preparing 11:19:28 65c6dcae6ae1: Preparing 11:19:28 4c585ddb4f0e: Preparing 11:19:28 b9ed925d8b63: Preparing 11:19:28 0f58d953b764: Preparing 11:19:28 13fb146408d6: Preparing 11:19:28 68d461939e57: Preparing 11:19:28 1e890da81ec9: Preparing 11:19:28 0f58d953b764: Waiting 11:19:28 13fb146408d6: Waiting 11:19:28 1e890da81ec9: Waiting 11:19:28 68d461939e57: Waiting 11:19:28 b9ed925d8b63: Waiting 11:19:28 4c585ddb4f0e: Layer already exists 11:19:28 0f03c4a972f9: Layer already exists 11:19:28 65c6dcae6ae1: Layer already exists 11:19:28 87d46d7b16b4: Layer already exists 11:19:28 87a544bdc1b9: Layer already exists 11:19:28 b9ed925d8b63: Layer already exists 11:19:28 13fb146408d6: Layer already exists 11:19:28 0f58d953b764: Layer already exists 11:19:28 1e890da81ec9: Layer already exists 11:19:28 68d461939e57: Layer already exists 11:19:28 latest: digest: sha256:937efd640941056fcdde339b0e584cd5c098d353a8ecaa6acea0616c2ec44332 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:28 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.49 11:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:19:29 87d46d7b16b4: Preparing 11:19:29 0f03c4a972f9: Preparing 11:19:29 87a544bdc1b9: Preparing 11:19:29 65c6dcae6ae1: Preparing 11:19:29 4c585ddb4f0e: Preparing 11:19:29 b9ed925d8b63: Preparing 11:19:29 0f58d953b764: Preparing 11:19:29 13fb146408d6: Preparing 11:19:29 68d461939e57: Preparing 11:19:29 1e890da81ec9: Preparing 11:19:29 0f58d953b764: Waiting 11:19:29 13fb146408d6: Waiting 11:19:29 68d461939e57: Waiting 11:19:29 1e890da81ec9: Waiting 11:19:29 b9ed925d8b63: Waiting 11:19:29 87d46d7b16b4: Layer already exists 11:19:29 87a544bdc1b9: Layer already exists 11:19:29 4c585ddb4f0e: Layer already exists 11:19:29 65c6dcae6ae1: Layer already exists 11:19:29 0f03c4a972f9: Layer already exists 11:19:29 13fb146408d6: Layer already exists 11:19:29 b9ed925d8b63: Layer already exists 11:19:29 0f58d953b764: Layer already exists 11:19:29 68d461939e57: Layer already exists 11:19:29 1e890da81ec9: Layer already exists 11:19:29 4.1.0-dev.49: digest: sha256:937efd640941056fcdde339b0e584cd5c098d353a8ecaa6acea0616c2ec44332 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:19:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:19:30 87d46d7b16b4: Preparing 11:19:30 0f03c4a972f9: Preparing 11:19:30 87a544bdc1b9: Preparing 11:19:30 65c6dcae6ae1: Preparing 11:19:30 4c585ddb4f0e: Preparing 11:19:30 b9ed925d8b63: Preparing 11:19:30 0f58d953b764: Preparing 11:19:30 13fb146408d6: Preparing 11:19:30 68d461939e57: Preparing 11:19:30 1e890da81ec9: Preparing 11:19:30 0f58d953b764: Waiting 11:19:30 13fb146408d6: Waiting 11:19:30 68d461939e57: Waiting 11:19:30 1e890da81ec9: Waiting 11:19:30 b9ed925d8b63: Waiting 11:19:30 87a544bdc1b9: Layer already exists 11:19:30 65c6dcae6ae1: Layer already exists 11:19:30 87d46d7b16b4: Layer already exists 11:19:30 0f03c4a972f9: Layer already exists 11:19:30 4c585ddb4f0e: Layer already exists 11:19:30 b9ed925d8b63: Layer already exists 11:19:30 1e890da81ec9: Layer already exists 11:19:30 13fb146408d6: Layer already exists 11:19:30 0f58d953b764: Layer already exists 11:19:30 68d461939e57: Layer already exists 11:19:30 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:937efd640941056fcdde339b0e584cd5c098d353a8ecaa6acea0616c2ec44332 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:30 + 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 11:19:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 11:19:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:19:31 87d46d7b16b4: Preparing 11:19:31 0f03c4a972f9: Preparing 11:19:31 87a544bdc1b9: Preparing 11:19:31 65c6dcae6ae1: Preparing 11:19:31 4c585ddb4f0e: Preparing 11:19:31 b9ed925d8b63: Preparing 11:19:31 0f58d953b764: Preparing 11:19:31 b9ed925d8b63: Waiting 11:19:31 0f58d953b764: Waiting 11:19:31 13fb146408d6: Preparing 11:19:31 68d461939e57: Preparing 11:19:31 1e890da81ec9: Preparing 11:19:31 13fb146408d6: Waiting 11:19:31 1e890da81ec9: Waiting 11:19:31 68d461939e57: Waiting 11:19:31 87a544bdc1b9: Layer already exists 11:19:31 65c6dcae6ae1: Layer already exists 11:19:31 4c585ddb4f0e: Layer already exists 11:19:31 0f03c4a972f9: Layer already exists 11:19:31 87d46d7b16b4: Layer already exists 11:19:31 b9ed925d8b63: Layer already exists 11:19:31 0f58d953b764: Layer already exists 11:19:31 68d461939e57: Layer already exists 11:19:31 1e890da81ec9: Layer already exists 11:19:31 13fb146408d6: Layer already exists 11:19:31 main: digest: sha256:937efd640941056fcdde339b0e584cd5c098d353a8ecaa6acea0616c2ec44332 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:19:31 ===================================================== [Pipeline] echo 11:19:31 taggedImages: 11:19:31 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:19:31 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:19:31 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.49 11:19:31 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:19:31 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:19:31 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 11:19:31 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:19:31 latest 11:19:31 4.1.0-dev.49 11:19:31 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:19:31 main 11:19:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:31 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:19:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:19:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:19:32 ffbe576df646: Preparing 11:19:32 f58b0ba600f5: Preparing 11:19:32 e776e77adb1e: Preparing 11:19:32 65c6dcae6ae1: Preparing 11:19:32 4c585ddb4f0e: Preparing 11:19:32 1f6bb53f41a2: Preparing 11:19:32 755f1cbc024a: Preparing 11:19:32 639b8ceb1d36: Preparing 11:19:32 1e890da81ec9: Preparing 11:19:32 639b8ceb1d36: Waiting 11:19:32 755f1cbc024a: Waiting 11:19:32 1e890da81ec9: Waiting 11:19:32 1f6bb53f41a2: Waiting 11:19:32 4c585ddb4f0e: Layer already exists 11:19:32 65c6dcae6ae1: Layer already exists 11:19:32 e776e77adb1e: Pushed 11:19:32 f58b0ba600f5: Pushed 11:19:32 ffbe576df646: Pushed 11:19:32 1e890da81ec9: Layer already exists 11:19:32 755f1cbc024a: Pushed 11:19:33 639b8ceb1d36: Pushed 11:19:59 1f6bb53f41a2: Pushed 11:19:59 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:8b6f9b76f4aa3c609ccebd5947672df4d5e2660c603d99cfdc42a614aca2c803 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:00 + 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 11:20:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:20:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:20:00 ffbe576df646: Preparing 11:20:00 f58b0ba600f5: Preparing 11:20:00 e776e77adb1e: Preparing 11:20:00 65c6dcae6ae1: Preparing 11:20:00 4c585ddb4f0e: Preparing 11:20:00 1f6bb53f41a2: Preparing 11:20:00 755f1cbc024a: Preparing 11:20:00 639b8ceb1d36: Preparing 11:20:00 1e890da81ec9: Preparing 11:20:00 1f6bb53f41a2: Waiting 11:20:00 755f1cbc024a: Waiting 11:20:00 639b8ceb1d36: Waiting 11:20:00 1e890da81ec9: Waiting 11:20:00 e776e77adb1e: Layer already exists 11:20:00 f58b0ba600f5: Layer already exists 11:20:00 4c585ddb4f0e: Layer already exists 11:20:00 ffbe576df646: Layer already exists 11:20:00 65c6dcae6ae1: Layer already exists 11:20:00 1f6bb53f41a2: Layer already exists 11:20:00 755f1cbc024a: Layer already exists 11:20:00 1e890da81ec9: Layer already exists 11:20:00 639b8ceb1d36: Layer already exists 11:20:00 latest: digest: sha256:8b6f9b76f4aa3c609ccebd5947672df4d5e2660c603d99cfdc42a614aca2c803 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:00 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.49 11:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:20:01 ffbe576df646: Preparing 11:20:01 f58b0ba600f5: Preparing 11:20:01 e776e77adb1e: Preparing 11:20:01 65c6dcae6ae1: Preparing 11:20:01 4c585ddb4f0e: Preparing 11:20:01 1f6bb53f41a2: Preparing 11:20:01 755f1cbc024a: Preparing 11:20:01 639b8ceb1d36: Preparing 11:20:01 1e890da81ec9: Preparing 11:20:01 1f6bb53f41a2: Waiting 11:20:01 755f1cbc024a: Waiting 11:20:01 639b8ceb1d36: Waiting 11:20:01 1e890da81ec9: Waiting 11:20:01 ffbe576df646: Layer already exists 11:20:01 65c6dcae6ae1: Layer already exists 11:20:01 4c585ddb4f0e: Layer already exists 11:20:01 e776e77adb1e: Layer already exists 11:20:01 f58b0ba600f5: Layer already exists 11:20:01 1f6bb53f41a2: Layer already exists 11:20:01 755f1cbc024a: Layer already exists 11:20:01 1e890da81ec9: Layer already exists 11:20:01 639b8ceb1d36: Layer already exists 11:20:01 4.1.0-dev.49: digest: sha256:8b6f9b76f4aa3c609ccebd5947672df4d5e2660c603d99cfdc42a614aca2c803 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:01 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:20:02 ffbe576df646: Preparing 11:20:02 f58b0ba600f5: Preparing 11:20:02 e776e77adb1e: Preparing 11:20:02 65c6dcae6ae1: Preparing 11:20:02 4c585ddb4f0e: Preparing 11:20:02 1f6bb53f41a2: Preparing 11:20:02 755f1cbc024a: Preparing 11:20:02 639b8ceb1d36: Preparing 11:20:02 1e890da81ec9: Preparing 11:20:02 755f1cbc024a: Waiting 11:20:02 639b8ceb1d36: Waiting 11:20:02 1e890da81ec9: Waiting 11:20:02 1f6bb53f41a2: Waiting 11:20:02 ffbe576df646: Layer already exists 11:20:02 e776e77adb1e: Layer already exists 11:20:02 f58b0ba600f5: Layer already exists 11:20:02 65c6dcae6ae1: Layer already exists 11:20:02 4c585ddb4f0e: Layer already exists 11:20:02 1f6bb53f41a2: Layer already exists 11:20:02 755f1cbc024a: Layer already exists 11:20:02 1e890da81ec9: Layer already exists 11:20:02 639b8ceb1d36: Layer already exists 11:20:02 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:8b6f9b76f4aa3c609ccebd5947672df4d5e2660c603d99cfdc42a614aca2c803 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:02 + 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 11:20:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 11:20:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:20:03 ffbe576df646: Preparing 11:20:03 f58b0ba600f5: Preparing 11:20:03 e776e77adb1e: Preparing 11:20:03 65c6dcae6ae1: Preparing 11:20:03 4c585ddb4f0e: Preparing 11:20:03 1f6bb53f41a2: Preparing 11:20:03 755f1cbc024a: Preparing 11:20:03 1f6bb53f41a2: Waiting 11:20:03 639b8ceb1d36: Preparing 11:20:03 1e890da81ec9: Preparing 11:20:03 755f1cbc024a: Waiting 11:20:03 1e890da81ec9: Waiting 11:20:03 639b8ceb1d36: Waiting 11:20:03 ffbe576df646: Layer already exists 11:20:03 f58b0ba600f5: Layer already exists 11:20:03 4c585ddb4f0e: Layer already exists 11:20:03 65c6dcae6ae1: Layer already exists 11:20:03 e776e77adb1e: Layer already exists 11:20:03 1f6bb53f41a2: Layer already exists 11:20:03 755f1cbc024a: Layer already exists 11:20:03 1e890da81ec9: Layer already exists 11:20:03 639b8ceb1d36: Layer already exists 11:20:03 main: digest: sha256:8b6f9b76f4aa3c609ccebd5947672df4d5e2660c603d99cfdc42a614aca2c803 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:20:03 ===================================================== [Pipeline] echo 11:20:03 taggedImages: 11:20:03 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:20:03 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:20:03 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.49 11:20:03 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:20:03 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:20:03 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 11:20:03 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:20:03 latest 11:20:03 4.1.0-dev.49 11:20:03 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:20:03 main 11:20:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:03 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:20:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:20:04 2d43e0f4b6ad: Preparing 11:20:04 17749582bb54: Preparing 11:20:04 7359ff306554: Preparing 11:20:04 65c6dcae6ae1: Preparing 11:20:04 4c585ddb4f0e: Preparing 11:20:04 e6077f7eb5fa: Preparing 11:20:04 13fb146408d6: Preparing 11:20:04 68d461939e57: Preparing 11:20:04 1e890da81ec9: Preparing 11:20:04 e6077f7eb5fa: Waiting 11:20:04 13fb146408d6: Waiting 11:20:04 1e890da81ec9: Waiting 11:20:04 4c585ddb4f0e: Layer already exists 11:20:04 65c6dcae6ae1: Layer already exists 11:20:04 13fb146408d6: Layer already exists 11:20:04 7359ff306554: Pushed 11:20:04 17749582bb54: Pushed 11:20:04 68d461939e57: Layer already exists 11:20:04 2d43e0f4b6ad: Pushed 11:20:04 1e890da81ec9: Layer already exists 11:20:31 e6077f7eb5fa: Pushed 11:20:31 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:87eea9d9bb11be95167a96a2e17ab0f02451ada0669c1b9db2f8c2dc9f7d5131 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:32 + 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 11:20:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:20:32 2d43e0f4b6ad: Preparing 11:20:32 17749582bb54: Preparing 11:20:32 7359ff306554: Preparing 11:20:32 65c6dcae6ae1: Preparing 11:20:32 4c585ddb4f0e: Preparing 11:20:32 e6077f7eb5fa: Preparing 11:20:32 13fb146408d6: Preparing 11:20:32 68d461939e57: Preparing 11:20:32 1e890da81ec9: Preparing 11:20:32 13fb146408d6: Waiting 11:20:32 68d461939e57: Waiting 11:20:32 1e890da81ec9: Waiting 11:20:32 e6077f7eb5fa: Waiting 11:20:32 65c6dcae6ae1: Layer already exists 11:20:32 4c585ddb4f0e: Layer already exists 11:20:32 17749582bb54: Layer already exists 11:20:32 7359ff306554: Layer already exists 11:20:32 2d43e0f4b6ad: Layer already exists 11:20:32 e6077f7eb5fa: Layer already exists 11:20:32 13fb146408d6: Layer already exists 11:20:32 68d461939e57: Layer already exists 11:20:32 1e890da81ec9: Layer already exists 11:20:32 latest: digest: sha256:87eea9d9bb11be95167a96a2e17ab0f02451ada0669c1b9db2f8c2dc9f7d5131 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.49 11:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:20:33 2d43e0f4b6ad: Preparing 11:20:33 17749582bb54: Preparing 11:20:33 7359ff306554: Preparing 11:20:33 65c6dcae6ae1: Preparing 11:20:33 4c585ddb4f0e: Preparing 11:20:33 e6077f7eb5fa: Preparing 11:20:33 13fb146408d6: Preparing 11:20:33 e6077f7eb5fa: Waiting 11:20:33 68d461939e57: Preparing 11:20:33 13fb146408d6: Waiting 11:20:33 1e890da81ec9: Preparing 11:20:33 68d461939e57: Waiting 11:20:33 1e890da81ec9: Waiting 11:20:33 65c6dcae6ae1: Layer already exists 11:20:33 7359ff306554: Layer already exists 11:20:33 17749582bb54: Layer already exists 11:20:33 2d43e0f4b6ad: Layer already exists 11:20:33 4c585ddb4f0e: Layer already exists 11:20:33 1e890da81ec9: Layer already exists 11:20:33 13fb146408d6: Layer already exists 11:20:33 e6077f7eb5fa: Layer already exists 11:20:33 68d461939e57: Layer already exists 11:20:33 4.1.0-dev.49: digest: sha256:87eea9d9bb11be95167a96a2e17ab0f02451ada0669c1b9db2f8c2dc9f7d5131 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:20:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:20:34 2d43e0f4b6ad: Preparing 11:20:34 17749582bb54: Preparing 11:20:34 7359ff306554: Preparing 11:20:34 65c6dcae6ae1: Preparing 11:20:34 4c585ddb4f0e: Preparing 11:20:34 e6077f7eb5fa: Preparing 11:20:34 13fb146408d6: Preparing 11:20:34 68d461939e57: Preparing 11:20:34 1e890da81ec9: Preparing 11:20:34 13fb146408d6: Waiting 11:20:34 68d461939e57: Waiting 11:20:34 e6077f7eb5fa: Waiting 11:20:34 1e890da81ec9: Waiting 11:20:34 65c6dcae6ae1: Layer already exists 11:20:34 2d43e0f4b6ad: Layer already exists 11:20:34 17749582bb54: Layer already exists 11:20:34 4c585ddb4f0e: Layer already exists 11:20:34 7359ff306554: Layer already exists 11:20:34 13fb146408d6: Layer already exists 11:20:34 e6077f7eb5fa: Layer already exists 11:20:34 1e890da81ec9: Layer already exists 11:20:34 68d461939e57: Layer already exists 11:20:34 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:87eea9d9bb11be95167a96a2e17ab0f02451ada0669c1b9db2f8c2dc9f7d5131 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:34 + 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 11:20:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 11:20:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:20:35 2d43e0f4b6ad: Preparing 11:20:35 17749582bb54: Preparing 11:20:35 7359ff306554: Preparing 11:20:35 65c6dcae6ae1: Preparing 11:20:35 4c585ddb4f0e: Preparing 11:20:35 e6077f7eb5fa: Preparing 11:20:35 13fb146408d6: Preparing 11:20:35 68d461939e57: Preparing 11:20:35 1e890da81ec9: Preparing 11:20:35 e6077f7eb5fa: Waiting 11:20:35 68d461939e57: Waiting 11:20:35 1e890da81ec9: Waiting 11:20:35 13fb146408d6: Waiting 11:20:35 17749582bb54: Layer already exists 11:20:35 4c585ddb4f0e: Layer already exists 11:20:35 2d43e0f4b6ad: Layer already exists 11:20:35 65c6dcae6ae1: Layer already exists 11:20:35 7359ff306554: Layer already exists 11:20:35 13fb146408d6: Layer already exists 11:20:35 e6077f7eb5fa: Layer already exists 11:20:35 68d461939e57: Layer already exists 11:20:35 1e890da81ec9: Layer already exists 11:20:35 main: digest: sha256:87eea9d9bb11be95167a96a2e17ab0f02451ada0669c1b9db2f8c2dc9f7d5131 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:20:35 ===================================================== [Pipeline] echo 11:20:35 taggedImages: 11:20:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:20:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:20:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.49 11:20:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:20:35 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:20:35 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 11:20:35 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:20:35 latest 11:20:35 4.1.0-dev.49 11:20:35 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:20:35 main 11:20:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:20:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:20:36 ff6d787b7117: Preparing 11:20:36 00624c790949: Preparing 11:20:36 65c6dcae6ae1: Preparing 11:20:36 4c585ddb4f0e: Preparing 11:20:36 7ccde403caf0: Preparing 11:20:36 02ef84c5d269: Preparing 11:20:36 1e890da81ec9: Preparing 11:20:36 02ef84c5d269: Waiting 11:20:36 1e890da81ec9: Waiting 11:20:36 65c6dcae6ae1: Layer already exists 11:20:36 4c585ddb4f0e: Layer already exists 11:20:36 1e890da81ec9: Layer already exists 11:20:36 ff6d787b7117: Pushed 11:20:36 7ccde403caf0: Pushed 11:20:37 02ef84c5d269: Pushed 11:20:44 00624c790949: Pushed 11:20:44 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:376900ab86a752a1b93414baff5f070a4193f79284c15f79e576b2382a17ac26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:20:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:20:45 ff6d787b7117: Preparing 11:20:45 00624c790949: Preparing 11:20:45 65c6dcae6ae1: Preparing 11:20:45 4c585ddb4f0e: Preparing 11:20:45 7ccde403caf0: Preparing 11:20:45 02ef84c5d269: Preparing 11:20:45 1e890da81ec9: Preparing 11:20:45 02ef84c5d269: Waiting 11:20:45 1e890da81ec9: Waiting 11:20:45 65c6dcae6ae1: Layer already exists 11:20:45 7ccde403caf0: Layer already exists 11:20:45 4c585ddb4f0e: Layer already exists 11:20:45 00624c790949: Layer already exists 11:20:45 ff6d787b7117: Layer already exists 11:20:45 1e890da81ec9: Layer already exists 11:20:45 02ef84c5d269: Layer already exists 11:20:45 latest: digest: sha256:376900ab86a752a1b93414baff5f070a4193f79284c15f79e576b2382a17ac26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.49 11:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:20:46 ff6d787b7117: Preparing 11:20:46 00624c790949: Preparing 11:20:46 65c6dcae6ae1: Preparing 11:20:46 4c585ddb4f0e: Preparing 11:20:46 7ccde403caf0: Preparing 11:20:46 02ef84c5d269: Preparing 11:20:46 1e890da81ec9: Preparing 11:20:46 02ef84c5d269: Waiting 11:20:46 1e890da81ec9: Waiting 11:20:46 4c585ddb4f0e: Layer already exists 11:20:46 ff6d787b7117: Layer already exists 11:20:46 7ccde403caf0: Layer already exists 11:20:46 00624c790949: Layer already exists 11:20:46 65c6dcae6ae1: Layer already exists 11:20:46 02ef84c5d269: Layer already exists 11:20:46 1e890da81ec9: Layer already exists 11:20:46 4.1.0-dev.49: digest: sha256:376900ab86a752a1b93414baff5f070a4193f79284c15f79e576b2382a17ac26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:20:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:20:47 ff6d787b7117: Preparing 11:20:47 00624c790949: Preparing 11:20:47 65c6dcae6ae1: Preparing 11:20:47 4c585ddb4f0e: Preparing 11:20:47 7ccde403caf0: Preparing 11:20:47 02ef84c5d269: Preparing 11:20:47 1e890da81ec9: Preparing 11:20:47 02ef84c5d269: Waiting 11:20:47 65c6dcae6ae1: Layer already exists 11:20:47 ff6d787b7117: Layer already exists 11:20:47 4c585ddb4f0e: Layer already exists 11:20:47 7ccde403caf0: Layer already exists 11:20:47 00624c790949: Layer already exists 11:20:47 1e890da81ec9: Layer already exists 11:20:47 02ef84c5d269: Layer already exists 11:20:47 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:376900ab86a752a1b93414baff5f070a4193f79284c15f79e576b2382a17ac26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 11:20:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:20:48 ff6d787b7117: Preparing 11:20:48 00624c790949: Preparing 11:20:48 65c6dcae6ae1: Preparing 11:20:48 4c585ddb4f0e: Preparing 11:20:48 7ccde403caf0: Preparing 11:20:48 02ef84c5d269: Preparing 11:20:48 1e890da81ec9: Preparing 11:20:48 02ef84c5d269: Waiting 11:20:48 1e890da81ec9: Waiting 11:20:48 7ccde403caf0: Layer already exists 11:20:48 00624c790949: Layer already exists 11:20:48 4c585ddb4f0e: Layer already exists 11:20:48 ff6d787b7117: Layer already exists 11:20:48 65c6dcae6ae1: Layer already exists 11:20:48 1e890da81ec9: Layer already exists 11:20:48 02ef84c5d269: Layer already exists 11:20:48 main: digest: sha256:376900ab86a752a1b93414baff5f070a4193f79284c15f79e576b2382a17ac26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:20:49 ===================================================== [Pipeline] echo 11:20:49 taggedImages: 11:20:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:20:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:20:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.49 11:20:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:20:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:20:49 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 11:20:49 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:20:49 latest 11:20:49 4.1.0-dev.49 11:20:49 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:20:49 main 11:20:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:20:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:20:49 17d2b2a4ec63: Preparing 11:20:49 aaa242f82f76: Preparing 11:20:49 65c6dcae6ae1: Preparing 11:20:49 4c585ddb4f0e: Preparing 11:20:49 a0b560573f5c: Preparing 11:20:49 feab830f5517: Preparing 11:20:49 1e890da81ec9: Preparing 11:20:49 feab830f5517: Waiting 11:20:49 1e890da81ec9: Waiting 11:20:50 65c6dcae6ae1: Layer already exists 11:20:50 4c585ddb4f0e: Layer already exists 11:20:50 1e890da81ec9: Layer already exists 11:20:50 17d2b2a4ec63: Pushed 11:20:50 a0b560573f5c: Pushed 11:20:50 feab830f5517: Pushed 11:20:58 aaa242f82f76: Pushed 11:20:58 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:af4dc8c88b3440ecd7dcdd4b3a254a912205fb6bda62feefbaaff361419ed40b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:20:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:20:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:20:59 17d2b2a4ec63: Preparing 11:20:59 aaa242f82f76: Preparing 11:20:59 65c6dcae6ae1: Preparing 11:20:59 4c585ddb4f0e: Preparing 11:20:59 a0b560573f5c: Preparing 11:20:59 feab830f5517: Preparing 11:20:59 1e890da81ec9: Preparing 11:20:59 feab830f5517: Waiting 11:20:59 1e890da81ec9: Waiting 11:20:59 4c585ddb4f0e: Layer already exists 11:20:59 17d2b2a4ec63: Layer already exists 11:20:59 65c6dcae6ae1: Layer already exists 11:20:59 a0b560573f5c: Layer already exists 11:20:59 aaa242f82f76: Layer already exists 11:20:59 feab830f5517: Layer already exists 11:20:59 1e890da81ec9: Layer already exists 11:20:59 latest: digest: sha256:af4dc8c88b3440ecd7dcdd4b3a254a912205fb6bda62feefbaaff361419ed40b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.49 11:21:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:21:00 17d2b2a4ec63: Preparing 11:21:00 aaa242f82f76: Preparing 11:21:00 65c6dcae6ae1: Preparing 11:21:00 4c585ddb4f0e: Preparing 11:21:00 a0b560573f5c: Preparing 11:21:00 feab830f5517: Preparing 11:21:00 1e890da81ec9: Preparing 11:21:00 feab830f5517: Waiting 11:21:00 1e890da81ec9: Waiting 11:21:00 4c585ddb4f0e: Layer already exists 11:21:00 65c6dcae6ae1: Layer already exists 11:21:00 aaa242f82f76: Layer already exists 11:21:00 17d2b2a4ec63: Layer already exists 11:21:00 a0b560573f5c: Layer already exists 11:21:00 1e890da81ec9: Layer already exists 11:21:00 feab830f5517: Layer already exists 11:21:00 4.1.0-dev.49: digest: sha256:af4dc8c88b3440ecd7dcdd4b3a254a912205fb6bda62feefbaaff361419ed40b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:21:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:21:01 17d2b2a4ec63: Preparing 11:21:01 aaa242f82f76: Preparing 11:21:01 65c6dcae6ae1: Preparing 11:21:01 4c585ddb4f0e: Preparing 11:21:01 a0b560573f5c: Preparing 11:21:01 feab830f5517: Preparing 11:21:01 1e890da81ec9: Preparing 11:21:01 feab830f5517: Waiting 11:21:01 1e890da81ec9: Waiting 11:21:01 a0b560573f5c: Layer already exists 11:21:01 17d2b2a4ec63: Layer already exists 11:21:01 aaa242f82f76: Layer already exists 11:21:01 4c585ddb4f0e: Layer already exists 11:21:01 65c6dcae6ae1: Layer already exists 11:21:01 feab830f5517: Layer already exists 11:21:01 1e890da81ec9: Layer already exists 11:21:01 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:af4dc8c88b3440ecd7dcdd4b3a254a912205fb6bda62feefbaaff361419ed40b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 11:21:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:21:02 17d2b2a4ec63: Preparing 11:21:02 aaa242f82f76: Preparing 11:21:02 65c6dcae6ae1: Preparing 11:21:02 4c585ddb4f0e: Preparing 11:21:02 a0b560573f5c: Preparing 11:21:02 feab830f5517: Preparing 11:21:02 1e890da81ec9: Preparing 11:21:02 feab830f5517: Waiting 11:21:02 1e890da81ec9: Waiting 11:21:02 a0b560573f5c: Layer already exists 11:21:02 aaa242f82f76: Layer already exists 11:21:02 17d2b2a4ec63: Layer already exists 11:21:02 65c6dcae6ae1: Layer already exists 11:21:02 4c585ddb4f0e: Layer already exists 11:21:02 1e890da81ec9: Layer already exists 11:21:02 feab830f5517: Layer already exists 11:21:02 main: digest: sha256:af4dc8c88b3440ecd7dcdd4b3a254a912205fb6bda62feefbaaff361419ed40b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:21:02 ===================================================== [Pipeline] echo 11:21:02 taggedImages: 11:21:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 11:21:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:21:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.49 11:21:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 11:21:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 11:21:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 11:21:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 11:21:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 11:21:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.49 [Pipeline] echo 11:21:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo 11:21:03 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 11:21:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:21:04 11:21:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:21:04 arm64: Pulling from edgex-lftools-log-publisher 11:21:04 8998bd30e6a1: Pulling fs layer 11:21:04 04944245beec: Pulling fs layer 11:21:04 699f458cf7ca: Pulling fs layer 11:21:04 765212b225bb: Pulling fs layer 11:21:04 f23df028b6ca: Pulling fs layer 11:21:04 d65c8cfc05b1: Pulling fs layer 11:21:04 2437ff75d9bd: Pulling fs layer 11:21:04 765212b225bb: Waiting 11:21:04 d65c8cfc05b1: Waiting 11:21:04 f23df028b6ca: Waiting 11:21:04 2437ff75d9bd: Waiting 11:21:04 04944245beec: Verifying Checksum 11:21:04 04944245beec: Download complete 11:21:04 765212b225bb: Verifying Checksum 11:21:04 765212b225bb: Download complete 11:21:04 f23df028b6ca: Verifying Checksum 11:21:04 f23df028b6ca: Download complete 11:21:04 d65c8cfc05b1: Verifying Checksum 11:21:04 d65c8cfc05b1: Download complete 11:21:04 699f458cf7ca: Verifying Checksum 11:21:04 699f458cf7ca: Download complete 11:21:05 8998bd30e6a1: Verifying Checksum 11:21:05 8998bd30e6a1: Download complete 11:21:08 2437ff75d9bd: Verifying Checksum 11:21:08 2437ff75d9bd: Download complete 11:21:10 8998bd30e6a1: Pull complete 11:21:10 04944245beec: Pull complete 11:21:12 699f458cf7ca: Pull complete 11:21:12 765212b225bb: Pull complete 11:21:13 f23df028b6ca: Pull complete 11:21:13 d65c8cfc05b1: Pull complete 11:21:31 2437ff75d9bd: Pull complete 11:21:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:21:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:21:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:21:31 prd-ubuntu20.04-docker-arm64-4c-16g-7629 does not seem to be running inside a container 11:21:31 $ 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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@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 11:21:34 $ docker top 882ab9dd3d274b921cdb4329ceb63b92adff56799fe88471edde0c0088e635ab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:21:35 ---> job-cost.sh 11:21:35 lf-activate-venv: SKIPPING 11:21:35 INFO: No Stack... 11:21:35 INFO: Retrieving Pricing Info for: v3-standard-4 11:21:36 INFO: Archiving Costs [Pipeline] sh 11:21:37 + cat /w/workspace/edgex-go/890/archives/cost.csv 11:21:37 + cut -d, -f6 [Pipeline] lock 11:21:37 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-890-stack-cost] 11:21:37 Resource [jenkins-edgexfoundry-edgex-go-main-890-stack-cost] did not exist. Created. 11:21:37 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-890-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:21:38 + echo total: 0.10999999940395355 [Pipeline] stash 11:21:38 Stashed 1 file(s) [Pipeline] } 11:21:38 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-890-stack-cost] [Pipeline] // lock [Pipeline] } 11:21:38 $ docker stop --time=1 882ab9dd3d274b921cdb4329ceb63b92adff56799fe88471edde0c0088e635ab 11:21:40 $ docker rm -f --volumes 882ab9dd3d274b921cdb4329ceb63b92adff56799fe88471edde0c0088e635ab [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 11:21:41 provisioning config files... 11:21:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/890@tmp/config9333215630749011262tmp [Pipeline] { [Pipeline] sh 11:21:41 + set +x 11:21:41 + + curlbash -s -s https://codecov.io/bash -- 11:21:41 11:21:41 11:21:41 _____ _ 11:21:41 / ____| | | 11:21:41 | | ___ __| | ___ ___ _____ __ 11:21:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:21:41 | |___| (_) | (_| | __/ (_| (_) \ V / 11:21:41 \_____\___/ \__,_|\___|\___\___/ \_/ 11:21:41 Bash-1.0.6 11:21:41 11:21:41 11:21:41 ==> git version 2.25.1 found 11:21:41 ==> 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 11:21:41 Release-Date: 2020-01-08 11:21:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:21:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:21:41 ==> Jenkins CI detected. 11:21:41 current dir:  /w/workspace/edgex-go/890 11:21:41 project root: . 11:21:41 --> token set from env 11:21:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:21:41 ==> Running gcov in . (disable via -X gcov) 11:21:41 ==> Python coveragepy not found 11:21:41 ==> Searching for coverage reports in: 11:21:41 + . 11:21:41 -> Found 1 reports 11:21:41 ==> Detecting git/mercurial file structure 11:21:41 ==> Reading reports 11:21:41 + ./coverage.out bytes=1668237 11:21:41 ==> Appending adjustments 11:21:41 https://docs.codecov.io/docs/fixing-reports 11:21:42 + Found adjustments 11:21:42 ==> Gzipping contents 11:21:42 140K /tmp/codecov.WOokit.gz 11:21:42 ==> Uploading reports 11:21:42 url: https://codecov.io 11:21:42 query: branch=main&commit=cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5&build=890&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F890%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:21:42 -> Pinging Codecov 11:21:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5&build=890&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F890%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:21:43 -> Uploading to 11:21:43 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5/a0f6f889-442a-4a24-b5f2-c9adc51ed947.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250826%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250826T112143Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=dfffdd722823156bd7bb4d842b8eb4a2e9469ac24345f9e304aeb775f92ae7a1 11:21:43 % Total % Received % Xferd Average Speed Time Time Time Current 11:21:43 Dload Upload Total Spent Left Speed 11:21:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 727k --:--:-- --:--:-- --:--:-- 727k 11:21:43 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } 11:21:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 11:21:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:21:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:21:44 11:21:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:21:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:21:44 latest: Pulling from edgex-devops/edgex-snyk-go 11:21:44 0a9a5dfd008f: Already exists 11:21:44 36466aa92d05: Already exists 11:21:44 e10405b45d13: Already exists 11:21:44 096b7ceb2af7: Already exists 11:21:44 4f4fb700ef54: Already exists 11:21:44 e50aa161e22a: Pulling fs layer 11:21:44 d3c8db5fb9df: Pulling fs layer 11:21:44 e50aa161e22a: Verifying Checksum 11:21:44 e50aa161e22a: Download complete 11:21:45 e50aa161e22a: Pull complete 11:21:46 d3c8db5fb9df: Verifying Checksum 11:21:46 d3c8db5fb9df: Download complete 11:21:50 d3c8db5fb9df: Pull complete 11:21:50 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 11:21:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:21:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:21:50 prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container 11:21:50 $ 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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:21:51 $ docker top c748fd9405b355a1aa26ea51872e6cda1935f47b2b7e6e1876db946b36bb2edb -eo pid,comm [Pipeline] { [Pipeline] sh 11:21:51 + git config --global --add safe.directory /w/workspace/edgex-go/890 [Pipeline] echo 11:21:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 11:21:52 + set -o pipefail 11:21:52 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 11:22:00 11:22:00 Monitoring /w/workspace/edgex-go/890 (github.com/edgexfoundry/edgex-go)... 11:22:00 11:22:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/2f39cb60-f186-41b2-853e-83561e95b695 11:22:00 11:22:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:22:00 [Pipeline] } 11:22:01 $ docker stop --time=1 c748fd9405b355a1aa26ea51872e6cda1935f47b2b7e6e1876db946b36bb2edb 11:22:03 $ docker rm -f --volumes c748fd9405b355a1aa26ea51872e6cda1935f47b2b7e6e1876db946b36bb2edb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 11:22:04 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:22:04 provisioning config files... 11:22:04 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/890@tmp/config5470536130996247816tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:22:04 --> edgex-publish-swagger.sh 11:22:04 === Publish openapi API === 11:22:04 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 11:22:04 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/890/openapi/core-command.yaml] 11:22:04 % Total % Received % Xferd Average Speed Time Time Time Current 11:22:04 Dload Upload Total Spent Left Speed 11:22:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 464 229k --:--:-- --:--:-- --:--:-- 230k 11:22:04 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:22:04 11:22:04 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/890/openapi/core-data.yaml] 11:22:04 % Total % Received % Xferd Average Speed Time Time Time Current 11:22:04 Dload Upload Total Spent Left Speed 11:22:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 468 484k --:--:-- --:--:-- --:--:-- 485k 11:22:04 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:22:04 11:22:04 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/890/openapi/core-keeper.yaml] 11:22:04 % Total % Received % Xferd Average Speed Time Time Time Current 11:22:04 Dload Upload Total Spent Left Speed 11:22:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 666 298k --:--:-- --:--:-- --:--:-- 298k 11:22:04 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:22:04 11:22:04 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/890/openapi/core-metadata.yaml] 11:22:04 % Total % Received % Xferd Average Speed Time Time Time Current 11:22:04 Dload Upload Total Spent Left Speed 11:22:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 458 1089k --:--:-- --:--:-- --:--:-- 1089k 11:22:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:22:05 11:22:05 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/890/openapi/security-proxy-auth.yaml] 11:22:05 % Total % Received % Xferd Average Speed Time Time Time Current 11:22:05 Dload Upload Total Spent Left Speed 11:22:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 397 143k --:--:-- --:--:-- --:--:-- 143k 100 24535 100 66 100 24469 395 143k --:--:-- --:--:-- --:--:-- 142k 11:22:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:22:05 11:22:05 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/890/openapi/security-secretstore-setup.yaml] 11:22:05 % Total % Received % Xferd Average Speed Time Time Time Current 11:22:05 Dload Upload Total Spent Left Speed 11:22:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 758 44977 --:--:-- --:--:-- --:--:-- 45735 11:22:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:22:05 11:22:05 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/890/openapi/support-notifications.yaml] 11:22:05 % Total % Received % Xferd Average Speed Time Time Time Current 11:22:05 Dload Upload Total Spent Left Speed 11:22:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 420 621k --:--:-- --:--:-- --:--:-- 622k 11:22:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:22:05 11:22:05 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/890/openapi/support-scheduler.yaml] 11:22:05 % Total % Received % Xferd Average Speed Time Time Time Current 11:22:05 Dload Upload Total Spent Left Speed 11:22:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 589 442k --:--:-- --:--:-- --:--:-- 442k 11:22:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:22:05 [Pipeline] } 11:22:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 11:22:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:22:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:22:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:22:06 prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container 11:22:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:22:06 $ docker top 8775574cc58ef21f7b2b5f3f5639c30dd9e1780bf15a71f4f78050b1e2d64ab4 -eo pid,comm 11:22:06 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). 11:22:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:22:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:22:06 [ssh-agent] Looking for ssh-agent implementation... 11:22:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:22:06 $ docker exec 8775574cc58ef21f7b2b5f3f5639c30dd9e1780bf15a71f4f78050b1e2d64ab4 ssh-agent 11:22:07 SSH_AUTH_SOCK=/tmp/ssh-eItfoaGR0dOJ/agent.32 11:22:07 SSH_AGENT_PID=38 11:22:07 Running ssh-add (command line suppressed) 11:22:07 Identity added: /w/workspace/edgex-go/890@tmp/private_key_12057861918608407675.key (/w/workspace/edgex-go/890@tmp/private_key_12057861918608407675.key) 11:22:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:22:07 + git semver tag 11:22:07 2025-08-26 11:22:07,631 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:22:07 2025-08-26 11:22:07,635 [run_tag] DEBUG tag force:False 11:22:07 2025-08-26 11:22:07,635 [check_head_tag] DEBUG check head tag 11:22:07 2025-08-26 11:22:07,636 [execute] INFO git cat-file --batch-check 11:22:07 2025-08-26 11:22:07,636 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/890, stdin=, shell=False, universal_newlines=False) 11:22:07 2025-08-26 11:22:07,638 [execute] INFO git cat-file --batch 11:22:07 2025-08-26 11:22:07,639 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/890, stdin=, shell=False, universal_newlines=False) 11:22:07 2025-08-26 11:22:07,661 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main 11:22:07 2025-08-26 11:22:07,661 [execute] INFO git tag -a v4.1.0-dev.49 -m v4.1.0-dev.49 11:22:07 2025-08-26 11:22:07,661 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.49', '-m', 'v4.1.0-dev.49'], cwd=/w/workspace/edgex-go/890, stdin=None, shell=False, universal_newlines=False) 11:22:07 2025-08-26 11:22:07,664 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main 11:22:07 4.1.0-dev.49 [Pipeline] } 11:22:07 $ docker exec --env ******** --env ******** 8775574cc58ef21f7b2b5f3f5639c30dd9e1780bf15a71f4f78050b1e2d64ab4 ssh-agent -k 11:22:08 unset SSH_AUTH_SOCK; 11:22:08 unset SSH_AGENT_PID; 11:22:08 echo Agent pid 38 killed; 11:22:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:22:08 + git semver [Pipeline] } 11:22:08 $ docker stop --time=1 8775574cc58ef21f7b2b5f3f5639c30dd9e1780bf15a71f4f78050b1e2d64ab4 11:22:10 $ docker rm -f --volumes 8775574cc58ef21f7b2b5f3f5639c30dd9e1780bf15a71f4f78050b1e2d64ab4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:22:10 11:22:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:22:11 0.23.1-centos7: Pulling from edgex-lftools 11:22:11 ab5ef0e58194: Pulling fs layer 11:22:11 9712f1f96733: Pulling fs layer 11:22:11 63f879dbbcfc: Pulling fs layer 11:22:11 0d9ebad4ef96: Pulling fs layer 11:22:11 e9a5061849ea: Pulling fs layer 11:22:11 d747dcd14b5f: Pulling fs layer 11:22:11 2de7ff778b66: Pulling fs layer 11:22:11 0d9ebad4ef96: Waiting 11:22:11 e9a5061849ea: Waiting 11:22:11 d747dcd14b5f: Waiting 11:22:11 2de7ff778b66: Waiting 11:22:11 9712f1f96733: Download complete 11:22:11 63f879dbbcfc: Verifying Checksum 11:22:11 63f879dbbcfc: Download complete 11:22:11 e9a5061849ea: Verifying Checksum 11:22:11 e9a5061849ea: Download complete 11:22:11 d747dcd14b5f: Verifying Checksum 11:22:11 d747dcd14b5f: Download complete 11:22:11 0d9ebad4ef96: Verifying Checksum 11:22:11 0d9ebad4ef96: Download complete 11:22:11 2de7ff778b66: Verifying Checksum 11:22:11 2de7ff778b66: Download complete 11:22:11 ab5ef0e58194: Verifying Checksum 11:22:11 ab5ef0e58194: Download complete 11:22:16 ab5ef0e58194: Pull complete 11:22:16 9712f1f96733: Pull complete 11:22:16 63f879dbbcfc: Pull complete 11:22:23 0d9ebad4ef96: Pull complete 11:22:23 e9a5061849ea: Pull complete 11:22:23 d747dcd14b5f: Pull complete 11:22:24 2de7ff778b66: Pull complete 11:22:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:22:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:22:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:22:25 prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container 11:22:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:22:26 $ docker top 53572344d448ce893a4fca2217c590d94a7f1bc53d895d6c7fd5476dbcd377e6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:22:26 provisioning config files... 11:22:26 copy managed file [sigul-config] to file:/w/workspace/edgex-go/890@tmp/config13104439546376544880tmp 11:22:26 copy managed file [sigul-password] to file:/w/workspace/edgex-go/890@tmp/config15819242756385970853tmp 11:22:26 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/890@tmp/config11642718726316029773tmp [Pipeline] { [Pipeline] echo 11:22:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:22:27 ---> sigul-configuration.sh 11:22:27 gpg: directory `/root/.gnupg' created 11:22:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:22:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:22:27 gpg: keyring `/root/.gnupg/secring.gpg' created 11:22:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:22:27 gpg: CAST5 encrypted data 11:22:27 gpg: encrypted with 1 passphrase 11:22:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:22:27 + mkdir /home/jenkins 11:22:27 + mkdir /home/jenkins/sigul [Pipeline] sh 11:22:27 + 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 11:22:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:22:28 ---> sigul-install.sh 11:22:28 Sigul already installed; skipping installation. [Pipeline] sh 11:22:28 + git tag --list 11:22:28 0.6.0 11:22:28 0.6.1 11:22:28 0.7.0 11:22:28 0.7.1 11:22:28 v1.0.0 11:22:28 v1.0.1 11:22:28 v1.1.0 11:22:28 v1.2.0 11:22:28 v1.2.1 11:22:28 v1.3.0 11:22:28 v1.3.1 11:22:28 v2.0.0 11:22:28 v2.1.0 11:22:28 v2.1.1 11:22:28 v2.2.0 11:22:28 v2.3.0 11:22:28 v3.0 11:22:28 v3.0.0 11:22:28 v3.1 11:22:28 v3.1.0 11:22:28 v3.1.1 11:22:28 v4.0 11:22:28 v4.0.0 11:22:28 v4.0.1 11:22:28 v4.0.1-dev.1 11:22:28 v4.1.0-dev.1 11:22:28 v4.1.0-dev.10 11:22:28 v4.1.0-dev.11 11:22:28 v4.1.0-dev.12 11:22:28 v4.1.0-dev.13 11:22:28 v4.1.0-dev.14 11:22:28 v4.1.0-dev.15 11:22:28 v4.1.0-dev.16 11:22:28 v4.1.0-dev.17 11:22:28 v4.1.0-dev.18 11:22:28 v4.1.0-dev.19 11:22:28 v4.1.0-dev.2 11:22:28 v4.1.0-dev.20 11:22:28 v4.1.0-dev.21 11:22:28 v4.1.0-dev.22 11:22:28 v4.1.0-dev.23 11:22:28 v4.1.0-dev.24 11:22:28 v4.1.0-dev.25 11:22:28 v4.1.0-dev.26 11:22:28 v4.1.0-dev.27 11:22:28 v4.1.0-dev.28 11:22:28 v4.1.0-dev.29 11:22:28 v4.1.0-dev.3 11:22:28 v4.1.0-dev.30 11:22:28 v4.1.0-dev.31 11:22:28 v4.1.0-dev.32 11:22:28 v4.1.0-dev.33 11:22:28 v4.1.0-dev.34 11:22:28 v4.1.0-dev.35 11:22:28 v4.1.0-dev.36 11:22:28 v4.1.0-dev.37 11:22:28 v4.1.0-dev.38 11:22:28 v4.1.0-dev.39 11:22:28 v4.1.0-dev.4 11:22:28 v4.1.0-dev.40 11:22:28 v4.1.0-dev.41 11:22:28 v4.1.0-dev.42 11:22:28 v4.1.0-dev.43 11:22:28 v4.1.0-dev.44 11:22:28 v4.1.0-dev.45 11:22:28 v4.1.0-dev.46 11:22:28 v4.1.0-dev.47 11:22:28 v4.1.0-dev.48 11:22:28 v4.1.0-dev.49 11:22:28 v4.1.0-dev.5 11:22:28 v4.1.0-dev.6 11:22:28 v4.1.0-dev.7 11:22:28 v4.1.0-dev.8 11:22:28 v4.1.0-dev.9 [Pipeline] sh 11:22:28 + lftools sign git-tag v4.1.0-dev.49 11:22:29 Signing Git tag with Sigul... 11:22:29 Signing v4.1.0-dev.49 [Pipeline] echo 11:22:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:22:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:22:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:22:29 $ docker stop --time=1 53572344d448ce893a4fca2217c590d94a7f1bc53d895d6c7fd5476dbcd377e6 11:22:31 $ docker rm -f --volumes 53572344d448ce893a4fca2217c590d94a7f1bc53d895d6c7fd5476dbcd377e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:22:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:22:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:22:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:22:32 prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container 11:22:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:22:32 $ docker top 94f5b6912a5e26e8d174393ff5f32ce5f442c16fa995f6de5097257822ddb26d -eo pid,comm 11:22:32 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). 11:22:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:22:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:22:32 [ssh-agent] Looking for ssh-agent implementation... 11:22:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:22:32 $ docker exec 94f5b6912a5e26e8d174393ff5f32ce5f442c16fa995f6de5097257822ddb26d ssh-agent 11:22:32 SSH_AUTH_SOCK=/tmp/ssh-6KrH65g0gKKt/agent.32 11:22:32 SSH_AGENT_PID=38 11:22:32 Running ssh-add (command line suppressed) 11:22:32 Identity added: /w/workspace/edgex-go/890@tmp/private_key_1309140897346506361.key (/w/workspace/edgex-go/890@tmp/private_key_1309140897346506361.key) 11:22:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:22:33 + git semver bump pre 11:22:33 2025-08-26 11:22:33,299 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:22:33 2025-08-26 11:22:33,303 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main 11:22:33 2025-08-26 11:22:33,303 [bump_version] DEBUG bumping version:4.1.0-dev.49 on axis:pre with prefix:dev 11:22:33 2025-08-26 11:22:33,303 [bump_version] DEBUG bumped version:4.1.0-dev.50 11:22:33 2025-08-26 11:22:33,303 [write_version] DEBUG write version:4.1.0-dev.50 to path:/w/workspace/edgex-go/890/.semver/main with force:True 11:22:33 2025-08-26 11:22:33,303 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main 11:22:33 2025-08-26 11:22:33,303 [write_file] DEBUG write to file:/w/workspace/edgex-go/890/.semver/main 11:22:33 2025-08-26 11:22:33,305 [execute] INFO git cat-file --batch-check 11:22:33 2025-08-26 11:22:33,305 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/890/.semver, stdin=, shell=False, universal_newlines=False) 11:22:33 2025-08-26 11:22:33,309 [execute] INFO git cat-file --batch 11:22:33 2025-08-26 11:22:33,309 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/890/.semver, stdin=, shell=False, universal_newlines=False) 11:22:33 2025-08-26 11:22:33,313 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main 11:22:33 4.1.0-dev.50 [Pipeline] } 11:22:33 $ docker exec --env ******** --env ******** 94f5b6912a5e26e8d174393ff5f32ce5f442c16fa995f6de5097257822ddb26d ssh-agent -k 11:22:33 unset SSH_AUTH_SOCK; 11:22:33 unset SSH_AGENT_PID; 11:22:33 echo Agent pid 38 killed; 11:22:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:22:34 + git semver [Pipeline] } 11:22:34 $ docker stop --time=1 94f5b6912a5e26e8d174393ff5f32ce5f442c16fa995f6de5097257822ddb26d 11:22:35 $ docker rm -f --volumes 94f5b6912a5e26e8d174393ff5f32ce5f442c16fa995f6de5097257822ddb26d [Pipeline] // withDockerContainer [Pipeline] sh 11:22:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:22:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:22:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:22:36 prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container 11:22:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:22:36 $ docker top f0c19143d1b8fe73dc056e35aba85b0497f5df9ea34824a7ccf5eb79b52ac6a3 -eo pid,comm 11:22:36 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). 11:22:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:22:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:22:36 [ssh-agent] Looking for ssh-agent implementation... 11:22:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:22:36 $ docker exec f0c19143d1b8fe73dc056e35aba85b0497f5df9ea34824a7ccf5eb79b52ac6a3 ssh-agent 11:22:36 SSH_AUTH_SOCK=/tmp/ssh-3XOpWbqj3Csw/agent.32 11:22:36 SSH_AGENT_PID=38 11:22:36 Running ssh-add (command line suppressed) 11:22:37 Identity added: /w/workspace/edgex-go/890@tmp/private_key_14407380345593466368.key (/w/workspace/edgex-go/890@tmp/private_key_14407380345593466368.key) 11:22:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:22:37 + git semver push 11:22:37 2025-08-26 11:22:37,590 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:22:37 2025-08-26 11:22:37,593 [run_push] DEBUG push 11:22:37 2025-08-26 11:22:37,594 [execute] INFO git cat-file --batch-check 11:22:37 2025-08-26 11:22:37,594 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/890/.semver, stdin=, shell=False, universal_newlines=False) 11:22:37 2025-08-26 11:22:37,597 [execute] INFO git rev-list 05013c34f623f783b34bea9a6b872a412ffb0247 -- 11:22:37 2025-08-26 11:22:37,597 [execute] DEBUG Popen(['git', 'rev-list', '05013c34f623f783b34bea9a6b872a412ffb0247', '--'], cwd=/w/workspace/edgex-go/890/.semver, stdin=None, shell=False, universal_newlines=False) 11:22:37 2025-08-26 11:22:37,614 [execute] INFO git fetch -v -- origin 11:22:37 2025-08-26 11:22:37,614 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/890/.semver, stdin=None, shell=False, universal_newlines=True) 11:22:38 2025-08-26 11:22:38,058 [run_push] DEBUG no remote changes detected 11:22:38 2025-08-26 11:22:38,059 [execute] INFO git push origin semver 11:22:38 2025-08-26 11:22:38,059 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/890/.semver, stdin=None, shell=False, universal_newlines=False) 11:22:39 2025-08-26 11:22:38,877 [run_push] DEBUG push all version tags 11:22:39 2025-08-26 11:22:38,877 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:22:39 2025-08-26 11:22:38,877 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/890, stdin=None, shell=False, universal_newlines=False) 11:22:39 2025-08-26 11:22:39,547 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main 11:22:39 4.1.0-dev.50 [Pipeline] } 11:22:39 $ docker exec --env ******** --env ******** f0c19143d1b8fe73dc056e35aba85b0497f5df9ea34824a7ccf5eb79b52ac6a3 ssh-agent -k 11:22:39 unset SSH_AUTH_SOCK; 11:22:39 unset SSH_AGENT_PID; 11:22:39 echo Agent pid 38 killed; 11:22:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:22:40 + git semver [Pipeline] } 11:22:40 $ docker stop --time=1 f0c19143d1b8fe73dc056e35aba85b0497f5df9ea34824a7ccf5eb79b52ac6a3 11:22:41 $ docker rm -f --volumes f0c19143d1b8fe73dc056e35aba85b0497f5df9ea34824a7ccf5eb79b52ac6a3 [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 11:22:42 + [ -d /w/workspace/edgex-go/890/archives ] [Pipeline] libraryResource [Pipeline] sh 11:22:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:22:43 ---> package-listing.sh 11:22:43 ++ facter osfamily 11:22:43 ++ tr '[:upper:]' '[:lower:]' 11:22:43 + OS_FAMILY=debian 11:22:43 + workspace=/w/workspace/edgex-go/890 11:22:43 + START_PACKAGES=/tmp/packages_start.txt 11:22:43 + END_PACKAGES=/tmp/packages_end.txt 11:22:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:22:43 + PACKAGES=/tmp/packages_start.txt 11:22:43 + '[' /w/workspace/edgex-go/890 ']' 11:22:43 + PACKAGES=/tmp/packages_end.txt 11:22:43 + case "${OS_FAMILY}" in 11:22:43 + dpkg -l 11:22:43 + grep '^ii' 11:22:43 + '[' -f /tmp/packages_start.txt ']' 11:22:43 + '[' -f /tmp/packages_end.txt ']' 11:22:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:22:43 + '[' /w/workspace/edgex-go/890 ']' 11:22:43 + mkdir -p /w/workspace/edgex-go/890/archives/ 11:22:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/890/archives/ [Pipeline] echo 11:22:43 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/890/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:22:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:22:44 11:22:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:22:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:22:44 latest: Pulling from edgex-lftools-log-publisher 11:22:44 5eb5b503b376: Pulling fs layer 11:22:44 5c69ac0246d0: Pulling fs layer 11:22:44 ec43610c2a17: Pulling fs layer 11:22:44 3a2ae6a8a46f: Pulling fs layer 11:22:44 33b1e0a273af: Pulling fs layer 11:22:44 5d3b04190fa2: Pulling fs layer 11:22:44 2f39f015ded8: Pulling fs layer 11:22:44 3a2ae6a8a46f: Waiting 11:22:44 33b1e0a273af: Waiting 11:22:44 5d3b04190fa2: Waiting 11:22:44 2f39f015ded8: Waiting 11:22:44 5c69ac0246d0: Download complete 11:22:44 3a2ae6a8a46f: Verifying Checksum 11:22:44 3a2ae6a8a46f: Download complete 11:22:44 33b1e0a273af: Verifying Checksum 11:22:44 33b1e0a273af: Download complete 11:22:44 5d3b04190fa2: Download complete 11:22:44 ec43610c2a17: Verifying Checksum 11:22:44 ec43610c2a17: Download complete 11:22:45 5eb5b503b376: Verifying Checksum 11:22:45 5eb5b503b376: Download complete 11:22:46 2f39f015ded8: Verifying Checksum 11:22:46 2f39f015ded8: Download complete 11:22:47 5eb5b503b376: Pull complete 11:22:47 5c69ac0246d0: Pull complete 11:22:47 ec43610c2a17: Pull complete 11:22:47 3a2ae6a8a46f: Pull complete 11:22:48 33b1e0a273af: Pull complete 11:22:48 5d3b04190fa2: Pull complete 11:22:54 2f39f015ded8: Pull complete 11:22:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:22:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:22:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:22:54 prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container 11:22:54 $ 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/890/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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:22:56 $ docker top 0ffce8ab2df2df3968b6b254711fbf687e831091e9a7772e18e3656f0312608d -eo pid,comm [Pipeline] { [Pipeline] sh 11:22:56 + touch /tmp/pre-build-complete [Pipeline] sh 11:22:56 + mkdir -p /var/log/sysstat [Pipeline] sh 11:22:57 + ls /var/log/sa-host 11:22:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:22:57 provisioning config files... 11:22:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/890@tmp/config11506170672245700619tmp [Pipeline] { [Pipeline] echo 11:22:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:22:57 ---> create-netrc.sh [Pipeline] } 11:22:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:22:57 ---> python-tools-install.sh [Pipeline] echo 11:22:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:22:58 ---> sudo-logs.sh 11:22:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:22:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:22:58 ---> job-cost.sh 11:22:58 lf-activate-venv: SKIPPING 11:22:58 DEBUG: total: 0.10999999940395355 11:22:58 INFO: Retrieving Stack Cost... 11:22:58 INFO: Retrieving Pricing Info for: v3-standard-8 11:22:59 INFO: Archiving Costs [Pipeline] echo 11:22:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:22:59 ---> logs-deploy.sh 11:22:59 lf-activate-venv: SKIPPING 11:22:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/890 11:22:59 INFO: archiving workspace using pattern(s): 11:23:00 Archives upload complete. 11:23:00 INFO: archiving logs to Nexus 11:23:01 ---> uname -a: 11:23:01 Linux prd-ubuntu20-04-docker-8c-8g-7628 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 11:23:01 11:23:01 11:23:01 ---> lscpu: 11:23:01 Architecture: x86_64 11:23:01 CPU op-mode(s): 32-bit, 64-bit 11:23:01 Byte Order: Little Endian 11:23:01 Address sizes: 40 bits physical, 48 bits virtual 11:23:01 CPU(s): 8 11:23:01 On-line CPU(s) list: 0-7 11:23:01 Thread(s) per core: 1 11:23:01 Core(s) per socket: 1 11:23:01 Socket(s): 8 11:23:01 NUMA node(s): 1 11:23:01 Vendor ID: AuthenticAMD 11:23:01 CPU family: 23 11:23:01 Model: 49 11:23:01 Model name: AMD EPYC-Rome Processor 11:23:01 Stepping: 0 11:23:01 CPU MHz: 2799.998 11:23:01 BogoMIPS: 5599.99 11:23:01 Virtualization: AMD-V 11:23:01 Hypervisor vendor: KVM 11:23:01 Virtualization type: full 11:23:01 L1d cache: 256 KiB 11:23:01 L1i cache: 256 KiB 11:23:01 L2 cache: 4 MiB 11:23:01 L3 cache: 128 MiB 11:23:01 NUMA node0 CPU(s): 0-7 11:23:01 Vulnerability Gather data sampling: Not affected 11:23:01 Vulnerability Itlb multihit: Not affected 11:23:01 Vulnerability L1tf: Not affected 11:23:01 Vulnerability Mds: Not affected 11:23:01 Vulnerability Meltdown: Not affected 11:23:01 Vulnerability Mmio stale data: Not affected 11:23:01 Vulnerability Retbleed: Vulnerable 11:23:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:23:01 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:23:01 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 11:23:01 Vulnerability Srbds: Not affected 11:23:01 Vulnerability Tsx async abort: Not affected 11:23:01 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 11:23:01 11:23:01 11:23:01 ---> nproc: 11:23:01 8 11:23:01 11:23:01 11:23:01 ---> df -h: 11:23:01 Filesystem Size Used Avail Use% Mounted on 11:23:01 overlay 155G 33G 123G 21% / 11:23:01 tmpfs 64M 0 64M 0% /dev 11:23:01 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:23:01 shm 64M 0 64M 0% /dev/shm 11:23:01 /dev/vda1 155G 33G 123G 21% /facter-os 11:23:01 11:23:01 11:23:01 ---> sar -b -r -n DEV: 11:23:01 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7628) 08/26/25 _x86_64_ (8 CPU) 11:23:01 11:23:01 10:32:00 LINUX RESTART (8 CPU) 11:23:01 11:23:01 10:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:23:01 10:34:01 191.90 13.90 178.00 0.00 2168.85 48036.06 0.00 11:23:01 10:35:01 40.50 0.07 40.44 0.00 0.53 37030.21 0.00 11:23:01 10:36:01 52.47 0.23 52.24 0.00 6.40 20764.81 0.00 11:23:01 10:37:01 850.47 18.78 831.69 0.00 186.33 321247.18 0.00 11:23:01 10:38:01 670.82 6.39 664.43 0.00 4304.39 281358.32 0.00 11:23:01 10:39:01 403.96 0.08 403.88 0.00 0.67 100285.86 0.00 11:23:01 10:40:01 211.01 0.00 211.01 0.00 0.00 124397.33 0.00 11:23:01 10:41:01 629.95 0.35 629.60 0.00 22.40 60668.96 0.00 11:23:01 10:42:01 30.00 1.38 28.61 0.00 28.93 723.88 0.00 11:23:01 10:43:01 9.93 0.00 9.93 0.00 0.00 262.09 0.00 11:23:01 10:44:01 1.73 0.00 1.73 0.00 0.00 23.73 0.00 11:23:01 10:45:01 2.10 0.00 2.10 0.00 0.00 23.06 0.00 11:23:01 10:46:01 1.40 0.00 1.40 0.00 0.00 14.93 0.00 11:23:01 10:47:01 1.88 0.00 1.88 0.00 0.00 21.46 0.00 11:23:01 10:48:01 2.40 0.02 2.38 0.00 0.13 30.13 0.00 11:23:01 10:49:01 1.72 0.00 1.72 0.00 0.00 18.66 0.00 11:23:01 10:50:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 11:23:01 10:51:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 11:23:01 10:52:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 11:23:01 10:53:01 1.63 0.00 1.63 0.00 0.00 18.66 0.00 11:23:01 10:54:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 11:23:01 10:55:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 11:23:01 10:56:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 11:23:01 10:57:01 1.57 0.00 1.57 0.00 0.00 19.33 0.00 11:23:01 10:58:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 11:23:01 10:59:01 1.25 0.00 1.25 0.00 0.00 15.19 0.00 11:23:01 11:00:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 11:23:01 11:01:01 1.37 0.00 1.37 0.00 0.00 17.20 0.00 11:23:01 11:02:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 11:23:01 11:03:01 1.58 0.00 1.58 0.00 0.00 19.33 0.00 11:23:01 11:04:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 11:23:01 11:05:01 10.01 6.08 3.93 0.00 363.35 280.04 0.00 11:23:01 11:06:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 11:23:01 11:07:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 11:23:01 11:08:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 11:23:01 11:09:01 1.27 0.00 1.27 0.00 0.00 16.13 0.00 11:23:01 11:10:01 0.88 0.00 0.88 0.00 0.00 9.46 0.00 11:23:01 11:11:01 1.42 0.00 1.42 0.00 0.00 17.60 0.00 11:23:01 11:12:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 11:23:01 11:13:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 11:23:01 11:14:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 11:23:01 11:15:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 11:23:01 11:16:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 11:23:01 11:17:01 1.37 0.02 1.35 0.00 0.13 16.00 0.00 11:23:01 11:18:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 11:23:01 11:19:01 1.63 0.00 1.63 0.00 0.00 18.80 0.00 11:23:01 11:20:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 11:23:01 11:21:01 1.38 0.00 1.38 0.00 0.00 16.79 0.00 11:23:01 11:22:01 31.21 0.95 30.26 0.00 16.26 14695.95 0.00 11:23:01 Average: 64.93 0.98 63.95 0.00 144.27 20625.80 0.00 11:23:01 11:23:01 10:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:23:01 10:34:01 26773660 31284040 993880 3.02 122944 4534536 2255876 6.65 1852364 3706076 617536 11:23:01 10:35:01 26395488 31173956 1101268 3.35 127988 4770572 2398380 7.07 1855812 4050880 302044 11:23:01 10:36:01 25907072 31478016 795384 2.42 133924 5502660 1815684 5.35 1521620 4820960 481264 11:23:01 10:37:01 15365820 31123500 1106672 3.37 326620 14904736 3630256 10.70 3111188 13117028 2682920 11:23:01 10:38:01 5053304 27449100 4711392 14.33 423424 21015344 11948148 35.23 7840824 18165804 579504 11:23:01 10:39:01 2390060 27198236 4968804 15.12 439292 23320040 10503092 30.96 9115840 19478236 348496 11:23:01 10:40:01 2785336 30457016 1715720 5.22 452216 26092632 5490068 16.19 6795460 21339344 403924 11:23:01 10:41:01 5622408 31377772 851684 2.59 460924 24396452 2210652 6.52 4013480 21588832 552 11:23:01 10:42:01 5604628 31363084 865548 2.63 461840 24397756 2231512 6.58 4481168 21135668 136 11:23:01 10:43:01 5622960 31381812 846756 2.58 462164 24397828 2088728 6.16 4660832 20938200 152 11:23:01 10:44:01 5623400 31382312 846168 2.57 462200 24397828 2088728 6.16 4660864 20938200 8 11:23:01 10:45:01 5633220 31392220 836844 2.55 462240 24397836 2088728 6.16 4650040 20938208 8 11:23:01 10:46:01 5633560 31392604 836588 2.55 462284 24397836 2088728 6.16 4650052 20938208 8 11:23:01 10:47:01 5641884 31400984 828212 2.52 462340 24397832 2088728 6.16 4641280 20938212 8 11:23:01 10:48:01 5641936 31401188 827848 2.52 462408 24397816 2119236 6.25 4640644 20938188 8 11:23:01 10:49:01 5642044 31401320 827616 2.52 462440 24397816 2119236 6.25 4640612 20938188 12 11:23:01 10:50:01 5641712 31401024 827836 2.52 462456 24397820 2119236 6.25 4640648 20938192 8 11:23:01 10:51:01 5641916 31401284 827560 2.52 462472 24397820 2119236 6.25 4640696 20938192 12 11:23:01 10:52:01 5641576 31400968 827816 2.52 462488 24397824 2119236 6.25 4640728 20938196 8 11:23:01 10:53:01 5642072 31401472 827204 2.52 462500 24397832 2119236 6.25 4640288 20938204 8 11:23:01 10:54:01 5642024 31401452 827176 2.52 462516 24397832 2119236 6.25 4640256 20938204 12 11:23:01 10:55:01 5641848 31401308 827272 2.52 462532 24397836 2119236 6.25 4640288 20938208 12 11:23:01 10:56:01 5642588 31402052 826492 2.51 462540 24397840 2119236 6.25 4640580 20938212 8 11:23:01 10:57:01 5642272 31401752 826696 2.51 462548 24397836 2119236 6.25 4640576 20938212 16 11:23:01 10:58:01 5642536 31402032 826632 2.51 462556 24397844 2119236 6.25 4640408 20938216 8 11:23:01 10:59:01 5642980 31402476 826324 2.51 462588 24397844 2119236 6.25 4640604 20938216 188 11:23:01 11:00:01 5642996 31402528 826276 2.51 462616 24397848 2119236 6.25 4640356 20938220 28 11:23:01 11:01:01 5642884 31402452 826264 2.51 462640 24397860 2119236 6.25 4640664 20938228 196 11:23:01 11:02:01 5642584 31402204 826476 2.51 462672 24397856 2119236 6.25 4640696 20938232 32 11:23:01 11:03:01 5642884 31402512 826152 2.51 462688 24397864 2119236 6.25 4640524 20938236 12 11:23:01 11:04:01 5642772 31402424 826184 2.51 462704 24397864 2119236 6.25 4640460 20938236 12 11:23:01 11:05:01 5551028 31330408 894412 2.72 462984 24415552 2261064 6.67 4709888 20952568 32 11:23:01 11:06:01 5551308 31330700 893984 2.72 462992 24415556 2261064 6.67 4709676 20952572 8 11:23:01 11:07:01 5551392 31330808 893792 2.72 463012 24415552 2261064 6.67 4709512 20952572 16 11:23:01 11:08:01 5551832 31331296 893232 2.72 463020 24415560 2261064 6.67 4709564 20952576 8 11:23:01 11:09:01 5551564 31331040 893420 2.72 463036 24415564 2261064 6.67 4709528 20952580 8 11:23:01 11:10:01 5551724 31331216 893400 2.72 463048 24415564 2261064 6.67 4709528 20952580 8 11:23:01 11:11:01 5551740 31331248 893328 2.72 463068 24415572 2261064 6.67 4709576 20952584 4 11:23:01 11:12:01 5551680 31331212 893576 2.72 463088 24415560 2261064 6.67 4709596 20952584 12 11:23:01 11:13:01 5551820 31331376 893368 2.72 463100 24415576 2261064 6.67 4709608 20952592 8 11:23:01 11:14:01 5551520 31331100 893592 2.72 463112 24415580 2261064 6.67 4709568 20952596 8 11:23:01 11:15:01 5551512 31331096 893536 2.72 463120 24415580 2261064 6.67 4709568 20952596 12 11:23:01 11:16:01 5551932 31331540 893260 2.72 463128 24415584 2261064 6.67 4709600 20952600 12 11:23:01 11:17:01 5551656 31331392 893368 2.72 463148 24415704 2261064 6.67 4709628 20952720 8 11:23:01 11:18:01 5551380 31331176 893504 2.72 463156 24415720 2261064 6.67 4709964 20952736 8 11:23:01 11:19:01 5551432 31331276 893252 2.72 463188 24415724 2261064 6.67 4709972 20952740 160 11:23:01 11:20:01 5551700 31331568 892964 2.72 463208 24415724 2261064 6.67 4709732 20952740 12 11:23:01 11:21:01 5551240 31331164 893184 2.72 463220 24415732 2261064 6.67 4709752 20952744 8 11:23:01 11:22:01 4630232 31284476 933496 2.84 489476 25173972 2361680 6.96 4881376 21602520 380324 11:23:01 Average: 6917941 31175494 1050723 3.20 438487 22978092 2648043 7.81 4646643 19711033 118322 11:23:01 11:23:01 10:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:23:01 10:34:01 vethfa7d65a 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:23:01 10:34:01 docker0 633.08 627.23 50.04 4718.50 0.00 0.00 0.00 0.00 11:23:01 10:34:01 ens3 804.97 744.92 8057.80 120.11 0.00 0.00 0.00 0.00 11:23:01 10:34:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 11:23:01 10:35:01 vethfa7d65a 1.30 1.33 0.11 0.12 0.00 0.00 0.00 0.00 11:23:01 10:35:01 docker0 1.30 1.30 0.10 0.11 0.00 0.00 0.00 0.00 11:23:01 10:35:01 ens3 44.34 29.11 35.97 15.95 0.00 0.00 0.00 0.00 11:23:01 10:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:36:01 vethfa7d65a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:36:01 ens3 20.55 12.76 17.64 10.08 0.00 0.00 0.00 0.00 11:23:01 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:37:01 veth9030d52 0.63 2.91 0.06 0.34 0.00 0.00 0.00 0.00 11:23:01 10:37:01 veth91bcd34 66.30 114.12 7.62 1233.09 0.00 0.00 0.00 0.10 11:23:01 10:37:01 veth7723a08 79.90 123.61 8.33 1232.57 0.00 0.00 0.00 0.10 11:23:01 10:37:01 veth3b3fa97 42.14 73.57 4.45 418.25 0.00 0.00 0.00 0.03 11:23:01 10:37:01 docker0 472.17 791.58 42.76 8078.35 0.00 0.00 0.00 0.00 11:23:01 10:37:01 ens3 947.93 564.61 11223.84 76.74 0.00 0.00 0.00 0.00 11:23:01 10:37:01 vethe933b75 80.55 133.69 8.41 1234.65 0.00 0.00 0.00 0.10 11:23:01 10:37:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 11:23:01 10:37:01 veth254c279 71.15 109.15 7.83 1232.54 0.00 0.00 0.00 0.10 11:23:01 10:37:01 veth2c022bd 65.40 132.32 7.55 1234.07 0.00 0.00 0.00 0.10 11:23:01 10:38:01 veth48372e2 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 vethb04c6be 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 veth9030d52 0.15 0.77 0.01 0.04 0.00 0.00 0.00 0.00 11:23:01 10:38:01 vethea7a218 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 vethbc7433a 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 vethfa609de 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 veth4fca02c 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 vethba1851c 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 veth8a3d88c 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 veth839511e 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 docker0 33.21 44.52 3.15 819.61 0.00 0.00 0.00 0.00 11:23:01 10:38:01 ens3 366.84 250.88 3828.55 23.79 0.00 0.00 0.00 0.00 11:23:01 10:38:01 lo 0.87 0.87 0.09 0.09 0.00 0.00 0.00 0.00 11:23:01 10:38:01 veth96f6615 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 veth140b3b0 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:38:01 veth7b25ec2 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 11:23:01 10:39:01 veth48372e2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 vethb04c6be 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 veth9030d52 0.03 0.10 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 vethea7a218 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 vethfa609de 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 veth4fca02c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 vethba1851c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 veth8a3d88c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 veth839511e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 docker0 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 ens3 6.45 3.15 4.84 2.60 0.00 0.00 0.00 0.00 11:23:01 10:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:39:01 veth96f6615 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:39:01 veth7b25ec2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 vethb04c6be 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 veth9030d52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 vethea7a218 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 vethfa609de 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 veth4fca02c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 vethba1851c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 veth8a3d88c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 veth839511e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 ens3 3.15 2.05 2.59 1.45 0.00 0.00 0.00 0.00 11:23:01 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:40:01 veth7b25ec2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:41:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:41:01 ens3 319.46 329.15 161.71 1326.07 0.00 0.00 0.00 0.00 11:23:01 10:41:01 lo 30.66 30.66 3.01 3.01 0.00 0.00 0.00 0.00 11:23:01 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:42:01 ens3 416.88 428.48 162.17 2696.48 0.00 0.00 0.00 0.00 11:23:01 10:42:01 lo 28.40 28.40 2.78 2.78 0.00 0.00 0.00 0.00 11:23:01 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:43:01 ens3 157.74 155.64 68.31 1011.95 0.00 0.00 0.00 0.00 11:23:01 10:43:01 lo 11.06 11.06 1.07 1.07 0.00 0.00 0.00 0.00 11:23:01 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:44:01 ens3 1.30 0.73 3.11 0.24 0.00 0.00 0.00 0.00 11:23:01 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:45:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:48:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 11:23:01 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:49:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:52:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 11:23:01 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:53:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 11:23:01 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:58:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 11:23:01 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 10:59:01 ens3 0.23 0.23 0.12 0.02 0.00 0.00 0.00 0.00 11:23:01 10:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:03:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 11:23:01 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:04:01 ens3 0.50 0.12 0.10 0.01 0.00 0.00 0.00 0.00 11:23:01 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:05:01 ens3 2.60 2.22 17.59 0.36 0.00 0.00 0.00 0.00 11:23:01 11:05:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 11:23:01 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:06:01 ens3 0.48 0.50 0.27 0.22 0.00 0.00 0.00 0.00 11:23:01 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:07:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:08:01 ens3 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 11:23:01 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:10:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:11:01 ens3 0.17 0.17 0.06 0.01 0.00 0.00 0.00 0.00 11:23:01 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:12:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:13:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 11:23:01 11:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:15:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 11:23:01 11:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:18:01 ens3 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 11:23:01 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:19:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 11:23:01 11:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:23:01 11:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:23:01 11:22:01 veth41de970 62.06 95.60 6.55 880.99 0.00 0.00 0.00 0.07 11:23:01 11:22:01 docker0 62.06 95.48 5.70 880.98 0.00 0.00 0.00 0.00 11:23:01 11:22:01 ens3 188.35 112.15 3536.12 20.39 0.00 0.00 0.00 0.00 11:23:01 11:22:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 11:23:01 Average: veth41de970 1.27 1.95 0.13 17.98 0.00 0.00 0.00 0.00 11:23:01 Average: docker0 24.34 31.66 2.06 294.62 0.00 0.00 0.00 0.00 11:23:01 Average: ens3 66.83 53.65 551.35 108.29 0.00 0.00 0.00 0.00 11:23:01 Average: lo 1.61 1.61 0.15 0.15 0.00 0.00 0.00 0.00 11:23:01 11:23:01 11:23:01 ---> sar -P ALL: 11:23:01 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7628) 08/26/25 _x86_64_ (8 CPU) 11:23:01 11:23:01 10:32:00 LINUX RESTART (8 CPU) 11:23:01 11:23:01 10:33:02 CPU %user %nice %system %iowait %steal %idle 11:23:01 10:34:01 all 26.86 0.00 5.57 0.92 0.08 66.58 11:23:01 10:34:01 0 26.75 0.00 4.56 0.15 0.09 68.45 11:23:01 10:34:01 1 25.94 0.00 6.45 0.17 0.07 67.36 11:23:01 10:34:01 2 24.89 0.00 5.56 0.33 0.09 69.13 11:23:01 10:34:01 3 26.16 0.00 5.57 0.19 0.07 68.01 11:23:01 10:34:01 4 31.57 0.00 6.22 2.04 0.09 60.09 11:23:01 10:34:01 5 26.16 0.00 5.38 0.74 0.07 67.66 11:23:01 10:34:01 6 28.25 0.00 5.89 3.50 0.07 62.30 11:23:01 10:34:01 7 25.15 0.00 4.91 0.22 0.07 69.65 11:23:01 10:35:01 all 36.95 0.00 6.35 0.34 0.08 56.28 11:23:01 10:35:01 0 37.97 0.00 6.24 0.00 0.08 55.70 11:23:01 10:35:01 1 37.17 0.00 6.14 0.00 0.08 56.61 11:23:01 10:35:01 2 40.78 0.00 6.56 0.00 0.07 52.60 11:23:01 10:35:01 3 37.67 0.00 6.73 2.64 0.08 52.88 11:23:01 10:35:01 4 36.84 0.00 5.98 0.00 0.08 57.10 11:23:01 10:35:01 5 34.92 0.00 5.81 0.00 0.08 59.18 11:23:01 10:35:01 6 36.58 0.00 7.16 0.10 0.08 56.07 11:23:01 10:35:01 7 33.66 0.00 6.15 0.00 0.08 60.11 11:23:01 10:36:01 all 65.50 0.00 8.04 0.10 0.09 26.28 11:23:01 10:36:01 0 65.61 0.00 7.77 0.00 0.08 26.53 11:23:01 10:36:01 1 65.01 0.00 8.10 0.02 0.08 26.79 11:23:01 10:36:01 2 66.66 0.00 7.91 0.00 0.08 25.35 11:23:01 10:36:01 3 65.26 0.00 8.49 0.69 0.10 25.45 11:23:01 10:36:01 4 66.40 0.00 7.98 0.00 0.08 25.53 11:23:01 10:36:01 5 65.40 0.00 7.91 0.00 0.08 26.60 11:23:01 10:36:01 6 64.13 0.00 8.07 0.08 0.08 27.63 11:23:01 10:36:01 7 65.49 0.00 8.09 0.02 0.08 26.32 11:23:01 10:37:01 all 30.16 0.00 11.44 6.72 0.09 51.59 11:23:01 10:37:01 0 29.39 0.00 10.73 5.52 0.08 54.28 11:23:01 10:37:01 1 30.18 0.00 10.64 5.55 0.08 53.56 11:23:01 10:37:01 2 31.89 0.00 11.56 5.22 0.08 51.25 11:23:01 10:37:01 3 28.70 0.00 12.74 8.02 0.08 50.46 11:23:01 10:37:01 4 31.13 0.00 12.38 5.65 0.12 50.72 11:23:01 10:37:01 5 30.41 0.00 11.32 9.86 0.10 48.31 11:23:01 10:37:01 6 30.13 0.00 10.79 7.32 0.10 51.67 11:23:01 10:37:01 7 29.44 0.00 11.37 6.63 0.08 52.47 11:23:01 10:38:01 all 63.04 0.00 11.85 3.85 0.08 21.19 11:23:01 10:38:01 0 64.04 0.00 10.28 3.92 0.08 21.67 11:23:01 10:38:01 1 63.32 0.00 14.23 20.35 0.10 2.00 11:23:01 10:38:01 2 62.34 0.00 12.28 1.13 0.10 24.14 11:23:01 10:38:01 3 62.59 0.00 12.10 0.63 0.07 24.61 11:23:01 10:38:01 4 64.30 0.00 10.20 1.70 0.08 23.71 11:23:01 10:38:01 5 61.09 0.00 12.27 1.14 0.08 25.42 11:23:01 10:38:01 6 63.80 0.00 11.17 1.10 0.08 23.85 11:23:01 10:38:01 7 62.82 0.00 12.25 0.93 0.07 23.92 11:23:01 10:39:01 all 90.16 0.00 9.73 0.00 0.11 0.00 11:23:01 10:39:01 0 90.42 0.00 9.46 0.00 0.12 0.00 11:23:01 10:39:01 1 89.91 0.00 9.98 0.00 0.12 0.00 11:23:01 10:39:01 2 90.50 0.00 9.38 0.00 0.12 0.00 11:23:01 10:39:01 3 89.95 0.00 9.93 0.00 0.12 0.00 11:23:01 10:39:01 4 91.00 0.00 8.90 0.00 0.10 0.00 11:23:01 10:39:01 5 89.40 0.00 10.46 0.00 0.13 0.00 11:23:01 10:39:01 6 90.32 0.00 9.58 0.00 0.10 0.00 11:23:01 10:39:01 7 89.75 0.00 10.15 0.00 0.10 0.00 11:23:01 10:40:01 all 90.14 0.00 9.75 0.00 0.11 0.00 11:23:01 10:40:01 0 90.20 0.00 9.70 0.00 0.10 0.00 11:23:01 10:40:01 1 89.50 0.00 10.40 0.00 0.10 0.00 11:23:01 10:40:01 2 90.82 0.00 9.08 0.00 0.10 0.00 11:23:01 10:40:01 3 89.96 0.00 9.93 0.00 0.12 0.00 11:23:01 10:40:01 4 90.20 0.00 9.70 0.00 0.10 0.00 11:23:01 10:40:01 5 89.37 0.00 10.53 0.00 0.10 0.00 11:23:01 10:40:01 6 90.80 0.00 9.10 0.00 0.10 0.00 11:23:01 10:40:01 7 90.25 0.00 9.61 0.00 0.13 0.00 11:23:01 10:41:01 all 16.89 0.00 3.33 0.72 0.06 78.99 11:23:01 10:41:01 0 16.38 0.00 3.06 1.20 0.07 79.28 11:23:01 10:41:01 1 16.42 0.00 3.32 1.39 0.07 78.81 11:23:01 10:41:01 2 17.28 0.00 3.54 0.60 0.05 78.53 11:23:01 10:41:01 3 18.07 0.00 3.18 0.22 0.07 78.47 11:23:01 10:41:01 4 16.95 0.00 3.30 0.74 0.07 78.94 11:23:01 10:41:01 5 14.78 0.00 3.65 0.25 0.05 81.27 11:23:01 10:41:01 6 19.18 0.00 3.37 0.85 0.08 76.52 11:23:01 10:41:01 7 16.07 0.00 3.24 0.55 0.07 80.06 11:23:01 10:42:01 all 12.09 0.00 0.86 0.08 0.06 86.91 11:23:01 10:42:01 0 12.76 0.00 0.95 0.02 0.07 86.21 11:23:01 10:42:01 1 14.53 0.00 0.87 0.48 0.07 84.06 11:23:01 10:42:01 2 9.44 0.00 0.84 0.03 0.07 89.62 11:23:01 10:42:01 3 17.11 0.00 0.98 0.05 0.07 81.78 11:23:01 10:42:01 4 7.88 0.00 0.89 0.02 0.05 91.16 11:23:01 10:42:01 5 9.99 0.00 0.73 0.02 0.08 89.19 11:23:01 10:42:01 6 9.30 0.00 0.85 0.03 0.05 89.76 11:23:01 10:42:01 7 15.69 0.00 0.77 0.00 0.07 83.47 11:23:01 10:43:01 all 5.16 0.00 0.38 0.04 0.04 94.38 11:23:01 10:43:01 0 2.61 0.00 0.28 0.02 0.03 97.05 11:23:01 10:43:01 1 3.81 0.00 0.48 0.30 0.05 95.36 11:23:01 10:43:01 2 7.52 0.00 0.33 0.02 0.05 92.08 11:23:01 10:43:01 3 7.15 0.00 0.42 0.00 0.05 92.39 11:23:01 10:43:01 4 7.99 0.00 0.45 0.00 0.05 91.51 11:23:01 10:43:01 5 0.95 0.00 0.30 0.00 0.03 98.71 11:23:01 10:43:01 6 5.07 0.00 0.38 0.00 0.03 94.51 11:23:01 10:43:01 7 6.13 0.00 0.37 0.02 0.03 93.45 11:23:01 10:44:01 all 0.03 0.00 0.01 0.01 0.01 99.93 11:23:01 10:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 10:44:01 1 0.07 0.00 0.02 0.05 0.03 99.83 11:23:01 10:44:01 2 0.12 0.00 0.02 0.00 0.02 99.85 11:23:01 10:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:23:01 10:44:01 4 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 10:44:01 5 0.02 0.00 0.02 0.00 0.03 99.93 11:23:01 10:44:01 6 0.00 0.00 0.02 0.00 0.02 99.97 11:23:01 10:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:23:01 10:44:01 CPU %user %nice %system %iowait %steal %idle 11:23:01 10:45:01 all 0.03 0.00 0.02 0.01 0.02 99.93 11:23:01 10:45:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:23:01 10:45:01 1 0.02 0.00 0.02 0.05 0.03 99.88 11:23:01 10:45:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:23:01 10:45:01 3 0.07 0.00 0.02 0.00 0.00 99.92 11:23:01 10:45:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:23:01 10:45:01 5 0.08 0.00 0.03 0.00 0.03 99.85 11:23:01 10:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 10:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 10:46:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:23:01 10:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:23:01 10:46:01 1 0.05 0.00 0.03 0.03 0.05 99.83 11:23:01 10:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 10:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 10:46:01 4 0.03 0.00 0.03 0.00 0.00 99.93 11:23:01 10:46:01 5 0.03 0.00 0.02 0.00 0.02 99.93 11:23:01 10:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 10:46:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 10:47:01 all 0.04 0.00 0.01 0.01 0.01 99.93 11:23:01 10:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:23:01 10:47:01 1 0.07 0.00 0.05 0.05 0.03 99.80 11:23:01 10:47:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 10:47:01 3 0.08 0.00 0.02 0.02 0.00 99.88 11:23:01 10:47:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 10:47:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 10:47:01 6 0.05 0.00 0.02 0.00 0.02 99.92 11:23:01 10:47:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:23:01 10:48:01 all 0.04 0.00 0.03 0.01 0.01 99.91 11:23:01 10:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 10:48:01 1 0.03 0.00 0.05 0.05 0.03 99.83 11:23:01 10:48:01 2 0.05 0.00 0.05 0.00 0.02 99.88 11:23:01 10:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:23:01 10:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 10:48:01 5 0.10 0.00 0.03 0.00 0.03 99.83 11:23:01 10:48:01 6 0.05 0.00 0.03 0.00 0.02 99.90 11:23:01 10:48:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 10:49:01 all 0.27 0.00 0.02 0.00 0.02 99.69 11:23:01 10:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:23:01 10:49:01 1 0.10 0.00 0.00 0.02 0.03 99.85 11:23:01 10:49:01 2 0.02 0.00 0.05 0.00 0.03 99.90 11:23:01 10:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 10:49:01 4 0.07 0.00 0.00 0.00 0.02 99.92 11:23:01 10:49:01 5 1.84 0.00 0.02 0.00 0.02 98.13 11:23:01 10:49:01 6 0.05 0.00 0.05 0.02 0.02 99.87 11:23:01 10:49:01 7 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 10:50:01 all 0.13 0.00 0.04 0.00 0.01 99.82 11:23:01 10:50:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 10:50:01 1 0.00 0.00 0.00 0.02 0.02 99.97 11:23:01 10:50:01 2 0.05 0.00 0.03 0.00 0.03 99.88 11:23:01 10:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 10:50:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:23:01 10:50:01 5 0.85 0.00 0.18 0.00 0.02 98.96 11:23:01 10:50:01 6 0.03 0.00 0.03 0.02 0.02 99.90 11:23:01 10:50:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:23:01 10:51:01 all 0.03 0.00 0.02 0.00 0.01 99.95 11:23:01 10:51:01 0 0.00 0.00 0.03 0.00 0.00 99.97 11:23:01 10:51:01 1 0.02 0.00 0.03 0.02 0.00 99.93 11:23:01 10:51:01 2 0.07 0.00 0.03 0.00 0.03 99.87 11:23:01 10:51:01 3 0.05 0.00 0.02 0.00 0.00 99.93 11:23:01 10:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 10:51:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 10:51:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 10:51:01 7 0.05 0.00 0.02 0.00 0.00 99.93 11:23:01 10:52:01 all 0.04 0.00 0.01 0.00 0.02 99.92 11:23:01 10:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 10:52:01 1 0.02 0.00 0.02 0.02 0.02 99.93 11:23:01 10:52:01 2 0.18 0.00 0.07 0.00 0.05 99.70 11:23:01 10:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 10:52:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 10:52:01 5 0.05 0.00 0.00 0.00 0.02 99.93 11:23:01 10:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 10:52:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:23:01 10:53:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:23:01 10:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:23:01 10:53:01 1 0.07 0.00 0.00 0.02 0.02 99.90 11:23:01 10:53:01 2 0.03 0.00 0.03 0.00 0.03 99.90 11:23:01 10:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:23:01 10:53:01 4 0.05 0.00 0.00 0.00 0.00 99.95 11:23:01 10:53:01 5 0.07 0.00 0.05 0.00 0.02 99.87 11:23:01 10:53:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 10:53:01 7 0.02 0.00 0.00 0.02 0.00 99.97 11:23:01 10:54:01 all 0.06 0.00 0.01 0.00 0.01 99.90 11:23:01 10:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 10:54:01 1 0.00 0.00 0.00 0.02 0.02 99.97 11:23:01 10:54:01 2 0.12 0.00 0.03 0.00 0.03 99.82 11:23:01 10:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 10:54:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 10:54:01 5 0.33 0.00 0.03 0.00 0.03 99.60 11:23:01 10:54:01 6 0.00 0.00 0.03 0.02 0.02 99.93 11:23:01 10:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 10:55:01 all 0.04 0.00 0.01 0.00 0.02 99.93 11:23:01 10:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 10:55:01 1 0.05 0.00 0.00 0.00 0.02 99.93 11:23:01 10:55:01 2 0.08 0.00 0.03 0.00 0.03 99.85 11:23:01 10:55:01 3 0.05 0.00 0.00 0.00 0.00 99.95 11:23:01 10:55:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 10:55:01 5 0.05 0.00 0.02 0.00 0.00 99.93 11:23:01 10:55:01 6 0.02 0.00 0.00 0.02 0.03 99.93 11:23:01 10:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:23:01 11:23:01 10:55:01 CPU %user %nice %system %iowait %steal %idle 11:23:01 10:56:01 all 0.10 0.00 0.01 0.00 0.01 99.87 11:23:01 10:56:01 0 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 10:56:01 1 0.03 0.00 0.03 0.02 0.02 99.90 11:23:01 10:56:01 2 0.02 0.00 0.03 0.00 0.03 99.92 11:23:01 10:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 10:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 10:56:01 5 0.75 0.00 0.00 0.00 0.02 99.24 11:23:01 10:56:01 6 0.02 0.00 0.02 0.02 0.02 99.93 11:23:01 10:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 10:57:01 all 0.14 0.00 0.02 0.00 0.01 99.83 11:23:01 10:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:23:01 10:57:01 1 0.05 0.00 0.00 0.00 0.02 99.93 11:23:01 10:57:01 2 0.15 0.00 0.03 0.00 0.03 99.78 11:23:01 10:57:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:23:01 10:57:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 10:57:01 5 0.75 0.00 0.03 0.00 0.02 99.20 11:23:01 10:57:01 6 0.02 0.00 0.02 0.03 0.00 99.93 11:23:01 10:57:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 10:58:01 all 0.02 0.00 0.02 0.00 0.02 99.94 11:23:01 10:58:01 0 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 10:58:01 1 0.00 0.00 0.02 0.02 0.00 99.97 11:23:01 10:58:01 2 0.07 0.00 0.03 0.00 0.03 99.87 11:23:01 10:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:23:01 10:58:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 10:58:01 5 0.02 0.00 0.03 0.00 0.03 99.92 11:23:01 10:58:01 6 0.03 0.00 0.03 0.00 0.02 99.92 11:23:01 10:58:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 10:59:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:23:01 10:59:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:23:01 10:59:01 1 0.05 0.00 0.00 0.02 0.02 99.92 11:23:01 10:59:01 2 0.02 0.00 0.03 0.00 0.00 99.95 11:23:01 10:59:01 3 0.07 0.00 0.03 0.00 0.02 99.88 11:23:01 10:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 10:59:01 5 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 10:59:01 6 0.02 0.00 0.02 0.02 0.03 99.92 11:23:01 10:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:00:01 all 0.15 0.00 0.00 0.00 0.02 99.83 11:23:01 11:00:01 0 0.05 0.00 0.00 0.00 0.02 99.93 11:23:01 11:00:01 1 0.02 0.00 0.00 0.02 0.02 99.95 11:23:01 11:00:01 2 0.03 0.00 0.03 0.00 0.02 99.92 11:23:01 11:00:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 11:00:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 11:00:01 5 1.01 0.00 0.00 0.00 0.02 98.97 11:23:01 11:00:01 6 0.02 0.00 0.00 0.02 0.03 99.93 11:23:01 11:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:01:01 all 0.28 0.00 0.01 0.00 0.01 99.69 11:23:01 11:01:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:23:01 11:01:01 1 0.00 0.00 0.02 0.02 0.00 99.97 11:23:01 11:01:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 11:01:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:23:01 11:01:01 4 0.07 0.00 0.02 0.00 0.00 99.92 11:23:01 11:01:01 5 1.98 0.00 0.00 0.00 0.00 98.02 11:23:01 11:01:01 6 0.05 0.00 0.02 0.02 0.03 99.88 11:23:01 11:01:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:02:01 all 0.06 0.00 0.02 0.00 0.02 99.90 11:23:01 11:02:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:23:01 11:02:01 1 0.00 0.00 0.02 0.02 0.02 99.95 11:23:01 11:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:02:01 5 0.40 0.00 0.00 0.00 0.02 99.58 11:23:01 11:02:01 6 0.00 0.00 0.03 0.02 0.03 99.92 11:23:01 11:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:23:01 11:03:01 all 0.03 0.00 0.01 0.00 0.01 99.94 11:23:01 11:03:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:23:01 11:03:01 1 0.00 0.00 0.00 0.02 0.02 99.97 11:23:01 11:03:01 2 0.05 0.00 0.02 0.00 0.02 99.92 11:23:01 11:03:01 3 0.08 0.00 0.03 0.00 0.02 99.87 11:23:01 11:03:01 4 0.05 0.00 0.02 0.00 0.00 99.93 11:23:01 11:03:01 5 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 11:03:01 6 0.02 0.00 0.03 0.02 0.03 99.90 11:23:01 11:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 11:04:01 all 0.01 0.00 0.02 0.00 0.01 99.96 11:23:01 11:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:23:01 11:04:01 1 0.02 0.00 0.02 0.02 0.00 99.95 11:23:01 11:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:23:01 11:04:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 11:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:23:01 11:04:01 6 0.02 0.00 0.05 0.02 0.03 99.88 11:23:01 11:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:23:01 11:05:01 all 0.29 0.00 0.10 0.04 0.02 99.56 11:23:01 11:05:01 0 0.12 0.00 0.08 0.02 0.02 99.77 11:23:01 11:05:01 1 0.17 0.00 0.05 0.05 0.03 99.70 11:23:01 11:05:01 2 0.15 0.00 0.08 0.03 0.02 99.72 11:23:01 11:05:01 3 0.10 0.00 0.10 0.00 0.02 99.78 11:23:01 11:05:01 4 0.47 0.00 0.15 0.05 0.02 99.32 11:23:01 11:05:01 5 1.22 0.00 0.20 0.12 0.02 98.45 11:23:01 11:05:01 6 0.05 0.00 0.08 0.05 0.02 99.80 11:23:01 11:05:01 7 0.02 0.00 0.05 0.00 0.00 99.93 11:23:01 11:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:23:01 11:06:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:23:01 11:06:01 1 0.02 0.00 0.02 0.00 0.03 99.93 11:23:01 11:06:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:06:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:06:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:23:01 11:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:23:01 11:06:01 6 0.03 0.00 0.03 0.02 0.00 99.92 11:23:01 11:06:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:23:01 11:06:01 CPU %user %nice %system %iowait %steal %idle 11:23:01 11:07:01 all 0.19 0.00 0.02 0.01 0.01 99.78 11:23:01 11:07:01 0 0.05 0.00 0.03 0.00 0.02 99.90 11:23:01 11:07:01 1 0.02 0.00 0.05 0.03 0.05 99.85 11:23:01 11:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 11:07:01 3 0.07 0.00 0.02 0.00 0.02 99.90 11:23:01 11:07:01 4 0.08 0.00 0.03 0.02 0.02 99.85 11:23:01 11:07:01 5 1.21 0.00 0.00 0.00 0.00 98.79 11:23:01 11:07:01 6 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 11:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 11:08:01 all 0.19 0.00 0.01 0.00 0.01 99.79 11:23:01 11:08:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:23:01 11:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:08:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 11:08:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 11:08:01 5 1.29 0.00 0.00 0.00 0.02 98.70 11:23:01 11:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 11:08:01 7 0.03 0.00 0.03 0.00 0.00 99.93 11:23:01 11:09:01 all 0.08 0.00 0.01 0.00 0.02 99.89 11:23:01 11:09:01 0 0.02 0.00 0.02 0.00 0.03 99.93 11:23:01 11:09:01 1 0.07 0.00 0.05 0.02 0.05 99.82 11:23:01 11:09:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:23:01 11:09:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:23:01 11:09:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 11:09:01 5 0.40 0.00 0.00 0.00 0.00 99.60 11:23:01 11:09:01 6 0.03 0.00 0.00 0.02 0.02 99.93 11:23:01 11:09:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 11:10:01 all 0.05 0.00 0.01 0.00 0.01 99.92 11:23:01 11:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:10:01 1 0.03 0.00 0.03 0.00 0.02 99.92 11:23:01 11:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:23:01 11:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:23:01 11:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 11:10:01 5 0.30 0.00 0.00 0.00 0.02 99.68 11:23:01 11:10:01 6 0.00 0.00 0.02 0.02 0.00 99.97 11:23:01 11:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:11:01 all 0.12 0.00 0.01 0.00 0.01 99.85 11:23:01 11:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 11:11:01 1 0.15 0.00 0.00 0.02 0.05 99.78 11:23:01 11:11:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:23:01 11:11:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 11:11:01 4 0.05 0.00 0.02 0.00 0.02 99.92 11:23:01 11:11:01 5 0.70 0.00 0.00 0.00 0.00 99.30 11:23:01 11:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:23:01 11:12:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:23:01 11:12:01 0 0.03 0.00 0.05 0.00 0.03 99.88 11:23:01 11:12:01 1 0.02 0.00 0.03 0.02 0.03 99.90 11:23:01 11:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 11:12:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 11:12:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:12:01 7 0.03 0.00 0.00 0.02 0.00 99.95 11:23:01 11:13:01 all 0.03 0.00 0.01 0.01 0.01 99.94 11:23:01 11:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 11:13:01 1 0.10 0.00 0.03 0.02 0.03 99.82 11:23:01 11:13:01 2 0.07 0.00 0.00 0.00 0.02 99.92 11:23:01 11:13:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:13:01 4 0.02 0.00 0.00 0.00 0.02 99.97 11:23:01 11:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:23:01 11:13:01 6 0.00 0.00 0.02 0.02 0.00 99.97 11:23:01 11:13:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:23:01 11:14:01 all 0.02 0.00 0.00 0.00 0.01 99.97 11:23:01 11:14:01 0 0.07 0.00 0.00 0.00 0.02 99.92 11:23:01 11:14:01 1 0.03 0.00 0.00 0.02 0.03 99.92 11:23:01 11:14:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 11:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 11:14:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:15:01 all 0.06 0.00 0.01 0.00 0.02 99.91 11:23:01 11:15:01 0 0.03 0.00 0.05 0.00 0.02 99.90 11:23:01 11:15:01 1 0.05 0.00 0.03 0.00 0.05 99.87 11:23:01 11:15:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:23:01 11:15:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:23:01 11:15:01 4 0.05 0.00 0.00 0.00 0.02 99.93 11:23:01 11:15:01 5 0.23 0.00 0.00 0.00 0.00 99.77 11:23:01 11:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 11:15:01 7 0.03 0.00 0.00 0.02 0.02 99.93 11:23:01 11:16:01 all 0.11 0.00 0.01 0.01 0.01 99.86 11:23:01 11:16:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:23:01 11:16:01 1 0.02 0.00 0.02 0.03 0.02 99.92 11:23:01 11:16:01 2 0.05 0.00 0.00 0.00 0.02 99.93 11:23:01 11:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:16:01 4 0.02 0.00 0.03 0.00 0.02 99.93 11:23:01 11:16:01 5 0.73 0.00 0.02 0.00 0.02 99.24 11:23:01 11:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:16:01 7 0.00 0.00 0.00 0.02 0.00 99.98 11:23:01 11:17:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:23:01 11:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:23:01 11:17:01 1 0.07 0.00 0.03 0.02 0.03 99.85 11:23:01 11:17:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:23:01 11:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:23:01 11:17:01 4 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 11:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:17:01 7 0.00 0.00 0.03 0.00 0.02 99.95 11:23:01 11:23:01 11:17:01 CPU %user %nice %system %iowait %steal %idle 11:23:01 11:18:01 all 0.01 0.00 0.01 0.00 0.01 99.96 11:23:01 11:18:01 0 0.00 0.00 0.02 0.00 0.02 99.97 11:23:01 11:18:01 1 0.03 0.00 0.02 0.02 0.03 99.90 11:23:01 11:18:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:23:01 11:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:18:01 4 0.02 0.00 0.02 0.00 0.00 99.97 11:23:01 11:18:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:18:01 7 0.00 0.00 0.00 0.02 0.02 99.97 11:23:01 11:19:01 all 0.17 0.00 0.01 0.01 0.01 99.79 11:23:01 11:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:19:01 1 0.05 0.00 0.02 0.02 0.03 99.88 11:23:01 11:19:01 2 0.02 0.00 0.03 0.00 0.02 99.93 11:23:01 11:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 11:23:01 11:19:01 4 0.05 0.00 0.00 0.00 0.02 99.93 11:23:01 11:19:01 5 1.17 0.00 0.00 0.00 0.00 98.83 11:23:01 11:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:23:01 11:19:01 7 0.03 0.00 0.00 0.03 0.02 99.92 11:23:01 11:20:01 all 0.24 0.00 0.01 0.00 0.02 99.72 11:23:01 11:20:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:23:01 11:20:01 1 0.02 0.00 0.03 0.02 0.03 99.90 11:23:01 11:20:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:23:01 11:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 11:23:01 11:20:01 5 1.81 0.00 0.02 0.00 0.02 98.16 11:23:01 11:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:20:01 7 0.05 0.00 0.02 0.02 0.02 99.90 11:23:01 11:21:01 all 0.05 0.00 0.01 0.00 0.01 99.92 11:23:01 11:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:21:01 1 0.02 0.00 0.00 0.00 0.03 99.95 11:23:01 11:21:01 2 0.03 0.00 0.05 0.00 0.03 99.88 11:23:01 11:21:01 3 0.05 0.00 0.00 0.00 0.02 99.93 11:23:01 11:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:23:01 11:21:01 5 0.25 0.00 0.03 0.00 0.00 99.72 11:23:01 11:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 11:23:01 11:21:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:23:01 11:22:01 all 4.07 0.00 1.57 0.19 0.03 94.14 11:23:01 11:22:01 0 3.62 0.00 1.30 0.00 0.03 95.04 11:23:01 11:22:01 1 4.10 0.00 1.62 0.32 0.05 93.90 11:23:01 11:22:01 2 3.78 0.00 1.33 0.02 0.03 94.85 11:23:01 11:22:01 3 3.24 0.00 1.37 0.00 0.02 95.37 11:23:01 11:22:01 4 5.67 0.00 1.46 1.10 0.03 91.73 11:23:01 11:22:01 5 2.78 0.00 1.12 0.07 0.02 96.01 11:23:01 11:22:01 6 3.98 0.00 1.66 0.02 0.02 94.33 11:23:01 11:22:01 7 5.39 0.00 2.67 0.03 0.03 91.87 11:23:01 Average: all 9.03 0.00 1.41 0.27 0.03 89.26 11:23:01 Average: 0 8.96 0.00 1.32 0.22 0.03 89.47 11:23:01 Average: 1 8.98 0.00 1.48 0.59 0.04 88.91 11:23:01 Average: 2 9.11 0.00 1.41 0.15 0.03 89.31 11:23:01 Average: 3 9.09 0.00 1.46 0.25 0.02 89.18 11:23:01 Average: 4 9.18 0.00 1.38 0.23 0.03 89.19 11:23:01 Average: 5 9.01 0.00 1.42 0.24 0.03 89.30 11:23:01 Average: 6 9.00 0.00 1.39 0.27 0.03 89.31 11:23:01 Average: 7 8.96 0.00 1.42 0.17 0.02 89.43 11:23:01 11:23:01 11:23:01